@@ -44,31 +44,6 @@ numlines(
44
44
int num_comment: int ref
45
45
);
46
46
47
- /*- Duplicate code -*/
48
-
49
- duplicateCode(
50
- unique int id : @duplication,
51
- string relativePath : string ref,
52
- int equivClass : int ref
53
- );
54
-
55
- similarCode(
56
- unique int id : @similarity,
57
- string relativePath : string ref,
58
- int equivClass : int ref
59
- );
60
-
61
- @duplication_or_similarity = @duplication | @similarity
62
-
63
- tokens(
64
- int id : @duplication_or_similarity ref,
65
- int offset : int ref,
66
- int beginLine : int ref,
67
- int beginColumn : int ref,
68
- int endLine : int ref,
69
- int endColumn : int ref
70
- );
71
-
72
47
/*- External data -*/
73
48
74
49
/**
@@ -83,45 +58,13 @@ externalData(
83
58
string value : string ref
84
59
);
85
60
86
- /*- Snapshot date -*/
87
-
88
- snapshotDate(unique date snapshotDate : date ref);
89
-
90
61
/*- Source location prefix -*/
91
62
92
63
/**
93
64
* The source location of the snapshot.
94
65
*/
95
66
sourceLocationPrefix(string prefix : string ref);
96
67
97
- /*- Version control data -*/
98
-
99
- svnentries(
100
- unique int id : @svnentry,
101
- string revision : string ref,
102
- string author : string ref,
103
- date revisionDate : date ref,
104
- int changeSize : int ref
105
- )
106
-
107
- svnaffectedfiles(
108
- int id : @svnentry ref,
109
- int file : @file ref,
110
- string action : string ref
111
- )
112
-
113
- svnentrymsg(
114
- unique int id : @svnentry ref,
115
- string message : string ref
116
- )
117
-
118
- svnchurn(
119
- int commit : @svnentry ref,
120
- int file : @file ref,
121
- int addedLines : int ref,
122
- int deletedLines : int ref
123
- )
124
-
125
68
/*- JavaScript-specific part -*/
126
69
127
70
@location = @location_default
0 commit comments