Manu Sridharan
|
dee324b609
|
add comment
|
2013-05-28 15:32:24 -07:00 |
|
Manu Sridharan
|
89803bc90c
|
use updated API for getting library jars
|
2013-05-28 15:31:30 -07:00 |
|
Manu Sridharan
|
06361377e3
|
progress on getting polyglot tests to run under maven
|
2013-05-27 16:34:06 -07:00 |
|
Manu Sridharan
|
e6bef253ff
|
Merge branch 'master' into maven
|
2013-05-02 10:58:55 -07:00 |
|
Manu Sridharan
|
5f18830c3f
|
changes to adjust for lack of null instruction at index 0
|
2013-04-29 20:34:08 -07:00 |
|
Marcel Bruch
|
7c2d18cd58
|
[releng] added preliminary maven tycho build support
|
2013-04-29 13:13:22 +02:00 |
|
Manu Sridharan
|
00eb1d2bd2
|
Set all projects to build against Java 6; no semantic change. Fixes #20
|
2013-04-10 16:01:27 -07:00 |
|
Julian Dolby
|
87b856928c
|
fixes for handling parse errors in JS and HTML
|
2013-03-01 10:07:20 -05:00 |
|
Julian Dolby
|
afccdd2189
|
Annotation support
|
2013-02-02 21:27:45 -05:00 |
|
Manu Sridharan
|
60db861a5f
|
complete conversion to Unix line endings
|
2012-09-04 16:05:49 -07:00 |
|
Manu Sridharan
|
56f3d847a5
|
more conversion to Unix line endings
|
2012-09-04 15:59:50 -07:00 |
|
Manu Sridharan
|
256cd06460
|
Convert all Java source files to use Unix line endings; no semantic change
|
2012-09-04 15:56:05 -07:00 |
|
dolby
|
319eacc529
|
merge changes and changes for atomic sets work
|
2012-08-29 16:35:34 -04:00 |
|
Manu Sridharan
|
9a0e105e51
|
fix so that new lexical scheme can be enabled with Java frontends
|
2012-07-12 10:27:24 -07:00 |
|
dolby-oss
|
a9ec87f360
|
Changes motivated by analysis issues in JavaScript. The main change is that calls of the form f.x() in JavaScript are now analyzed like 'method calls' so that the 'this' pointer in the receiver functions can be filtered based upon the types that actually have the method being invoked. This requires much more dynamic filtering than in a language like Java, since properties like 'x' are simply properties that happen to hold functions, and so can be assigned in a first-class manner. Thus, the filtering needs to handle variance in both the types and the values of their properties; this is implemented as multiple levels of abstract object directed side effect equations in the dataflow system.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4535 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2012-03-01 02:45:51 +00:00 |
|
msridhar1
|
59e46916ce
|
Generalize certain IR data structures to be less Java-specific. Generalize annotations code to allow for reading annotation parameters. Various other fixes
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4290 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2011-12-28 17:03:27 +00:00 |
|
msridhar1
|
857e456806
|
organize imports
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4081 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2011-04-03 04:08:05 +00:00 |
|
sjfink
|
3a49f17ebc
|
update code formatting for Eclipse 3.6
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4048 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2011-02-03 15:14:47 +00:00 |
|
dolby-oss
|
5d1673011a
|
killed obsolete class
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3798 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2010-01-25 15:01:33 +00:00 |
|
dolby-oss
|
8069fe81d8
|
fix issues with junit 3 vs. 4 by adding hacking method to get a name like the one junit 3 gives
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3790 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2010-01-06 13:57:06 +00:00 |
|
msridhar1
|
8025302fd0
|
update to JUnit 4
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3743 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-07-27 22:48:04 +00:00 |
|
dolby-oss
|
cab3c60f7e
|
fixes for JDT-based tests
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3730 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-07-16 18:08:29 +00:00 |
|
sjfink
|
a0efbee8ff
|
Major refactoring to introduce com.ibm.wala.ide. Many related changes and patches from Marcelo Paternostro.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3693 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-06-22 15:06:12 +00:00 |
|
sjfink
|
6f96d41dc2
|
remove unnecessary InvalidClassFileException declarations
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3618 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-05-29 14:23:29 +00:00 |
|
sjfink
|
9939142eae
|
switch from Assertions._assert to Java assertions
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3555 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-04-30 13:16:52 +00:00 |
|
egeay
|
193fc85cdd
|
- Updated test cases to 1.7 syntax
- Added one-level directory structure to separate the constructs tested.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3545 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-04-29 18:17:20 +00:00 |
|
egeay
|
f5613864de
|
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3544 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-04-29 18:13:14 +00:00 |
|
dolby-oss
|
e66d5ed88a
|
approximate support for multithreaded code
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3532 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-04-23 18:00:20 +00:00 |
|
sjfink
|
957cb2b8ca
|
deprecate Trace
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3432 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-04-09 20:31:14 +00:00 |
|
dolby-oss
|
b2bae33bab
|
generalize parsing of Descriptors to also handle languages other than Java
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3366 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-03-26 15:11:45 +00:00 |
|
sjfink
|
b1cdc4fecf
|
call new factories
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3305 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-03-13 17:06:09 +00:00 |
|
sjfink
|
ed13ddbb17
|
bug fix 2666538: make ClassLoaderReference immutable, and related API fixes
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3302 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-03-13 14:20:35 +00:00 |
|
dolby-oss
|
ed52225d4f
|
adapt to core changes
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3230 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-02-19 15:59:33 +00:00 |
|
dolby-oss
|
c904bf1e14
|
fixes to Java source test failures
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3198 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-02-02 18:40:10 +00:00 |
|
sjfink
|
10879ee189
|
remove unused import
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3172 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-01-14 15:53:05 +00:00 |
|
dolby-oss
|
624fb4c5ae
|
refactor polyglot-based java code in its own projects
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3168 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2009-01-09 14:12:19 +00:00 |
|
sjfink
|
b1f300156e
|
patch from yinnon to make analysis scopes obey list order
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3144 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-12-17 19:52:27 +00:00 |
|
dolby-oss
|
3d93215690
|
remove file committed by mistake
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3141 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-12-16 15:22:35 +00:00 |
|
dolby-oss
|
7ce05498fd
|
refactor java source test code to ease making plugin tests
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3134 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-12-16 14:29:11 +00:00 |
|
msridhar1
|
5fd0909a7d
|
changed execution environment to J2SE1.5. Fixed some warnings.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3113 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-12-02 17:01:50 +00:00 |
|
sjfink
|
66884c2c37
|
fix Eclipse 3.4.1 compiler warnings
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3100 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-12-01 19:40:43 +00:00 |
|
dolby-oss
|
866c6dc608
|
make dumpIR accessible to subclasses
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3082 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-11-06 17:58:11 +00:00 |
|
sjfink
|
6596d354ab
|
tweak code format
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2950 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-07-04 01:57:05 +00:00 |
|
sjfink
|
456eaa7978
|
tweak code format
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2912 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-06-25 15:00:47 +00:00 |
|
sjfink
|
a26f7e2035
|
organize imports
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2853 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-05-27 19:43:53 +00:00 |
|
dolby-oss
|
ed8a7159e6
|
remove dependence from cast.java.test to eclipse.tests
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2850 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-05-27 13:29:35 +00:00 |
|
dolby-oss
|
85747870f1
|
refactoring to prepare for JDT front end
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2844 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-05-23 16:24:17 +00:00 |
|
dolby-oss
|
3719bfd410
|
refactoring to prepare for JDT front end
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2842 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-05-23 15:58:02 +00:00 |
|
dolby-oss
|
0345fbd563
|
fixes for break from arbitrary code block
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2713 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-03-18 14:18:26 +00:00 |
|
dolby-oss
|
7daeaf5ac2
|
commit patches to fix issues with uses of null (Thanks Evan)
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2711 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-03-18 13:28:41 +00:00 |
|
dolby-oss
|
3502d708b1
|
added new test files for patch for inner classes
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2594 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-02-19 19:19:42 +00:00 |
|
dolby-oss
|
fe12b77d85
|
committed patch from Evan Battaglia to support outer.new inner() form. Thanks!
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2592 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-02-18 15:18:00 +00:00 |
|
msridhar1
|
54f15e7c50
|
fix for mac
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2563 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-02-12 15:17:36 +00:00 |
|
sjfink
|
d3b19b68cb
|
just refactoring ... introduce 2 new packages in wala.util.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2444 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-01-24 22:04:26 +00:00 |
|
sjfink
|
9206386ec8
|
tweak code format
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2370 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-01-11 16:51:15 +00:00 |
|
sjfink
|
25d89740f1
|
tweak code formatting for enums
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2337 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-01-10 16:26:20 +00:00 |
|
sjfink
|
799e6cc6c5
|
tweak code formatting template
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2267 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-01-03 16:31:29 +00:00 |
|
sjfink
|
fa5af94335
|
clean up and refactor some APIs surrounding file I/O and exclusions files. Needed in order to allow clients to use some APIs with application-specific exclusions.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2251 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2008-01-02 22:28:04 +00:00 |
|
sjfink
|
07f528b5d1
|
revert code compliance level to 5.0
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2211 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-12-17 18:48:21 +00:00 |
|
sjfink
|
0b441f5b13
|
organize imports
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2146 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-12-10 05:36:40 +00:00 |
|
rmfuhrer
|
1cce2cc801
|
Made populateScope() non-static so it can be overridden and derived classes can add other Modules to the analysis.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2118 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-12-06 15:01:07 +00:00 |
|
sjfink
|
5b2cc7b943
|
more generics
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2050 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-11-16 21:02:33 +00:00 |
|
sjfink
|
f757378ce3
|
organize imports
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2047 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-11-16 20:57:49 +00:00 |
|
sjfink
|
5ed0e82014
|
add CancelException to interact with Eclipse progress monitors and thread it through some APIs
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2002 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-11-13 16:18:44 +00:00 |
|
sjfink
|
851aec7d00
|
use java 6.0 regression exclusions
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1991 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-11-08 21:52:19 +00:00 |
|
dolby-oss
|
e851f84a2e
|
expose rtJar computation for other tests
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1952 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-10-25 13:48:16 +00:00 |
|
sjfink
|
46ef6ec021
|
add a generic type
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1860 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-10-11 16:12:34 +00:00 |
|
sjfink
|
a4ed04658c
|
bump up source level to 6.0
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1843 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-10-11 14:25:21 +00:00 |
|
sjfink
|
db2e81fdf5
|
clean up imports
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1823 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-10-04 15:49:01 +00:00 |
|
dolby-oss
|
10b1ec8b7f
|
allow use in other packages
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1762 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-09-18 02:28:58 +00:00 |
|
dolby-oss
|
8d870a917c
|
add missing files
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1761 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-09-17 21:05:09 +00:00 |
|
dolby-oss
|
3e5ef94742
|
bug fix
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1760 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-09-17 20:32:40 +00:00 |
|
dolby-oss
|
486bd2be5c
|
fixes for build issues
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1758 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-09-17 17:01:28 +00:00 |
|
dolby-oss
|
8313d24fe8
|
add test of example of CAst transformation: a sync block duplicator for Nick
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1745 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-09-13 14:33:20 +00:00 |
|
sjfink
|
8943e75f41
|
small cleanups
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1600 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-08-09 17:39:35 +00:00 |
|
schandra_sf
|
48110ba738
|
Make access control of populatescope protected (was private)
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1574 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-08-06 19:45:20 +00:00 |
|
dolby-oss
|
82f5422cdc
|
use libs from wala.properties, if available
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1565 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-08-02 17:20:29 +00:00 |
|
sjfink
|
a83b93fd0f
|
use Hash factories everywhere
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1437 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-07-11 21:07:42 +00:00 |
|
sjfink
|
ba386f24ac
|
massive overhaul of Warnings management
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1383 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-07-06 22:08:19 +00:00 |
|
sjfink
|
91ff8cfe08
|
miscellaneous housekeeping
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1370 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-07-06 03:07:49 +00:00 |
|
sjfink
|
0350934bce
|
small cleanups relating to migration to Eclipse 3.3
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1361 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-07-05 23:56:36 +00:00 |
|
sjfink
|
c29f416283
|
delete CallGraph.getInterpreter() and CFGProvider
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1343 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-07-05 03:04:39 +00:00 |
|
sjfink
|
e6e81302c4
|
misc. cleanups
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1281 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-06-15 14:01:35 +00:00 |
|
dolby-oss
|
caab59282a
|
adapt to wala changes for cross-language call graphs
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1219 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-06-01 03:37:25 +00:00 |
|
sjfink
|
3512d5e0aa
|
promote some basic eclipse functions into wala.core
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1146 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-05-17 14:12:20 +00:00 |
|
sjfink
|
3dec0ac8cb
|
delete Entrypoints interface.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1123 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-05-15 17:44:32 +00:00 |
|
sjfink
|
cc550887df
|
share errors/warnings settings
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1079 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-05-07 13:28:27 +00:00 |
|
sjfink
|
5f3c4399b4
|
shared code formatter settings
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1072 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-05-07 13:21:23 +00:00 |
|
sjfink
|
398caf19c1
|
enable project-specific compiler settings
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1027 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-04-30 13:47:01 +00:00 |
|
sjfink
|
aea9865785
|
refactor JavaSourceAnalysisEngine
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@982 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-04-18 15:51:08 +00:00 |
|
sjfink
|
b82f1cec16
|
cleanup and refactoring of Eclipse analysis scope management
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@974 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-04-17 16:12:50 +00:00 |
|
sjfink
|
6287fac5ae
|
reorganize eclipse dependencies
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@968 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-04-17 14:04:50 +00:00 |
|
dolby-oss
|
016957c461
|
slightly more informative message regarding unreached methods
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@922 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-04-04 13:04:29 +00:00 |
|
sjfink
|
84c841784a
|
soft caching of bytecode info and small API changes
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@882 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-03-22 15:48:58 +00:00 |
|
dolby-oss
|
1f6269c3ee
|
tests for fixes to (some of) the most recent crop of bugs
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@856 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-03-14 14:37:24 +00:00 |
|
sjfink
|
0d459d587d
|
minor cleanups
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@851 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-03-12 16:09:57 +00:00 |
|
dolby-oss
|
c3670c755b
|
add test for static initializers
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@845 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-03-12 02:47:29 +00:00 |
|
dolby-oss
|
c47a510932
|
restore lib jar file needed by ibm 5.0 vm
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@844 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-03-12 02:41:23 +00:00 |
|
dolby-oss
|
609f848f1c
|
support tests that take a directory, not a file. Also add some testing of extensions added the WALA CAst Java front end.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@841 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-03-12 02:08:45 +00:00 |
|
rmfuhrer
|
b5d07d2443
|
Changed ref in bundle name: DOMO -> WALA.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@746 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-14 15:05:14 +00:00 |
|
mkogane
|
a529f33798
|
fix Bundle-SymbolicName and Require-Bundle in MANIFEST.MF
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@737 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-14 06:12:18 +00:00 |
|
dolby-oss
|
b89d4b59f3
|
more testing of enclosing objects for inner classes; make the simple tests assert that all methods are reachable as a basic sanity check
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@704 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-09 18:20:17 +00:00 |
|
sjfink
|
8b2db1517f
|
squash remaining Eclipse warnings
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@699 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-09 15:33:22 +00:00 |
|
dolby-oss
|
701e6a5960
|
launch configurations for download scripts
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@690 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-08 20:38:28 +00:00 |
|
dolby-oss
|
e4569142d6
|
added script to download needed tests
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@683 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-08 20:09:50 +00:00 |
|
sjfink
|
c9ddadb76f
|
miscellaneous minor cleanups. eclipse build stuff. import statements.
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@675 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-08 19:06:52 +00:00 |
|
dolby-oss
|
e8258d08e8
|
JUnit tests launch configurations
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@672 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-08 18:24:14 +00:00 |
|
dolby-oss
|
1301b5c428
|
extend local class test to test invokes on enclosing object; adapt to changes in analysis engines
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@658 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-07 18:52:35 +00:00 |
|
dolby-oss
|
870f9cc88f
|
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@620 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
|
2007-02-02 17:22:28 +00:00 |
|