[root]/cdx/scorebot/app/configurer
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 301 (100.0%) | 12242 (100.0%) | 40.6 |
allikat | 141 (46.8%) | 7640 (62.4%) | 54.1 |
dound | 156 (51.8%) | 4497 (36.7%) | 28.8 |
genned | 3 (1.0%) | 101 (0.8%) | 33.6 |
rreagan3 | 1 (0.3%) | 4 (0.0%) | 4.0 |
Removed dead stores to local variables.
5 lines of code changed in:
Performance: Removed unused field.
2 lines of code changed in:
prevention of derefrencing of a null object
19 lines of code changed in:
Fixed/removed checks for null pointers after having previously dereferenced the object.
3 lines of code changed in:
Fixed menu menmoics and disappearing help menu problem.
Changed reporting template's version to 1.01.
Added web to CVS.
9 lines of code changed in:
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.
55 lines of code changed in:
IllegalArgValException now thrown instead of IllegalArgumentException in many cases so that the user is forced to check the Exception in case it occurs.
8 lines of code changed in:
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:
Improved add rule functionality (so it shows an error if the rule name is invalid).
16 lines of code changed in:
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:
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).
53 lines of code changed in:
Added shortcuts in the Help menu on all GUIs to launch the changelog.htm file and the user's manual. A more informative about dialog was also created.
35 lines of code changed in:
The TranslatorTimeString translator is now used for time-based fields (min/max interval, time between reps, and time period length for rule thresholding based on time).
10 lines of code changed in:
The competition name is now stored in the NTP. The results, scoring, and reporting information for a team is now stored in the folder compName/teamName/ vice teamName/.
55 lines of code changed in:
1 -- New Basic Rule field added (# to Trigger)
2 -- Secs Between Reps now bound
48 lines of code changed in:
Bug fix: checkbox min/max listener was assuming min value of int vice the user specified value
3 lines of code changed in:
Username/password label now set visible as appropriate.
9 lines of code changed in:
1) setName exceptions are now caught and displayed to the user.
2) When a new NTP is opened or created, the focus switches to the first tab.
3) The context menus still appear even if there are no values in the list or in a parent list, but any exceptions caused as a result are now quietely handled vice crashing the program.
130 lines of code changed in:
no message
4 lines of code changed in:
Bug fix: min/max can now be set properly
5 lines of code changed in:
(146 more)