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 166896 - "<br>" is displayed on "Select Java Platform for Profiling" dialog
Summary: "<br>" is displayed on "Select Java Platform for Profiling" dialog
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Cyhelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 07:05 UTC by Masaki Katakai
Modified: 2009-06-18 06:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (46.37 KB, image/png)
2009-06-11 07:06 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-06-11 07:05:35 UTC
"<br>" is displayed as it is on dialog "Select Java Platform for Profiling".

profiler/src/org/netbeans/modules/profiler/actions/JavaPlatformSelector.java:

        noteLabel.setText(CANNOT_USE_PLATFORM_MSG + "<br>" // NOI18N
                          + SELECT_PLATFORM_PROFILE_MSG);

I think the message for CANNOT_USE_PLATFORM_MSG should start with "<html>".
Comment 1 Masaki Katakai 2009-06-11 07:06:19 UTC
Created attachment 83428 [details]
screenshot
Comment 2 Petr Cyhelsky 2009-06-12 10:27:42 UTC
fixed in profiler-main, changeset: 134791:f547fdf2bc65
Comment 3 Quality Engineering 2009-06-18 06:57:34 UTC
Integrated into 'main-golden', will be available in build *200906180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f547fdf2bc65
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #166896 - Correct label text in Select Java Platform for Profiling dialog