Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 110 Number of classfiles: 135

Problems: 10 (Errors: 0 Warnings: 10 )

Source File: org/eclipse/wst/common/internal/emf/resource/EMF2DOMAdapterImpl.java
1. WARNING: NullLocalVariableReference

Null pointer access: The variable map can only be null at this location

EMF2DOMAdapterImpl.java :

1204 : if (addAdapters && (map != null || map.isManagedByParent()))

Source File: org/eclipse/wst/common/internal/emf/utilities/ExceptionHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

17 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.IWFTWrappedException;

2. WARNING: DiscouragedReference

Discouraged access: The type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

39 : public static java.lang.String[] getAllMessages(IWFTWrappedException exception) {

3. WARNING: DiscouragedReference

Discouraged access: The method getMessage() from the type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

41 : messages.add(exception.getMessage());

4. WARNING: DiscouragedReference

Discouraged access: The method getNestedException() from the type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

42 : Exception nested = exception.getNestedException();

5. WARNING: DiscouragedReference

Discouraged access: The type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

45 : if (nested instanceof IWFTWrappedException)

6. WARNING: DiscouragedReference

Discouraged access: The method getNestedException() from the type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

46 : nested = ((IWFTWrappedException) nested).getNestedException();

7. WARNING: DiscouragedReference

Discouraged access: The type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

46 : nested = ((IWFTWrappedException) nested).getNestedException();

8. WARNING: DiscouragedReference

Discouraged access: The type IWFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ExceptionHelper.java :

60 : public static String getConcatenatedMessages(IWFTWrappedException exception) {

Source File: org/eclipse/wst/common/internal/emf/utilities/ICommand2.java
1. WARNING: UnusedImport

The import org.eclipse.core.resources.IProject is never used

ICommand2.java :

15 : import org.eclipse.core.resources.IProject;