--- a/langtools/make/tools/crules/resources/crules.properties Mon Mar 02 10:41:08 2015 +0530
+++ b/langtools/make/tools/crules/resources/crules.properties Thu Mar 05 13:10:49 2015 +0000
@@ -26,8 +26,10 @@
# 0: symbol
crules.err.var.must.be.final=\
Static variable {0} must be final
-crules.should.not.use.string.concatenation=\
- Should not use string concatenation.
+crules.should.not.use.eager.string.evaluation=\
+ Should not use eager string evaluation. Use lazy version instead.
+crules.should.not.use.lazy.string.evaluation=\
+ Should not use eager lazy evaluation. Use eager version instead.
crules.no.defined.by=\
This method implements a public API method, and should be marked with @DefinedBy.
crules.wrong.defined.by=\