Super quick question here that has been bugging me for a very long time - Is there any way to remove the light bulb that appears on the left side of the line when there is a war
Window -> Preferences -> Java -> Editor
Uncheck Light bulb for quick assists
This problem generally occurs when you have installed multiple plugins in your eclipse. I found the solution for that. Just Go to Windows > Preferences > General > Editors > Text Editors > Annotations and then Select Warnings option in the Annotation Types list box, un-select Vertical Ruler
This is another way to do this:
Button right into your code -> Preferences...
-> Java
-> Editor
-> Disable the option: Light bult for quick assists
.
Go to Windows > Preferences > General > Editors > Text Editors > Annotations
.
Select Warnings
option in the Annotation Types
list box, un-select Vertical Ruler
Please try going to Window->Preferences menu. Then simply browse to Java->Errors/Warning panel. Expand the "Code Style" settings. Set the option you want to "ignore".
Is that what you are looking for?