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
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Apache NetBeans Language Server: 12.2.2
GraalVM Extension: 0.5.4
When seeing this warning: "Field brandId can be final" with full details below, and selecting the "Make final" quick fix the "final" keyword is not inserted into the correct position. It inserts at the cursor position sometimes, and sometimes in between the type and field name. E.g., "private String final foo".
Apache NetBeans Language Server: 12.2.2
GraalVM Extension: 0.5.4
When seeing this warning: "Field brandId can be final" with full details below, and selecting the "Make final" quick fix the "final" keyword is not inserted into the correct position. It inserts at the cursor position sometimes, and sometimes in between the type and field name. E.g., "private String final foo".
{
"resource": "/Users/shaun/git/github/shaunsmith/comics/src/main/java/org/comics/model/Issue.java",
"owner": "generated_diagnostic_collection_name#2",
"code": "hints:0-text/x-java:org.netbeans.modules.java.hints.threading.Tiny.canBeFinal",
"severity": 4,
"message": "Field brandId can be final",
"startLineNumber": 103,
"startColumn": 22,
"endLineNumber": 103,
"endColumn": 29
}
The text was updated successfully, but these errors were encountered: