您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
wisberg 144143c297 initial version 21 年前
..
Driver.java initial version 21 年前
Readme.txt initial version 21 年前

Readme.txt

Mode: VM run
Title: Local declarations in advise bodies

This tests local declarations in the body of advises. Local
declarations help the weaves inside advises to share variables between
them. These variables should be resolved in the context of the
methods being advised.

The syntax supports local variable as well as class declrations. But
the weaver can't handle inner classes yet, so only the local variable
declaration case is tested.