compiler.properties
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:15k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. compiler.err.type.doesnt.take.params=type {0} does not take parameters
  2. compiler.misc.token.identifier=<identifier>
  3. compiler.misc.verbose.retro.with=tretrofitting {0} with {1}
  4. compiler.err.orphaned=orphaned {0}
  5. compiler.err.abstract.cant.be.accessed.directly=abstract {0} {1} cannot be accessed directly
  6. compiler.warn.warning=warning: 
  7. compiler.misc.bad.class.file.header=bad class file: {0}n{1}nPlease remove or make sure it appears in the correct subdirectory of the classpath.
  8. compiler.err.no.intf.expected.here=no interface expected here
  9. compiler.misc.kindname.interface=interface
  10. compiler.err.else.without.if=''else'' without ''if''
  11. compiler.err.not.within.bounds.explain=type parameter {0} is not within its bound; {1}
  12. compiler.err.report.access={0} has {1} access in {2}
  13. compiler.misc.token.bad-symbol=<bad symbol>
  14. compiler.misc.kindname.package=package
  15. compiler.misc.bad.class.signature=bad class signature: {0}
  16. compiler.err.class.public.should.be.in.file=class {0} is public, should be declared in a file named {0}.java
  17. compiler.err.not.within.bounds=type parameter {0} is not within its bound
  18. compiler.err.already.defined.this.unit={0} is already defined in this compilation unit
  19. compiler.err.try.without.catch.or.finally=''try'' without ''catch'' or ''finally''
  20. compiler.err.cont.outside.loop=continue outside of loop
  21. compiler.err.mod.not.allowed.here=modifier {0} not allowed here
  22. compiler.note.unchecked.filename={0} uses unchecked operations.
  23. compiler.err.repeated.interface=repeated interface
  24. compiler.note.note=Note: 
  25. compiler.err.expected={0} expected
  26. compiler.err.duplicate.default.label=duplicate default label
  27. compiler.misc.ccf.unrecognized.attribute=unrecognized attribute: {0}
  28. compiler.misc.anonymous.class=<anonymous {0}>
  29. compiler.misc.base.membership=all your base class are belong to us
  30. compiler.err.anon.class.impl.intf.no.qual.for.new=anonymous class implements interface; cannot have qualifier for new
  31. compiler.err.left-paren.or.left-square-bracket.expected=''('' or ''['' expected
  32. compiler.note.deprecated.filename={0} uses or overrides a deprecated API.
  33. compiler.warn.has.been.deprecated={0} in {1} has been deprecated
  34. compiler.err.duplicate.case.label=duplicate case label
  35. compiler.err.assert.as.identifier=as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
  36. compiler.err.qualified.new.of.static.class=qualified new of static class
  37. compiler.err.not.def.public.class.intf.cant.access={0} in {1} is not defined in a public class or interface; cannot be accessed from outside package
  38. compiler.err.illegal.start.of.expr=illegal start of expression
  39. compiler.err.intf.expected.here=interface expected here
  40. compiler.err.abstract.meth.cant.have.body=abstract methods cannot have a body
  41. compiler.warn.unchecked.generic.array.creation=unchecked generic array creation
  42. compiler.err.void.not.allowed.here=''void'' type not allowed here
  43. compiler.misc.token.long-integer=<long integer>
  44. compiler.err.error=error: 
  45. compiler.note.deprecated.recompile=Recompile with -deprecation for details.
  46. compiler.err.cant.access=cannot access {0}n{1}
  47. compiler.err.cant.deref={0} cannot be dereferenced
  48. compiler.err.dot.class.expected=''.class'' expected
  49. compiler.misc.bad.signature=bad signature: {0}
  50. compiler.err.case.default.or.right-brace.expected=''case'', ''default'' or ''}'' expected
  51. compiler.misc.token.character=<character>
  52. compiler.warn.unchecked.cast.to.type=unchecked cast to type {0}
  53. compiler.err.should.be.abstract.doesnt.def={0} should be declared abstract; it does not define {1} in {2}
  54. compiler.err.illegal.line.end.in.char.lit=illegal line end in character literal
  55. compiler.err.illegal.initializer.for.type=illegal initializer for {0}
  56. compiler.err.cant.resolve.location=cannot resolve symbolnsymbol  : {0} {1} {2}nlocation: {3} {4}
  57. compiler.err.intf.incompatible.diff.ret=interfaces {0} and {1} are incompatible; both define {2}, but with different return type
  58. compiler.err.type.var.cant.be.deref=type variables cannot be dereferenced
  59. compiler.misc.kindname.type.variable=bound of type variable
  60. compiler.err.call.must.be.first.stmt.in.ctor=call to {0} must be first statement in constructor
  61. compiler.misc.undecl.type.var=undeclared type variable: {0}
  62. compiler.err.override.static={0}; {1} and {2} are static
  63. compiler.misc.verbose.checking.attribution=[checking {0}]
  64. compiler.err.missing.ret.val=missing return value
  65. compiler.warn.unchecked.assign=unchecked assignment: {0} to {1}
  66. compiler.err.illegal.esc.char=illegal escape character
  67. compiler.err.duplicate.class=duplicate class: {0}
  68. compiler.err.illegal.qual.not.icls=illegal qualifier; {0} is not an inner class
  69. compiler.misc.resume.abort=R)esume, A)bort>
  70. compiler.misc.count.error={0} error
  71. compiler.err.pkg.clashes.with.class.of.same.name=package {0} clashes with class of same name
  72. compiler.misc.kindname.method=method
  73. compiler.err.not.stmt=not a statement
  74. compiler.err.cant.inherit.diff.arg={0} cannot be inherited with different arguments: <{1}> and <{2}>
  75. compiler.err.non-static.cant.be.ref=non-static {0} {1} cannot be referenced from a static context
  76. compiler.err.signature.doesnt.match.intf=signature does not match {0}; incompatible interfaces
  77. compiler.note.unchecked.recompile=Recompile with -warnunchecked for details.
  78. compiler.misc.token.integer=<integer>
  79. compiler.err.unsupported.encoding=unsupported encoding: {0}
  80. compiler.err.cant.read.file=cannot read: {0}
  81. compiler.misc.type.req.class.array=class or array
  82. compiler.err.unclosed.str.lit=unclosed string literal
  83. compiler.err.cant.assign.val.to.final.var=cannot assign a value to final variable {0}
  84. compiler.err.array.req.but.found=array required, but {0} found
  85. compiler.err.name.clash.same.erasure=name clash: {0} and {1} have the same erasure
  86. compiler.err.recursive.ctor.invocation=recursive constructor invocation
  87. compiler.err.cyclic.inheritance=cyclic inheritance involving {0}
  88. compiler.err.abstract.cant.be.instantiated={0} is abstract; cannot be instantiated
  89. compiler.warn.assert.as.identifier=as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
  90. compiler.note.deprecated.plural=Some input files use or override a deprecated API.
  91. compiler.err.undef.label=undefined label: {0}
  92. compiler.misc.override.incompatible.ret={0}; attempting to use incompatible return type
  93. compiler.err.type.found.req=unexpected typenfound   : {0}nrequired: {1}
  94. compiler.err.malformed.fp.lit=malformed floating point literal
  95. compiler.err.anon.class.impl.intf.no.args=anonymous class implements interface; cannot have arguments
  96. compiler.err.override.meth.doesnt.throw={0}; overridden method does not throw {1}
  97. compiler.err.signature.doesnt.match.supertype=signature does not match {0}; incompatible supertype
  98. compiler.misc.kindname.class=class
  99. compiler.err.unreported.exception.need.to.catch.or.throw=unreported exception {0}; must be caught or declared to be thrown
  100. compiler.err.error.reading.file=error reading {0}; {1}
  101. compiler.err.improperly.formed.type.param.missing=improperly formed type, some parameters are missing
  102. compiler.misc.fatal.err.cant.locate.meth=Fatal Error: Unable to locate method {0}
  103. compiler.misc.count.warn.plural={0} warnings
  104. compiler.err.fp.number.too.small=floating point number too small
  105. compiler.misc.file.doesnt.contain.class=file does not contain class {0}
  106. compiler.err.const.expr.req=constant expression required
  107. compiler.err.source.cant.overwrite.input.file=error writing source; cannot overwrite input file {0}
  108. compiler.err.unexpected.type=unexpected typenrequired: {0}nfound   : {1}
  109. compiler.misc.ccf.found.later.version=class file has later version than expected: {0}
  110. compiler.err.icls.cant.have.static.decl=inner classes cannot have static declarations
  111. compiler.warn.unchecked.call.mbr.of.raw.type=unchecked call to {0} as a member of the raw type {1}
  112. compiler.err.undetermined.type=type parameters of {0} cannot be determined
  113. compiler.err.no.match.entry={0} has no match in entry in {1}; required {2}
  114. compiler.err.already.defined.single.import={0} is already defined in a single-type import
  115. compiler.err.name.reserved.for.internal.use={0} is reserved for internal use
  116. compiler.err.class.cant.write=error while writing {0}: {1}
  117. compiler.misc.fatal.err.no.java.lang=Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
  118. compiler.misc.incompatible.types=incompatible types
  119. compiler.err.not.encl.class=not an enclosing class: {0}
  120. compiler.err.missing.ret.stmt=missing return statement
  121. compiler.err.io.exception=error reading source file: {0}
  122. compiler.err.cant.ret.val.from.meth.decl.void=cannot return a value from method whose result type is void
  123. compiler.misc.type.req.class=class
  124. compiler.misc.unicode.str.not.supported=unicode string in class file not supported
  125. compiler.err.catch.without.try=''catch'' without ''try''
  126. compiler.err.clash.with.pkg.of.same.name={0} clashes with package of same name
  127. compiler.err.wrong.number.type.args=wrong number of type arguments; required {0}
  128. compiler.err.var.might.not.have.been.initialized=variable {0} might not have been initialized
  129. compiler.err.type.var.more.than.once.in.result=type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated
  130. compiler.err.cant.inherit.from.final=cannot inherit from final {0}
  131. compiler.err.illegal.forward.ref=illegal forward reference
  132. compiler.err.operator.cant.be.applied=operator {0} cannot be applied to {1}
  133. compiler.misc.clashes.with={0} in {1} clashes with {2} in {3}
  134. compiler.misc.wrong.version=class file has wrong version {0}.{1}, should be {2}.{3}
  135. compiler.err.except.already.caught=exception {0} has already been caught
  136. compiler.misc.verbose.wrote.file=[wrote {0}]
  137. compiler.err.unclosed.comment=unclosed comment
  138. compiler.err.synthetic.name.conflict=the symbol {0} conflicts with a compiler-synthesized symbol in {1}
  139. compiler.note.unchecked.plural=Some input files use unchecked operations.
  140. compiler.misc.bad.const.pool.tag=bad constant pool tag: {0}
  141. compiler.err.fp.number.too.large=floating point number too large
  142. compiler.err.ref.ambiguous=reference to {0} is ambiguous, both {1} {2} in {3} and {4} {5} in {6} match
  143. compiler.misc.verbose.parsing.done=[parsing completed {0}ms]
  144. compiler.err.var.might.be.assigned.in.loop=variable {0} might be assigned in loop
  145. compiler.warn.unchecked.assign.to.var=unchecked assignment to variable {0} of raw type class {1}
  146. compiler.err.initializer.must.be.able.to.complete.normally=initializer must be able to complete normally
  147. compiler.err.type.var.more.than.once=type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiated
  148. compiler.misc.token.string=<string>
  149. compiler.misc.token.double=<double>
  150. compiler.err.override.weaker.access={0}; attempting to assign weaker access privileges; was {1}
  151. compiler.err.doesnt.exist=package {0} does not exist
  152. compiler.err.var.might.already.be.assigned=variable {0} might already have been assigned to
  153. compiler.err.except.never.thrown.in.try=exception {0} is never thrown in body of corresponding try statement
  154. compiler.err.cant.resolve=cannot resolve symbolnsymbol: {0} {1} {2}
  155. compiler.err.already.defined={0} is already defined in {1}
  156. compiler.misc.kindname.default=identifier({0})
  157. compiler.err.unclosed.char.lit=unclosed character literal
  158. compiler.misc.count.error.plural={0} errors
  159. compiler.misc.kindname.variable=variable
  160. compiler.err.missing.meth.body.or.decl.abstract=missing method body, or declare abstract
  161. compiler.err.empty.char.lit=empty character literal
  162. compiler.err.incomparable.types=incomparable types: {0} and {1}
  163. compiler.err.name.clash.same.erasure.no.override=name clash: {0} in {1} and {2} in {3} have the same erasure, yet none overrides the other
  164. compiler.err.repeated.modifier=repeated modifier
  165. compiler.err.ret.outside.meth=return outside method
  166. compiler.err.cant.ref.before.ctor.called=cannot reference {0} before supertype constructor has been called
  167. compiler.err.int.number.too.large=integer number too large: {0}
  168. compiler.misc.cant.implement={0} in {1} cannot implement {2} in {3}
  169. compiler.err.internal.error.cant.instantiate=internal error; cannot instantiate {0} at {1} to ({2})
  170. compiler.err.illegal.char=illegal character: \{0}
  171. compiler.misc.verbose.loading=[loading {0}]
  172. compiler.misc.kindname.constructor=constructor
  173. compiler.err.not.loop.label=not a loop label: {0}
  174. compiler.misc.token.end-of-input=<end of input>
  175. compiler.err.cant.apply.symbol={0} in {1} cannot be applied to ({2})
  176. compiler.misc.bad.const.pool.tag.at=bad constant pool tag: {0} at {1}
  177. compiler.misc.type.req.ref=reference
  178. compiler.misc.too.many.constants=too many constants
  179. compiler.err.not.def.public.cant.access={0} is not public in {1}; cannot be accessed from outside package
  180. compiler.err.invalid.hex.number=hexadecimal numbers must contain at least one hexadecimal digit
  181. compiler.err.unreachable.stmt=unreachable statement
  182. compiler.misc.verbose.total=[total {0}ms]
  183. compiler.err.no.encl.instance.of.type.in.scope=no enclosing instance of type {0} is in scope
  184. compiler.err.illegal.combination.of.modifiers=illegal combination of modifiers: {0} and {1}
  185. compiler.err.invalid.meth.decl.ret.type.req=invalid method declaration; return type required
  186. compiler.misc.possible.loss.of.precision=possible loss of precision
  187. compiler.misc.dot.class.not.found=file {0}.class not found
  188. compiler.misc.verbose.retro=[retrofitting {0}]
  189. compiler.misc.illegal.start.of.class.file=illegal start of class file
  190. compiler.err.finally.without.try=''finally'' without ''try''
  191. compiler.misc.class.file.wrong.class=class file contains wrong class: {0}
  192. compiler.err.prob.found.req={0}nfound   : {1}nrequired: {2}
  193. compiler.err.native.meth.cant.have.body=native methods cannot have a body
  194. compiler.err.class.or.intf.expected=''class'' or ''interface'' expected
  195. compiler.misc.token.float=<float>
  196. compiler.err.label.already.in.use=label {0} already in use
  197. compiler.err.intf.meth.cant.have.body=interface methods cannot have body
  198. compiler.misc.count.warn={0} warning
  199. compiler.warn.possible.fall-through.into.case=possible fall-through into case
  200. compiler.err.local.var.accessed.from.icls.needs.final=local variable {0} is accessed from within inner class; needs to be declared final
  201. compiler.warn.unchecked.meth.invocation.applied=unchecked method invocation: {0} in {1} is applied to ({2})
  202. compiler.misc.source.unavailable=(source unavailable)
  203. compiler.err.illegal.unicode.esc=illegal unicode escape
  204. compiler.misc.verbose.parsing.started=[parsing started {0}]
  205. compiler.err.illegal.start.of.type=illegal start of type
  206. compiler.err.code.too.large.for.try.stmt=code too large for try statement
  207. compiler.misc.cant.override={0} in {1} cannot override {2} in {3}
  208. compiler.err.override.meth={0}; overridden method is {1}
  209. compiler.err.cant.select.static.class.from.param.type=cannot select a static class from a parameterized type
  210. compiler.misc.kindname.value=value
  211. compiler.err.break.outside.switch.loop=break outside switch or loop
  212. compiler.misc.verbose.retro.with.list=tretrofitting {0} with type parameters {1}, supertype {2}, interfaces {3}
  213. compiler.misc.unable.to.access.file=unable to access file: {0}
  214. compiler.misc.inconvertible.types=inconvertible types