Commit Graph

4573 Commits

Author SHA1 Message Date
Michael Herzberg 39b3cad56a For some reason, using the precise JS call graph builder, the analysis crashes here.... Temporary workaround. 2015-08-17 19:18:26 +02:00
Michael Herzberg 345acb559f Changed visibility of getCol function. 2015-08-03 16:18:15 +02:00
Michael Herzberg 1e78b289e1 Cleaned up. 2015-07-19 22:21:37 +02:00
Michael Herzberg bc50020c61 Readded column information. 2015-07-19 20:43:08 +02:00
Michael Herzberg fdb25cb7ed Added catching of StringIndexOutOfBoundExceptions. 2015-07-19 15:43:36 +02:00
Michael Herzberg 5c061b7462 Added missing jars back to build.properties and removed sample cup download which is not available anymore. 2015-07-19 13:57:38 +02:00
Michael Herzberg 2996a704e3 Changed some pom.xmls and build.properties to use maven dependencies for some and put the class files not in nested jars but on the top level. 2015-07-08 13:03:03 +02:00
Michael Herzberg ab33d777fc Removed @Override to support older eclipse versions. 2015-07-08 12:56:39 +02:00
Michael Herzberg 69a671680d Fixed quotifying of JavaScript elements. 2015-07-08 12:56:04 +02:00
Michael Herzberg 6a8bcdacfb Added possibility to add dex line number information manually. 2015-07-02 20:37:51 +02:00
Michael Herzberg 8f247b7fa6 Added missing method when using Eclipse Mars. 2015-07-01 13:30:09 +02:00
Michael Herzberg d1010ff939 Changed visibility of getScriptFromUrl in order to be able to override it. 2015-07-01 13:29:27 +02:00
Michael Herzberg b620ae4c1d Muted logging of timings. 2015-06-24 15:00:28 +02:00
Michael Herzberg 50dbbba070 Close input streams properly. 2015-06-24 14:07:55 +02:00
Michael Herzberg 6961dd9a08 Made call graph builder less noisy. 2015-06-24 14:07:29 +02:00
Michael Herzberg 842ce920e7 Use IOUtils instead of FileUtils to allow reading of files from jars. 2015-06-24 02:27:56 +02:00
Michael Herzberg 2e592889c8 Added corner case when line = 1. 2015-06-24 01:44:07 +02:00
Michael Herzberg 6d20fc80cd Implemented line and column information for JavaScript code. 2015-06-21 15:34:55 +02:00
Michael Herzberg 4767929b66 (Hopefully) Fixed construction of dalvik goto instructions. 2015-06-21 15:25:32 +02:00
Michael Herzberg 42e5ec14e6 Ignore script tags in HTML files which are not JavaScript. 2015-06-21 15:22:39 +02:00
Michael Herzberg dbe76a5145 Moved event listener models from prototype into function. 2015-06-21 14:26:21 +02:00
Michael Herzberg 2cec69074c Changed buildCG method to be static. 2015-06-21 14:15:06 +02:00
Michael Herzberg 3db294742e Changed build.xml to copy dx.jar from ANDROID_HOME. 2015-06-21 13:05:57 +02:00
Achim D. Brucker 06741a014e Updated README.md to reflect that this is a fork and not the main WALA repository. 2015-06-13 11:51:11 +02:00
Achim D. Brucker f879566711 Merge remote-tracking branch 'upstream/master' 2015-06-10 23:58:55 +02:00
Julian Dolby 93a522eecd abandon polyglot for now 2015-06-04 20:40:49 -04:00
Julian Dolby 1b2df793df try removing polyglot from cache 2015-06-04 20:12:01 -04:00
Julian Dolby 5feba2cc2e try removing polyglot from cache 2015-06-04 20:09:41 -04:00
Julian Dolby f269bbbcb5 try more memory 2015-06-04 19:04:43 -04:00
Julian Dolby a2379056d5 Merge branch 'master' of https://github.com/wala/WALA 2015-06-04 17:50:45 -04:00
Julian Dolby 90a98521a1 whitespace 2015-06-04 17:50:24 -04:00
Julian Dolby 31f9f1b0b5 more exclusions
allow 1.8 libs
2015-06-04 15:51:46 -04:00
Julian Dolby 58b7c7324c test for reading java 8 2015-06-04 13:53:25 -04:00
Julian Dolby b34fe4d21f Merge branch 'master' of https://github.com/wala/WALA
Conflicts:
	com.ibm.wala.ide.jsdt.tests/META-INF/MANIFEST.MF
2015-06-02 23:00:32 -04:00
Manu Sridharan 517c12b44a Merge branch 'master' of github.com:wala/WALA 2015-05-31 13:53:12 -07:00
Manu Sridharan 052023581d update version to 1.3.8-SNAPSHOT 2015-05-31 13:53:07 -07:00
Julian Dolby 517de26532 more attempts to make test run on maven 2015-05-30 11:26:28 -04:00
Julian Dolby 975bc8011c more attempts to make test run on maven 2015-05-30 11:25:16 -04:00
Manu Sridharan 23a4268a42 Merge pull request #70 from Sheak90/master
Fixed JUnit launcher of com.ibm.wala.cast.js.test
2015-05-29 23:16:28 -07:00
Achim D. Brucker 7bbb86292d Added profile to pom.xml to allow build on Windows to ignore optional required bundles such as org.eclipse.jdt.launching.macosx. 2015-05-30 00:02:30 +02:00
Manu Sridharan f2f65bfbc5 oops, version should be 1.3.7 2015-05-29 13:20:25 -07:00
Manu Sridharan 894f010ff9 version 1.3.8 2015-05-29 12:20:53 -07:00
Manu Sridharan e17c4a0617 script to change version numbers consistently across files 2015-05-29 12:19:18 -07:00
Manu Sridharan 6e145e3f26 remove other references to $HOME 2015-05-28 12:19:22 -07:00
Manu Sridharan 3e8e8ba427 try using TRAVIS_BUILD_DIR 2015-05-28 11:35:36 -07:00
Manu Sridharan a5d22bafe6 trigger travis build 2015-05-28 10:38:28 -07:00
Manu Sridharan 7ad8700064 update version numbers to 1.3.7-SNAPSHOT everywhere 2015-05-28 10:37:01 -07:00
Lukas Subel 71965a734e Fixed listEntry s.t. files used in tests are accessable 2015-05-27 12:39:52 +02:00
Julian Dolby f1e36c72cb disable test that breaks on Maven. Re-enable by hand for now to run it on Eclipse 2015-05-26 09:09:50 -04:00
Julian Dolby 48711a4e3e Merge branch 'master' of https://github.com/wala/WALA 2015-05-26 08:53:06 -04:00