Simeon Andreev

Results 18 issues of 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...

enhancement

When I use the find-replace overlay and input a string with underscores, I cannot see them: ![Image](https://github.com/user-attachments/assets/542ee65d-cd32-4db4-9499-b38e17030fe4) This is with: ``` Eclipse SDK Version: 2025-06 (4.36) Build id: I20250414-1800 ```...

bug
Linux

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...

status: team discussion
component: Jupiter
type: new feature

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...

bug

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...

bug

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...

bug

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...

bug