forked from robo-code/robocode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoboMaze-ToDo.txt
41 lines (31 loc) · 913 Bytes
/
RoboMaze-ToDo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
To Do
Check Logger.java
In RbSerializer.java:
Check Hashtable->HashMap
Check Dictionary->Map
Check TERMINATOR_TYPE -128->-1
In IScoreSnapshot.java
Check Comparable<IScoreSnapshot>->Comparable<Object>
Check getCombinedScore()->getTotalScore()
Check getTotalScores()->???getTotalSurvivalScore() //List???
Check getCurrentCombinedScore()->getCurrentScore()
In BattleSpecification.java
Check removal of saveURL
In RandomFactory.java
Check logMessage->logWarning
In RobotSpecification.java
Check teamName->teamID
In iBasicRobotPeer.java
ArrayList<String> getBattlefieldState()
In BattleResults.java
Check combinedScore, scores, scoreNames
Check compareTo(IBattleResults o)
Check getTeamNamre()->getTeamLeaderName
Check combinedScore->score
In Events.java
Check setPriority()->setPriorityHidden()
In RoboCodeFileOutputStream.java
80 this.fileName = fileName;
In Robot.java
390 finalize()
740 onScannedObject()