Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/modifier
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
..