Browse Source

message changes for e37

tags/V1_7_0RC1
aclement 12 years ago
parent
commit
1cdc647a33
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      tests/src/org/aspectj/systemtest/ajc152/ajc152.xml

+ 2
- 0
tests/src/org/aspectj/systemtest/ajc152/ajc152.xml View File

@@ -257,6 +257,8 @@
<compile files="AspectClass.java" options="-1.5">
<message kind="error" line="7" text="Duplicate method incomingMessage() in type AspectClass"/>
<message kind="error" line="12" text="Duplicate method incomingMessage() in type AspectClass"/>
<!-- in e37 the TypeDeclaration.traverse(ASTVisitor,CompilationUnitScope) no longer checks 'ignoreFurtherInvestigation' so gets further -->
<message kind="warning" line="11" text="no match for this type name: Incoming [Xlint:invalidAbsoluteTypeName]"/>
</compile>
</ajc-test>

Loading…
Cancel
Save