]> source.dussan.org Git - aspectj.git/commitdiff
message changes for e37
authoraclement <aclement>
Sat, 10 Dec 2011 01:08:01 +0000 (01:08 +0000)
committeraclement <aclement>
Sat, 10 Dec 2011 01:08:01 +0000 (01:08 +0000)
tests/src/org/aspectj/systemtest/ajc164/ajc164.xml

index 4f5f9bd971fdf96b9c741cc724f9e5dbe6f31c3f..e1c8e87b4892dbbf5e0c941d0e866b2949def991 100644 (file)
    
    <ajc-test dir="bugs164/pr266420" title="unused private warning - 2">
      <compile files="B.java" options="-1.5 -warn:unusedPrivate">
-       <message kind="warning" text="The field B.i is never read locally"/>
+       <message kind="warning" text="The value of the field B.i is not used"/>
      </compile>
    </ajc-test>
    
    <ajc-test dir="bugs164/pr266420" title="unused private warning - 3">
      <compile files="C.java" options="-1.5 -warn:unusedPrivate">
-       <message kind="warning" text="The field C.j is never read locally"/>
+       <message kind="warning" text="The value of the field C.j is not used"/>
      </compile>
    </ajc-test>