WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/demandpa
Ben Liblit 72c754e874 Declare private methods static wherever possible
If a method is private, there's no risk that a subclass elsewhere
might be overriding it and depending on dynamic dispatch to choose the
right implementation.  So all of these private methods can safely be
declared static without risk of regression in either WALA code or
unseen third-party code.
2017-06-07 08:29:23 -07:00
..
AbstractPtrTest.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
ContextSensitiveTest.java for now, ignore tests impacted by library change 2013-11-26 19:26:52 -05:00
IntraprocTest.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
NoRefinePtrTest.java changes to get tests passing on Java 7 2013-05-26 10:07:46 -07:00
OnTheFlyPtrTest.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
RefineFieldsPtrTest.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
TestInfo.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
TunedRefinementTest.java add standard type parameter to most pointer analysis references. When it breaks we move back to ? extends InstanceKey. 2014-05-20 22:00:06 +02:00