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 236411 - assign does not show hint in blocks
Summary: assign does not show hint in blocks
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 09:54 UTC by Vladimir Voskresensky
Modified: 2013-11-13 08:25 UTC (History)
1 user (show)

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 Vladimir Voskresensky 2013-09-26 09:54:32 UTC
int foo();
/*
 * 
 */
int main(int argc, char** argv) {
  foo(); // works
  if (true) {
    foo(); // doesn't work
  }
  return 0;
}
Comment 1 Alexander Simon 2013-09-26 12:03:00 UTC
fixed, change set:
2e93ffe25830
Comment 2 Alexander Pepin 2013-11-12 16:51:21 UTC
verified in patch1 build 20131111