Skip to content

Commit 162619a

Browse files
authored
Move contributing section.
1 parent e70a046 commit 162619a

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -25,39 +25,7 @@ There are currently some limitations with embedded streams (i.e., streams declar
2525

2626
In general, there is [an issue](https://github.com/wala/WALA/issues/281) with the mapping between the Eclipse DOM and WALA DOM, particuarly when using Anonymous Inner Classes (AICs). We are currently working with the WALA developers to resolve [this issue](https://github.com/ponder-lab/Java-8-Stream-Refactoring/issues/155).
2727

28-
## Contributing
29-
30-
Please see [the wiki](wiki) for more information regarding development.
31-
32-
### Installation
33-
34-
The project includes a maven configuration file using the tycho plug-in, which is part of the [maven eclipse plugin](http://www.eclipse.org/m2e/). Running `mvn install` will install *most* dependencies. Note that if you are not using maven, this plugin depends on https://github.com/khatchad/edu.cuny.citytech.refactoring.common, the **Eclipse SDK**, **Eclipse SDK tests**, and the **Eclipse testing framework**. The latter three can be installed from the "Install New Software..." menu option under "Help" in Eclipse.
35-
36-
### Generating Entry Points Files
37-
38-
Each time we run the evaluation, a text file is generated in the working directory. Then, before the next time you run the evaluation on the same project, move or copy `entry_points.txt` into project directory or workspace directory of the project. While evaluating the project, if the file exists, the tool will ignore the explicit entry points that are added manually and recognize the explicit entry points through the file only.
39-
40-
### Dependencies
41-
42-
You should have the following projects in your workspace:
43-
44-
1. [WALA stream branch](https://github.com/ponder-lab/WALA/tree/streams). Though, not all projecst are necessary. You can close thee ones related to JavaScript and Android.
45-
1. [SAFE](https://github.com/ponder-lab/safe).
46-
1. [Common Eclipse Java Refactoring Framework](https://github.com/ponder-lab/Common-Eclipse-Java-Refactoring-Framework).
47-
48-
It's also possible just to use `mvn install` if you do not intend on changing any of the dependencies.
49-
50-
### Running the Evaluator
51-
52-
#### Configuring the Evaluation
53-
54-
A file named `eval.properties` can be placed at the project root. The following keys are available:
55-
56-
Key | Value Type | Description
57-
---------------- | ---------- | ----------
58-
nToUseForStreams | Integer | The value of N to use while building the nCFA for stream types.
59-
60-
### Further Information
28+
## Further Information
6129

6230
See the [wiki][wiki] for further information.
6331

0 commit comments

Comments
 (0)