Compiler log for org.eclipse.equinox.p2.director_2.3.1.v20140221-1852 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 2

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/director/OptimizationFunction.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/director/OptimizationFunction.java
 (at line 107)
BigInteger optionalWeight = maxWeight.negate();
The value of the local variable optionalWeight is not used

/src/org/eclipse/equinox/internal/p2/director/UserDefinedOptimizationFunction.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/director/UserDefinedOptimizationFunction.java
 (at line 108)
dependencyHelper.or(FakeExplanation.getInstance(), abs, matches.toArray(IInstallableUnit.class));
The argument of type IInstallableUnit[] should explicitly be cast to Object[] for the invocation of the varargs method or(Explanation, Object, Object...) from type DependencyHelper<Object,Explanation>. It could alternatively be cast to Object for a varargs invocation

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings