Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
wisberg 144143c297 initial version il y a 21 ans
..
Driver.java initial version il y a 21 ans
Readme.txt initial version il y a 21 ans

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.