
# $Id: bugs.txt,v 1.3 2003/12/11 10:49:57 anthony Exp $

List of bugs fixed:

1. ResourceCalendar constructor => typo regarding to holidays (the argument
   is typed 'holydays').
   STATUS: FIXED

2. ResourceCharacteristics.getByteSize() => this method missed one attribute
   size of type 'int'. Therefore, the calculation is wrong.
   STATUS: FIXED

3. Accumulator.getByteSize() => same as bug #2 but missing one 'double'.
   Therefore, the calculation is wrong.
   STATUS: FIXED

4. Machine.getByteSize() => has extra 4 bytes in it.
   STATUS: FIXED

5. visualmodeler.ResourceProperty.checkValue()
   => reports an exception given a valid time zone (-12 until -1)
   STATUS: FIXED

6. visualmodeler.UserProperty.resetTextValue(String name, String key)
   => inside this method, uses "name_" (private attribute) rather than "name"
      (the method parameter). Therefore, the value is wrong.
   STATUS: FIXED

7. Didn't update Gridlet.gridletStatusString() properly according to some new
   Gridlet tags.
   Date: 20/11/2003
   Status: FIXED

8. Didn't catch SimJava Sim_exception properly. Note: This is because SimJava
   1.2 doesn't have Sim_exception class compare to SimJava 2.
   Date: 30/11/203
   Status: FIXED

9. For SpaceShared algorithm, a GridResource can have many Machines.
   Each Machine have different PE rating from each other.
   Hence, the current approach only consider the PE rating from Machine ID #0 only.
   It should reflect to the PE rating of which Gridlet is set to.
   DATE: 04/12/2003
   Status: FIXED


