mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[java] remove UI for configuring groups of modules loaded together in 'Suspicious package-private access' inspection (IDEA-200047, IJPL-149126)
We got rid of such exceptions in intellij monorepo (see IJPL-149126), and it's better to remove the ability to add them back. Given that the inspection is currently visible in internal mode only, it shouldn't affect users. Moreover, since the usability of UI was questionable, after removing it we can make the inspection non-internal. The option itself and code which reads its configuration are kept to avoid red code in older branches of the monorepo where the problems in code aren't fixed. GitOrigin-RevId: 2bf42ade9ec35de6571a1d42889569790d0655b5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
49e5d644aa
commit
aaa77e18b7
@@ -1466,8 +1466,6 @@ package.with.too.few.classes.display.name=Package with too few classes
|
||||
package.with.too.few.classes.problem.descriptor=Package ''{0}'' contains too few classes ({1} < {2})
|
||||
package.with.too.few.classes.min.option=Minimum number of classes:
|
||||
suspicious.package.private.access.display.name=Suspicious package-private access
|
||||
groups.of.modules.loaded.together.label=Groups of modules that are loaded together:
|
||||
groups.of.modules.loaded.together.description=Each line specifies a comma-separated list of module names which are known to be loaded by the same classloader.\nAccess to package-private members between such modules shouldn't be reported.
|
||||
module.with.too.many.classes.display.name=Module with too many classes
|
||||
module.with.too.many.classes.problem.descriptor=Module ''{0}'' contains too many classes ({1} > {2})
|
||||
module.with.too.many.classes.max.option=Maximum number of classes:
|
||||
@@ -2437,8 +2435,6 @@ logger.initialized.with.foreign.class.fix.family.name=Replace foreign class
|
||||
extend.exception.fix.family.name=Make class extend 'Exception'
|
||||
inspection.use.of.private.field.inner.classes.option=Ignore accesses from inner classes
|
||||
refused.bequest.fix.family.name=Insert call to super method
|
||||
mark.modules.as.loaded.together.fix.family.name=Mark modules as loaded together
|
||||
mark.modules.as.loaded.together.fix.text=Mark ''{0}'' and ''{1}'' modules as loaded together
|
||||
inspection.suspicious.package.private.access.description={0} is {1}, but declared in a different module ''{2}''
|
||||
replace.case.default.with.default=Replace 'case default' with 'default'
|
||||
replace.case.default.null.with.null.default=Replace 'case default, null' with 'case null, default'
|
||||
|
||||
Reference in New Issue
Block a user