WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests
Ben Liblit 594525a83f Fix Eclipse warnings about methods that can be declared static
The fix is to add "static" where appropriate, of course.  I've also
simplified calls to such methods to reflect the fact that they no
longer need a specific object to call the method on.

In projects that contain test inputs, I've left the non-static
declarations unchanged, and instead downgraded the warning to be
ignored.  In all other projects, this warning has been upgraded to an
error.
2017-07-14 22:38:38 -07:00
..
arraybounds Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
basic Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
callGraph Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
cfg/exc Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
cha Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
collections Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
demandpa Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
exceptionpruning Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
ir Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
plugin Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ptrs Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
shrike Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
slicer Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
typeInference Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
util add test case for mailing list issue 2017-04-16 20:40:41 -07:00