WALA/com.ibm.wala.util/src/com/ibm/wala/util
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
..
collections Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
config Merge branch 'warning-fixes-unnecessary-code-uncontroversial' 2017-03-24 10:33:01 -05:00
debug add missing copyright headers 2013-05-22 15:39:19 -07:00
functions fixes to regression tests: 2015-03-24 21:51:35 -04:00
graph Add @Override annotations wherever possible (#178) 2017-05-08 07:39:49 -07:00
heapTrace Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
intset Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
io add null guard 2017-04-13 20:57:35 -07:00
math Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
perf cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
processes Declare private methods static wherever possible 2017-06-07 08:29:23 -07:00
tables Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
CancelException.java Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
MonitorUtil.java remove custom change markers for code that will be merged to main branch 2014-08-01 12:27:22 +02:00
NullProgressMonitor.java Merge branch 'wala' into master 2014-05-20 17:59:16 +02:00
PlatformUtil.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
Predicate.java Fix 21 Eclipse warnings about unnecessary warning suppressions 2017-03-23 12:28:14 -05:00
WalaException.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
WalaRuntimeException.java incorporate changes from other branch 2013-02-06 12:34:25 +01:00