microsoft / malmo
Duplication

Places in code with 6 or more lines that are exactly the same.

Intro
  • For duplication, we look at places in code where there are 6 or more lines of code that are exactly the same.
  • Before duplication is calculated, the code is cleaned to remove empty lines, comments, and frequently duplicated constructs such as imports.
  • You should aim at having as little as possible (<5%) of duplicated code as high-level of duplication can lead to maintenance difficulties, poor factoring, and logical contradictions.
Learn more...
Duplication Overall
  • 11% duplication:
    • 25,346 cleaned lines of cleaned code (without empty lines, comments, and frequently duplicated constructs such as imports)
    • 3,038 duplicated lines
  • 442 duplicates
system11% (3,038 lines)
Duplication per Extension
java10% (1,359 lines)
in14% (806 lines)
i72% (624 lines)
py11% (134 lines)
cpp2% (83 lines)
h1% (20 lines)
vsh80% (12 lines)
Duplication per Component (primary)
Minecraft/src10% (1,371 lines)
Schemas20% (806 lines)
Malmo/src13% (727 lines)
MalmoEnv/proxyenv15% (57 lines)
MalmoEnv27% (42 lines)
MalmoEnv/malmoenv9% (35 lines)
Minecraft0% (0 lines)
cmake0% (0 lines)
doc0% (0 lines)
sample_missions0% (0 lines)
scripts0% (0 lines)
scripts/pslib0% (0 lines)
scripts/python-wheel0% (0 lines)
scripts/scoring0% (0 lines)
scripts/tools0% (0 lines)

Duplication Between Components (50+ lines)

G MalmoEnv/malmoenv MalmoEnv/malmoenv MalmoEnv/proxyenv MalmoEnv/proxyenv MalmoEnv/malmoenv--MalmoEnv/proxyenv 70

Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details on duplication between components...
Longest Duplicates
The list of 20 longest duplicates.
See data for all 442 duplicates...
Size#FoldersFilesLinesCode
90 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
450:587 (20%)
399:536 (22%)
view
35 x 2 MalmoEnv/malmoenv
MalmoEnv/proxyenv
comms.py
comms.py
26:68 (97%)
26:68 (97%)
view
30 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromSmeltingItemImplementati...
RewardForSmeltingItemImplementation.java
100:151 (38%)
47:98 (35%)
view
30 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromPossessingItemImplementa...
RewardForPossessingItemImplementation...
106:159 (26%)
63:116 (20%)
view
27 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
395:446 (6%)
344:395 (6%)
view
27 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
220:266 (6%)
108:154 (6%)
view
26 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCraftingItemImplementati...
RewardForCraftingItemImplementation.java
114:151 (33%)
63:100 (29%)
view
23 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
266:293 (5%)
212:239 (5%)
view
21 x 2 Schemas
Schemas
in
MissionHandlers.xsd.in
MissionHandlers.xsd.in
120:140 (<1%)
194:214 (<1%)
view
21 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
NearbyCraftCommandsImplementation.java
NearbySmeltCommandsImplementation.java
100:127 (23%)
99:126 (24%)
view
19 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
358:386 (4%)
306:334 (4%)
view
19 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCollectingItemQuantityIm...
AgentQuitFromPossessingItemImplementa...
90:116 (21%)
98:124 (16%)
view
18 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
169:187 (4%)
189:207 (4%)
view
18 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
1:18 (4%)
1:18 (4%)
view
18 x 2 Malmo/src/CSharpWrapper
Malmo/src/JavaWrapper
i
MalmoNETNative.i
MalmoJava.i
192:211 (4%)
77:97 (4%)
view
16 x 2 Malmo/src
Malmo/src
ALEAgentHost.cpp
ALEAgentHost.cpp
306:329 (9%)
341:364 (9%)
view
16 x 2 Schemas
Schemas
in
Types.xsd.in
Types.xsd.in
501:516 (2%)
549:564 (2%)
view
16 x 2 Schemas
Schemas
in
MissionHandlers.xsd.in
MissionHandlers.xsd.in
332:347 (<1%)
419:434 (<1%)
view
15 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
NearbyCraftCommandsImplementation.java
NearbySmeltCommandsImplementation.java
168:190 (16%)
160:182 (17%)
view
15 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCollectingItemQuantityIm...
RewardForCollectingItemQuantityImplem...
97:127 (16%)
51:81 (15%)
view
Duplicated Units
The list of top 16 duplicated units.
See data for all 16 unit duplicates...
Size#FoldersFilesLinesCode
18 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCollectingItemQuantityIm...
AgentQuitFromPossessingItemImplementa...
164:183 
210:229 
view
14 x 2 MalmoEnv/malmoenv
MalmoEnv/proxyenv
comms.py
comms.py
0:0 
0:0 
view
14 x 2 Minecraft/src/main/java/com/microsoft/Malmo/Utils
Minecraft/src/main/java/com/microsoft/Malmo/Utils
CraftingHelper.java
CraftingHelper.java
165:180 
190:205 
view
13 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
RewardForCollectingItemImplementation...
RewardForDiscardingItemImplementation...
50:63 
51:64 
view
11 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCollectingItemQuantityIm...
RewardForCollectingItemQuantityImplem...
140:152 
104:116 
view
11 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCraftingItemImplementati...
RewardForCraftingItemImplementation.java
135:147 
84:96 
view
11 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromPossessingItemImplementa...
RewardForPossessingItemImplementation...
186:198 
187:199 
view
11 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromSmeltingItemImplementati...
RewardForSmeltingItemImplementation.java
136:148 
83:95 
view
10 x 3 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCollectingItemQuantityIm...
AgentQuitFromCraftingItemImplementati...
AgentQuitFromPossessingItemImplementa...
127:138 
112:123 
159:170 
view
10 x 5 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromSmeltingItemImplementati...
RewardForCollectingItemQuantityImplem...
RewardForCraftingItemImplementation.java
RewardForPossessingItemImplementation...
RewardForSmeltingItemImplementation.java
113:124 
81:92 
61:72 
116:127 
60:71 
view
8 x 2 MalmoEnv/malmoenv
MalmoEnv/proxyenv
comms.py
comms.py
0:0 
0:0 
view
7 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCollectingItemQuantityIm...
RewardForCollectingItemQuantityImplem...
154:162 
94:102 
view
7 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromCraftingItemImplementati...
RewardForCraftingItemImplementation.java
125:133 
74:82 
view
7 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromPossessingItemImplementa...
RewardForPossessingItemImplementation...
200:208 
136:144 
view
7 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
AgentQuitFromSmeltingItemImplementati...
RewardForSmeltingItemImplementation.java
126:134 
73:81 
view
6 x 2 Minecraft/src/main/java/...t/Malmo/MissionHandlers
Minecraft/src/main/java/...t/Malmo/MissionHandlers
RewardForCollectingItemImplementation...
RewardForDiscardingItemImplementation...
96:102 
100:106 
view