Community
Participate
Working Groups
1. WARNING in /src/org/eclipse/pde/internal/core/util/CoreUtility.java (at line 211) long currentLen = 0; The value of the local variable currentLen is not used 1. WARNING in /src/org/eclipse/pde/ui/tests/target/TargetDefinitionResolutionTests.java (at line 402) int bin = 0; The value of the local variable bin is not used 2. WARNING in /src/org/eclipse/pde/ui/tests/target/TargetDefinitionResolutionTests.java (at line 453) int bin = 0; The value of the local variable bin is not used 1. WARNING in /src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java (at line 186) int length = fHeader.length; The value of the local variable length is not used
Fixed in HEAD. Most of the problems I just had to remove the unused variable, but in the test case I added an assert.