Re: StatusBuilder returns wrong Tag data, is it a bug?

Martin Entlicher <[email protected]> Mon, 05 Apr 2004 12:07:57 +0200
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
Yes, this looks like a bug in the builder. I've created issue #41699 
(http://www.netbeans.org/issues/show_bug.cgi?id=41699) for this problem. 
Next time, feel free to submit such a problem directly into Issuezilla 
(http://www.netbeans.org/issues/enter_bug.cgi).

Regards,
Martin

Kamel, Ramy wrote:

>Hello all,
>
>I have some files in the CVS repository tagged with a Tag named : Release(1)_03_15_2004
>
>Using the StatusCommand and StatusBuilder, I get wrong ( a bit corrupted ) tag names.
>
>Using code like this in the CVSListener :
>
>		List all = info.getAllExistingTags();
>                
>            for (Iterator iter = all.iterator(); iter.hasNext();) {
>                    StatusInformation.SymName element = (SymName) iter.next();
>                    System.out.println( element.getTag() );
>                    System.out.println( element.getRevision() );
>            }
>
>I get :
>
>Releas
>1)_03_15_2004    	(revision: 1.1
>
>Why element.getTag() doesn't return the whole tag name, which is Release(1)_03_15_2004 , 
>Is it a bug in the builder ?
>
>Thanks in advance.
>
>Ramy M. Kamel
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>  
>