1. WARNING in /core/framework/org/eclipse/osgi/framework/internal/core/AbstractBundle.java (at line 1449) boolean noMoreElements = false; The field new Enumeration(){}.noMoreElements is never read locally |
1. WARNING in /core/framework/org/eclipse/osgi/framework/internal/core/BundleRepository.java (at line 38) private PackageAdminImpl packageAdmin; The field BundleRepository.packageAdmin is never read locally |
1. WARNING in /core/framework/org/eclipse/osgi/framework/internal/core/FrameworkSecurityManager.java (at line 30) Class c; The local variable c is never read |
1. WARNING in /core/framework/org/eclipse/osgi/framework/internal/core/SecurePermissionStorage.java (at line 26) private String[] infos; The field SecurePermissionStorage.infos is never read locally |
1. WARNING in /core/framework/org/eclipse/osgi/framework/internal/core/StartLevelManager.java (at line 701) int bundlestate = bundle.getState(); The local variable bundlestate is never read |
1. WARNING in /core/framework/org/eclipse/osgi/framework/launcher/Launcher.java (at line 242) String cmd = tok.nextToken(); The local variable cmd is never read |
2. WARNING in /core/framework/org/eclipse/osgi/framework/launcher/Launcher.java (at line 258) String cmd = tok.getToken(":"); //$NON-NLS-1$ The local variable cmd is never read |
1. WARNING in /defaultAdaptor/src/org/eclipse/osgi/baseadaptor/BaseData.java (at line 97) path = path = '/' + path; The assignment to variable path has no effect |
1. WARNING in /defaultAdaptor/src/org/eclipse/osgi/baseadaptor/loader/ClasspathManager.java (at line 42) private static final int BUF_SIZE = 8 * 1024; The field ClasspathManager.BUF_SIZE is never read locally |
1. WARNING in /eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java (at line 121) private static final String CONTEXTCLASSLOADER_PARENT_CCL = "ccl"; //$NON-NLS-1$ The field EclipseStarter.CONTEXTCLASSLOADER_PARENT_CCL is never read locally |
2. WARNING in /eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java (at line 124) private static final String FILE_PROTOCOL = "file"; //$NON-NLS-1$ The field EclipseStarter.FILE_PROTOCOL is never read locally |
3. WARNING in /eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java (at line 570) URL child = new URL(name); The local variable child is never read |
4. WARNING in /eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java (at line 1305) private static String buildCommandLine(String arg, String value) { The method buildCommandLine(String, String) from the type EclipseStarter is never used locally |