Questions tagged [eclipse-2019-06]

Eclipse SimRel 2019-06 (core Eclipse 4.12) was released on 19 June 2019. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Eclipse SimRel 2019-06 was released in June 2019.

This release uses version 4.12 of the core Eclipse.

7 questions
3
votes
1 answer

Junit 5 tests don't launch in Eclipse due to NoClassDefFoundError: TestEngine

(There was no question for this problem in stackoverflow, so I decided to share question & solution here.) I wanted to migrate my Spring Boot project from JUnit 4 to JUnit 5, so I added the new API as dependency and removed the old the ones: …
oberlies
  • 11,503
  • 4
  • 63
  • 110
2
votes
3 answers

Is there a way to remove/hide/disable "Java [Main|Test] Sources" Working Sets from the Project Explorer panel in Eclipse 2019-06

I'm trying to remove the working sets "Java Main Sources" and "Java Test Sources" from the working sets of the Project Explorer. I can delete them from the Select Working Set dialogue window, but, they return when Eclipse is restarted. Is there a…
JDMcMillian
  • 219
  • 1
  • 7
0
votes
0 answers

How to add Grails Support to Eclipse 2019-06?

When searched using : http://dist.springsource.com/release/TOOLS/update/e4.4/ It does not show Grails in list (Referred: https://www.vogella.com/tutorials/Grails/article.html) Also Searched in Eclipse Marketplace…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
0
votes
0 answers
0
votes
0 answers

Eclipse 2019-06 egit freeze ide

After updating to new version of Eclipse, I have problem. If I open a project that includes a .git file, the IDE freezes. If I open Window > Preference > Team > Git > Configuration, the IDE freezes. To continue to work with Eclipse, I must uninstall…
ilapasle
  • 349
  • 4
  • 16
0
votes
0 answers

Eclipse 4.12 build-in autocompletion has less features?

The build-in autocompletion in eclipse 2019-06 (4.12) doesn't consider gaps in the typed class and method names. In eclipse Photon (4.8) this was working properly. Is this feature no longer available? I have restored the preferences shown in Java >>…
Mckay
  • 1
  • 2
0
votes
1 answer

Eclipse - Collections show error in debug variable view

Using Eclipse 2019-06 and OpenJDK 11 for a personal project. At the moment when I debug, tells me that entrySet() is undefined for the Map___ type like so: for reference, the settings I have at the moment which seem most relevant: Is there…
Austin Schaefer
  • 695
  • 5
  • 19