Skip to content

Jlf j16 #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 157 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
157 commits
Select commit Hold shift + click to select a range
10590eb
updated jars, minor changes to AbstractCommit.java
Jun 13, 2021
f02f198
minor changes to JavaASTUtil to successfully build.
Jun 14, 2021
7cba32d
fixed a few [unchecked] warnings
Jun 14, 2021
b191ba8
fixed classpath
Jun 14, 2021
d829c78
add Iris's email address to .travis.yml file. Change AST.JLS8 to JLS8…
irisma00 Jun 16, 2021
bb69986
fixed most errors and warnings
irisma00 Jun 16, 2021
0f5b351
change parseJava method input from content to path, and all the java …
irisma00 Jun 21, 2021
82a20c1
minor change
irisma00 Jun 22, 2021
e98978f
minor change
irisma00 Jun 22, 2021
bf82622
fix EnhancedForStatement.boa
Jun 22, 2021
020ac36
remove extra statements in ForStatement.boa and IfStatement.boa
irisma00 Jun 22, 2021
d9d792f
properly set debug flag on test, and allow specific test runs to show…
psybers Jun 23, 2021
55ee619
fix JavaVisitor.java line 1293 visit method
irisma00 Jun 24, 2021
2322b2d
Merge branch 'master' into jlf-j16
psybers Jun 25, 2021
915da91
add this branch to CI
psybers Jun 25, 2021
39feb40
fix JavaVisitor line 1293 visit(SwitchCase node)
irisma00 Jun 25, 2021
9580772
Merge branch 'jlf-j16' of https://github.com/boalang/compiler into jl…
irisma00 Jun 25, 2021
33b61b0
fixed most of the errors
irisma00 Jun 28, 2021
3b26693
add public static int DEFAULT_VERSION = 15 into DefaultProperties.java
irisma00 Jun 29, 2021
6e75e95
minor change
irisma00 Jun 29, 2021
5ec1174
change SwitchCase visit method back, modify its corresponding boa files
irisma00 Jun 29, 2021
1aca073
combine 2 if statements
irisma00 Jun 29, 2021
d59b285
fix SwitchCase
psybers Jun 29, 2021
5134a6f
add test case for switch case with multiple expressions
psybers Jun 29, 2021
7035dd6
replace 15 with DefaultProperties.DEFAULT_VERSION
irisma00 Jun 29, 2021
9229bcb
replace DEFAULT_VERSION with DEFAULT_JAVA_ASTLEVEL; add ';' to Labele…
irisma00 Jun 29, 2021
5a757f0
add visit(TextBlock node) method
irisma00 Jul 5, 2021
8f65ff4
Create visit method for ModuleDeclaration and RecordDeclaration
irisma00 Jul 19, 2021
f148a8b
add visit method for SwitchExpression
irisma00 Jul 27, 2021
38f21a5
add java 15 base test
psybers Jul 30, 2021
631492b
minor change
irisma00 Jul 30, 2021
2bf347a
update boa test files for SwitchExpression and TextBlock
irisma00 Aug 3, 2021
e1559af
minor change
irisma00 Aug 3, 2021
e6399a3
minor change
irisma00 Aug 3, 2021
8f1058e
Merge branch 'master' into jlf-j16
psybers Aug 3, 2021
3da64dc
Merge branch 'master' into jlf-j16
psybers Aug 5, 2021
65aef18
fix NPE
psybers Aug 5, 2021
c3ec666
fix checkstyle
psybers Aug 5, 2021
cb66257
Fix errors caused by merger. Update json file for YeldStatement
irisma00 Aug 5, 2021
0a7efd5
update visit method for Module Declaration
irisma00 Aug 10, 2021
547d622
change inherited attributes so visits called with other visitors use …
psybers Aug 11, 2021
8326440
add -ppall compile flag for debugging the transformation chain
psybers Aug 11, 2021
fbdd612
fix checkstyle errors
psybers Aug 11, 2021
e6598d0
move visitor desugaring to avoid crash
psybers Aug 13, 2021
fb21f8c
initial work toward a singleton TypeCheckingVisitor (instance added -…
psybers Aug 13, 2021
311855f
fix several transform errors
psybers Aug 13, 2021
01b733d
finish visit methods for ModuleDeclaration and related classes
irisma00 Aug 20, 2021
3aedf1f
minor change
irisma00 Aug 20, 2021
d182fd0
add try-with-resources
irisma00 Oct 2, 2021
6fc6d24
test
irisma00 Oct 2, 2021
69c5c1e
modify json files for 5 new features
irisma00 Oct 4, 2021
bb9ef47
modify json file ofr local-var-lambda
irisma00 Oct 5, 2021
abd0ba2
Merge branch 'master' into jlf-j16
psybers Oct 8, 2021
f88c2be
Merge branch 'master' into jlf-j16
psybers Oct 8, 2021
cad468e
fix naming error
irisma00 Oct 11, 2021
5e0a05a
Update JavaCore Version
irisma00 Nov 9, 2021
ca98d79
minor change
irisma00 Nov 9, 2021
ce4839d
convert Switch expression to a normal switch statement nested under a…
psybers Nov 9, 2021
69f9961
Change TextBlock kind to LITERAL
irisma00 Nov 9, 2021
1a245b4
add SafeVarargsPrivateInstanceMet test case
irisma00 Nov 11, 2021
b1f6b0d
Merge branch 'master' into jlf-j16
psybers Nov 16, 2021
906bfe2
need to set the unit name on the parser or it wont parse modules
psybers Nov 18, 2021
898384d
modify try-with-resources.java
irisma00 Nov 19, 2021
8a3012b
replace JavaCore.VERSION_15 with DefaultProperties.DEFAULT_JAVA_CORE
irisma00 Dec 21, 2021
3c855ca
minor change on langmode/JavaLangMode.java
irisma00 Dec 21, 2021
6629975
minor format change
irisma00 Dec 21, 2021
f835efb
minor change
irisma00 Dec 21, 2021
8d547eb
fix try-with-resources test
irisma00 Dec 21, 2021
0375c85
fix test for module-info.java
irisma00 Dec 21, 2021
73e2b0e
fix getsnapshot bug where it would go to a future commit if the times…
psybers Dec 21, 2021
69b734e
use java 15 for java-to-boa
psybers Dec 22, 2021
be59032
Merge branch 'master' into jlf-j16
psybers Dec 23, 2021
d2f08d1
make datagen stop if --help flag set
psybers Dec 23, 2021
72c9d13
fix issue with datagen when using -skip and -offset together
psybers Dec 23, 2021
70d31fd
use process id in generated intermediate seq files during datagen
psybers Dec 23, 2021
375f223
remove boa output jar file
psybers Dec 23, 2021
8076afb
remove boa output jar file
psybers Dec 23, 2021
7be585b
refactoring java tests to remove multiple bases
psybers Dec 23, 2021
f685e21
Merge branch 'master' into jlf-j16
psybers Dec 23, 2021
567c5b4
switch distribution from adopt to temurin
psybers Dec 23, 2021
e6d17e3
CI needs java 11 not 12
psybers Dec 23, 2021
1a074ff
modify local-var-type-inference test
irisma00 Dec 23, 2021
64fac70
update visitor method for local-var-type-inference and its related files
irisma00 Dec 23, 2021
7b4e0f4
delete extra jar file
irisma00 Dec 23, 2021
cc99016
update visitor for var
irisma00 Dec 27, 2021
a63a5da
fix error
irisma00 Dec 27, 2021
87a28b5
fix visitor method for local-var-lambda
irisma00 Dec 28, 2021
176c4ff
update visitor method for var
irisma00 Dec 29, 2021
baea831
code cleanup
irisma00 Dec 29, 2021
9341dd4
Merge branch 'master' into jlf-j16
psybers Jan 5, 2022
ae4b15e
Merge branch 'master' into jlf-j16
psybers Jan 6, 2022
71ae410
Merge branch 'master' into jlf-j16
psybers Jan 6, 2022
d29609f
add a string(ast, true) function to minimize the generated json
psybers Jan 7, 2022
02e0439
undo format changes so merge can happen
psybers Jan 20, 2022
843e666
Merge branch 'master' into jlf-j16
psybers Jan 20, 2022
542486c
add support for a samplesize -ss flag on the runner
psybers Jan 23, 2022
001cf65
update prettyprint
irisma00 Feb 6, 2022
992657f
fix duplicate problem
irisma00 Feb 6, 2022
7b54ff1
fix auto-format
irisma00 Feb 6, 2022
4e17358
change java version back to 1.8
irisma00 Feb 6, 2022
8dd9ebe
update test cases related to switch case
irisma00 Feb 6, 2022
73c1d24
update switch case related test case
irisma00 Feb 6, 2022
533a487
Merge branch 'master' into jlf-j16
psybers Apr 2, 2022
52e923a
fix broken tests
psybers Apr 2, 2022
5b91dc8
Merge branch 'master' into jlf-j16
psybers Apr 3, 2022
b8328de
Merge branch 'master' into jlf-j16
psybers Apr 3, 2022
d4225cd
fix tests
psybers Apr 3, 2022
50ce519
code cleanup
psybers Apr 5, 2022
0e28e8b
no need to change CI configs
psybers Apr 5, 2022
1bf1cf5
cleanup
psybers Apr 5, 2022
5b76eb1
cleanup
psybers Apr 5, 2022
4dc1b9b
cleanup the wrapped java tests
psybers Apr 7, 2022
3795f34
cleanup
psybers Apr 7, 2022
a636ef4
cleanup
psybers Apr 7, 2022
6948aef
Merge branch 'master' into jlf-j16
psybers Apr 7, 2022
eee00a5
cleanup
psybers Apr 7, 2022
a2f45db
cleanup
psybers Apr 7, 2022
c0dd549
cleanup
psybers Apr 7, 2022
06eb758
work on prettyprint for Java
psybers Apr 7, 2022
9078c30
work on prettyprint for Java
psybers Apr 7, 2022
ff99e31
work on prettyprint for Java
psybers Apr 7, 2022
8b47854
prepare for when we have multiple langmodes/prettyprints
psybers Apr 7, 2022
6898a8e
cleanup
psybers Apr 7, 2022
c41ea68
refactor pretty print tests for reusability
psybers Apr 7, 2022
3d0b1cf
cleanup use of prettyprint constants
psybers Apr 7, 2022
c05456e
fix java prettyprint
psybers Apr 11, 2022
c43b2e4
cleanup
psybers Apr 11, 2022
e8dec98
add java prettyprint tests
psybers Apr 11, 2022
51f3f2f
more prettyprint work
psybers Apr 11, 2022
c4905a9
cleanup protos
psybers Apr 30, 2022
c898690
refactoring and cleanup, JLS4 -> JLS7 filekind, move parsing into the…
psybers Apr 30, 2022
f6805d4
fix broken test still referencing JLS4
psybers Apr 30, 2022
e6c30df
Merge branch 'master' into jlf-j16
psybers Apr 30, 2022
8a61221
update expected results from JLS4->JLS7
psybers Apr 30, 2022
b83ffc5
update dataset
psybers Apr 30, 2022
94c0d96
fix broken datagen test oracles
psybers Apr 30, 2022
055ef6d
remove unused code
psybers Apr 30, 2022
35c59ae
refactor and clean some code
psybers Apr 30, 2022
5cccbc4
make sure temp files are always cleaned up
psybers Apr 30, 2022
5f67ec6
refactor and clean some code
psybers Apr 30, 2022
a0e44e9
add a reset() method to Java visitor class
psybers Apr 30, 2022
2d731db
cleanup code
psybers Apr 30, 2022
0d5210a
code cleanup
psybers Apr 30, 2022
0add43a
cleanup AST dump code
psybers Apr 30, 2022
0ae3cc9
cleanup and fix bug with @SuppressWarnings("varargs") detection
psybers Apr 30, 2022
02e4f89
debug() function doesnt need to return
psybers Apr 30, 2022
6df21df
refactor to reuse objects
psybers Apr 30, 2022
2708016
move all Java parsing code into the langmode
psybers Apr 30, 2022
bf79ceb
updated jars + sealed/non-sealed mods
Nov 1, 2022
85f92a2
remove unused constant
psybers Jun 17, 2023
015b9db
fix compile and mark (un-)sealed as JDK17 feature
psybers Jun 17, 2023
27d3a18
manual fix to merge issue
psybers Jan 31, 2024
22da2cc
merge master
psybers Jan 31, 2024
f96b0d5
updated jars, start for GuardedPattern and NullPattern
DavidMOBrien Feb 21, 2024
76770b7
new jars added
DavidMOBrien Feb 21, 2024
4232e26
revised GuardedPattern
DavidMOBrien Feb 22, 2024
d77698f
added TypePattern
DavidMOBrien Feb 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 69 additions & 45 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,80 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="lib" path="rtlib/antlr-runtime-4.5.jar"/>
<classpathentry kind="lib" path="rtlib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="rtlib/scannotation-1.0.3.jar"/>
<classpathentry kind="lib" path="rtlib/ST-4.0.8.jar"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="build/java"/>
<classpathentry kind="src" path="src/antlr"/>
<classpathentry kind="src" path="src/proto"/>
<classpathentry kind="src" path="src/compiled-proto"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="compile"/>
<classpathentry kind="lib" path="lib/antlr-4.5-complete.jar"/>
<classpathentry kind="lib" path="lib/checkstyle-6.19-all.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-math-2.1.jar"/>
<classpathentry kind="lib" path="lib/hadoop-core-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/hadoop-release-1.0.4.zip"/>
<classpathentry kind="lib" path="lib/hamcrest-all-1.3.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-all-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-all-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11-javadoc.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11-sources.jar"/>
<classpathentry kind="lib" path="lib/mrunit-0.9.0-incubating-hadoop1.jar"/>
<classpathentry kind="lib" path="lib/datagen/app-1.3.200-v20130910-1609.jar"/>
<classpathentry kind="lib" path="lib/datagen/app-1.3.200-v20130910-1609-javadoc.jar"/>
<classpathentry kind="lib" path="lib/datagen/app-1.3.200-v20130910-1609-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/com.jcraft.jsch-all-1.0.1.release.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-beanutils-1.8.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/datagen/cssparser-0.9.23.jar"/>
<classpathentry kind="lib" path="lib/datagen/cssparser-0.9.23-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/dom4j-2.0.2.jar"/>
<classpathentry kind="lib" path="lib/datagen/eclipse.jdt.core.jar"/>
<classpathentry kind="lib" path="lib/datagen/dom4j-2.0.2-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/ezmorph-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/datagen/gson-2.7.jar"/>
<classpathentry kind="lib" path="lib/datagen/gson-gson-parent-2.7.zip"/>
<classpathentry kind="lib" path="lib/datagen/jena-core-2.7.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/jena-iri-0.9.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/jsoup-1.10.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/jsoup-1.10.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/datagen/jsoup-1.10.3-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/datagen/maven-model-3.0.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.contenttype_3.4.100.dist.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.jobs_3.5.101.dist.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.resources_3.7.101.dist.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.runtime_3.7.0.dist.jar"/>
<classpathentry kind="lib" path="lib/datagen/maven-model-3.0-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.dltk.core_5.7.1.201703020501.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.common_3.6.0.dist.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.preferences_3.4.2.dist.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.jgit-4.0.1.201506240215-r.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.osgi_3.9.1.v20130814-1242.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.jgit-4.0.1.201506240215-r-javadoc.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.jgit-4.0.1.201506240215-r-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.php.core_4.3.1.201703301037.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.php.core.parser_4.3.1.201703301037.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.php.core.parser.source_4.3.1.201703301037.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.php.core.source_4.3.1.201703301037.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.wst.jsdt.core_1.3.1.v201401291437.jar"/>
<classpathentry kind="lib" path="lib/datagen/plexus-utils-2.0.5.jar"/>
<classpathentry kind="lib" path="lib/datagen/plexus-utils-2.0.5-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/protobuf-2.5.0.zip"/>
<classpathentry kind="lib" path="lib/datagen/protobuf-java-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/datagen/rhino-1.7.7.1.jar"/>
<classpathentry kind="lib" path="lib/datagen/rhino-1.7.7.1-sources.zip"/>
<classpathentry kind="lib" path="lib/datagen/sac.jar"/>
<classpathentry kind="lib" path="lib/datagen/trove-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/xml-security-impl-1.0.jar"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="build/java"/>
<classpathentry kind="src" path="src/antlr"/>
<classpathentry kind="src" path="src/proto"/>
<classpathentry kind="src" path="src/compiled-proto"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/datagen/app-1.3.200-v20130910-1609.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-beanutils-1.8.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/datagen/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/datagen/ezmorph-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/datagen/gson-gson-parent-2.7.zip"/>
<classpathentry kind="lib" path="lib/datagen/jena-core-2.7.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/jena-iri-0.9.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.filesystem_1.6.0.v20160503-1608.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.registry_3.5.100.v20110502.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.registry.source_3.5.100.v20110502.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.osgi.source_3.9.1.v20130814-1242.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.php.core.parser.source_4.3.1.201703301037.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.php.core.source_4.3.1.201703301037.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.text-3.5.101-sources.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.text-3.5.101.jar"/>
<classpathentry kind="lib" path="lib/datagen/protobuf-java-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/datagen/sacjavadoc-1.3.zip"/>
<classpathentry kind="lib" path="lib/datagen/slf4j-api-1.4.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/slf4j-log4j12-1.4.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/svnkit-1.7.6.jar"/>
<classpathentry kind="lib" path="lib/datagen/trove-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/datagen/trove-3.0.3-src.jar"/>
<classpathentry kind="lib" path="lib/datagen/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/datagen/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/datagen/com.jcraft.jsch-all-1.0.1.release.jar"/>
<classpathentry kind="lib" path="lib/evaluator/jackson-mapper-asl-1.9.13.jar"/>
<classpathentry kind="lib" path="lib/evaluator/com.springsource.org.codehaus.jackson-1.4.2.jar"/>
<classpathentry kind="lib" path="lib/datagen/xml-security-impl-1.0.jar"/>
<classpathentry kind="lib" path="lib/evaluator/com.springsource.org.codehaus.jackson.mapper-1.4.2.jar"/>
<classpathentry kind="lib" path="lib/evaluator/com.springsource.org.codehaus.jackson-1.4.2.jar"/>
<classpathentry kind="lib" path="lib/evaluator/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/evaluator/commons-httpclient-3.1.0.redhat-7.jar"/>
<classpathentry kind="lib" path="lib/evaluator/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="compile"/>
<classpathentry kind="lib" path="lib/evaluator/jackson-mapper-asl-1.9.13.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.text-3.12.200.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.contenttype-3.8.200.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.runtime-3.26.0.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.commands-3.10.200.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.app-1.6.200.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.resources-3.18.0.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.filesystem-1.9.500.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.jobs-3.13.100.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.core.expressions-3.8.200.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.osgi.service.prefs-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.preferences-3.10.100.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.common-3.16.200.jar"/>
<classpathentry kind="lib" path="lib/datagen/osgi.annotation-8.0.1.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.equinox.registry-3.11.200.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.jdt.core-3.31.0.jar"/>
<classpathentry kind="lib" path="lib/datagen/org.eclipse.osgi-3.18.100.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
Binary file added lib/datagen/ecj-3.36.0.jar
Binary file not shown.
Binary file removed lib/datagen/eclipse.jdt.core.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/datagen/org.eclipse.core.jobs-3.15.100.jar
Binary file not shown.
Binary file removed lib/datagen/org.eclipse.core.jobs_3.5.101.dist.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/datagen/org.eclipse.core.runtime-3.30.0.jar
Binary file not shown.
Binary file removed lib/datagen/org.eclipse.core.runtime_3.7.0.dist.jar
Binary file not shown.
Binary file added lib/datagen/org.eclipse.equinox.app-1.6.400.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/datagen/org.eclipse.jdt.core-3.36.0.jar
Binary file not shown.
Binary file added lib/datagen/org.eclipse.osgi-3.18.600.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/datagen/org.eclipse.text-3.13.100.jar
Binary file not shown.
Binary file removed lib/datagen/org.eclipse.text-3.5.101-sources.jar
Binary file not shown.
Binary file removed lib/datagen/org.eclipse.text-3.5.101.jar
Binary file not shown.
Binary file added lib/datagen/org.osgi.service.prefs-1.1.2.jar
Binary file not shown.
Binary file added lib/datagen/osgi.annotation-8.0.1.jar
Binary file not shown.
Loading