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
(java) Improve detection of types, including generic and array types (#4346)
* Improve support for generic and array type declarations
* Add change log entry
* Add test for nesting and bounded wildcards
* Highlight return type in method declarations (including void)
* Rephrase change log entry
* Add test for array types
* Allow whitespace in type args and array brackets
* Add copyright notice
* Add copyright comments to newly added test fixtures
* Address review feedback:
- recognize more array types
- rename, untangle and comment regex patterns
* Fix bug where a keyword followed by an assignment is highlighted as type
* Improve comment
0 commit comments