Compiler log for org.eclipse.e4.demo.contacts_0.9.1.v20091119-1445 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5

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 : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 111)
private void readContacts() {
The method readContacts() from the type VCardContactsRepository is never used locally
2. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 127)
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/model/internal/VCardContactsRepository.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 39)
import org.eclipse.osgi.internal.signedcontent.Base64;
Discouraged access: The type Base64 is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.osgi_3.6.0.v20091109.jar
2. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 283)
byte[] imageBytes = Base64.decode(jpegString.getBytes());
Discouraged access: The type Base64 is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.osgi_3.6.0.v20091109.jar
3. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/VCardContactsRepository.java
 (at line 283)
byte[] imageBytes = Base64.decode(jpegString.getBytes());
Discouraged access: The method decode(byte[]) from the type Base64 is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20091119/plugins/org.eclipse.osgi_3.6.0.v20091109.jar