-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmsefile-test.mse
115 lines (115 loc) · 3.3 KB
/
msefile-test.mse
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
(
(Famix-Java-Entities.Class (id: 1)
(name 'Program')
(modifiers 'public')
(typeContainer (ref: 21)))
(Famix-Java-Entities.Class (id: 2)
(name 'User')
(modifiers 'public')
(typeContainer (ref: 21)))
(Famix-Java-Entities.Method (id: 3)
(name 'setUserId')
(cyclomaticComplexity 1)
(declaredType (ref: 19))
(modifiers 'public')
(numberOfStatements 1)
(parentType (ref: 2))
(signature 'setUserId(int)'))
(Famix-Java-Entities.Method (id: 4)
(name 'setUserFirstName')
(cyclomaticComplexity 1)
(declaredType (ref: 19))
(modifiers 'public')
(numberOfStatements 1)
(parentType (ref: 2))
(signature 'setUserFirstName(String)'))
(Famix-Java-Entities.Method (id: 5)
(name 'setUserLastName')
(cyclomaticComplexity 1)
(declaredType (ref: 19))
(modifiers 'public')
(numberOfStatements 1)
(parentType (ref: 2))
(signature 'setUserLastName(String)'))
(Famix-Java-Entities.Method (id: 6)
(name 'getUserId')
(cyclomaticComplexity 1)
(declaredType (ref: 18))
(modifiers 'public')
(numberOfStatements 1)
(parentType (ref: 2))
(signature 'getUserId()'))
(Famix-Java-Entities.Method (id: 7)
(name 'getUserFirstName')
(cyclomaticComplexity 1)
(declaredType (ref: 20))
(modifiers 'public')
(numberOfStatements 1)
(parentType (ref: 2))
(signature 'getUserFirstName()'))
(Famix-Java-Entities.Method (id: 8)
(name 'getUserLastName')
(cyclomaticComplexity 1)
(declaredType (ref: 20))
(modifiers 'public')
(numberOfStatements 1)
(parentType (ref: 2))
(signature 'getUserLastName()'))
(Famix-Java-Entities.Method (id: 9)
(name 'getUserAllInfos')
(cyclomaticComplexity 1)
(declaredType (ref: 20))
(modifiers 'public')
(numberOfStatements 2)
(parentType (ref: 2))
(signature 'getUserAllInfos()'))
(Famix-Java-Entities.Parameter (id: 10)
(name 'id')
(declaredType (ref: 18))
(parentBehaviouralEntity (ref: 3)))
(Famix-Java-Entities.Parameter (id: 11)
(name 'fname')
(declaredType (ref: 20))
(parentBehaviouralEntity (ref: 4)))
(Famix-Java-Entities.Parameter (id: 12)
(name 'lname')
(declaredType (ref: 20))
(parentBehaviouralEntity (ref: 5)))
(Famix-Java-Entities.Attribute (id: 13)
(name 'id')
(declaredType (ref: 18))
(modifiers 'private')
(parentType (ref: 1)))
(Famix-Java-Entities.Attribute (id: 14)
(name 'description')
(declaredType (ref: 20))
(modifiers 'private')
(parentType (ref: 1)))
(Famix-Java-Entities.Attribute (id: 15)
(name 'id')
(declaredType (ref: 18))
(modifiers 'private')
(parentType (ref: 2)))
(Famix-Java-Entities.Attribute (id: 16)
(name 'firstname')
(declaredType (ref: 20))
(modifiers 'private')
(parentType (ref: 2)))
(Famix-Java-Entities.Attribute (id: 17)
(name 'lastname')
(declaredType (ref: 20))
(modifiers 'private')
(parentType (ref: 2)))
(Famix-Java-Entities.PrimitiveType (id: 18)
(name 'int')
(isStub true))
(Famix-Java-Entities.PrimitiveType (id: 19)
(name 'void')
(isStub true))
(Famix-Java-Entities.Class (id: 20)
(name 'String')
(isStub true)
(modifiers 'public' 'final'))
(Famix-Java-Entities.Namespace (id: 21)
(name '<Default Package>'))
)