forked from scala/scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbincompat-forward.whitelist.conf
239 lines (239 loc) · 7.73 KB
/
bincompat-forward.whitelist.conf
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
filter {
packages = [
"scala.reflect.internal"
# "scala.concurrent.impl"
# "scala.reflect.runtime"
]
problems=[
// see SI-8372
{
matchName="scala.collection.mutable.ArrayOps#ofChar.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofChar.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofByte.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofByte.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofShort.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofShort.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofLong.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofLong.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofInt.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofInt.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps.unzip"
problemName=MissingMethodProblem
},
{
matchName="scala.collection.mutable.ArrayOps.unzip3"
problemName=MissingMethodProblem
},
{
matchName="scala.collection.mutable.ArrayOps.unzip"
problemName=MissingMethodProblem
},
{
matchName="scala.collection.mutable.ArrayOps.unzip3"
problemName=MissingMethodProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofFloat.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofFloat.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofBoolean.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofBoolean.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofRef.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofRef.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofUnit.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofUnit.unzip3"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofDouble.unzip"
problemName=IncompatibleMethTypeProblem
},
{
matchName="scala.collection.mutable.ArrayOps#ofDouble.unzip3"
problemName=IncompatibleMethTypeProblem
},
// see SI-8200
{
matchName="scala.reflect.api.Liftables#Liftable.liftTree"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.StandardLiftables#StandardLiftableInstances.liftTree"
problemName=MissingMethodProblem
},
// see SI-8331
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticSelectType"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticAppliedType"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticSelectTerm"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticSelectTermExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi#SyntacticTypeAppliedExtractor.unapply"
problemName=IncompatibleResultTypeProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi#SyntacticTypeAppliedExtractor.unapply"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticSelectTypeExtractor"
problemName=MissingClassProblem
},
// see SI-8366
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticPartialFunctionExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticPartialFunction"
problemName=MissingMethodProblem
},
// see SI-8428
{
matchName="scala.collection.Iterator#ConcatIterator.this"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Mirror.symbolOf"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Mirror.typeOf"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Mirror.weakTypeOf"
problemName=MissingMethodProblem
},
// see SI-8388
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticSingletonType"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticTermIdent"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticTypeIdent"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticCompoundType"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticAnnotatedType"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticTypeProjection"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticExistentialType"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals#ReificationSupportApi.SyntacticIdent"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticAnnotatedTypeExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticTermIdentExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacitcSingletonTypeExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticTypeIdentExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticCompoundTypeExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticExistentialTypeExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.api.Internals$ReificationSupportApi$SyntacticTypeProjectionExtractor"
problemName=MissingClassProblem
},
{
matchName="scala.reflect.runtime.JavaMirrors#JavaMirror.scala$reflect$runtime$JavaMirrors$JavaMirror$$followStatic"
problemName=MissingMethodProblem
},
{
matchName="scala.reflect.runtime.SynchronizedOps.newNestedScope"
problemName=MissingMethodProblem
}
]
}