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 )
The local variable profiles is never read
ExtensionUtility.java :
151 : IProfile[] profiles = profileRegistry.getProfiles();
The local variable profiles is never read
ExtensionUpdateSite.java :
82 : IProfile[] profiles = profileRegistry.getProfiles();
The local variable profile is never read
ExtensionUpdateSite.java :
83 : IProfile profile = profileRegistry.getProfile(IProfileRegistry.SELF);