mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[java-inspection] IDEA-382122 Convert from compact source file
GitOrigin-RevId: 765719579aa0128639b69b55cc72e0967712aa45
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c817f4821b
commit
c964a598eb
@@ -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}''
|
||||
|
||||
Reference in New Issue
Block a user