Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20100221-2000 (Timestamp: 201002212000):Compile errors in build

Build N20100221-2000 (Timestamp: 201002212000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.core_3.6.0.N20100221-2000

Compiler log for org.eclipse.pde.core_3.6.0.N20100221-2000 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 2

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/core/target/TargetDefinition.java : 1 error :

1. ERROR in /src/org/eclipse/pde/internal/core/target/TargetDefinition.java
 (at line 646)
propertyQuery.setProfile(profile);
The method setProfile(IProfile) is undefined for the type IUProfilePropertyQuery

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/core/P2Utils.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/core/P2Utils.java
 (at line 338)
if (agent == null) { throw new CoreException(new Status(IStatus.ERROR, PDECore.PLUGIN_ID, PDECoreMessages.P2Utils_UnableToAcquireP2Service)); }
Dead code
2. WARNING in /src/org/eclipse/pde/internal/core/P2Utils.java
 (at line 369)
if (agent == null) { throw new CoreException(new Status(IStatus.ERROR, PDECore.PLUGIN_ID, PDECoreMessages.P2Utils_UnableToAcquireP2Service)); }
Dead code

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top