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 236705 - Show Annotations often skips over many lines
Summary: Show Annotations often skips over many lines
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on: 245452
Blocks:
  Show dependency tree
 
Reported: 2013-10-03 14:51 UTC by Jesse Glick
Modified: 2014-07-07 15:34 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 Jesse Glick 2013-10-03 14:51:34 UTC
Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-537-on-20130921)
Operating System = Linux version 3.8.0-31-generic running on i386
Java; VM; Vendor = 1.7.0_40
Runtime = Java HotSpot(TM) Client VM 24.0-b56

Opened github.com/jenkinsci/copyartifact-plugin/src/main/java/hudson/plugins/copyartifact/CopyArtifact.java in editor and clicked Show Annotations. Some lines are marked with annotations, but for the majority of the lines the annotation area is simply blank.

git blame works from the CLI.
Comment 1 Ondrej Vrabec 2013-10-07 13:14:22 UTC
Most likely a bug in JGit: maybe https://bugs.eclipse.org/bugs/show_bug.cgi?id=374382 ? Annotations stopped displaying after
> f13ba75afffcd971475875873fefc398600a084b	Aug 8, 2013 3:36:19 PM	ikedam <devld@ikedam.jp>
> Merge pull request #23 from ikedam/feature/JENKINS-17680-3
which was also a merge commit
Comment 2 Ondrej Vrabec 2014-07-07 15:34:53 UTC
Should be fixed with with the new version of JGit