Is this a dangerous Quick Fix?
With the err msg, "Illegal modifier for the local class OpenDispatchFileButtonListener; only abstract or final is permitted" I have 3 possible Quick Fixes, namely:
1) Create class 'OpenDispatchFileButtonListener'
2) Change to 'ActionListener' (java.awt.event)
3) Fix project setup...
The last one looks interesting, especially since I also have these err messages:
*) "Project '<Name>' is missing required source folder: 'src' "
(which is not true, as there IS a 'src' folder, under which the source is located
*) "The project cannot be built until build path errors are resolved"
If I choose "Fix Project Setup..." will it allow me to see what it's going to do first, and then, if it doesn't work, "back out" of the "fix"?