When using:
public deployed class CO extends
ObserverProtocol(ObserverProtocolImpl, ColorObserver) {}
the compiler bails out with the following message:
observer/CO.java:3: error:the constructor of a statically
deployed class must be private and must not have any
parameters
observer/CO.java:3: error:clean, virtual or override class
field "ajc$perSingletonInstance" must have private visibility
[FJLS 1.4]
According to the 2003 paper, this should deploy the class
statically.
Logged In: YES
user_id=963896
This bug has been fixed by me in the Realease_V20 branch.
The fix will be integrated into the project when the
HEAD-version is functional again.