Commit 7f2edab
fix: Focus API tracker on public API only, eliminate false positives
- Remove internal package scanning (jdk.sandbox.internal.util.json)
- Track only public API classes (jdk.sandbox.java.util.json)
- Eliminate false positive 404 errors for removed internal classes like StableValue
- Reduce tracked classes from 19 to 10 (public API only)
- Improve performance and focus on meaningful API drift detection
- Update tests to verify no internal classes are tracked
Results: 0 missing upstream, 10 public API classes, faster execution
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7a3c0fe commit 7f2edab
File tree
2 files changed
+5
-6
lines changed- json-java21-api-tracker/src
- main/java/io/github/simbo1905/tracker
- test/java/io/github/simbo1905/tracker
2 files changed
+5
-6
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments