Compiler log for org.eclipse.core.runtime_3.8.0.v20110920-2042 : @dot.xml

TOTAL : ERRORS: 9, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/internal/runtime/InternalPlatform.java : 3 errors :

1. ERROR in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 23)
import org.eclipse.core.internal.runtime.auth.AuthorizationHandler;
The import org.eclipse.core.internal.runtime.auth cannot be resolved
2. ERROR in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 569)
AuthorizationHandler.setKeyringFile(keyringFile);
AuthorizationHandler cannot be resolved
3. ERROR in /src/org/eclipse/core/internal/runtime/InternalPlatform.java
 (at line 570)
AuthorizationHandler.setPassword(password);
AuthorizationHandler cannot be resolved

/src/org/eclipse/core/runtime/Platform.java : 6 errors :

1. ERROR in /src/org/eclipse/core/runtime/Platform.java
 (at line 20)
import org.eclipse.core.internal.runtime.auth.AuthorizationHandler;
The import org.eclipse.core.internal.runtime.auth cannot be resolved
2. ERROR in /src/org/eclipse/core/runtime/Platform.java
 (at line 484)
AuthorizationHandler.addAuthorizationInfo(serverUrl, realm, authScheme, info);
AuthorizationHandler cannot be resolved
3. ERROR in /src/org/eclipse/core/runtime/Platform.java
 (at line 530)
AuthorizationHandler.addProtectionSpace(resourceUrl, realm);
AuthorizationHandler cannot be resolved
4. ERROR in /src/org/eclipse/core/runtime/Platform.java
 (at line 597)
AuthorizationHandler.flushAuthorizationInfo(serverUrl, realm, authScheme);
AuthorizationHandler cannot be resolved
5. ERROR in /src/org/eclipse/core/runtime/Platform.java
 (at line 646)
return AuthorizationHandler.getAuthorizationInfo(serverUrl, realm, authScheme);
AuthorizationHandler cannot be resolved
6. ERROR in /src/org/eclipse/core/runtime/Platform.java
 (at line 832)
return AuthorizationHandler.getProtectionSpace(resourceUrl);
AuthorizationHandler cannot be resolved

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings