WALA/com.ibm.wala.cast.js.rhino..../harness-src/com/ibm/wala/cast/js/test
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
..
TestAjaxsltCallGraphShapeRhino.java ajaxslt 0.8.1 2016-09-16 20:23:51 -04:00
TestArgumentSensitivityRhino.java merge 2013-06-25 11:57:37 -04:00
TestCPA.java add some abstraction to IR, using IRView 2017-03-11 13:22:45 -05:00
TestCorrelatedPairExtractionRhino.java merge 2013-06-25 11:57:37 -04:00
TestForInBodyExtractionRhino.java merge 2013-06-25 11:57:37 -04:00
TestForInLoopHackRhino.java merge 2013-06-25 11:57:37 -04:00
TestJQueryExamplesRhino.java merge 2013-06-25 11:57:37 -04:00
TestJavaScriptSlicerRhino.java JavaScript slicer support 2014-07-11 11:55:02 -04:00
TestLexicalModRefRhino.java renamed classes to make relationship to mod-ref analysis clearer 2013-01-04 09:35:04 -08:00
TestMediawikiCallGraphShapeRhino.java merge 2013-06-25 11:57:37 -04:00
TestPrototypeCallGraphShapeRhino.java new test to remind me that prototype no longer works with correlation tracking: 2014-10-15 16:01:38 +09:00
TestRhinoSourceMap.java Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
TestSimpleCallGraphShapeRhino.java more CPA work 2016-09-19 13:51:18 -04:00
TestSimplePageCallGraphShapeRhino.java enable specialization of source extractor for Web pages 2015-11-30 21:28:40 -05:00
TestSimplePageCallGraphShapeRhinoJericho.java enable specialization of source extractor for Web pages 2015-11-30 21:28:40 -05:00