Menu

Webservice Commit Log


Commit Date  
[r613] by orth

Raab, Orth
added a new LevelPolicy and generated a unit test for RoundUpMSSPolicy

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/gradingwizard/LevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/POFHWormsLevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundUpPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundValue.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/MSSLevelPolicy.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundUpMSSPolicyTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundUpPOFHWormsPolicyTest.java
Removed Files:
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundingPolicyTest.java

2003-03-04 12:37:49 Tree
[r612] by conner

Added JNLP support, removed dynamic RMI class downloading, added fixed port
communication

Modified Files:
build.xml src/java/de/fhworms/ztt/zfunc/ClientRunner.java
src/java/de/fhworms/ztt/zfunc/ConnectionImpl.java
src/java/de/fhworms/ztt/zfunc/FunctionalTest.java
src/java/de/fhworms/ztt/zfunc/HTMLReportFilter.java
src/java/de/fhworms/ztt/zfunc/RMISSLClientSocketFactory.java
src/java/de/fhworms/ztt/zfunc/RMISSLServerSocketFactory.java
src/java/de/fhworms/ztt/zfunc/ReportGenerator.java
src/java/de/fhworms/ztt/zfunc/Reporter.java
src/java/de/fhworms/ztt/zfunc/ServerRunner.java
src/java/de/fhworms/ztt/zfunc/XMLReportGenerator.java
src/java/de/fhworms/ztt/zfunc/ZFuncServerImpl.java
src/script/zfuncclient.sh src/script/zfuncserver.sh
test/src/java/functional/FTSTTest1.java
test/src/java/functional/foo/FTSTTest2.java
Added Files:
src/script/zfuncclient.jnlp

2003-03-03 18:36:36 Tree
[r611] by keidel

Implemented a new design for the Quantifier-Policy. This includes the
POFHWormsLevelPolicy instead of OneToFiveMarkLevel. We diveded the class
RoundValue in three classes (task not finished).

Conner, Raab, Orth, Keidel

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevel.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelTest.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/LevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/POFHWormsLevelPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/PipeElement.java
src/java/de/fhworms/ztt/ox/gradingwizard/Quantifier.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundUpPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundingPolicy.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/RoundingPolicyTest.java
----------------------------------------------------------------------

2003-03-03 17:26:32 Tree
[r610] by orth

keidel,orth

added a logging mechanism to the GradingAgent

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
Added Files:
resource/de/fhworms/ztt/ox/gradingwizard/logging.properties

2003-02-28 16:20:17 Tree
[r609] by wolf

Modified Files:
src/java/de/fhworms/ztt/mepros/Data.java
src/java/de/fhworms/ztt/mepros/DataMath.java
src/java/de/fhworms/ztt/mepros/DoubleMath.java
src/java/de/fhworms/ztt/mepros/MakesNoSenseException.java
test/src/java/unit/de/fhworms/ztt/mepros/DataTest.java
test/src/java/unit/de/fhworms/ztt/mepros/DoubleMathTest.java
Added Files:
test/src/java/unit/de/fhworms/ztt/mepros/DataMathTest.java

refactored Data.java, DataTest.java, DoubleMath.java, DoubleMathTest.java

MakesNoSenseException added constructor @param String

DataMath.java : created method createSetBigsToMean

DataMathTest.java : implied unittests for DataMath-methods

2003-02-28 13:13:22 Tree
[r608] by raab

Raab, Nena

Some changes with regard to javadoc, and a small change in OneToFiveMarkLevelTest.Thats it.

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/FifteenToZeroMarkLevel.java
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevel.java
src/java/de/fhworms/ztt/ox/gradingwizard/RoundValue.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelTest.java

2003-02-28 11:11:59 Tree
[r607] by raab

Raab, Nena
Only little changes
Modified Files:
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/FifteenToZeroMarkLevelTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelTest.java

2003-02-27 16:33:56 Tree
[r606] by raab

Raab, Nena

Two new Unit-Tests, Thats all....

FifteenToZeroMarkLevelTest tests RoundUp
OneToFiveMarkLevelTest tests RoundAverage

Added Files:
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/FifteenToZeroMarkLevelTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelTest.java
Removed Files:
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/QuantifierTest.java

2003-02-27 15:57:34 Tree
[r605] by wolf

Modified Files:
src/java/de/fhworms/ztt/mepros/Complex.java
test/src/java/unit/de/fhworms/ztt/mepros/ComplexTest.java

Added methods addto, subto, multo, modulus && test-methods

2003-02-27 14:34:31 Tree
[r604] by keidel

Modified Files:

New test case to check the Exception in the class Histogram.

Hofmann, Wolf, Keidel

src/java/de/fhworms/ztt/mepros/Histogram.java
test/src/java/unit/de/fhworms/ztt/mepros/HistogramTest.java
----------------------------------------------------------------------

2003-02-27 11:29:47 Tree
Older >
MongoDB Logo MongoDB