Menu

#127 'Open Declaration' fails for types

closed
None
5
2008-02-28
2008-01-20
No

Test case:
public class OpenDec
{
public void V () {
OpenDec bug;
}
}

Put your cursor within bug's type signature, 'OpenDec', and then hit F3. Nothing will happen.

Discussion

  • Bernhard Brem

    Bernhard Brem - 2008-02-25
    • assigned_to: nobody --> bernhardbrem
     
  • Bernhard Brem

    Bernhard Brem - 2008-02-25

    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.....

     
  • Remy Chi Jian Suen

    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;
    }
    }

     
  • Bernhard Brem

    Bernhard Brem - 2008-02-28

    Logged In: YES
    user_id=1245734
    Originator: NO

    Should work now.

     
  • Bernhard Brem

    Bernhard Brem - 2008-02-28
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB