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 240702 - Tooltip duplicates warning if 2 or more files uses same header file
Summary: Tooltip duplicates warning if 2 or more files uses same header file
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 12:59 UTC by soldatov
Modified: 2014-02-08 04:29 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 soldatov 2014-01-20 12:59:14 UTC
Scenario:
- Create Quote project
- Open module.h file
- Type in editor at 79th line (add some warning into file):
  #warning Unqualified name '<<' in friend declaration is looked up in the nearest enclosing namespace and does not refer to existing '::std::operator<<<_charT, _Traits>(basic_ostream<_charT, _Traits>&, _charT)'.
- Rebuild project
- Check 'warning' sign in editor
==> Tooltip duplicates warning 5 times
Comment 1 Alexander Simon 2014-02-07 12:37:49 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/92122e975c97
Comment 2 Quality Engineering 2014-02-08 04:29:11 UTC
Integrated into 'main-silver', will be available in build *201402080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/92122e975c97
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #240702 Tooltip duplicates warning if 2 or more files uses same header file