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 172844

Summary: Proxy Configuration... button not working in Add Hudson Instance dialog
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: Options&SettingsAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: jskrivanek, jtulach
Priority: P3 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 171284    

Description Jaromir Uhrik 2009-09-23 10:09:01 UTC
Product Version: NetBeans IDE Dev (Build 200909211401)
Java: 1.5.0_20; Java HotSpot(TM) Client VM 1.5.0_20-141
System: Mac OS X version 10.5.8 running on i386; MacRoman; en_US (nb)

Steps to reproduce:
-open Services window
-select Hudson Builders node and invoke Add Hudson Instance from popup menu
-push Proxy Configuration...
-->> Nothing happens and in console there is added following line:
WARNING [org.netbeans.api.options.OptionsDisplayer]: Unknown categoryId: General
Comment 1 Jesse Glick 2009-09-23 16:33:51 UTC
core-main #6b4bc8ba560f

Perhaps this ID ("General") should be defined in some proper API, but where? FWIW, usages of this implicit API that I
can find:

autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/NetworkProblemPanel.java
autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
hudson/src/org/netbeans/modules/hudson/ui/wizard/InstancePropertiesVisual.java
kenai.ui/src/org/netbeans/modules/kenai/ui/GetSourcesFromKenaiPanel.java
kenai.ui/src/org/netbeans/modules/kenai/ui/NameAndLicenseWizardPanelGUI.java
mercurial/src/org/netbeans/modules/mercurial/ui/repository/Repository.java
mercurial/src/org/netbeans/modules/mercurial/util/HgCommand.java
mobility.jsr172/src/org/netbeans/modules/mobility/jsr172/wizard/ClientInfo.java
quiz/src/org/netbeans/modules/quiz/ProxyProblemPanel.java
ruby.platform/src/org/netbeans/modules/ruby/platform/gems/GemPanel.java
ruby.railsprojects/src/org/netbeans/modules/ruby/railsprojects/plugins/PluginPanel.java
ruby.railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/wizards/RailsInstallationPanel.java
subversion/src/org/netbeans/modules/subversion/ui/repository/ConnectionType.java
uihandler/src/org/netbeans/modules/uihandler/Installer.java
versioning.system.cvss/src/org/netbeans/modules/versioning/system/cvss/ui/wizards/RepositoryStep.java
websvc.core/src/org/netbeans/modules/websvc/core/client/wizard/ClientInfo.java
websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/wizards/AddWebServiceDlg.java
welcome/src/org/netbeans/modules/welcome/content/HttpProxySettings.java
contrib/erlang.platform/src/org/netbeans/modules/erlang/platform/gems/GemPanel.java
Comment 2 Quality Engineering 2009-09-25 09:10:17 UTC
Integrated into 'main-golden', will be available in build *200909241442* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6b4bc8ba560f
User: Jesse Glick <jglick@netbeans.org>
Log: #172844: various modules expect to find the option ID "General".
Comment 3 Jaromir Uhrik 2009-10-27 17:56:30 UTC
Verified in:
Product Version: NetBeans IDE Dev (Build 200910261401)
Java: 1.6.0_15; Java HotSpot(TM) 64-Bit Server VM 14.1-b02-92
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)