Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 41 (100.0%) | 967 (100.0%) | 23.5 |
src/testing/ | 18 (43.9%) | 618 (63.9%) | 34.3 |
src/slogo/parser/ | 7 (17.1%) | 154 (15.9%) | 22.0 |
src/slogo/instruction/ | 11 (26.8%) | 140 (14.5%) | 12.7 |
src/slogo/parser/token/ | 3 (7.3%) | 53 (5.5%) | 17.6 |
src/slogo/turtle/ | 1 (2.4%) | 2 (0.2%) | 2.0 |
/ | 1 (2.4%) | 0 (0.0%) | 0.0 |
Fixed the remaining test classes.
46 lines of code changed in 3 files:
Fixed FDandBKTest
29 lines of code changed in 1 file:
Fixed ArithmeticTest by surrounding each asserEquals statement with a try/catch block.
66 lines of code changed in 1 file:
made minor refactoring changes in Remainder
7 lines of code changed in 1 file:
Created RemainderQuotientTest to test Remainder and Quotient instructions
63 lines of code changed in 1 file:
Fixing test classes
2 lines of code changed in 2 files:
70 lines of code changed in 2 files:
ArithmeticTest tests for all basic arithmetic instructions: Addition, Subtraction, Multiplication, and Division
96 lines of code changed in 1 file:
Deleted TestingCommit.
0 lines of code changed in 1 file:
updated Home
1 lines of code changed in 1 file:
Fixed test classes.
3 lines of code changed in 3 files:
Testing my commit. Ignore the TestingCommit class in slogo.instructions
0 lines of code changed in 1 file:
HomeTest done.
63 lines of code changed in 1 file:
Created junit tests for FD and BK (TestFDandBk), and LT and RT(TurnTest).
Edited the FD and BK instructions to return current.getPosition() instead of null.
Edited RT and LT instructions to return current.getHeading() instead of null.
185 lines of code changed in 8 files:
Created Home, HomeToken, and HomeParser classes. Added Home to instructions. Turtle now goes to default position when asked to go home.
95 lines of code changed in 5 files:
Created LT, LTToken, and LTParser classes. Added LT to instructions. Turtle now turns left.
101 lines of code changed in 4 files:
Created RT, RTToken, and RTParser classes. Added RT to instructions. Turtle now turns right.
100 lines of code changed in 4 files:
Created the class FDParser.java.
40 lines of code changed in 1 file: