Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 20 Number of classfiles: 43
Problems: 3 (Errors: 0 Warnings: 3 )
The value of the local variable profiles is not used
ExtensionUtility.java :
151 : IProfile[] profiles = profileRegistry.getProfiles();
The value of the local variable profiles is not used
ExtensionUpdateSite.java :
82 : IProfile[] profiles = profileRegistry.getProfiles();
The value of the local variable profile is not used
ExtensionUpdateSite.java :
83 : IProfile profile = profileRegistry.getProfile(IProfileRegistry.SELF);