Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 312 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java |
2 | 3 | 334 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java |
| ||||
// non null or unknown // clear incompatible assignments // PREMATURE check effect of protected non null (no NPE on call) // TODO (maxime) code extensive implementation tests m3 = s1& (s2& (ns3 = ~s3)& (ns4 = ~s4)& (a3| a4)| (ns2 = ~s2)& s3& ns4& (a2| a4)| ns2& ns3& s4& (a2| a3)); |
| ||||
m3 = s1& (s2& (ns3 = ~s3)& (ns4 = ~s4)& (a3| a4)| (ns2 = ~s2)& s3& ns4& (a2| a4)| ns2& ns3& s4& (a2| a3)); |
| |||
// non null or unknown // clear incompatible assignments // PREMATURE check effect of protected non null (no NPE on call) // TODO (maxime) code extensive implementation tests m3 = s1&(s2&(ns3 = ~s3)&(ns4 = ~s4)&(a3|a4)|(ns2 = ~s2)&s3&ns4&(a2|a4)|ns2&ns3&s4&(a2|a3)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |