WALA/com.ibm.wala.util/src/com/ibm/wala/util
Manu Sridharan b82e808b32 Merge pull request #156 from liblit/warning-fixes-unnecessary-code-uncontroversial
Fix 265 Eclipse warnings about unnecessary code
2017-03-23 17:48:10 -07:00
..
collections Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
config Merge pull request #156 from liblit/warning-fixes-unnecessary-code-uncontroversial 2017-03-23 17:48:10 -07: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 Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
heapTrace Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
intset Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
io Simplify resource management using try-with-resource 2017-03-12 21:38:43 -05: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 Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
tables Merge branch 'warning-fixes-resource-management' of https://github.com/liblit/WALA 2017-03-13 10:44:38 -04: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