errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged 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 |
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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |