CloneSet145


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22850.950class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1268
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java
2268
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayCreation.java
3240
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AssertStatement.java
4233
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BreakStatement.java
5275
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java
62103
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java
7275
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnit.java
8233
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ContinueStatement.java
9270
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java
10256
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java
11246
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IfStatement.java
12236
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberRef.java
132113
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java
142148
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java
15240
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java
16236
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRef.java
17261
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRefParameter.java
18243
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PackageDeclaration.java
19233
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ReturnStatement.java
20286
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java
21240
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java
22239
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperFieldAccess.java
23241
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java
24236
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java
25238
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java
26249
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java
272109
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java
282123
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java
Clone Instance
1
Line Count
2
Source Line
68
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java

        /**
         * The "default" structural property of this node type.
         */
        public static final ChildPropertyDescriptor DEFAULT_PROPERTY =
                new ChildPropertyDescriptor(AnnotationTypeMemberDeclaration.class , "default", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
2
Line Count
2
Source Line
68
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayCreation.java

        /**
         * The "initializer" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor INITIALIZER_PROPERTY =
                new ChildPropertyDescriptor(ArrayCreation.class , "initializer", ArrayInitializer.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
3
Line Count
2
Source Line
40
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AssertStatement.java

        /**
         * The "message" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor MESSAGE_PROPERTY =
                new ChildPropertyDescriptor(AssertStatement.class , "message", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
4
Line Count
2
Source Line
33
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BreakStatement.java

        /**
         * The "label" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor LABEL_PROPERTY =
                new ChildPropertyDescriptor(BreakStatement.class , "label", SimpleName.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
5
Line Count
2
Source Line
75
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java

        /**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor EXPRESSION_PROPERTY =
                new ChildPropertyDescriptor(ClassInstanceCreation.class , "expression", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
6
Line Count
2
Source Line
103
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java

        /**
         * The "anonymousClassDeclaration" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor ANONYMOUS_CLASS_DECLARATION_PROPERTY =
                new ChildPropertyDescriptor(ClassInstanceCreation.class , "anonymousClassDeclaration", AnonymousClassDeclaration.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
7
Line Count
2
Source Line
75
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnit.java

        /**
         * The "package" structural property of this node type.
         * 
         * @since 3.0
         */
        public static final ChildPropertyDescriptor PACKAGE_PROPERTY =
                new ChildPropertyDescriptor(CompilationUnit.class , "package", PackageDeclaration.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
8
Line Count
2
Source Line
33
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ContinueStatement.java

        /**
         * The "label" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor LABEL_PROPERTY =
                new ChildPropertyDescriptor(ContinueStatement.class , "label", SimpleName.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
9
Line Count
2
Source Line
70
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java

        /**
         * The "anonymousClassDeclaration" structural property of this node type.
         */
        public static final ChildPropertyDescriptor ANONYMOUS_CLASS_DECLARATION_PROPERTY =
                new ChildPropertyDescriptor(EnumConstantDeclaration.class , "anonymousClassDeclaration", AnonymousClassDeclaration.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
10
Line Count
2
Source Line
56
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java

        /**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor EXPRESSION_PROPERTY =
                new ChildPropertyDescriptor(ForStatement.class , "expression", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
11
Line Count
2
Source Line
46
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IfStatement.java

        /**
         * The "elseStatement" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor ELSE_STATEMENT_PROPERTY =
                new ChildPropertyDescriptor(IfStatement.class , "elseStatement", Statement.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
12
Line Count
2
Source Line
36
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberRef.java

        /**
         * The "qualifier" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor QUALIFIER_PROPERTY =
                new ChildPropertyDescriptor(MemberRef.class , "qualifier", Name.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
13
Line Count
2
Source Line
113
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java

        /**
         * The "returnType2" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
        public static final ChildPropertyDescriptor RETURN_TYPE2_PROPERTY =
                new ChildPropertyDescriptor(MethodDeclaration.class , "returnType2", Type.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
14
Line Count
2
Source Line
148
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java

        /**
         * The "body" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor BODY_PROPERTY =
                new ChildPropertyDescriptor(MethodDeclaration.class , "body", Block.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
15
Line Count
2
Source Line
40
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java

        /**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor EXPRESSION_PROPERTY =
                new ChildPropertyDescriptor(MethodInvocation.class , "expression", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
16
Line Count
2
Source Line
36
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRef.java

        /**
         * The "qualifier" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor QUALIFIER_PROPERTY =
                new ChildPropertyDescriptor(MethodRef.class , "qualifier", Name.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
17
Line Count
2
Source Line
61
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRefParameter.java

        /**
         * The "name" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor NAME_PROPERTY =
                new ChildPropertyDescriptor(MethodRefParameter.class , "name", SimpleName.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
18
Line Count
2
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PackageDeclaration.java

        /**
         * The "javadoc" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
                new ChildPropertyDescriptor(PackageDeclaration.class , "javadoc", Javadoc.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
19
Line Count
2
Source Line
33
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ReturnStatement.java

        /**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor EXPRESSION_PROPERTY =
                new ChildPropertyDescriptor(ReturnStatement.class , "expression", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
20
Line Count
2
Source Line
86
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java

        /**
         * The "initializer" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor INITIALIZER_PROPERTY =
                new ChildPropertyDescriptor(SingleVariableDeclaration.class , "initializer", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
21
Line Count
2
Source Line
40
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java

        /**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor EXPRESSION_PROPERTY =
                new ChildPropertyDescriptor(SuperConstructorInvocation.class , "expression", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
22
Line Count
2
Source Line
39
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperFieldAccess.java

        /**
         * The "qualifier" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor QUALIFIER_PROPERTY =
                new ChildPropertyDescriptor(SuperFieldAccess.class , "qualifier", Name.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
23
Line Count
2
Source Line
41
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java

        /**
         * The "qualifier" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor QUALIFIER_PROPERTY =
                new ChildPropertyDescriptor(SuperMethodInvocation.class , "qualifier", Name.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
24
Line Count
2
Source Line
36
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java

        /**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor EXPRESSION_PROPERTY =
                new ChildPropertyDescriptor(SwitchCase.class , "expression", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
25
Line Count
2
Source Line
38
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java

        /**
         * The "qualifier" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor QUALIFIER_PROPERTY =
                new ChildPropertyDescriptor(ThisExpression.class , "qualifier", Name.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
26
Line Count
2
Source Line
49
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java

        /**
         * The "finally" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor FINALLY_PROPERTY =
                new ChildPropertyDescriptor(TryStatement.class , "finally", Block.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
27
Line Count
2
Source Line
109
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java

        /**
         * The "superclass" structural property of this node type (JLS2 API only).
         * @since 3.0
         */
        public static final ChildPropertyDescriptor SUPERCLASS_PROPERTY =
                new ChildPropertyDescriptor(TypeDeclaration.class , "superclass", Name.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone Instance
28
Line Count
2
Source Line
123
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java

        /**
         * The "superclassType" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
        public static final ChildPropertyDescriptor SUPERCLASS_TYPE_PROPERTY =
                new ChildPropertyDescriptor(TypeDeclaration.class , "superclassType", Type.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$


Clone AbstractionParameter Count: 5Parameter Bindings

/**
         * The "default" structural property of this node type.
         */
/**
         * The "initializer" structural property of this node type.
         * @since 3.0
         */
/**
         * The "message" structural property of this node type.
         * @since 3.0
         */
/**
         * The "label" structural property of this node type.
         * @since 3.0
         */
/**
         * The "anonymousClassDeclaration" structural property of this node type.
         * @since 3.0
         */
/**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
/**
         * The "package" structural property of this node type.
         * 
         * @since 3.0
         */
/**
         * The "anonymousClassDeclaration" structural property of this node type.
         */
/**
         * The "elseStatement" structural property of this node type.
         * @since 3.0
         */
/**
         * The "qualifier" structural property of this node type.
         * @since 3.0
         */
/**
         * The "body" structural property of this node type.
         * @since 3.0
         */
/**
         * The "returnType2" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
/**
         * The "name" structural property of this node type.
         * @since 3.0
         */
/**
         * The "javadoc" structural property of this node type.
         * @since 3.0
         */
/**
         * The "finally" structural property of this node type.
         * @since 3.0
         */
/**
         * The "superclassType" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
/**
         * The "superclass" structural property of this node type (JLS2 API only).
         * @since 3.0
         */
public static final ChildPropertyDescriptor  [[#variablebb804bc0]]= new ChildPropertyDescriptor( [[#variablebb804b80]].class ,  [[#variablec2e58320]],  [[#variableb598f920]].class , OPTIONAL,  [[#variablebb804b60]]); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb804bc0]]
DEFAULT_PROPERTY 
12[[#bb804bc0]]
INITIALIZER_PROPERTY 
13[[#bb804bc0]]
MESSAGE_PROPERTY 
14[[#bb804bc0]]
LABEL_PROPERTY 
15[[#bb804bc0]]
ANONYMOUS_CLASS_DECLARATION_PROPERTY 
16[[#bb804bc0]]
EXPRESSION_PROPERTY 
17[[#bb804bc0]]
PACKAGE_PROPERTY 
18[[#bb804bc0]]
LABEL_PROPERTY 
19[[#bb804bc0]]
ANONYMOUS_CLASS_DECLARATION_PROPERTY 
110[[#bb804bc0]]
EXPRESSION_PROPERTY 
111[[#bb804bc0]]
ELSE_STATEMENT_PROPERTY 
112[[#bb804bc0]]
QUALIFIER_PROPERTY 
113[[#bb804bc0]]
BODY_PROPERTY 
114[[#bb804bc0]]
RETURN_TYPE2_PROPERTY 
115[[#bb804bc0]]
EXPRESSION_PROPERTY 
116[[#bb804bc0]]
QUALIFIER_PROPERTY 
117[[#bb804bc0]]
NAME_PROPERTY 
118[[#bb804bc0]]
JAVADOC_PROPERTY 
119[[#bb804bc0]]
EXPRESSION_PROPERTY 
120[[#bb804bc0]]
INITIALIZER_PROPERTY 
121[[#bb804bc0]]
EXPRESSION_PROPERTY 
122[[#bb804bc0]]
QUALIFIER_PROPERTY 
123[[#bb804bc0]]
QUALIFIER_PROPERTY 
124[[#bb804bc0]]
EXPRESSION_PROPERTY 
125[[#bb804bc0]]
QUALIFIER_PROPERTY 
126[[#bb804bc0]]
FINALLY_PROPERTY 
127[[#bb804bc0]]
SUPERCLASS_TYPE_PROPERTY 
128[[#bb804bc0]]
SUPERCLASS_PROPERTY 
21[[#bb804b80]]
AnnotationTypeMemberDeclaration 
22[[#bb804b80]]
ArrayCreation 
23[[#bb804b80]]
AssertStatement 
24[[#bb804b80]]
BreakStatement 
25[[#bb804b80]]
ClassInstanceCreation 
26[[#bb804b80]]
ClassInstanceCreation 
27[[#bb804b80]]
CompilationUnit 
28[[#bb804b80]]
ContinueStatement 
29[[#bb804b80]]
EnumConstantDeclaration 
210[[#bb804b80]]
ForStatement 
211[[#bb804b80]]
IfStatement 
212[[#bb804b80]]
MemberRef 
213[[#bb804b80]]
MethodDeclaration 
214[[#bb804b80]]
MethodDeclaration 
215[[#bb804b80]]
MethodInvocation 
216[[#bb804b80]]
MethodRef 
217[[#bb804b80]]
MethodRefParameter 
218[[#bb804b80]]
PackageDeclaration 
219[[#bb804b80]]
ReturnStatement 
220[[#bb804b80]]
SingleVariableDeclaration 
221[[#bb804b80]]
SuperConstructorInvocation 
222[[#bb804b80]]
SuperFieldAccess 
223[[#bb804b80]]
SuperMethodInvocation 
224[[#bb804b80]]
SwitchCase 
225[[#bb804b80]]
ThisExpression 
226[[#bb804b80]]
TryStatement 
227[[#bb804b80]]
TypeDeclaration 
228[[#bb804b80]]
TypeDeclaration 
31[[#c2e58320]]
"default" 
32[[#c2e58320]]
"initializer" 
33[[#c2e58320]]
"message" 
34[[#c2e58320]]
"label" 
35[[#c2e58320]]
"anonymousClassDeclaration" 
36[[#c2e58320]]
"expression" 
37[[#c2e58320]]
"package" 
38[[#c2e58320]]
"label" 
39[[#c2e58320]]
"anonymousClassDeclaration" 
310[[#c2e58320]]
"expression" 
311[[#c2e58320]]
"elseStatement" 
312[[#c2e58320]]
"qualifier" 
313[[#c2e58320]]
"body" 
314[[#c2e58320]]
"returnType2" 
315[[#c2e58320]]
"expression" 
316[[#c2e58320]]
"qualifier" 
317[[#c2e58320]]
"name" 
318[[#c2e58320]]
"javadoc" 
319[[#c2e58320]]
"expression" 
320[[#c2e58320]]
"initializer" 
321[[#c2e58320]]
"expression" 
322[[#c2e58320]]
"qualifier" 
323[[#c2e58320]]
"qualifier" 
324[[#c2e58320]]
"expression" 
325[[#c2e58320]]
"qualifier" 
326[[#c2e58320]]
"finally" 
327[[#c2e58320]]
"superclassType" 
328[[#c2e58320]]
"superclass" 
41[[#b598f920]]
Expression 
42[[#b598f920]]
ArrayInitializer 
43[[#b598f920]]
Expression 
44[[#b598f920]]
SimpleName 
45[[#b598f920]]
AnonymousClassDeclaration 
46[[#b598f920]]
Expression 
47[[#b598f920]]
PackageDeclaration 
48[[#b598f920]]
SimpleName 
49[[#b598f920]]
AnonymousClassDeclaration 
410[[#b598f920]]
Expression 
411[[#b598f920]]
Statement 
412[[#b598f920]]
Name 
413[[#b598f920]]
Block 
414[[#b598f920]]
Type 
415[[#b598f920]]
Expression 
416[[#b598f920]]
Name 
417[[#b598f920]]
SimpleName 
418[[#b598f920]]
Javadoc 
419[[#b598f920]]
Expression 
420[[#b598f920]]
Expression 
421[[#b598f920]]
Expression 
422[[#b598f920]]
Name 
423[[#b598f920]]
Name 
424[[#b598f920]]
Expression 
425[[#b598f920]]
Name 
426[[#b598f920]]
Block 
427[[#b598f920]]
Type 
428[[#b598f920]]
Name 
51[[#bb804b60]]
CYCLE_RISK 
52[[#bb804b60]]
CYCLE_RISK 
53[[#bb804b60]]
CYCLE_RISK 
54[[#bb804b60]]
NO_CYCLE_RISK 
55[[#bb804b60]]
CYCLE_RISK 
56[[#bb804b60]]
CYCLE_RISK 
57[[#bb804b60]]
NO_CYCLE_RISK 
58[[#bb804b60]]
NO_CYCLE_RISK 
59[[#bb804b60]]
CYCLE_RISK 
510[[#bb804b60]]
CYCLE_RISK 
511[[#bb804b60]]
CYCLE_RISK 
512[[#bb804b60]]
NO_CYCLE_RISK 
513[[#bb804b60]]
CYCLE_RISK 
514[[#bb804b60]]
NO_CYCLE_RISK 
515[[#bb804b60]]
CYCLE_RISK 
516[[#bb804b60]]
NO_CYCLE_RISK 
517[[#bb804b60]]
NO_CYCLE_RISK 
518[[#bb804b60]]
NO_CYCLE_RISK 
519[[#bb804b60]]
CYCLE_RISK 
520[[#bb804b60]]
CYCLE_RISK 
521[[#bb804b60]]
CYCLE_RISK 
522[[#bb804b60]]
NO_CYCLE_RISK 
523[[#bb804b60]]
NO_CYCLE_RISK 
524[[#bb804b60]]
CYCLE_RISK 
525[[#bb804b60]]
NO_CYCLE_RISK 
526[[#bb804b60]]
CYCLE_RISK 
527[[#bb804b60]]
NO_CYCLE_RISK 
528[[#bb804b60]]
NO_CYCLE_RISK