Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] Committer vote required for M10 checkin


I vote Yes.

Kent Siekfes
Rational Software
IBM Software Group



Eugene Chan <ewchan@xxxxxxxxxx>
Sent by: hyades-dev-admin@xxxxxxxxxxx

05/27/2004 07:21 PM

Please respond to
hyades-dev

To
hyades-dev@xxxxxxxxxxx
cc
Subject
[hyades-dev] Committer vote required for M10 checkin






The following M10 defects require Committer's approval: (I vote YES)


Target drop date to cvs:      May 28 afternoon EST

Target Regression test:       May 28 afternoon EST

Target candidate drop:        June 3(pass 3)


Defect 57684
:
bugzilla_57684 --
When no profiling is selected, UI should set TRACE_MODE to "none"

Rationale
:

By default, if no piAgent profiling types are selected, we should send TRACE_MODE="none" to the RAC. When the user creates a new profiling set, the default options were not being set on it (they should be), resulting in no options being sent to the RAC. When the RAC doesn't get any options, it picks defaults.


Risk Assessment
:

No API change. Fix is to add the default option set to new user-created profiling sets.

Low risk change.


Defect 64264
:
bugzilla_64264 --
Null Pointer Exception after renaming Filter Set in Edit Profiling Set Dialog

Rationale
:

When the user renamed a filter set, the internal selection was not being updated. Since the selected set is identified by name, and you can only rename the currently selected set, the internal selection was pointing to a non-existant set (the original name).


Risk Assessment
:

No API change. The fix is to simply update the selection after renaming a set. This is a one line fix.

Low risk change.


Defect 63316
:
bugzilla_63316 --
Locale: Use collator instead of compareTo() for filter/search

Rationale
:

Find/Filter/Sort in Log Interactions view and Log view are using String.compareTo() for any string comparison, which may not work correctly in some non-English machine. To support i18n, Collator should be used instead.


Risk Assessment
:

No API change. Fix is to use Collator instead of String.compare. Has been unit tested and will be regression tested on May 28.

Low risk change.


Defect 59913
:
bugzilla_59913 --
DBCS: non Japanese date format is displayed at Console

Rationale
:

Date format at Console is not locale sensitive, it is hardcode to be in '
dd/MM/yy h:mm a' format, which shows wrong format in Japanese machine. Date and time should be formatted in a local-sensitive manner.

Risk Assessment
:

No API change. The fix is to use DataFormat class to format the date and time. This is a one line fix. Unit tested on English and Japanese machines and will be regression tested on May 28.

Low risk change.


--------------------------------------------------------------------
Eugene Chan
IBM Toronto Laboratory
D3/ENW/8200/MKM
Voice:   1-905-413-6102
Email:  ewchan@xxxxxxxxxx


Back to the top