Could not reproduce this. However, added exactly this case as unit test. I will close this bug when I don't get the message that the test fails for anyone.....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1245734
Originator: NO
Could not reproduce this. However, added exactly this case as unit test. I will close this bug when I don't get the message that the test fails for anyone.....
Logged In: YES
user_id=1299552
Originator: YES
You are right, the problem seems to be lost now. There is another problem though, see below:
public class OpenDec
{
public void V () {
// put cursor here -> OpenDec<HERE> bug;
// press F3, it jumps to 'V'
OpenDec bug;
}
}
Logged In: YES
user_id=1245734
Originator: NO
Should work now.