You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ You can find out more about LiquidJava in the following resources:
28
28
29
29
## Setup the project
30
30
1. Clone the repository;
31
-
2. Open Eclipse and do `Ìmport...\ Existing Maven Project` selecting the folder `liquidjava-umbrella` and waiting for the build process to finish (bottom right update bar)
32
-
3. Select the `liquidjava-umbrella` folder, right click it and select `Run as...\Maven install...`
31
+
2. Open Eclipse and do `Ìmport...\ Existing Maven Project` selecting the current folder and waiting for the build process to finish (bottom right update bar)
32
+
3. Select the current folder, right click it and select `Run as...\Maven install...`
33
33
4. If inside the `liquidjava-verifier` build path there is not a `target/generated-sources/antr4`: Select `liquidjava-verifier`, on right-click, go to `Build Path\Link Source...` and browse for `liquidjava-verifier\target\generated-sources\antlr4` and select `Finish`
34
34
35
35
## Run verification
@@ -45,14 +45,13 @@ Make sure to run these tests after making changes in the verification code.
45
45
46
46
## Project structure
47
47
-**docs**: documents used for the design of the language. The folder includes a readme to a full artifact used in the design process, here are some initial documents used to prepare the design of the refinements language at its evaluation
48
-
-**liquidjava-umbrella**: maven project with the different sub-folders with api, examples and the verifier.
49
-
-**liquidjava-api**: inlcudes the annotations that can be introduced in the Java programs to add the refinements
50
-
-**liquidjava-examples**: includes a main folder with the current example that the verifier is testing; and inlcudes the classes for the tests
51
-
-**liquidjava-verifier**: has the project for verification of the classes
52
-
-*api*: classes that test the verifier. Includes the `CommandLineLauncher` that runs the verification on a given class or on the main folder of `liquidjava-examples` if no argument is given. This package includes the JUnit tests to verify if the examples in `liquidjava-example/tests` are correctly verified.
53
-
-*ast*: represents the abstract syntax tree of the refinement's language.
54
-
-*errors*: package for reporting the errors.
55
-
-*processor*: package that handles the type checking.
56
-
-*rj_language*: handles the processing of the strings with refinements.
57
-
-*smt*: package that handles the translation to the smt solver and the processing of the results the smt solver produces.
58
-
-*utils*: includes useful methods for all the previous packages.
48
+
-**liquidjava-api**: inlcudes the annotations that can be introduced in the Java programs to add the refinements
49
+
-**liquidjava-examples**: includes a main folder with the current example that the verifier is testing; and inlcudes the classes for the tests
50
+
-**liquidjava-verifier**: has the project for verification of the classes
51
+
-*api*: classes that test the verifier. Includes the `CommandLineLauncher` that runs the verification on a given class or on the main folder of `liquidjava-examples` if no argument is given. This package includes the JUnit tests to verify if the examples in `liquidjava-example/tests` are correctly verified.
52
+
-*ast*: represents the abstract syntax tree of the refinement's language.
53
+
-*errors*: package for reporting the errors.
54
+
-*processor*: package that handles the type checking.
55
+
-*rj_language*: handles the processing of the strings with refinements.
56
+
-*smt*: package that handles the translation to the smt solver and the processing of the results the smt solver produces.
57
+
-*utils*: includes useful methods for all the previous packages.
0 commit comments