Luiz-Monad / aspectc

Automatically exported from code.google.com/p/aspectc
0 stars 0 forks source link

SET /GET pointcuts only accept *(a) but not *a #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile the files that are in attachment
2. Run the executable

What is the expected output? What do you see instead?

Expected:
In main
This is a point-cut for set
This is a point_cut for get
*(a) is '1'.
This is a point-cut for get
*a is '1'

Actual:
In main
This is a point-cut for set
This is a point_cut for get
*(a) is '1'.
*a is '1'

*a and *(a) should mean the same thing. There shouldn't be any difference

Please use labels and text to provide additional information.

Original issue reported on code.google.com by lzmliz...@gmail.com on 14 May 2010 at 3:50

Attachments: