Commit Graph

8 Commits

Author SHA1 Message Date
Tagir Valeev
5d20b5dbb9 [java-highlighting] Allow statics inside inner since Java 16 (IDEA-257410)
Also remove redundant record tests

GitOrigin-RevId: ce57189891b3df3ba4659e8e3a2ded125234911a
2020-12-25 11:59:29 +00:00
Tagir Valeev
2072855222 IDEA-243546 Allow local interfaces and enums on language level 15-preview (part of JEP 384)
Also: fix non-static access checks for local interfaces/enums/records (JEP 384)
Also: i18n of error messages

GitOrigin-RevId: 40448f089229d77e32eb200b4011e1aea09391b0
2020-06-16 09:43:13 +03:00
Anna Kozlova
c09e6aa438 isLocalClass should work for nested local classes (IDEA-156777) 2016-05-30 20:01:09 +03:00
Anna.Kozlova
d935cfd941 change error message (IDEA-153156) 2016-03-22 19:37:27 +01:00
Roman Shevchenko
20150830af java: highlighting for statics in anonymous classes 2013-09-16 13:02:14 +04:00
Roman Shevchenko
2c8eb0da10 Cleanup (formatting) 2013-09-16 13:02:13 +04:00
anna
75c174955f warn about private/static modifiers inside local classes (IDEA-85567) 2012-05-03 11:36:21 +02:00
Alexey Kudravtsev
4d63800998 highlight unresolved method call even with unresoolved arguments 2011-06-20 11:54:16 +04:00