Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] Defects for committer vote for M10

I vote yes

Antony Miguel
Scapa Technologies
antony.miguel@xxxxxxxxxxxxx
+44 131 550 1766
----- Original Message -----
From: "Richard Duggan" <rduggan@xxxxxxxxxx>
To: <hyades-dev@xxxxxxxxxxx>
Sent: Thursday, May 27, 2004 10:17 PM
Subject: [hyades-dev] Defects for committer vote for M10


>
>
>
>
> The latest volley.
>
>
> Bugzilla Defect 64341:  (
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=64341)  SingleOSFileSensor
> does not handle an empty converter string properly
>
> Rational: The SingleOSFileSensor$BufferedPeriodicReader.prepare() method
> does not check for an empty converter string and tries to execute it but
> the Runtime.getRuntime().exec(converter) call throws an IllegalArgument:
> Empty command exception.  This causes the GLA to log  a critical error
> message but processing continues and the log file is parsed correctly.  We
> would like to not try and run the converter at all if we get an empty
> converter command.
>
> Test Plan:  this has been unit tested and will be regression tested May
> 28th,
>
> Risk: Very  Low.  Need to also check that  converter.length() > 0  before
> running the command.
>
>
> Bugzilla Defect 63024:  (
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=63024)   associatedEvents
> attribute of CBE causes problems in the GLA
>
> Rational:  The GLA CBEFormatter class was not recognizing the
> associatedEvents.resolvedEvents attribute because of a typo in the
>
org.eclipse.hyades.logging.adapter.ICBEPropertyConstants.ASSOCIATEDEVENT_RES
OLVEDEVENT
>  constant.  When this constant is not recognized the CBE is not filled
> properly.
>
> Test Plan:  already unit tested.  Will full regression on May 28th.
>
> Risk: Very Low - Constant effects only AssociatedEvent processing
>
>
>
>
> Richard K. Duggan
> Problem Determination Enablement
> IBM Toronto Laboratory
> External: 905-413-2396
> Internal: 969-2396
>
> _______________________________________________
> hyades-dev mailing list
> hyades-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/hyades-dev
>



Back to the top