src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 1817
3582b62dccb2
parent 1759
05ec778794d0
child 1818
bbedff0dc37e
equal deleted inserted replaced
1816:105d1f9c1ab8 1817:3582b62dccb2
1161 Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1161 Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1162 1162
1163 compiler.note.potential.lambda.found=\ 1163 compiler.note.potential.lambda.found=\
1164 This anonymous inner class creation can be turned into a lambda expression. 1164 This anonymous inner class creation can be turned into a lambda expression.
1165 1165
1166 # 0: boolean, 1: symbol
1167 compiler.note.lambda.stat=\
1168 Translating lambda expression\n\
1169 alternate metafactory = {0}\n\
1170 synthetic method = {1}
1171
1172 # 0: boolean, 1: unused
1173 compiler.note.mref.stat=\
1174 Translating method reference\n\
1175 alternate metafactory = {0}\n\
1176
1177 # 0: boolean, 1: symbol
1178 compiler.note.mref.stat.1=\
1179 Translating method reference\n\
1180 alternate metafactory = {0}\n\
1181 bridge method = {1}
1182
1166 compiler.note.note=\ 1183 compiler.note.note=\
1167 Note:\u0020 1184 Note:\u0020
1168 1185
1169 # 0: file name 1186 # 0: file name
1170 compiler.note.deprecated.filename=\ 1187 compiler.note.deprecated.filename=\

mercurial