WALA/com.ibm.wala.core/src/com/ibm/wala/classLoader
Julian Dolby 6c1d0d9cb6 more work for reuse
make synthetic code better support non-Java languages
2018-02-14 09:00:07 -05:00
..
AbstractNestedJarFileModule.java Plug a `JarInputStream` resource leak 2017-08-27 11:03:14 -07:00
AbstractURLModule.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
ArrayClass.java more work for reuse 2018-02-14 09:00:07 -05:00
ArrayClassLoader.java Escape "<" and ">" in Javadoc when not used as HTML tag syntax 2017-12-19 16:53:52 -06:00
BinaryDirectoryTreeModule.java merge 2013-06-25 11:57:37 -04:00
BytecodeClass.java more work for reuse 2018-02-14 09:00:07 -05:00
BytecodeLanguage.java language changes 2015-12-15 19:33:59 -05:00
CallSiteReference.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ClassFileModule.java added container access to ModuleEntry 2013-06-25 11:53:58 -04:00
ClassLoaderFactory.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ClassLoaderFactoryImpl.java pull exclusions file support into util project and then share it with 2013-11-14 13:02:56 -05:00
ClassLoaderImpl.java Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
CodeScanner.java Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
CompoundModule.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
DirectoryTreeModule.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
FieldImpl.java Merge branch 'pull-request__typeannotations' of https://github.com/joana-team/WALA 2017-03-11 16:19:50 -05:00
FileModule.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
IBytecodeMethod.java Merge branch 'master' of https://github.com/wala/WALA 2017-08-05 21:09:34 -04:00
IClass.java more work for reuse 2018-02-14 09:00:07 -05:00
IClassLoader.java Escape "<" and ">" in Javadoc when not used as HTML tag syntax 2017-12-19 16:53:52 -06:00
IField.java merge 2013-06-25 11:57:37 -04:00
IMember.java incorporate changes from other branch 2013-02-06 12:34:25 +01:00
IMethod.java 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
JVMClass.java merge 2013-06-25 11:57:37 -04:00
JarFileEntry.java added container access to ModuleEntry 2013-06-25 11:53:58 -04:00
JarFileModule.java merge 2013-06-25 11:57:37 -04:00
JarStreamModule.java Escape "<" and ">" in Javadoc when not used as HTML tag syntax 2017-12-19 16:53:52 -06:00
JavaLanguage.java further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
Language.java further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
LanguageImpl.java merge 2013-06-25 11:57:37 -04:00
Module.java Fixed bugs in the front end handling esoteric cases of weird control 2013-07-30 14:04:08 -04:00
ModuleEntry.java merge 2013-06-25 11:57:37 -04:00
NestedJarFileModule.java fixes to Dalvik support, and work on running Dalvik tests on Travis 2015-02-26 09:34:03 -05:00
NewSiteReference.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ProgramCounter.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ResourceJarFileModule.java merge 2013-06-25 11:57:37 -04:00
ShrikeBTMethod.java "@throws" should be followed by class name and space, not comma 2017-12-19 16:53:55 -06:00
ShrikeCTMethod.java Replace simple lambdas with method references wherever possible 2017-11-27 11:31:15 -06:00
ShrikeClass.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
ShrikeIRFactory.java Suppress some unchecked-cast warnings we cannot avoid 2017-08-15 09:16:59 -07:00
SourceDirectoryTreeModule.java merge 2013-06-25 11:57:37 -04:00
SourceFileModule.java Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
SourceModule.java added notion of source modules, which are presumed to be text files 2011-04-04 14:58:58 +00:00
SourceURLModule.java merge 2013-06-25 11:57:37 -04:00
SyntheticClass.java more work for reuse 2018-02-14 09:00:07 -05:00
SyntheticMethod.java further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
package.html more conversion to Unix line endings 2012-09-04 15:59:50 -07:00