You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

weaver-messages.properties 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. #####################################################################
  2. # Copyright (c) 2004 Contributors.
  3. # All rights reserved.
  4. # This program and the accompanying materials are made available
  5. # under the terms of the Eclipse Public License v1.0
  6. # which accompanies this distribution and is available at
  7. # http://www.eclipse.org/legal/epl-v10.html
  8. #
  9. # Contributors:
  10. # Adrian Colyer - Initial version
  11. #####################################################################
  12. # Messages output by the AspectJ Weaver
  13. # Pointcut related messages...
  14. argsInDeclare=args() pointcut designator cannot be used in declare statement
  15. cflowInDeclare=cflow{0}() pointcut designator cannot be used in declare statement
  16. ifInDeclare=if() pointcut designator cannot be used in declare statement
  17. thisOrTargetInDeclare={0}() pointcut designator cannot be used in declare statement
  18. abstractPointcut={0} is abstract
  19. abstractPointcutNotMadeConcrete=inherited abstract {0} is not made concrete in {1}
  20. conflictingInheritedPointcuts=conflicting inherited pointcuts in {0}
  21. circularPointcutDeclaration=circular pointcut declaration involving: {0}
  22. cantFindPointcut=can''t find pointcut ''{0}'' on {1}
  23. exactTypePatternRequired=exact type pattern required
  24. cantBindType=can''t bind type name ''{0}''
  25. wildcardTypePatternNotAllowed=wildcard type pattern not allowed, must use type name
  26. fieldCantBeVoid=fields cannot have a void type
  27. noNewArrayJoinpointsByDefault=There are no join points for array construction unless -Xjoinpoints:arrayconstruction is specified
  28. unsupportedPointcutPrimitive=Pointcut expression ''{0}'' contains unsupported pointcut primitive ''{1}''
  29. # Declare parents messages...
  30. decpObject=can''t change the parents of java.lang.Object
  31. cantExtendSelf=type ''{0}''can not extend itself
  32. interfaceExtendClass=interface can not extend a class
  33. decpHierarchy=can only insert a class into hierarchy, but {0} is not a subtype of {1}
  34. # declare precedence messages...
  35. multipleMatchesInPrecedence=multiple matches for {0}, matches both {1} and {2}
  36. circularityInPrecedenceStar=circularity in declare precedence, ''*'' occurs more than once
  37. nonAspectTypesInPrecedence=Non-aspect types can only be specified in a declare precedence statement when subtypes are included. Non-aspect type is : {0}
  38. circularityInPrecedenceTwo=circularity in declare precedence, ''{0}'' matches two patterns
  39. # declare soft messages...
  40. notThrowable={0} is not a subtype of Throwable
  41. # itd messages...
  42. itdConsOnAspect=can''t declare constructor on an aspect
  43. returnTypeMismatch=can''t override {0} with {1} return types don''t match
  44. paramTypeMismatch=can''t override {0} with {1} parameter types don''t match
  45. visibilityReduction=can''t override {0} with {1} visibility is reduced
  46. cantOverrideFinalMember=can''t override final {0}
  47. doesntThrow=overriden method doesn't throw {0}
  48. overriddenStatic={0} cannot override {1}; overridden method is static
  49. overridingStatic={0} cannot override {1}; overriding method is static
  50. itdConflict=intertype declaration from {0} conflicts with intertype declaration: {1} from {2}
  51. itdMemberConflict=inter-type declaration from {0} conflicts with existing member: {1}
  52. itdNonExposedImplementor=type {0} must be accessible for weaving interface inter type declaration from aspect {1}
  53. itdAbstractMustBePublicOnInterface=abstract intertype method declaration ''{0}'' on interface {1} must be declared public (compiler limitation)
  54. # advice messages...
  55. nonVoidReturn=applying to join point that doesn't return void: {0}
  56. incompatibleReturnType=incompatible return type applying to {0}
  57. cantThrowChecked=can''t throw checked exception ''{0}'' at this join point ''{1}''
  58. circularDependency=can''t determine precedence between two or more pieces of advice that apply to the same join point: {0}
  59. # aspect messages..
  60. missingPerClause=expected per clause on super aspect not found on {0}
  61. wrongPerClause=wrong kind of per clause on super, expected {0} but found {1}
  62. # Reweavable messages...
  63. alreadyWoven=class ''{0}'' is already woven and has not been built in reweavable mode
  64. reweavableMode=weaver operating in reweavable mode. Need to verify any required types exist.
  65. processingReweavable=processing reweavable type {0}: {1}
  66. missingReweavableType=type {0} is needed by reweavable type {1}
  67. verifiedReweavableType=successfully verified type {0} exists. Originates from {1}
  68. aspectNeeded=aspect {0} is needed when using type {1}
  69. reweavableAspectNotRegistered=aspect ''{0}'' woven into ''{1}'' must be defined to the weaver (placed on the aspectpath, or defined in an aop.xml file if using LTW).
  70. # The infamous and deserving a category all of its own...
  71. cantFindType=can''t find type {0}
  72. cantFindCoreType=can''t find critical required type {0}
  73. cantFindTypeWithinpcd=Unable to find type {0} whilst processing within() pointcut at this source location
  74. cftDuringAroundWeave=Can't find type {0} whilst applying around advice
  75. cftDuringAroundWeavePreinit=Can't find type {0} whilst applying around advice to preinitialization join point
  76. cftExceptionType=Can't find exception type {0} whilst processing advice
  77. cftArgType=Can't find type {0} whilst processing args() pcd
  78. cantFindParentType=can''t find type {0} needed to evaluate methods inherited by subtype {1}
  79. cantFindParentTypeNoSub=can''t find type {0} when attempting to find the set of methods it declares
  80. cantFindTypeFields=can''t find fields of missing type {0}
  81. cantFindTypeSuperclass=can''t determine superclass of missing type {0}
  82. cantFindTypeInterfaces=can''t determine implemented interfaces of missing type {0}
  83. cantFindTypeMethods=can''t determine methods of missing type {0}
  84. cantFindTypePointcuts=can''t determine pointcuts declared in missing type {0}
  85. cantFindTypeModifiers=can''t determine modifiers of missing type {0}
  86. cantFindTypeAnnotation=can''t determine annotations of missing type {0}
  87. cantFindTypeAssignable=can''t determine whether missing type {0} is an instance of {1}
  88. cantFindTypeCoerceable=can''t determine whether missing type {0} can be coerced from {1}
  89. cantFindTypeJoinPoint=can''t find type {0} whilst determining signatures of call or execution join point for {1}, this may cause a pointcut to fail to match at this join point
  90. cantFindTypeInterfaceMethods=can''t find type {0} whilst determining all methods of an implementing subtype, this may cause a pointcut to fail to match at a call or execution join point, or an illegal method override via an ITD to go undetected
  91. # Implementation limitations...
  92. decpBinaryLimitation=can''t use declare parents to change superclass of binary form ''{0}'' (implementation limitation)
  93. overwriteJSR45=overwriting JSR45 information for {0} (compiler limitation)
  94. ifInPerClause=if() pointcut designator cannot be used directly in a per clause (compiler limitation). Create a named pointcut containing the if() and refer to it
  95. ifLexicallyInCflow=if not supported lexically within cflow (compiler limitation)
  96. onlyBeforeOnHandler=Only before advice is supported on handler join points (compiler limitation)
  97. noAroundOnSynchronization=Around advice is not supported on the lock and unlock join points (compiler limitation)
  98. aroundOnPreInit=around on pre-initialization not supported (compiler limitation)
  99. aroundOnInit=around on initialization not supported (compiler limitation)
  100. aroundOnInterfaceStaticInit=around on staticinitialization of interface ''{0}'' not supported (compiler limitation)
  101. # Bytecode generation nasties...
  102. problemGeneratingMethod=problem generating method {0}.{1} : {2}
  103. classTooBig=The class {0} exceeds the maximum class size supported by the JVM (constant pool too big).
  104. # Classpath messages
  105. zipfileEntryMissing=zipfile classpath entry does not exist: {0}
  106. zipfileEntryInvalid=zipfile classpath entry is invalid: {0} <{1}>
  107. directoryEntryMissing=directory classpath entry does not exist: {0}
  108. outjarInInputPath=-outjar cannot be a member of -injars, -inpath or -aspectpath
  109. # Lint messages
  110. problemLoadingXLint=problem loading Xlint properties file: {0}, {1}
  111. unableToLoadXLintDefault=couldn''t load XlintDefault.properties
  112. errorLoadingXLintDefault=problem loading XlintDefault.properties, {0}
  113. invalidXLintKey=invalid Xlint key: {0}
  114. invalidXLintMessageKind=invalid Xlint message kind (must be one of ignore, warning, error): {0}
  115. # Binding of formals
  116. unboundFormalInPC=the parameter {0} is not bound in [all branches of] pointcut
  117. ambiguousBindingInPC=the binding of parameter {0} is ambiguous in pointcut
  118. ambiguousBindingInOrPC=ambiguous binding of parameter(s) {0} across ''||'' in pointcut
  119. negationDoesntAllowBinding=cannot bind a parameter in a negated expression
  120. # Java5
  121. # Enum
  122. itdcOnEnumNotAllowed=can''t make inter-type constructor declarations on enum types
  123. itdmOnEnumNotAllowed=can''t make inter-type method declarations on enum types
  124. itdfOnEnumNotAllowed=can''t make inter-type field declarations on enum types
  125. cantDecpOnEnumToImplInterface=can''t use declare parents to make enum type {0} implement an interface
  126. cantDecpOnEnumToExtendClass=can''t use declare parents to alter supertype of enum type {0}
  127. cantDecpToMakeEnumSupertype=can''t use declare parents to make ''java.lang.Enum'' the parent of type {0}
  128. # Annotation
  129. itdcOnAnnotationNotAllowed=can''t make inter-type constructor declarations on annotation types
  130. itdmOnAnnotationNotAllowed=can''t make inter-type method declarations on annotation types
  131. itdfOnAnnotationNotAllowed=can''t make inter-type field declarations on annotation types
  132. cantDecpOnAnnotationToImplInterface=can''t use declare parents to make annotation type {0} implement an interface
  133. cantDecpOnAnnotationToExtendClass=can''t use declare parents to alter supertype of annotation type {0}
  134. cantDecpToMakeAnnotationSupertype=can''t use declare parents to make ''java.lang.annotation.Annotation'' the parent of type {0}
  135. incorrectTargetForDeclareAnnotation={0} is not a valid target for annotation {1}, this annotation can only be applied to these element types {2}
  136. referenceToNonAnnotationType=Type referred to is not an annotation type: {0}
  137. bindingNonRuntimeRetentionAnnotation=Annotation type {0} does not have runtime retention
  138. noMatchBecauseSourceRetention=Failing match because annotation ''{0}'' on type ''{1}'' has SOURCE retention. Matching allowed when RetentionPolicy is CLASS or RUNTIME
  139. # Generics
  140. cantDecpMultipleParameterizations=Cannot declare parent {0} onto type {1} since it already has {2} in its hierarchy
  141. noParameterizedTypePatternInHandler=a parameterized type pattern may not be used in a handler pointcut expression
  142. incorrectNumberOfTypeArguments=Type pattern does not match because the wrong number of type parameters are specified: Type {0} requires {1} parameter(s)
  143. violatesTypeVariableBounds=Type {0} does not meet the specification for type parameter {1} ({2}) in generic type {3}
  144. notAGenericType=Type pattern does not match because {0} is not a generic type
  145. noStaticInitJPsForParameterizedTypes=no static initialization join points for parameterized types, use raw type instead
  146. noParameterizedTypePatternInWithin=parameterized type pattern not supported by 'within', use a raw type pattern instead
  147. noParameterizedTypesInThisAndTarget=parameterized types not supported for this and target pointcuts (erasure limitation)
  148. noParameterizedTypesInGetAndSet=can't use parameterized type patterns for the declaring type of a get or set pointcut expression (use the raw type instead)
  149. noInitJPsForParameterizedTypes=no [pre]initialization join points for parameterized types, use raw type instead
  150. noGenericThrowables=invalid throws pattern: a generic class may not be a direct or indirect subclass of Throwable
  151. noParameterizedDeclaringTypesWithinCode=can't use parameterized type patterns for the declaring type of a withincode pointcut expression (use the raw type instead)
  152. noParameterizedDeclaringTypesInExecution=can't use parameterized type patterns for the declaring type of an execution pointcut expression (use the raw type instead)
  153. noParameterizedDeclaringTypesInCall=can't use parameterized type patterns for the declaring type of a call pointcut expression (use the raw type instead)
  154. noRawTypePointcutReferences=cannot use a raw type reference to refer to a pointcut in a generic type (use a parameterized reference instead)
  155. hasMemberNotEnabled=the type pattern {0} can only be used when the -XhasMember option is set
  156. # Java5 features used in pre-Java 5 environment
  157. atannotationNeedsJava5=the @annotation pointcut expression is only supported at Java 5 compliance level or above
  158. atwithinNeedsJava5=the @within pointcut expression is only supported at Java 5 compliance level or above
  159. atwithincodeNeedsJava5=the @withincode pointcut expression is only supported at Java 5 compliance level or above
  160. atthisNeedsJava5=the @this pointcut expression is only supported at Java 5 compliance level or above
  161. attargetNeedsJava5=the @target pointcut expression is only supported at Java 5 compliance level or above
  162. atargsNeedsJava5=the @args pointcut expression is only supported at Java 5 compliance level or above
  163. declareAtTypeNeedsJava5=declare @type is only supported at Java 5 compliance level or above
  164. declareAtMethodNeedsJava5=declare @method is only supported at Java 5 compliance level or above
  165. declareAtFieldNeedsJava5=declare @field is only supported at Java 5 compliance level or above
  166. declareAtConsNeedsJava5=declare @constructor is only supported at Java 5 compliance level or above
  167. annotationsRequireJava5=annotation type patterns are only supported at Java 5 compliance level or above
  168. # @AspectJ
  169. returningFormalNotDeclaredInAdvice=the last parameter of this advice must be named ''{0}'' to bind the returning value
  170. thrownFormalNotDeclaredInAdvice=the last parameter of this advice must be named ''{0}'' and be of a subtype of Throwable