File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -294,32 +294,6 @@ private class ArgumentToLocalCall extends CharacteristicsImpl::UninterestingToMo
294
294
}
295
295
}
296
296
297
- /**
298
- * A characteristic that avoids modeling endpoint that are passed to frameworks
299
- * in application mode.
300
- *
301
- * It's much more economical to use framework mode for those.
302
- */
303
- private class SkipFrameworkModeling extends CharacteristicsImpl:: UninterestingToModelCharacteristic {
304
- SkipFrameworkModeling ( ) { this = "skip modeling of large frameworks" }
305
-
306
- override predicate appliesToEndpoint ( Endpoint e ) {
307
- ApplicationCandidatesImpl:: getCallable ( e )
308
- .getDeclaringType ( )
309
- .getPackage ( )
310
- .getName ( )
311
- .matches ( [
312
- "com.google%" , //
313
- "java.%" , //
314
- "javax.%" , //
315
- "org.apache%" , //
316
- "org.eclipse%" , //
317
- "org.gradle%" , //
318
- "org.slf4j%" , //
319
- ] )
320
- }
321
- }
322
-
323
297
/**
324
298
* A Characteristic that marks endpoints as uninteresting to model, according to the Java ModelExclusions module.
325
299
*/
You can’t perform that action at this time.
0 commit comments