Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 20 Number of classfiles: 43

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/wst/server/discovery/internal/ExtensionUtility.java
1. WARNING: LocalVariableIsNeverUsed

The local variable profiles is never read

ExtensionUtility.java :

151 : IProfile[] profiles = profileRegistry.getProfiles();

Source File: org/eclipse/wst/server/discovery/internal/model/ExtensionUpdateSite.java
1. WARNING: LocalVariableIsNeverUsed

The local variable profiles is never read

ExtensionUpdateSite.java :

82 : IProfile[] profiles = profileRegistry.getProfiles();

2. WARNING: LocalVariableIsNeverUsed

The local variable profile is never read

ExtensionUpdateSite.java :

83 : IProfile profile = profileRegistry.getProfile(IProfileRegistry.SELF);