WALA/com.ibm.wala.cast.java.test.../src/bugfixes
Caius Brindescu 404a17c9cc When converting JDT AST to IR, a do-while loop in a case statement will throw NPE (#186)
* Fixed bug for source analysis

Do while in case statement would throw an NPE. Now it doesn't

* Added test case

The test will fail with an NPE if the fix is not applied.
2017-06-07 08:27:23 -07:00
..
DoWhileInCase.java When converting JDT AST to IR, a do-while loop in a case statement will throw NPE (#186) 2017-06-07 08:27:23 -07:00
VarDeclInSwitch.java JDT-based CAst front end from Berkeley 2009-01-09 14:14:04 +00:00