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 208444 - [regression] annotations in editor sidebar are not colored anymore
Summary: [regression] annotations in editor sidebar are not colored anymore
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 11:10 UTC by Vladimir Voskresensky
Modified: 2012-02-18 09:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
no color (cursor at marked line) (41.03 KB, image/png)
2012-02-15 15:49 UTC, Vladimir Voskresensky
Details
log (38.56 KB, text/plain)
2012-02-16 11:23 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2012-02-15 11:10:12 UTC
This is regression in dev already for some weeks:
annotations in editor sidebar are not painted in blue anymore, so it's difficult to distinguish lines which were changed within one commit.
Previously it worked great.
Btw, annotations on the right side of editor (after scrollbar) are marked correctly.
Comment 1 Tomas Stupka 2012-02-15 11:38:58 UTC
works fine for me with dev builds and mercurial.

do you experience this with any vcs system or only with a particular one?

please run with -J-Dorg.netbeans.modules.versioning.ui.diff.DiffSidebar.level=-1
and attach your messages.log ...

thanks
Comment 2 Vladimir Voskresensky 2012-02-15 15:46:36 UTC
doesn't work in mercurial and in subversion as well
All what I see is:
FINE [org.netbeans.modules.versioning.ui.diff.DiffSidebar]: Disabling diffsidebar for java/lang/System.java, no content available
FINE [org.netbeans.modules.versioning.ui.diff.DiffSidebar]: Disabling diffsidebar for java/lang/Integer.java, no content available

Current file is not mentioned in log (in fact nothing is printed more than above two lines)
Comment 3 Vladimir Voskresensky 2012-02-15 15:49:52 UTC
Created attachment 115768 [details]
no color (cursor at marked line)
Comment 4 Tomas Stupka 2012-02-16 10:58:25 UTC
added more logging - core-main #8c7e4cc81e50

note that the logger is now 
-J-Dorg.netbeans.modules.versioning.ui.diff.DiffSidebarManager.level=-1
Comment 5 Vladimir Voskresensky 2012-02-16 11:23:40 UTC
Created attachment 115804 [details]
log

In fact I do not see any logged activity when annotations are shown/hidden, only when file is opened first time in editor
Comment 6 Tomas Stupka 2012-02-17 10:16:26 UTC
fixed in core-main #7134becc7b84
Comment 7 Vladimir Voskresensky 2012-02-17 10:34:30 UTC
thanks. applied for ade as well
Comment 8 Quality Engineering 2012-02-17 11:00:20 UTC
Integrated into 'main-golden', will be available in build *201202170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8c7e4cc81e50
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #208444 - [regression] annotations in editor sidebar are not colored anymore
Comment 9 Quality Engineering 2012-02-18 09:26:46 UTC
Integrated into 'main-golden', will be available in build *201202180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7134becc7b84
User: Tomas Stupka <tstupka@netbeans.org>
Log: issue #208444 - [regression] annotations in editor sidebar are not colored anymore