Compiler log for org.eclipse.osgi_3.2.2.R32x_v20070118 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 12

/core/framework/org/eclipse/osgi/framework/internal/core/AbstractBundle.java : 1 warning :

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

/core/framework/org/eclipse/osgi/framework/internal/core/BundleRepository.java : 1 warning :

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

/core/framework/org/eclipse/osgi/framework/internal/core/FrameworkSecurityManager.java : 1 warning :

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

/core/framework/org/eclipse/osgi/framework/internal/core/SecurePermissionStorage.java : 1 warning :

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

/core/framework/org/eclipse/osgi/framework/internal/core/StartLevelManager.java : 1 warning :

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

/core/framework/org/eclipse/osgi/framework/launcher/Launcher.java : 2 warnings :

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

/defaultAdaptor/src/org/eclipse/osgi/baseadaptor/BaseData.java : 1 warning :

1. WARNING in /defaultAdaptor/src/org/eclipse/osgi/baseadaptor/BaseData.java
 (at line 100)
path = path = '/' + path;
The assignment to variable path has no effect

/eclipseAdaptor/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java : 4 warnings :

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