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 175804 - Superfluous * in the caption of some output tabs
Summary: Superfluous * in the caption of some output tabs
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 17:40 UTC by Petr Jiricka
Modified: 2011-02-23 17:43 UTC (History)
2 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 2009-10-30 17:40:09 UTC
The names of tab in the Output window now may have a * in their name. For example, for Ant output, * is added when the
process is running; when it finishes, the * disappears. 
However, some other tabs (e.g. GlassFish server output or JavaDB Process output), show the * all the time, whether the
process is running or not. This is unintuitive and superfluous, the decoration of tab names should be more consistent.
Either * should be never shown, or only if the process is running.
Comment 1 t_h 2009-10-30 18:34:46 UTC
It is workaround for JDK issue

*** This issue has been marked as a duplicate of 113388 ***
Comment 2 Petr Jiricka 2009-10-30 19:09:18 UTC
Tomas, sorry, this is not a duplicate. Please reread the report. I am not saying we should go back to use bold font - I
am saying that the asterisk is used too often, and sometimes we should use plain name: in non-bold font, and without
asterisk. This has nothing to do with the JDK bug.
Comment 3 t_h 2009-10-30 20:10:37 UTC
Bold (or asterisk for jdk where html tab names are broken) is used whenever the output stream is opened. It seems
logical to me to distinguish tabs which are still "active". If you do not like that some tabs are marked as active
(bold) while e.g. corresponding process is not running you should file issue against corresponding module (which does
not close stream).
Comment 4 Petr Jiricka 2009-11-02 14:37:41 UTC
That's a question for Petr Hejl - Petr, do you know whether server plugins (including Tomcat for example) do a good job
at closing the streams? Could there be issues on the plugins' side?
Comment 5 Petr Jiricka 2009-11-03 10:22:41 UTC
Based on an off-line discussion, this is an issue in the individual servers. Already fixed for Tomcat:
http://hg.netbeans.org/web-main/rev/130a709c9cf8

Now reassigning to GlassFish, also cc'ing Jirka for Java DB.
Comment 6 Quality Engineering 2009-11-03 10:25:17 UTC
Integrated into 'main-golden', will be available in build *200911030222* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/130a709c9cf8
User: phejl@netbeans.org
Log: #175804 Superfluous * in the caption of some output tabs
Comment 7 Vince Kraemer 2009-11-04 03:56:42 UTC
cannot commit to sooner
Comment 8 Petr Hejl 2009-11-04 15:16:42 UTC
Fixed for jboss - web-main 7d1a0b54e10d.
Comment 9 Jiri Rechtacek 2009-11-04 16:45:55 UTC
Fixed in DB area - core-main/rev/6ce4cad6adad, core-main/rev/6791aab9621e, core-main/rev/4d26fae08535
Comment 10 Vince Kraemer 2009-11-04 18:58:00 UTC
http://hg.netbeans.org/web-main/rev/0ad693e9d02d

please open new targeted issue for any remaining issues like this...
Comment 11 Quality Engineering 2009-11-05 10:19:06 UTC
Integrated into 'main-golden', will be available in build *200911050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7d1a0b54e10d
User: phejl@netbeans.org
Log: #175804 Superfluous * in the caption of some output tabs
Comment 12 Petr Jiricka 2009-11-06 09:39:18 UTC
There is still one minor problem for Tomcat, reported as a separate issue 176081.
Comment 13 Quality Engineering 2009-11-06 10:04:07 UTC
Integrated into 'main-golden', will be available in build *200911060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/57605041cb34
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: yet another #175804: Superfluous * in the caption of some output tabs
Comment 14 Marian Mirilovic 2011-02-23 17:43:57 UTC
v/c