Simeon Andreev
Simeon Andreev
Eclipse bugzilla ticket: https://bugs.eclipse.org/bugs/show_bug.cgi?id=545075 As the title goes, ideally keep the content assist pop-up as the user types (aside from a few special characters such as empty space). By doing...
When I use the find-replace overlay and input a string with underscores, I cannot see them:  This is with: ``` Eclipse SDK Version: 2025-06 (4.36) Build id: I20250414-1800 ```...
Provide an annotation to repeat entire test cases, similar to how @RepeatedTest repeats test methods
It would be great to have a JUnit 5 annotation that allows repeating entire test cases. E.g. using `@RepeatedTest` at every test method does not achieve quite the same as...
I build with: ``` git clean -fdx git submodule foreach "git clean -fdx" rm -rf /tmp/.m2/ mvn -e clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -Dmaven.repo.local=/tmp/.m2/repository -DlocalEcjVersion=99.99 mvn -e clean verify -Pbree-libs -DaggregatorBuild=true...
When removing breakpoints, its possible that another job is accessing the breakpoint marker. This can result in an exception, since removing a breakpoint will also remove the marker. This change...
See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=564872 During one of our tests we observed the following exception: ``` org.eclipse.core.internal.resources.ResourceException: Marker id 1332 not found. at org.eclipse.core.internal.resources.Marker.checkInfo(Marker.java:63) at org.eclipse.core.internal.resources.Marker.setAttribute(Marker.java:260) at org.eclipse.jdt.internal.debug.ui.JavaDebugOptionsManager$2.run(JavaDebugOptionsManager.java:894) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2292) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2317) at...
One of our automated tests ran into this exception: ``` !ENTRY org.eclipse.core.resources 4 376 2025-10-27 16:00:47.252 !MESSAGE Marker id 6922 not found. !STACK 0 java.lang.IllegalStateException at org.eclipse.core.internal.resources.Marker.checkInfo(Marker.java:71) at org.eclipse.core.internal.resources.Marker.getType(Marker.java:228) at...
See original report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=543086 As the discussion goes, content assist is not expected to be shown for the Expressions view as it doesn't work. We should either prevent the pop-up...