• Joined on 2023-09-30
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-15 09:00:24 +02:00
d6754b7464 Unify getter and path-binding resolution through anchored dataflow.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-15 07:41:15 +02:00
0558fd2bb7 Add layered regression tests for functional-interface dataflow linking.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-15 07:37:22 +02:00
d5a6adafcc Remove CallSiteArgumentResolver; route functional args through dataflow.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-15 07:29:00 +02:00
9a54616e5f Fix Runnable lambda and rich-event predicate linking gaps.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-14 20:22:35 +02:00
dbc22bf1af Fix zero transition links when config event types are unresolved.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-14 20:08:17 +02:00
758d433726 Narrow wide polymorphic events per call chain before linking.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-14 19:55:20 +02:00
1957266a98 Require endpoint-narrow polymorphic evidence before linking transitions.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-14 19:44:40 +02:00
33ccc4a6c5 Link transitions when the same event maps to multiple sources in one state enum.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-14 19:35:47 +02:00
6ca8e64750 Restore machine-scoped enum linking when global simple names are ambiguous.
5b0778301a Harden cross-module map lookup and add sibling-module regression tests.
Compare 2 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-14 19:11:40 +02:00
d19d4f20ef Prefer import-aware superclass FQN when JDT binding mis-resolves.
3e0f8f18b8 Expand RequestParam bindings and restrict map lookup to static sources.
9455a2c8a9 Resolve inherited and interface static route map fields.
13de69862b Follow nested static factories and fix cross-module factory resolution.
bb28e72bbe Expand route maps from static factory methods with single Map.of return.
Compare 78 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-12 16:54:24 +02:00
e6effa3dcd Harden call-graph enum resolution and JSON re-export polymorphic repair.
83008a6898 Harden polymorphic event narrowing to prevent over-linking transitions.
Compare 2 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-12 16:14:58 +02:00
77bf840465 Filter polymorphic events by enum predicates and machine transitions.
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-12 15:39:56 +02:00
873e2c91f3 Fix JSON re-export StackOverflow and dedupe enricher canonicalization.
58d0701df5 Add MachineDomainKeys for shared machine domain extraction.
422ea94b28 Fix empty matchedTransitions for dynamic dispatcher call chains.
Compare 3 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-12 12:34:13 +02:00
7ffd157105 Harden enum identifier validation for rawName sync, polymorphic events, and matched transitions.
393c998b66 Fix HTML export states, endpoint linking, and dynamic trigger event validation.
Compare 2 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-12 11:47:47 +02:00
dd0363cf64 Harden export pipeline identifier consistency and HTML link parity tests.
cc2cf1845b Fix identifier consistency on JSON re-export and after property resolution.
8d954804b2 Fix HTML export linking by restoring trigger canonicalization and state deduplication.
66aaa9563f Refactor analysis pipeline to remove duplicated call-graph and resolver logic.
Compare 4 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-12 10:14:58 +02:00
411b7a0e52 Perf: use CFG dataflow for traceLocalSetter and guard hot-path logging.
82a70b5374 Improve export perf: guard debug logs, scope triggers, memoize path bindings.
5d3333d494 Fix export metadata scoping and call-chain resolution gaps.
7a5fc60ace Fix map-routed dispatcher events to respect path-bound keys.
9ede60049b Add CallGraphBuilder with tests and maven/multi-module golden fixtures.
Compare 7 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-12 05:54:49 +02:00
613dfffd53 Align enum rawName with fn-form labels during canonicalization.
db158200dd Prune call-graph paths using switch constraints during search.
23a14d8391 Expand entry-point and trigger detector coverage.
b158179559 Fix golden audit issues and tighten analysis/export pipeline.
4f13c9449c Make JSON a self-contained analysis interchange for downstream exporters.
Compare 13 commits »
kamil pushed to ai-branch-fixes-spring at tiny/spring-state-machine-renderer 2026-07-07 17:40:30 +02:00