Community
Participate
Working Groups
In bug 185682 JDT/Core has changed the wording of a warning (in order to give precise advice while the warning is now generated in more cases). This change currently causes ScriptGenerationTest.testBug291527() to fail. The expected problem text should be changed from "The local variable b is never read" to "The value of the local variable b is not used"
Created attachment 181634 [details] Proposed fix Could not test as I cannot run the test locally.
patch released, Thanks Olivier