You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/cachecov/coverage_test.go
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -145,13 +145,7 @@ var versionCoverage = map[int][]string{
145
145
111: {"TestExtract_HTTPHandlerProp", "TestBindHTTPHandlers_BindsViaSignature", "TestBindHTTPHandlers_RejectsNonHandlerBySignature", "TestBindHTTPHandlers_AmbiguousMethodNameSkipped", "TestBindHTTPHandlers_MiddlewareNotBound", "TestBindHTTPHandlers_Idempotent", "TestBindHTTPHandlers_CrossRepoNotBound", "TestGolden"}, // Go emits http_handler on func(http.ResponseWriter, *http.Request); bindHTTPHandlers uses it to resolve a route's registration-site handler expression to the declaring symbol, rejecting same-named non-handlers (the wiring package's null-object stub) by SIGNATURE rather than by name, and skipping ambiguous method names outright (new/18) // Java emits io_direct/performs_io on DB/network round-trips (@FeignClient / Spring Data repository interfaces, @Query/@Modifying/@Procedure, Room @Dao ops) so isExpensiveJvmCall's I/O index is populated on pure-Java; type-level seed avoids the JAX-RS/@GetMapping inbound-handler trap; no transitive fixpoint (GAP-JV-02)
146
146
112: {"TestStorage_TypeORMEntity", "TestStorage_DrizzleTable", "TestStorage_PrismaModels", "TestStorage_NoORMDependencyEmitsNothing", "TestIODirect_ORMCallSeedsPerformsIO", "TestGolden"}, // TypeScript emits storage facts for TypeORM @Entity / Drizzle pgTable / Prisma models (schema.prisma read off-glob); ORM query methods seed io_direct so performs_io propagates through a repository wrapper, making a per-iteration wrapper call a detectable N+1 (GAP-XL-04, new/26)
147
147
113: {"TestJavaSPIServiceFileRefs", "TestJavaRuleNodeProp", "TestGolden"}, // Java folds SPI service-file registrations (META-INF/services + META-INF/dubbo) as KindFileRef references so an impl loaded by name is not a false orphan, and emits scanned_plugin on @RuleNode classpath-scanned plugins (GAP-JV-08, new/60)
117: {"TestAST_MergeStrategyAttribute_ReferencesScopedFunction", "TestExtract_UnprefixedUseOfSiblingFileSubmodule", "TestAST_ThiserrorAttributeCall_ReferencesFunction", "TestAST_MacroRulesBodyCall_EmitsFileRef", "TestAST_ItemLevelMacroInvocationCall_EmitsFileRef"}, // Rust: merge-attribute scoped-path fix, sibling-file submodule use-resolution, calls embedded in any attribute macro, owner-less macro content (macro_rules! bodies, item-level macro invocations) recorded via file_ref
151
-
118: {"TestAST_DropImplTagsOverride", "TestAST_FutureImplTagsOverride", "TestAST_InherentDropLikeMethod_NotTaggedOverride", "TestAST_OtherTraitMethodNamedDrop_NotTaggedOverride"}, // Rust: Drop::drop/Future::poll tagged override (compiler/runtime-invoked, never called by name)
152
-
119: {"TestGolden", "TestAST_ScopedAssociatedFnCall_InstantiatesType", "TestAST_ScopedAssociatedFnCall_SelfNotInstantiated"}, // Rust: Type::assoc_fn() records RelInstantiates for Type
153
-
120: {"TestAST_BareScopedVariantValue_InstantiatesEnum", "TestAST_ScopedVariantInMatchPattern_InstantiatesEnum", "TestAST_ScopedMethodCall_NotTreatedAsVariant"}, // Rust: Type::Variant records RelInstantiates for Type (bare value or match pattern)
154
-
121: {"TestAST_BareUnitStructValue_Instantiates", "TestAST_BareUnitStructValue_LetBinding_Instantiates", "TestAST_ScopedAssociatedFnCall_SelfNotInstantiated"}, // Rust: bare capitalized identifier value instantiates it
0 commit comments