##NO_HANDLER on app 484, and the thumbnail gaps re-measured - #69
Merged
Conversation
The TRY around the two component-parameter reads is there because the app runs with or without them - a missing PRODUCT/QUANTITY leaves the fields initial and the app carries on. SLIN reports an empty CATCH on every real system, and the pragma is how ABAP says the handler is meant to be empty; `src/00/00`'s context class already writes it that way in four places. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CD8XM2xmi9NHb17JHP67nZ
AGENTS.md carried "18 of 31 app views render" from the 2026-08 measurement, and the corpus has grown since. Re-run with the same harness the deploy uses (`screenshotFiles( )` over `src` at the pinned runtime): 19 of the 32 app classes photograph, 24 of the 37 documents they build. The interesting half is that the FAILURE set did not move at all - the same thirteen classes, in the same three categories the first measurement named, and every one of them still fails for the reason it named: seven sap.ui.comp Smart Controls (SmartFilterBar 313/477, SmartForm 475/476, SmartVariantManagement 478/493, SmartChart 479) that the harness's OpenUI5 runtime does not carry, three z2ui5.cc controls that do not load headless (Websocket 489, MIME-audio 487, Smart Multi Input 319), and the three RAP samples whose ObjectStatus gets an empty `state` from the mock model (005/006/010). The categories are written out per class now, so the next re-measurement can tell "the same gaps" from "different gaps that happen to count the same". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CD8XM2xmi9NHb17JHP67nZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
##NO_HANDLERon app 484The
TRYaround the two component-parameter reads is there because the app runs with or without them — a missingPRODUCT/QUANTITYleaves the fields initial and the app carries on. SLIN reports an emptyCATCHon every real system, and the pragma is how ABAP says the handler is meant to be empty;src/00/00's context class already writes it that way in four places. Found by running abap2UI5/linter'smainover the corpus (itsempty-catch-blockrule is newer than the pinned 0.6.1).The thumbnail gaps, re-measured
AGENTS.md carried 18 of 31 app views render from the 2026-08 measurement, and the corpus has grown since. Re-run with the same harness the deploy uses (
screenshotFiles( )oversrcat the pinned runtime): 19 of the 32 app classes photograph, 24 of the 37 documents they build.The interesting half is that the failure set did not move at all — the same thirteen classes, in the same three categories the first measurement named, each still failing for the reason it named:
sap.ui.compSmart Controls the harness's OpenUI5 runtime does not carry — SmartFilterBar (313, 477), SmartForm (475, 476), SmartVariantManagement (478, 493), SmartChart (479)z2ui5.cccontrols that do not load headless — Websocket (489), MIME-audio (487), Smart Multi Input (319)ObjectStatusgets an emptystatefrom the mock model (005, 006, 010)They are written out per class now, so the next re-measurement can tell "the same gaps" from "different gaps that happen to count the same".
Checks
npm run checkgreen: abaplint,abap2ui5lint(32 classes, 37 views, render gate on, 0 findings), overview/keywords/abapdoc/samples-md/catalogue/app-rules/prose/derived all up to date.🤖 Generated with Claude Code
https://claude.ai/code/session_01CD8XM2xmi9NHb17JHP67nZ
Generated by Claude Code