Release 1.2.1
From WalaWiki
We will periodically tag the subversion repository with release numbers. To check out a particular release, see the tags branch of the subversion repository.
- Previous Release: Release 1.2
- Next Release: Release 1.2.2
- Subversion path: https://wala.svn.sourceforge.net/svnroot/wala/tags/R_1.2.1/
- Date: Nov 20 2008
ChangeLog
Changes since Release 1.2:
- New features
- new support for reading InnerClass attributes from class files
- reflection support for ClassLoader.loadClass
- AbstractInterproceduralCFG now constructed lazily for greater scalability
- changes to TabulationSolver to allow for greater laziness in underlying supergraph
- support for entrypoints from the Spring framework
- Code cleanup
- support a little more of the IClass interface in FakeRootClass
- API Changes
- more type parameters throughout tabulation APIs
- Bug Fixes
- bug fix in IR construction with arraylength parameters to multinewarray
- bug fix for boundary case in BoundedBFSIterator
- bug fixes with control-flow graph construction with arbitrary RuntimeExceptions
- bug fix in ClassHierarchy method target resolution for interface methods
- bug fix for opcodes for binary logical operators in IR
- bug fix in AbstractRootMethod.addAllocation
- bug fix for equals/hashCode in JarFileModule
- bug fix for SDG.hasEdge()
- bug fixes for computing analysis scope for Eclipse plugin projects
