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 137153 - Display name for WEBrick has too many parentheses
Summary: Display name for WEBrick has too many parentheses
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2008-06-13 09:33 UTC by Petr Jiricka
Modified: 2008-08-14 15:50 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2008-06-13 09:33:52 UTC
... and the same applies to Jetty that is a part of Grails.

The current display names are:

WEBrick (Built-in JRuby (1.1.2))
Jetty (Grails (1.0))

Do we really need two levels of parentheses? Wouldn't it be sufficient to have the following?

WEBrick (Built-in JRuby 1.1.2)
Jetty (Grails 1.0)
Comment 1 Erno Mononen 2008-06-20 15:34:23 UTC
Martine, would you remove the extra parentheses from the platform display name or are they really needed?
Comment 2 Martin Krauskopf 2008-06-20 15:47:23 UTC
I like them (e.g. in the Platform Manager). But I do not have a strong opinion, so I'll remove them, hoping there will
be no complain later that I've removed them.
Comment 3 Martin Krauskopf 2008-06-20 16:49:16 UTC
Tweaked: #ed20b5d08172

For Ruby, if Groovy was copy-pasted, probably needed to be tweaked there as well.
Comment 4 Quality Engineering 2008-06-21 03:58:01 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #272 build
Changeset: http://hg.netbeans.org/main/rev/ed20b5d08172
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: tweaking platform's label
to prevent issues like #137153
Comment 5 Petr Hejl 2008-08-12 16:04:15 UTC
Fixed for grails too 42ae2a32ac78.
Comment 6 Quality Engineering 2008-08-14 15:50:56 UTC
Integrated into 'main-golden', available in build *200808141419* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/42ae2a32ac78
User: phejl@netbeans.org
Log: #137153 Display name for WEBrick has too many parentheses (Grails)