| RE: [aspectj-users] Hot code replace failed |
Please respond to aspectj-users@xxxxxxxxxxx
Sent by: aspectj-users-bounces@xxxxxxxxxxx
To:
<aspectj-users@xxxxxxxxxxx>
cc:
Subject:
RE: [aspectj-users]
Hot code replace failed
Hi,
public aspect IntertypeAspect
{
public void IntertypeInterface.addTestMethod(){
System.out.println( "Test" );
}
}
public interface IntertypeInterface
{
}
public class Bar //implements
IntertypeInterface {
public static void
main(String[] args){
//breakpoint set here
//new Bar().addTestMethod();
}
}
Actually I tried adding and removing the two commented lines again and
again after setting the breakpoint and starting a debug session.
Thanks,
Mohan
Please respond to aspectj-users@xxxxxxxxxxx
Sent by: aspectj-users-bounces@xxxxxxxxxxx
To:
<aspectj-users@xxxxxxxxxxx>
cc:
Subject: [aspectj-users]
Hot code replace failed
Hi,
Does the following message indicate a missing feature ? Is it a bug ? I
can post the code if it is needed to understand this. I am assuming
this is a pending issue.
com.aspectj.test.Foo at localhost:4686(out of synch) was unable to replace
the running code with the code in the workplace.
Reason:
Hot code replace failed - Hierarchy change not implemented
Thanks,
Mohan
This message is for the designated recipient
only and may contain privileged, proprietary, or otherwise private information.
If you have received it in error, please notify the sender immediately
and delete the original. Any other use of the email by you is prohibited._______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users
This message is for the designated recipient
only and may contain privileged, proprietary, or otherwise private information.
If you have received it in error, please notify the sender immediately
and delete the original. Any other use of the email by you is prohibited._______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users