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 177414 - Annotations do not get refreshed automatically
Summary: Annotations do not get refreshed automatically
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P4 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-23 05:16 UTC by Tomas Danek
Modified: 2012-10-01 12:03 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 Tomas Danek 2009-11-23 05:16:41 UTC
20091119
------
- have some project, initialize a hg repo
- commit files
- show annotations e.g. on Main.java
- change something on Main.java
- commit
- file annotations do not get refreshed after commit, one must perform hide/show annotations
Comment 1 Ondrej Vrabec 2012-09-27 15:29:19 UTC
i'll try to fix it. Hopefully i won't break anything.
Comment 2 Ondrej Vrabec 2012-09-27 16:08:13 UTC
fix: http://hg.netbeans.org/core-main/rev/61425310cf86
Comment 3 Quality Engineering 2012-10-01 12:03:01 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/61425310cf86
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #177414 - Annotations do not get refreshed automatically
refreshing annotations when parent of the working copy changes (update, commit, etc.)