[java-inspection] IDEA-382122 Convert from compact source file

GitOrigin-RevId: 765719579aa0128639b69b55cc72e0967712aa45
This commit is contained in:
Mikhail Pyltsin
2026-01-29 13:25:57 +00:00
committed by intellij-monorepo-bot
parent c817f4821b
commit c964a598eb
12 changed files with 148 additions and 57 deletions
@@ -747,7 +747,7 @@ inspection.explicit.to.implicit.move.to.root.move=Move under the project root
inspection.explicit.to.implicit.move.to.root.delete.package=Don't move, only delete package statement
inspection.explicit.to.implicit.convert.to.io=Replace 'System.out.print()' and 'System.out.println()' with methods from 'java.lang.IO' class
inspection.migrate.from.java.lang.io.name=Method from 'System.out' can be used instead of 'java.lang.IO'
inspection.migrate.from.java.lang.io.fix.family=Replace with 'System.out' methods
inspection.migrate.from.java.lang.io.fix.family=Replace with 'System.out' method
inspection.migrate.from.java.lang.io.fix.name=Replace with ''{0}''
inspection.migrate.to.java.lang.io.name=Method from 'java.lang.IO' class can be used
inspection.migrate.to.java.lang.io.fix.name=Replace with ''{0}''