Commit Graph

3917 Commits

Author SHA1 Message Date
Juergen Graf cdaaddf88b Merge branch 'wala' into master 2013-07-02 14:23:24 +02:00
Manu Sridharan b984760100 support for reading method parameter annotations from Java bytecodes 2013-06-28 11:44:47 -04:00
Manu Sridharan 31d3bf835e other build fixes 2013-06-25 16:00:15 -04:00
Manu Sridharan 8b09512edb fix .classpath error; should refer to rhino-1.7R3.jar 2013-06-25 15:50:24 -04:00
Julian Dolby 6597641ca0 new test 2013-06-25 13:30:01 -04:00
Julian Dolby 00c095ae28 turn off debugging output 2013-06-25 13:29:37 -04:00
Julian Dolby 55b64712fc merge conflict 2013-06-25 12:02:12 -04:00
Julian Dolby 080325b5f6 merge 2013-06-25 11:57:37 -04:00
Julian Dolby 3015d1c5f9 added container access to ModuleEntry 2013-06-25 11:53:58 -04:00
sjfink 587ef66356 publicize a method and add some comments 2013-06-24 08:34:16 -07:00
Manu Sridharan 6e2fadd316 remove @Override annotations from Java source tests.
Polyglot can't parse these annotations.
2013-06-10 15:04:56 -07:00
Manu Sridharan 05a9961108 add missing @Override annotations; no semantic change 2013-06-10 14:37:19 -07:00
Manu Sridharan 918f887d3a update copyright header 2013-06-10 14:24:03 -07:00
Manu Sridharan e41dc42276 javadoc 2013-06-10 14:22:12 -07:00
Manu Sridharan 547f0d276a more sample code 2013-06-10 14:22:12 -07:00
Manu Sridharan 6e562ac27e fix warnings 2013-06-10 14:22:12 -07:00
Manu Sridharan 68211df807 remove unused dump() method 2013-06-10 14:22:12 -07:00
Manu Sridharan 21d392e2bd example driver to print IR for all methods in a script 2013-06-10 14:22:11 -07:00
Manu Sridharan 9452bc563d add method to construct a class hierarchy for a set of JS files 2013-06-10 14:22:11 -07:00
Manu Sridharan 3a69d48038 javadoc 2013-06-10 14:22:11 -07:00
Julian Dolby 068d0f0908 merge 2013-06-10 09:08:34 -04:00
Julian Dolby 9e51a19d5d tests 2013-06-10 09:02:12 -04:00
Manu Sridharan 162a001ce6 remove more code for older lexical access scheme 2013-06-07 09:58:25 -07:00
Manu Sridharan f268ca91fd remove precise lexical config options; we want this to just be on 2013-06-07 09:48:00 -07:00
Manu Sridharan b2d108daad fix compile error 2013-06-06 20:03:39 -07:00
Manu Sridharan d2933d49b2 delete a little more code and javadoc 2013-06-06 20:02:42 -07:00
Manu Sridharan 321695617c delete more code 2013-06-06 20:02:42 -07:00
Manu Sridharan 472a98d7cf delete some code 2013-06-06 20:02:42 -07:00
Manu Sridharan d4b252ad51 kill NEW_LEXICAL flag 2013-06-06 20:02:41 -07:00
Max Schaefer d80624ff2b Merge branch 'make-correlation-tracking-an-option-in-HTMLCGBuilder' of https://github.com/wala/WALA into make-correlation-tracking-an-option-in-HTMLCGBuilder 2013-06-07 08:33:04 +08:00
Max Schaefer 79b12e332e Only introduce property name contexts for constant keys. 2013-06-07 08:29:24 +08:00
Max Schaefer 188a7c79a6 Need to use 1-CFA for ajaxslt test (alternatively turn off correlation
tracking).
2013-06-07 08:29:24 +08:00
Max Schaefer ef0cf8589d Forgot to set translator factory; fixed. 2013-06-07 08:29:24 +08:00
Max Schaefer 79caece0c1 Introducing convenience method for creating a loader factory without a preprocessor. 2013-06-07 08:29:24 +08:00
Max Schaefer 3adaaf50ee Correlation finder now handles both HTML files and raw JS files as
input, doesn't use WebPageLoaderFactory to create CAst anymore.
2013-06-07 08:29:24 +08:00
Max Schaefer 3d974b8313 Temporary commit; things are broken, but I need to switch back to master for a bit. 2013-06-07 08:29:24 +08:00
Max Schaefer 0f334e59e3 Only introduce property name contexts for constant keys. 2013-06-07 08:28:26 +08:00
Manu Sridharan 4908c22c94 re-enable other tests 2013-06-06 13:58:30 -07:00
Manu Sridharan 59981570a3 add junit 4 dependence 2013-06-06 13:51:37 -07:00
Manu Sridharan 591215ebd6 delete files on exit by default 2013-06-06 13:45:34 -07:00
Manu Sridharan e353938a93 fix up classpath 2013-06-06 13:44:39 -07:00
Manu Sridharan 52edbd4398 fix classpath 2013-06-06 13:31:17 -07:00
Manu Sridharan 6d1c0ad30c attempt to get maven build for nu_validator going 2013-06-06 13:16:07 -07:00
Manu Sridharan 78b60e7761 update to use htmlparser 1.4 2013-06-06 13:07:48 -07:00
Max Schaefer 9367ad57db Need to use 1-CFA for ajaxslt test (alternatively turn off correlation
tracking).
2013-06-06 17:48:31 +08:00
Max Schaefer 25c92bf3e2 Forgot to set translator factory; fixed. 2013-06-06 17:05:39 +08:00
Max Schaefer c4c1c2c027 Introducing convenience method for creating a loader factory without a preprocessor. 2013-06-06 16:32:55 +08:00
Max Schaefer f2e4fc572e Correlation finder now handles both HTML files and raw JS files as
input, doesn't use WebPageLoaderFactory to create CAst anymore.
2013-06-06 15:59:05 +08:00
Max Schaefer 0c67118fe2 Temporary commit; things are broken, but I need to switch back to master for a bit. 2013-06-06 14:30:52 +08:00
Manu Sridharan 68db1cc279 avoid recursive apply contexts 2013-06-03 16:47:02 -07:00