Compiler log for org.eclipse.e4.demo.contacts_0.9.0.v20090729-1800 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 78)
private void saveAsVCard(Contact contact, String fileName) {
The method saveAsVCard(Contact, String) from the type VCardContactsRepository is never used locally

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/demo/contacts/handlers/ThemeUtil.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/ThemeUtil.java
 (at line 24)
import org.eclipse.e4.workbench.ui.internal.Workbench;
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/ThemeUtil.java
 (at line 31)
if (workbench instanceof Workbench) {
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/ThemeUtil.java
 (at line 32)
Workbench wb = (Workbench) workbench;
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/ThemeUtil.java
 (at line 32)
Workbench wb = (Workbench) workbench;
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/ThemeUtil.java
 (at line 33)
final Shell shell = (Shell) wb.getWindow();
Discouraged access: The method getWindow() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 34)
import org.eclipse.osgi.internal.signedcontent.Base64;
Discouraged access: The type Base64 is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.osgi_3.5.0.v20090520.jar
2. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 231)
byte[] imageBytes = Base64.decode(base64.getBytes());
Discouraged access: The type Base64 is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.osgi_3.5.0.v20090520.jar
3. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 231)
byte[] imageBytes = Base64.decode(base64.getBytes());
Discouraged access: The method decode(byte[]) from the type Base64 is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.osgi_3.5.0.v20090520.jar