Skip to main content

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

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

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

TOTAL : ERRORS: 1, WARNINGS: 4

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

1. ERROR in /src/org/eclipse/pde/internal/core/target/IUBundleContainer.java
 (at line 368)
Set querySet = queryResult.unmodifiableSet();
The method unmodifiableSet() is undefined for the type IQueryResult

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 337)
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 368)
if (agent == null) { throw new CoreException(new Status(IStatus.ERROR, PDECore.PLUGIN_ID, PDECoreMessages.P2Utils_UnableToAcquireP2Service)); }
Dead code

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/core/target/TargetPersistence35Helper.java
 (at line 163)
if (included != null) { definition.setIncluded((NameVersionDescriptor[]) included.toArray(new NameVersionDescriptor[included.size()])); }
Dead code
2. WARNING in /src/org/eclipse/pde/internal/core/target/TargetPersistence35Helper.java
 (at line 166)
if (optional != null) { definition.setOptional((NameVersionDescriptor[]) optional.toArray(new NameVersionDescriptor[optional.size()])); }
Dead code

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top