WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/collections
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
..
SemiSparseMutableIntSetTest.java Fix Eclipse warnings about methods that can be declared static 2017-07-14 22:38:38 -07:00
TwoLevelVectorTest.java JUnit @Test methods must not be static 2017-06-07 08:29:23 -07:00