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 29298 - Branches may not be correctly displayed in Versioning Explorer
Summary: Branches may not be correctly displayed in Versioning Explorer
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: All OpenVMS
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-04 18:53 UTC by lingram
Modified: 2003-01-24 13:17 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file generated by cvs diff for VersioningDataNode.java (878 bytes, patch)
2002-12-04 18:53 UTC, lingram
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lingram 2002-12-04 18:53:02 UTC
We've found that VCS profiles which do 
not use revision numbers in the
form "x.y" may not display branches 
correctly. This is due to getRevison()
being used instead of getRevisionVCS
(). The affected module is 
VersioningDataNode.java in vcscore. It 
is a 1 line fix.
Comment 1 lingram 2002-12-04 18:53:42 UTC
Created attachment 8175 [details]
Patch file generated by cvs diff for VersioningDataNode.java
Comment 2 Martin Entlicher 2002-12-05 09:11:03 UTC
Maxym, do you agree with adding this into 3.4.1? It seems, that this
is necessary for 3rd party VCS profiles.
The patch is trivial and should not cause any problems.
Comment 3 _ mihmax 2002-12-06 12:42:28 UTC
Do I agree or not is NOT an issue.
If it's a BUGFIX, feel free to include it into 3.4.1 codebase.

Please, commit. The fix is really trivial, reviewed. 

Sincere Max

P.S: Sorry for being offline for so long, Great thanks to Larry!
Comment 4 Martin Entlicher 2002-12-10 14:53:56 UTC
Fixed in the main trunk and release341 branch.

/cvs/vcscore/src/org/netbeans/modules/vcscore/versioning/impl/VersioningDataNode.java,v 
<--  VersioningDataNode.java
new revision: 1.8; previous revision: 1.7

/cvs/vcscore/src/org/netbeans/modules/vcscore/versioning/impl/VersioningDataNode.java,v 
<--  VersioningDataNode.java
new revision: 1.7.52.1; previous revision: 1.7

Comment 5 dmladek 2003-01-24 13:17:31 UTC
verified only on DEV.
OK on NetBeans IDE Dev (Build 200301240100)