In Eclipse 4.32 (2024-06) and above, when I open a .class file in the bin directory from the Project Explorer, the attached error file appears.
This is caused by the following code explicitly throwing an exception.
org.sf.feeling.decompiler/src/org/sf/feeling/decompiler/editor/JavaDecompilerClassFileEditor.java
throw new CoreException(new Status(8, JavaDecompilerConstants.PLUGIN_ID, 1, "", null));
log3.txt
In Eclipse 4.32 (2024-06) and above, when I open a .class file in the bin directory from the Project Explorer, the attached error file appears.
This is caused by the following code explicitly throwing an exception.
org.sf.feeling.decompiler/src/org/sf/feeling/decompiler/editor/JavaDecompilerClassFileEditor.java
throw new CoreException(new Status(8, JavaDecompilerConstants.PLUGIN_ID, 1, "", null));
log3.txt