This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 207515 - No code completion when creating new watches
Summary: No code completion when creating new watches
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.1
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 13:16 UTC by Martin Entlicher
Modified: 2012-01-25 16:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2012-01-19 13:16:34 UTC
This problem was already addressed by issue #190977 (thus see that issue for the description of the problem). But it re-appears when the class declaration is spanned across multiple lines.

E.g. when the class declaration is like:

public
class TestClass
{
...

and the cursor is above that declaration, there is nothing in the code completion.
Comment 1 Martin Entlicher 2012-01-19 13:51:17 UTC
Fixed by changeset:   211054:98ce05187d52
http://hg.netbeans.org/main/rev/98ce05187d52
Comment 2 Quality Engineering 2012-01-25 16:38:35 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/98ce05187d52
User: mentlicher@netbeans.org
Log: #207515 Assure the correct position for code completion in case of class declaration spanning across multiple lines.