[root]/cdx/scorebot/app/tester
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 264 (100.0%) | 9447 (100.0%) | 35.7 |
dound | 208 (78.8%) | 6299 (66.7%) | 30.2 |
rreagan3 | 53 (20.1%) | 3047 (32.3%) | 57.4 |
genned | 3 (1.1%) | 101 (1.1%) | 33.6 |
Removed dead stores to local variables.
10 lines of code changed in:
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.
3 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.
25 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.
3 lines of code changed in:
getBinding is now typed properly
6 lines of code changed in:
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:
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.
123 lines of code changed in:
The log files are now output to the team's base folder.
3 lines of code changed in:
Title for the manual test scheduler dialog has been fixed (was "Generate Event", now "Manually Schedule a Test").
4 lines of code changed in:
Options which don't require values are no longer forced to have values (sendmail->subject, sendmail->body, readfile->expected_value and integritycheck->expected_value).
3 lines of code changed in:
The user may now specify keywords $IP or $PORT in option's of type String.
6 lines of code changed in:
Add mnemonics and accellerators.
28 lines of code changed in:
If you press enter on the option value, it is like you pressed the button now.
15 lines of code changed in:
Added a bindingLoaded method to the BindingListener interface. This method is called after the new binding has been used to populate the component which it is bound to.
3 lines of code changed in:
Failred rule preparation now includes the invalid code too.
5 lines of code changed in:
moved gui icon to icons folder
16 lines of code changed in:
Updated to work with the removal of setReported (checkbox is now unbound and manually handled).
31 lines of code changed in:
Makes sure downtimes are created when a file is opened now (even if the file is empty).
3 lines of code changed in:
no message
3 lines of code changed in:
(133 more)