April 2007 Commit Log

Number of Commits:
51
Number of Active Developers:
1
dound 2007-04-09 04:15

Added reference to JFreeChart.

30 lines of code changed in:

dound 2007-04-09 04:13

Report Now Includes Graphs. The reporter now creates a number of graphs in PNG format to accompany its HTML output. The main page template now displays a chart which shows each team's total score over time. It also has a chart which displays each suite's score over time. Each team's index page also has a chart showing their scores on each suite of time.

323 lines of code changed in:

dound 2007-04-09 04:11

Remove all checked items sometimes crashed while refreshing (didnt impact functionality because the crash occurred at the end of a thread's life).

9 lines of code changed in:

dound 2007-04-09 03:38

added compareTo method which sorts based on time

14 lines of code changed in:

dound 2007-04-09 03:37

index page now included in the progress bar % done count (in addition to the team count)

4 lines of code changed in:

dound 2007-04-08 01:56

Bug fix: on basic reports, links to team reports were showing up for team's beyond the first. Also, if there was more than one team, the program would crash.

6 lines of code changed in:

dound 2007-04-08 01:51

Bug fix: the main index page did not match up suite score breakdowns and total scores with the correct team

10 lines of code changed in:

dound 2007-04-08 01:31

Now at v1.02

8 lines of code changed in:

dound 2007-04-08 01:24

fixed serialVersionUID visibility / constancy

148 lines of code changed in:

dound 2007-04-08 01:15

Owner is now serializable.

5 lines of code changed in:

dound 2007-04-08 01:09

Added public long serialVersionUID = 102L; to all serializable classes.

200 lines of code changed in:

dound 2007-04-08 01:00

I/O streams are now closed properly.

18 lines of code changed in:

dound 2007-04-08 00:55

Refactored Hash to hash to follow normal naming conventions.

8 lines of code changed in:

dound 2007-04-08 00:52

Removed unneccessary null object tests.

31 lines of code changed in:

dound 2007-04-08 00:43

Removed dead stores to local variables.

28 lines of code changed in:

dound 2007-04-08 00:31

Bug fix: The assignment operator for the scoring language now works

28 lines of code changed in:

dound 2007-04-08 00:16

Performance: fixed where type is determined

4 lines of code changed in:

dound 2007-04-08 00:11

Performance: Iterate on entrySet vice keySet + get

18 lines of code changed in:

dound 2007-04-08 00:03

Performance: Removed unused field.

2 lines of code changed in:

dound 2007-04-08 00:02

Performance: Improved string concatentation.

4 lines of code changed in:

dound 2007-04-07 23:59

Performance: Improved string concatentation. Also, now getPage is static and now explicitly throws an UnknownHostException vice silently throwing one.

36 lines of code changed in:

dound 2007-04-07 23:47

Performance: Integer.valueOf now used in preference to new Integer

21 lines of code changed in:

dound 2007-04-07 23:42

Made inner classes static where possible.

8 lines of code changed in:

dound 2007-04-07 23:34

Efficiency: use Boolean.FALSE instead of creating a new Boolean object and "" instead of creating a new String object.

6 lines of code changed in:

dound 2007-04-07 23:32

These classes are now final. They shouldn't be overriden because a new thread is started in their constructor. If these need to be overloaded, the constructor will need to be modified.

6 lines of code changed in:

dound 2007-04-07 23:29

REF is now final as it should be.

3 lines of code changed in:

dound 2007-04-07 23:24

prevention of derefrencing of a null object

19 lines of code changed in:

dound 2007-04-07 23:17

Fixed/removed checks for null pointers after having previously dereferenced the object.

10 lines of code changed in:

dound 2007-04-07 23:04

removed unneccessary assignment

2 lines of code changed in:

dound 2007-04-07 23:04

bug fix: equals method was not checking code against the other object's code

3 lines of code changed in:

dound 2007-04-02 18:47

Fixed menu menmoics and disappearing help menu problem.
Changed reporting template's version to 1.01.
Added web to CVS.

146 lines of code changed in:

dound 2007-04-02 13:27

no message

2 lines of code changed in:

dound 2007-04-02 12:40

If given a an .xml filename as its first argument, then WrapperGUI will launch with that file open.

21 lines of code changed in:

dound 2007-04-02 10:58

Changed getIndex to use hashCode vice equals because the items being compared only need to match what hashCode checks.

4 lines of code changed in:

dound 2007-04-02 10:48

The process which checks to see if the file currently being edited now prompts the user to see if they want to save changes or not only if the file has been changed, and always if the file has been changed. Previously, an imperfect method which didn't work as well was being used.
equals( Object o ) has also been overriden for all objects in the framework.

460 lines of code changed in:

dound 2007-04-02 02:59

IllegalArgValException now thrown instead of IllegalArgumentException in many cases so that the user is forced to check the Exception in case it occurs.

95 lines of code changed in:

dound 2007-04-02 02:41

The combo box of test item names and results are now updated as appropriate. If the test item being examined is changed., the results combo box is now updated to reflect the results which may be returned by the test in the newly selected Test Item.

226 lines of code changed in:

dound 2007-04-02 02:40

getBinding is now typed properly

33 lines of code changed in:

dound 2007-04-02 00:08

Fixed call for the input box.

3 lines of code changed in:

dound 2007-04-02 00:01

Improved add rule functionality (so it shows an error if the rule name is invalid).

16 lines of code changed in:

dound 2007-04-01 23:41

If a Test Item's name was changed, any Basic Rule's which used that name continued to use the old name. Any rule's which use a Test Item whose name is changed are now automatically updated to use the new name.

59 lines of code changed in:

dound 2007-04-01 20:34

Reports are now output to compName/report/xy vice compName/ by default on the Main GUI. x is either A or L (all or limited) and y is either B or F (basic or full).
Main GUI Open Report Buttons. The main GUI now has buttons to open up each of the different report types with the user's default browser.

132 lines of code changed in:

dound 2007-04-01 20:20

Tester Now Checks Time Ranges to Run. The tester now checks to see when the NTP's time ranges to run are for each Test Item. If they are all in the past, then it warns the user and then exits. If there are some in the future but none including the current time, then the user is warned, but the Tester will just wait until that time comes.

62 lines of code changed in:

dound 2007-04-01 19:52

Bug fix (1691647): The report for each team was just the report for the last team. This was occurring because the NTP was being reconfigured for each team (i.e. putting in its team name and IPs) but this overwrote the previous teams' info. This process was done before computing stats, so it caused this bug. This was fixed by giving each team a deep copy of the actual NetworkTestPackage.

8 lines of code changed in:

dound 2007-04-01 19:50

Added a clone method.

16 lines of code changed in:

dound 2007-04-01 16:17

If score thresholds are set in the Configurer to have no minimum or maximum, then those fields' values are shown as "no minumum" and "no maximum" (respectively) vice showing the minimum/maximum integer value that the JVM could handle.

5 lines of code changed in:

dound 2007-04-01 15:46

The basic rule has been improved. The number of results to check and the minimum number of results to accept now have minimum values of 1. Also, the minimum number of results to accept cannot be greater the number of results being checked; if the user enters a value which is too large, it is reduced to the maximum allowed value. Also, if the number of results to check is 1, then the mimium number of results to accept field is hidden since its only valid value is one (which it will be automatically set to).

68 lines of code changed in:

dound 2007-04-01 15:31

Number of results to check and min to accept now have minimum values of 1.

6 lines of code changed in:

dound 2007-04-01 15:20

Added recompile scoring menu.

47 lines of code changed in:

dound 2007-04-01 15:17

Now notes how many files are to be compiled when logging.

5 lines of code changed in:

dound 2007-04-01 15:17

Use Unique Results is now true by default.
Bug fix: If scores were recompiled multiple times without closing the program between runs, then results from the previous run were being re-used. This has been fixed so that each time scores are compiled, it starts from scratch as it should.

7 lines of code changed in:

March 2007 »

Generated by StatCVS 0.3