lukaszlenart opened a new pull request, #132:
URL: https://github.com/apache/struts-intellij-plugin/pull/132

   ## Summary
   - Replace leftover `ReadAction.compute` call sites in Show Diagram 
(`StrutsDiagramVfsResolver` + provider tests) with 
`ReadAction.nonBlocking().executeSynchronously()`
   - Drop the deprecated `DiagramExtras.createNodeComponent(..., Point, ...)` 
override; keep the `NodeRealizer` overload for compact label nodes
   - Document the cleanup in CHANGELOG and add design/plan under 
`docs/superpowers/`
   
   ## Test plan
   - [x] `./gradlew test -x rat --tests "com.intellij.struts2.diagram.*"` (49 
tests green)
   - [x] `./gradlew verifyPlugin` — zero hits for 
`DiagramExtras.createNodeComponent` and 
`ReadAction.compute(ThrowableComputable)`
   - [ ] Manual `runIde` smoke: Show Diagram compact icon+label nodes + Jump to 
Source / double-click navigation
   
   
   Made with [Cursor](https://cursor.com)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to