B
Bob
Hi everyone,
I am using eclipse 3.0.1 for a project and I found the following
strange bug when running my programs from the eclipse environment.
In some rare occasions, when calling a static method, the method is
never invoked.
For example, calling:
MyClass.myMethod(myArg);
the method is never invoked!! It just hangs there!
sometimes restarting Eclipse solves the problem but it appears again
after a while (and after some changes to the code).
Has anyone else faced this problem before? Do you know any ways around
it?
Regards,
Bob
PS: Note that I am only assuming that it's a bug with Eclipse. An other
unlikely canditate would be a bug with JVM but I wouldn't think that
such a foundamental bug would exist in JVM. On the other hand it could
be my fault but I have really tried everything and I am pretty sure I
am not doing something wrong.
I am using eclipse 3.0.1 for a project and I found the following
strange bug when running my programs from the eclipse environment.
In some rare occasions, when calling a static method, the method is
never invoked.
For example, calling:
MyClass.myMethod(myArg);
the method is never invoked!! It just hangs there!
sometimes restarting Eclipse solves the problem but it appears again
after a while (and after some changes to the code).
Has anyone else faced this problem before? Do you know any ways around
it?
Regards,
Bob
PS: Note that I am only assuming that it's a bug with Eclipse. An other
unlikely canditate would be a bug with JVM but I wouldn't think that
such a foundamental bug would exist in JVM. On the other hand it could
be my fault but I have really tried everything and I am pretty sure I
am not doing something wrong.