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

Summary: Show Annotations often skips over many lines
Product: versioncontrol Reporter: Jesse Glick <jglick>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: git
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 245452    
Bug Blocks:    

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