WALA/com.ibm.wala.core.testdata/src
Ben Liblit 24fb1f6d10 Suppress unused-local-variable warnings in test inputs
Test code can do many things we'd consider bad style in real
application code, including defining local variables that are never
subsequently used.
2017-05-26 14:25:03 -07:00
..
annotations Suppress/disable some Eclipse unnecessary-code warnings in test code 2017-03-28 19:25:08 -05:00
arrayAlias Enhanced pointer analysis to reason that arrays known to be of zero length 2012-05-09 15:35:54 -06:00
arraybounds Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
bug144 bug 144 2017-03-14 10:05:18 -04:00
cell Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
cfg Merge branch 'pull-request__nullpointer-bugfixes' of https://github.com/joana-team/WALA 2017-03-11 14:48:13 -05:00
classConstant add missing copyright headers 2013-05-22 15:39:19 -07:00
cornerCases Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
cpa Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
dataflow several variants of reaching defs analysis, including test class and a bit of test data. still needs better documentation 2010-04-28 16:53:07 +00:00
defaultMethods Java 8 default methods 2015-08-09 13:46:03 -04:00
demandpa 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
dynamicCG Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
exceptionpruning Revert "Suppress 157 Eclipse warnings about unused exception parameters" 2017-03-23 16:32:00 -05:00
finalizers finalizer test 2015-08-09 13:43:40 -04:00
hello Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
inner support for reading InnerClass attributes 2008-08-15 14:49:33 +00:00
lambda Java 8 suport enhancements, mostly to model lambdas compiled to 2015-08-12 15:20:21 -04:00
messageFormatTest Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
multiDim 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
multiTypes merge 2013-06-25 11:57:37 -04:00
pi Fix for bug with pi nodes reported by Andreas Sewe 2013-05-07 14:43:49 -07:00
recurse merge 2013-06-25 11:57:37 -04:00
reflection Suppress several unfixable warnings about unresolved type references 2017-03-22 20:40:52 -05:00
shrike java 7 support, with much pain for stack maps :) 2014-10-06 15:34:16 -04:00
slice add test case for mailing list issue 2017-04-16 20:40:41 -07:00
special fix for missing Java 8 feature 2017-02-24 22:29:14 -05:00
staticInit Suppress unused-local-variable warnings in test inputs 2017-05-26 14:25:03 -07:00
string add missing copyright headers 2013-05-22 15:39:19 -07:00
typeInference Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00