From 52328b5720b300a383bb7ef960efcede51e249e2 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 29 Mar 2026 19:10:44 -0400 Subject: [PATCH] undf: stamp eclipse-jdt-0001/0002 (UNDF-384/598); registry 598 assigned --- UNDF-REGISTRY.json | 3 ++- ...pse-jdt-0001-scope-getcommonsupertype-arraylist-contains.md | 1 + ...lipse-jdt-0002-typehierarchy-allsupertypes-missing-guard.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UNDF-REGISTRY.json b/UNDF-REGISTRY.json index 652e1a343..b3249540f 100644 --- a/UNDF-REGISTRY.json +++ b/UNDF-REGISTRY.json @@ -595,5 +595,6 @@ "typescript-0004": "UNDF-2026-000000579", "dagger-0001": "UNDF-2026-000000580", "jackson-0001": "UNDF-2026-000000596", - "jackson-0002": "UNDF-2026-000000597" + "jackson-0002": "UNDF-2026-000000597", + "eclipse-jdt-0002": "UNDF-2026-000000598" } diff --git a/defects/eclipse-jdt/patch/eclipse-jdt-0001-scope-getcommonsupertype-arraylist-contains.md b/defects/eclipse-jdt/patch/eclipse-jdt-0001-scope-getcommonsupertype-arraylist-contains.md index a1a43ba49..31c05bc72 100644 --- a/defects/eclipse-jdt/patch/eclipse-jdt-0001-scope-getcommonsupertype-arraylist-contains.md +++ b/defects/eclipse-jdt/patch/eclipse-jdt-0001-scope-getcommonsupertype-arraylist-contains.md @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000384 # UNDF: (pending) # eclipse-jdt-0001: Scope.getCommonSuperType — ArrayList.contains() O(N²) in BFS supertypes collection diff --git a/defects/eclipse-jdt/patch/eclipse-jdt-0002-typehierarchy-allsupertypes-missing-guard.md b/defects/eclipse-jdt/patch/eclipse-jdt-0002-typehierarchy-allsupertypes-missing-guard.md index e05b73f86..ca4474eec 100644 --- a/defects/eclipse-jdt/patch/eclipse-jdt-0002-typehierarchy-allsupertypes-missing-guard.md +++ b/defects/eclipse-jdt/patch/eclipse-jdt-0002-typehierarchy-allsupertypes-missing-guard.md @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000598 # UNDF: (pending) # eclipse-jdt-0002: TypeHierarchy.getAllSupertypes0 — missing Set.add() guard on superclass recursion