You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type org.eclipse.core.runtime.jobs.ISchedulingRule cannot be resolved. It is
indirectly referenced from required .class files
In branch epoch-error-reporting, I've added a dependency to org.eclipse.core.runtime to MANIFEST.MF. I hope this doesn't create other problems...
In addition, JavaGeneratorUtils.java has an error where it is trying to mark errors on the directory containing the source file rather than the source file itself.
The text was updated successfully, but these errors were encountered:
Minimal example:
In Epoch, when code generating, the EclipseErrorReporter fails to highlight errors with the following message:
Curiously, although Eclipse reports no compile errors, line 122 of EclipseErrorReporter.java has a compile error. The line is:
The error is:
In branch epoch-error-reporting, I've added a dependency to
org.eclipse.core.runtime
to MANIFEST.MF. I hope this doesn't create other problems...In addition,
JavaGeneratorUtils.java
has an error where it is trying to mark errors on the directory containing the source file rather than the source file itself.The text was updated successfully, but these errors were encountered: