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
Open project and wait until IDE resolves dependencies.
Open GreetingController class from created project.
Add code "int l = 0;" to the method "handleRequest";
IDE should create warning marker for added code line.
Go to: Profile -> Preferences -> Java Compiler
Set value "error" for properties: "Value of local variable is not used": .
Click "Save" button.
Actual result: In the opened editor still exist warning marker. It'll be changed only after reopen file.
Expected result: editor should change warning marker to the error marker because java compiler preference was changed.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
IDE should create warning marker for added code line.
Actual result: In the opened editor still exist warning marker. It'll be changed only after reopen file.
Expected result: editor should change warning marker to the error marker because java compiler preference was changed.
The text was updated successfully, but these errors were encountered: