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 - CVS-Annotation: Username is truncated in annotation bar and tooltip
Summary: CVS-Annotation: Username is truncated in annotation bar and tooltip
Status: REOPENED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 09:36 UTC by markiewb
Modified: 2012-11-18 15:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Truncated names (61.38 KB, image/png)
2012-11-15 09:37 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
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?