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 210907 - "Mark occurence" appears broken in C++
Summary: "Mark occurence" appears broken in C++
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-09 22:09 UTC by tbrunhoff
Modified: 2012-04-17 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of ide with odd occurrences marked. (57.67 KB, image/png)
2012-04-09 22:09 UTC, tbrunhoff
Details
screenshot of ide with odd occurrences marked. (67.59 KB, image/png)
2012-04-09 22:12 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2012-04-09 22:09:21 UTC
Created attachment 118018 [details]
screenshot of ide with odd occurrences marked.

I frequently get many "mark occurrence" markers for things other than keywords. See attached screenshot.

This seems like it may be just a lack of synchronization between the code model and the painting of the occurrences.
Comment 1 tbrunhoff 2012-04-09 22:12:02 UTC
Created attachment 118019 [details]
screenshot of ide with odd occurrences marked.

The previous attachment was for an unsaved file. After saving, all bug one 'mark occurrence' remained, but it still made no sense.
Comment 2 tbrunhoff 2012-04-09 22:33:33 UTC
Product Version: NetBeans IDE Dev (Build 201204050400)
Java: 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09
System: Linux version 2.6.35.14-106.fc14.x86_64 running on i386; UTF-8; en_US (nb)
User directory: /home/toddb/.netbeans/dev
Cache directory: /home/toddb/.cache/netbeans/dev
Comment 3 Vladimir Voskresensky 2012-04-11 11:12:33 UTC
Sasha, could you have a look at this problem once more, please.
Comment 4 Alexander Simon 2012-04-16 07:40:24 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/af67c156350d
Comment 5 Quality Engineering 2012-04-17 10:02:35 UTC
Integrated into 'main-golden', will be available in build *201204170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/af67c156350d
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #210907 "Mark occurence" appears broken in C++