errael opened a new pull request #2126:
URL: https://github.com/apache/netbeans/pull/2126
Fixes 12.0 regression from 11.3. (might be nb-javac to jdk14 issue)
This fixes "Use @NbBundle.messages" adding a message to
```
@Messages("OptionsCategory_Name_OptionsPlayHack=any old")
```
and also adding a message to
```
@Messages({"OptionsCategory_Name_OptionsPlayHack=any old",
"OptionsCategory_Keywords_OptionsPlayHack=keyw1"})
```
Not sure it's the best fix, it seems safe; needs review.
Questions about the fix:
- I don't understand getKind() vs instanceof (if/when it matters)
- Not sure if this check fully qualifies "assignment as annotation", but
don't think that matters.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists