瀏覽代碼

fix for Bugzilla Bug 37020

 	wrong line for method execution join point
tags/V1_2_1
acolyer 20 年之前
父節點
當前提交
cef3ce1be6

+ 2
- 0
tests/incremental/initialTests/suite.xml 查看文件

@@ -97,6 +97,7 @@
<run class="main.Main"/>
</ajc-test>

<!-- this test cannot pass with the new AjAttribute.MethodDeclarationLineNumberAttribute
<ajc-test dir="expClasses" title="expected class tree" keywords="incremental"
comment="XXX need to install Main.class compiled with harness" >
<compile files="Main.java">
@@ -104,6 +105,7 @@
</compile>
<run class="Main"/>
</ajc-test>
-->

<ajc-test dir="aspectSourceAdded"
title="add aspect source file and check world is rewoven"

+ 2
- 0
tests/src/org/aspectj/systemtest/incremental/incremental-tests.xml 查看文件

@@ -72,6 +72,7 @@
<run class="delete.Main"/>
</ajc-test>

<!-- this test cannot pass with the new AjAttribute.MethodDeclarationLineNumberAttribute
<ajc-test dir="incremental/initialTests/expClasses"
title="expected class tree" >
<compile files="Main.java">
@@ -79,6 +80,7 @@
</compile>
<run class="Main"/>
</ajc-test>
-->
<ajc-test dir="incremental/initialTests/defaultPackage"
title="do everything in default package (sourceroots)"

Loading…
取消
儲存