eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
On 22-06, getting ClassNotFoundException
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 28
Description
I am now getting some weird exceptions from jdt.ui and jdt.debug.
1st is with save action:
`Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.corext.fix.CodeFormatFix$AjcClosure3 cannot be found by org.eclipse.jdt.ui_3.26.100.v20220516-1138`
2nd is importing breakpoints:
`Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.debug.core.breakpoints.ConditionalBreakpointHandler$AjcClosure1 cannot be found by org.eclipse.jdt.debug_3.19.200.v20220430-1851`
Both issues refer to AjcClosure, which I was able to find out is related to AspectJ. Really not sure why that would be happening. Used decompiler to look at CodeFormatFix and don't see any such classes there.
If that matters, I installed AspectJ a little while back but have yet to use it.
Thanks
Alain
Contributor guide
Assessment
This issue has not been assessed yet.