Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
wisberg 144143c297 initial version vor 21 Jahren
..
Aspect.java initial version vor 21 Jahren
Driver.java initial version vor 21 Jahren
Foo.java initial version vor 21 Jahren
Readme.txt initial version vor 21 Jahren

Readme.txt

Mode: VM run
Title: Accessibility of class and aspect members from inside weaves

Code inside a weave does the full cross-product of the
following things:

read a var of the class private static
set a var X X protected X non-static
call a method public
default


Both the aspect and the class are in the default (unnamed) package.