WALA/com.ibm.wala.dalvik/src/com/ibm/wala/dalvik/ipa/callgraph/androidModel
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
..
parameters Merge pull request #156 from liblit/warning-fixes-unnecessary-code-uncontroversial 2017-03-23 17:48:10 -07:00
structure Remove "@inheritDoc" for classes; it's not allowed there 2017-03-22 20:40:53 -05:00
stubs Merge pull request #156 from liblit/warning-fixes-unnecessary-code-uncontroversial 2017-03-23 17:48:10 -07:00
AndroidModel.java Remove "@param" tags for which there is no corresponding parameter 2017-03-22 20:40:52 -05:00
AndroidModelClass.java Fix broken type, field, and method references in Javadoc comments 2017-03-22 20:40:51 -05:00
IntentModel.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
MicroModel.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
MiniModel.java Fix 10 Eclipse warnings about declared-but-never-thrown exceptions 2017-03-20 00:44:04 -05:00
package-info.java scandriod merge 2014-10-01 21:32:36 -04:00