Eclipse Mars (4.5) Built-in workspace

I recently updated to Eclipse Mars (4.5) from Eclipse Luna (4.4). After importing the Gradle project, Eclipse Mars will get stuck when trying to create a workspace.

I have one Gradle project which contains three sub-projects. Importing this project into Eclipse will create four projects (ie, the Root Project and three Subprojects). This is a non-trivial project. If anyone is interested, here is a link to the project on GitHub.

I've highlighted the issue in this JUnit XmlParserTest.java test file .

For some reason, the following code will make Eclipse Mars get stuck while creating a workspace.

assertThat(organization.getAchieves(r1).stream().map(SpecificationGoal::getId)
    .collect(Collectors.toCollection(HashSet::new)), hasItem(g1));

      

If I comment out all of the similar code in XmlParserTest.java

Eclipse Mars completes the creation of the workspace. Eclipse Luna doesn't have this problem.

I am focused on the cause of this problem. Any help I can solve on this issue is greatly appreciated.

+3
java eclipse


source to share


No one has answered this question yet

Check out similar questions:

1858
"Debug certificate expired" error in Android Eclipse plugins
1248
How can you speed up Eclipse?
1158
"Override superclass method" Errors after importing project into Eclipse
202
Android Eclipse - Couldn't find * .apk
116
How to open an existing project in Eclipse
26
Eclipse saves workspace ... and construction space ... and construction workspace
4
Eclipse Spring Boot Build Path contains duplicate entry
0
Eclipse Mars won't open (Windows 7)
0
Eclipse ADT stuck at work place 30%. Cleanliness and build doesn't work
0
Eclipse eclipse



All Articles
Loading...
X
Show
Funny
Dev
Pics