Release 1.3.5
From WalaWiki
We will periodically tag the WALA repository with release numbers. To check out a particular release, see the branches in the GitHub repository, or the Sourceforge repository for releases 1.3.4 and earlier.
- Previous Release: Release 1.3.4
- Next Release: TBA
- GitHub branch: TBA
- Date: TBA
[edit]
ChangeLog
Changes since Release 1.3.4:
- New features
- Code cleanup
- API Changes
- Refactored com.ibm.wala.core to no longer rely on Eclipse. Specific changes are listed below, and in general we recommend that any code using WALA from an Eclipse plug-in be re-tested.
- new class
EclipseFileProvider, subclassingFileProvider, containing Eclipse-specific functionality.FileProvidermethods now do not work within Eclipse for loading files from plug-ins. Also, previously-static methods are now instance methods. - moved
WalaProperties.getWalaCorePluginHome()toEclipseFileProvider - various
AnalysisScopeReaderfunctionality involving plug-ins moved toEclipseAnalysisScopeReader - moved
ProgressMasterandProgressMonitorDelegatetocom.ibm.wala.ide.util
- new class
- Refactored com.ibm.wala.core to no longer rely on Eclipse. Specific changes are listed below, and in general we recommend that any code using WALA from an Eclipse plug-in be re-tested.
- Bug Fixes
