Commit Graph

12 Commits

Author SHA1 Message Date
Nikita Eshkeev
6f551217d8 [codeInsight] IDEA-237506 Provide quick-fix to make class public/protected for class which is generic parameter class
This patch clean up the code after the review, it includes:

- removing ChangeVisibilityModificatorTest since there is a more common
test that is called ModifierTest
- moving the ChangeVisibilityModificatorTest test's data to a different
directory to for ModifierTest to be able to discover it

Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com>

GitOrigin-RevId: cb789378cebabb180558fcd4573aa2605f371134
2020-04-24 15:29:10 +00:00
Tagir Valeev
39a9039c38 Proper checks for missing implementation of abstract method in records (IDEA-228460, IDEA-CR-56772)
GitOrigin-RevId: 1be11a80e1721116959dc24cb79c9feb4065f4ef
2019-12-19 06:33:37 +00:00
Dmitry Batkovich
b81af4a9d6 use inter-language modifier fix inside java analysis IDEA-202508 2018-12-07 08:34:41 +03:00
Anna Kozlova
de2d0de27f make static: remove inappropriate modifiers, add method body if needed (IDEA-197813) 2018-08-27 15:33:03 +03:00
Anna Kozlova
8758030cf7 don't add make enum abstract fix (IDEA-184788) 2018-01-11 09:36:24 +01:00
Anna Kozlova
32b5f1d747 ensure local classes are not suggested to be made static (IDEA-167085) 2017-01-25 13:42:32 +03:00
Bas Leijdekkers
acc75fbbff make class abstract too on making method abstract (IDEA-23358) 2017-01-24 14:41:56 +01:00
Alexey Kudravtsev
86b6ee7f18 folowup to IDEA-149950: changed "package local" to JLS-conformant "package-private" 2016-02-18 13:53:04 +03:00
Anna Kozlova
4be2bcf4f0 restore suggestion to remove 'abstract' when method has body 2013-08-26 14:02:43 +04:00
Roman Shevchenko
20b933ac87 IDEA-66266 (add/remove modifier quick fix to work on explicit ones only) 2011-03-07 22:01:52 +01:00
anna
72f680902b access object class should be calc corresponding to ref qualifier (IDEA-58377) 2010-10-26 12:19:38 +04:00
Alexey Kudravtsev
2718da9fc7 more java tests moved to community 2010-06-25 12:46:40 +04:00