/TeenageMutantNinjaTurtles/trunk/SLogo Developers: joshir

Login name:
joshir
Total Commits:
41 (4.3%)
Lines of Code:
967 (1.1%)
Most Recent Commit:
2016-12-14 22:21
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for joshir

Activity by Day of Week for joshir

Activity in Directories

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

Activity of joshir

Most Recent Commits

joshir 2016-12-14 22:21 Rev.: 1755

Fixed the remaining test classes.

46 lines of code changed in 3 files:

  • src/testing: HomeTest.java (+7 -2), RemainderQuotientTest.java (+15 -5), TurnTest.java (+24 -4)
joshir 2016-12-14 22:16 Rev.: 1754

Fixed FDandBKTest

29 lines of code changed in 1 file:

  • src/testing: FDandBKTest.java (+29 -8)
joshir 2016-12-14 22:10 Rev.: 1753

Fixed ArithmeticTest by surrounding each asserEquals statement with a try/catch block.

66 lines of code changed in 1 file:

  • src/testing: ArithmeticTest.java (+66 -11)
joshir 2016-12-11 14:42 Rev.: 1585

made minor refactoring changes in Remainder

7 lines of code changed in 1 file:

  • src/slogo/instruction: Remainder.java (+7 -7)
joshir 2016-12-10 00:08 Rev.: 1450

Created RemainderQuotientTest to test Remainder and Quotient instructions

63 lines of code changed in 1 file:

  • src/testing: RemainderQuotientTest.java (new 63)
joshir 2016-12-09 23:13 Rev.: 1445

Fixing test classes

2 lines of code changed in 2 files:

  • src/testing: ArithmeticTest.java (+1 -1), TurnTest.java (+1 -1)
joshir 2016-12-09 23:12

70 lines of code changed in 2 files:

  • src/testing: HomeTest.java (+1 -1), SetTest.java (new 69)
joshir 2016-12-09 21:53 Rev.: 1394

ArithmeticTest tests for all basic arithmetic instructions: Addition, Subtraction, Multiplication, and Division

96 lines of code changed in 1 file:

  • src/testing: ArithmeticTest.java (new 96)
joshir 2016-12-09 15:00 Rev.: 1324

Deleted TestingCommit.

0 lines of code changed in 1 file:

  • src/slogo/instruction: TestingCommit.java (del)
joshir 2016-12-09 14:58 Rev.: 1323

updated Home

1 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (+1 -3)
joshir 2016-12-09 14:43 Rev.: 1322

Fixed test classes.

3 lines of code changed in 3 files:

  • src/testing: FDandBKTest.java (-2), HomeTest.java (+3 -2), TurnTest.java (-1)
joshir 2016-12-09 14:38 Rev.: 1321

Testing my commit. Ignore the TestingCommit class in slogo.instructions

0 lines of code changed in 1 file:

  • src/slogo/instruction: TestingCommit.java (new)
joshir 2016-12-09 14:21 Rev.: 1319

HomeTest done.

63 lines of code changed in 1 file:

  • src/testing: HomeTest.java (new 63)
joshir 2016-12-09 14:03 Rev.: 1311

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:

  • .classpath (changed)
  • src/slogo/instruction: BK.java (+1 -2), FD.java (+2 -3), LT.java (+1 -2), RT.java (+1 -2)
  • src/testing: FDandBKTest.java (new 92), TurnTest.java (new 80), package-info.java (new 8)
joshir 2016-12-07 15:34 Rev.: 1183

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:

  • src/slogo/instruction: Home.java (new 49)
  • src/slogo/parser: HomeParser.java (new 29), instructions.prop (+2 -1)
  • src/slogo/parser/token: HomeToken.java (new 13)
  • src/slogo/turtle: JTurtle.java (+2 -1)
joshir 2016-11-30 15:55 Rev.: 787

Created LT, LTToken, and LTParser classes. Added LT to instructions. Turtle now turns left.

101 lines of code changed in 4 files:

  • src/slogo/instruction: LT.java (new 39)
  • src/slogo/parser: LTParser.java (new 40), instructions.prop (+2 -1)
  • src/slogo/parser/token: LTToken.java (new 20)
joshir 2016-11-30 15:33 Rev.: 786

Created RT, RTToken, and RTParser classes. Added RT to instructions. Turtle now turns right.

100 lines of code changed in 4 files:

  • src/slogo/instruction: RT.java (new 39)
  • src/slogo/parser: RTParser.java (new 40), instructions.prop (+1)
  • src/slogo/parser/token: RTToken.java (new 20)
joshir 2016-11-28 14:57 Rev.: 581

Created the class FDParser.java.

40 lines of code changed in 1 file:

  • src/slogo/parser: FDParser.java (new 40)
Generated by StatSVN 0.7.0