WALA/com.ibm.wala.cast.java.test.../src/foo/bar/hello/world
Ben Liblit 24fb1f6d10 Suppress unused-local-variable warnings in test inputs
Test code can do many things we'd consider bad style in real
application code, including defining local variables that are never
subsequently used.
2017-05-26 14:25:03 -07:00
..
ArraysAndSuch.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
ConstructorsAndInitializers.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
CopyOfLoopsAndLabels.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
DefaultCtorInitializerTest.java JDT-based CAst front end from Berkeley 2009-01-09 14:14:04 +00:00
InnerClasses.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
LoopsAndLabels.java Suppress/disable some Eclipse unnecessary-code warnings in test code 2017-03-28 19:25:08 -05:00
MethodMadness.java merge 2013-06-25 11:57:37 -04:00
MiniaturList2.java Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
Misc.java Suppress/disable some Eclipse unnecessary-code warnings in test code 2017-03-28 19:25:08 -05:00
SwitchCase.java JDT-based CAst front end from Berkeley 2009-01-09 14:14:04 +00:00