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 17482

Summary: Versioning toolbar completely does not work.
Product: obsolete Reporter: Jiri Kovalsky <jkovalsky>
Component: vcscoreAssignee: Milos Kleint <mkleint>
Status: CLOSED FIXED    
Severity: blocker CC: jglick
Priority: P4 Keywords: PERFORMANCE
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Jiri Kovalsky 2001-11-09 15:20:12 UTC
Development build of NetBeans 3.3 #200111090100 on Windows 2000 with JDK 1.3.1

Description:
============
Versioning toolbar can be shown however its button stay always disabled = greyed
. It does not matter what version control filesystem is mounted, chosen client,
SDI/MDI mode or whatever else.

Steps to reproduce:
===================
1. Launch IDE with fresh user directory.
2. Mount CVS filesystem using Built-in Client.
3. Move your mouse to toolbar area and right click. Choose "Versioning" item.
4. Toolbar will be extended for six more buttons.
5. Expand your CVS filesystem and select some [Up-to-date] file underneath.
6. All of the toolbar versioning buttons stay disabled.
Comment 1 Milos Kleint 2001-11-09 17:23:48 UTC
I've had a discussion on this with Jesse, it stopped working since
he's done changes in the openide that effectively disabled my code,
I'll commit a quick fix today, that will make the buttons working
again, but I need to rewrite the code for optimalization later..
Comment 2 Milos Kleint 2001-11-09 17:41:46 UTC
hacked the behaviour to get the feature back online, however the
perfomance got lower now, I'll have to rewrite it..

lovering priority to P4 and adding the PERFORMANCE keyword
Comment 3 Milos Kleint 2001-11-11 21:56:03 UTC
fixed on 11/Nov/2001..
Comment 4 Jesse Glick 2001-11-12 10:13:15 UTC
Is it really OK now?
Comment 5 Milos Kleint 2001-11-12 10:35:10 UTC
yes, I changed it as you suggested. Keeping weak reference to the
array of selected nodes now and checking the change in selection..

did you encounter any problems?
Comment 6 Jiri Kovalsky 2001-11-12 11:56:53 UTC
No, it seems quite sane to me. I tested it in both modules separately 
and together too. Verified in development build #200111120100 of Net-
Beans 3.3.
Comment 7 Quality Engineering 2003-07-01 12:56:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.