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 222183

Summary: CVS-Annotation: Username is truncated in annotation bar and tooltip
Product: versioncontrol Reporter: markiewb
Component: CVSAssignee: Ondrej Vrabec <ovrabec>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Truncated names

Description markiewb 2012-11-15 09:36:57 UTC
[ JDK VERSION : 1.7.9 ]

Username is truncated in annotation bar and tooltip.

See screenshot
Comment 1 markiewb 2012-11-15 09:37:23 UTC
Created attachment 127841 [details]
Truncated names
Comment 2 Ondrej Vrabec 2012-11-15 10:45:39 UTC
Also in the tooltip? What should be the correct username here?

*** This bug has been marked as a duplicate of bug 195471 ***
Comment 3 markiewb 2012-11-15 22:57:54 UTC
(In reply to comment #2)
> Also in the tooltip? What should be the correct username here?
> 
> *** This bug has been marked as a duplicate of bug 195471 ***
Yes also truncated in tooltip. 'benno.maxxxxxxxx' is expected.
Comment 4 markiewb 2012-11-16 00:13:23 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Also in the tooltip? What should be the correct username here?
> > 
> > *** This bug has been marked as a duplicate of bug 195471 ***
> Yes also truncated in tooltip. 'benno.maxxxxxxxx' is expected.

Perhaps a bug in org.netbeans.lib.cvsclient.command.annotate.AnnotateBuilder.processLine(java.lang.String):org.netbeans.lib.cvsclient.command.annotate.AnnotateLine ?

There the cvs 'info string' is splitted into user/data/message strings.
Comment 5 Ondrej Vrabec 2012-11-16 09:27:12 UTC
can you debug? What is the value of _line_, _user_, _date_ and _revision_?
Comment 6 Ondrej Vrabec 2012-11-16 09:44:14 UTC
ok, let's reopen until it is determined if the bug is just in rendering (there surely is one) or also in the code parsing username
Comment 7 markiewb 2012-11-18 15:30:34 UTC
(In reply to comment #5)
> can you debug? What is the value of _line_, _user_, _date_ and _revision_?

Sorry i cannot, because the issue occured at work with the CVS there. Or how can i debug it without the NetBeans sources?