Directory cdx/scorebot/scoring/

Directory Created:
2007-01-22 12:58
Total Files:
9
Deleted Files:
1
Lines of Code:
2008

[root]/cdx/scorebot/scoring
                 logic (52 files, 3941 lines)
                     parser (9 files, 4104 lines)

Lines of Code

cdx/scorebot/scoring/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 139 (100.0%) 2748 (100.0%) 19.7
dound 127 (91.4%) 2139 (77.8%) 16.8
genned 8 (5.8%) 591 (21.5%) 73.8
allikat 3 (2.2%) 13 (0.5%) 4.3
rreagan3 1 (0.7%) 5 (0.2%) 5.0

Most Recent Commits

dound 2007-04-09 03:38

added compareTo method which sorts based on time

14 lines of code changed in:

  • cdx/scorebot/scoring: ScoreEvent.java (+14 -3)
dound 2007-04-08 01:24

fixed serialVersionUID visibility / constancy

18 lines of code changed in:

  • cdx/scorebot/scoring: ManualScoreEvent.java (+3 -3), ScoreEvent.java (+3 -3), ScoringInfo.java (+3 -3), ScoringRule.java (+3 -3), ScoringRuleset.java (+3 -3), TestScoreEvent.java (+3 -3)
dound 2007-04-08 01:09

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

24 lines of code changed in:

  • cdx/scorebot/scoring: ManualScoreEvent.java (+4 -2), ScoreEvent.java (+4 -2), ScoringInfo.java (+4 -2), ScoringRule.java (+4 -2), ScoringRuleset.java (+4 -2), TestScoreEvent.java (+4 -2)
dound 2007-04-08 00:52

Removed unneccessary null object tests.

4 lines of code changed in:

  • cdx/scorebot/scoring: ScoringRule.java (+2 -4), ScoringRuleset.java (+2 -3)
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:

  • cdx/scorebot/scoring: ScoringRule.java (+3 -3)
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.

68 lines of code changed in:

  • cdx/scorebot/scoring: ScoringRule.java (+49 -2), ScoringRuleset.java (+19 -2)
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.

11 lines of code changed in:

  • cdx/scorebot/scoring: ScoringRule.java (+8 -7), ScoringRuleset.java (+3 -3)
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).

15 lines of code changed in:

  • cdx/scorebot/scoring: ScoringRule.java (+15 -12)
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:

  • cdx/scorebot/scoring: ScoringRule.java (+6 -4)
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:

  • cdx/scorebot/scoring: ScoringRule.java (+7 -3)
dound 2007-03-30 00:52

New max loss/gain terminology introduced.

35 lines of code changed in:

  • cdx/scorebot/scoring: ScoringCompiler.java (+8 -8), ScoringRuleset.java (+17 -17), ThresholdType.java (+10 -10)
dound 2007-03-30 00:28

Thresholding is now done for the NTP min/max score.

48 lines of code changed in:

  • cdx/scorebot/scoring: ScoringCompiler.java (+38 -2), ThresholdType.java (+10 -2)
dound 2007-03-30 00:15

Initial score removed from TestSuite. Initial score and min/max score in the NTP now taken care of.

16 lines of code changed in:

  • cdx/scorebot/scoring: ScoringCompiler.java (+3 -3), ScoringRuleset.java (+13 -13)
dound 2007-03-29 02:01

Failred rule preparation now includes the invalid code too.

8 lines of code changed in:

  • cdx/scorebot/scoring: ScoringCompiler.java (+8 -5)
dound 2007-03-29 00:01

Names may now only contain allow letters, number, spaces, and underscores.

4 lines of code changed in:

  • cdx/scorebot/scoring: ScoringRule.java (+4 -4)
dound 2007-03-28 18:10

NTP now has min/max score fields. Default min/max for the ScoringRuleset changed.

4 lines of code changed in:

  • cdx/scorebot/scoring: ScoringRuleset.java (+4 -4)
dound 2007-03-28 09:50

The tree is now populated correctly (including apporpriate icons and node data).

14 lines of code changed in:

  • cdx/scorebot/scoring: ScoreEvent.java (+7 -2), TestScoreEvent.java (+7 -2)
dound 2007-03-27 15:02

Event now contains reporting information.

22 lines of code changed in:

  • cdx/scorebot/scoring: ManualScoreEvent.java (+11 -13), ScoreEvent.java (+2 -9), TestScoreEvent.java (+9 -10)
dound 2007-03-27 00:04

no message

22 lines of code changed in:

  • cdx/scorebot/scoring: ScoringCompiler.java (+7 -2), ScoringRule.java (+15 -8)
dound 2007-03-24 19:08

Errors are now distinguished between fatal and non-fatal errors. Also, the Score Compiler GUI now also distinguishes between I/O errors resulting from reading in test events and those resulting from writing score events.

3 lines of code changed in:

  • cdx/scorebot/scoring: ScoringCompiler.java (+3 -12)

(60 more)

Generated by StatCVS 0.3