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 136730 - No hyperlink and completion for goto label.
Summary: No hyperlink and completion for goto label.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks: 108501
  Show dependency tree
 
Reported: 2008-06-07 13:25 UTC by Alexander Simon
Modified: 2008-06-25 16:58 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 Alexander Simon 2008-06-07 13:25:45 UTC
Code Example:
--------------------
int foo() {
    goto again;
again:
    return;
}
--------------------
No completion and hyper link for "again" in context "goto again".
Comment 2 Quality Engineering 2008-06-11 15:57:28 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #251 build
Changeset: http://hg.netbeans.org/main/rev/81a886fa64a2
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing: IZ#136730:No hyperlink and completion for goto label.