< prev index next >

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

Print this page

        

@@ -1133,13 +1133,10 @@
     illegal signature attribute for type {1}
 
 compiler.err.throws.not.allowed.in.intf.annotation=\
     throws clause not allowed in @interface members
 
-compiler.err.try.without.catch.or.finally=\
-    ''try'' without ''catch'' or ''finally''
-
 compiler.err.try.without.catch.finally.or.resource.decls=\
     ''try'' without ''catch'', ''finally'' or resource declarations
 
 # 0: symbol
 compiler.err.type.doesnt.take.params=\

@@ -1718,15 +1715,10 @@
 compiler.warn.inexact.non-varargs.call=\
     non-varargs call of varargs method with inexact argument type for last parameter;\n\
     cast to {0} for a varargs call\n\
     cast to {1} for a non-varargs call and to suppress this warning
 
-# 0: target, 1: target
-compiler.err.bad.target.sigpoly.call=\
-    polymorphic signature calls are not supported in -target {0}\n\
-    (use -target {1} or higher to enable polymorphic signature calls)
-
 # 0: list of type
 compiler.warn.unreachable.catch=\
     unreachable catch clause\n\
     thrown type {0} has already been caught
 

@@ -2738,19 +2730,10 @@
     modules
 
 compiler.misc.feature.diamond.and.anon.class=\
     ''<>'' with anonymous inner classes
 
-compiler.misc.feature.binary.lit=\
-    binary literals
-
-compiler.misc.feature.underscore.lit=\
-    underscores in literals
-
-compiler.misc.feature.try.with.resources=\
-    try-with-resources
-
 compiler.misc.feature.var.in.try.with.resources=\
     variables in try-with-resources
 
 compiler.misc.feature.type.annotations=\
     type annotations

@@ -2762,16 +2745,10 @@
     repeated annotations
 
 compiler.misc.feature.diamond=\
     diamond operator
 
-compiler.misc.feature.multicatch=\
-    multi-catch statements
-
-compiler.misc.feature.string.switch=\
-    strings in switch
-
 compiler.misc.feature.lambda=\
     lambda expressions
 
 compiler.misc.feature.method.references=\
     method references
< prev index next >