Dan Royer
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 19
-
Created unit test with Reflections finds nothing?
Reflections in my unit test return nothing.public static void main(String[] args) { var reflections = new Reflections("com.marginallyclever.ro3"); var allClasses = reflections.getSubTypesOf(JPa... -
Created Deleting class wrecks diagram tab
AnsweredBuild #IU-232.10227.8, built on November 8, 2023Create package with several classes.Diagram the package (diagrams > show diagrams > show classes)Delete a class from the package.Diagram tab becomes ... -
Created Diagram popup sequence unexpected
AnsweredThe “diagram type” dialog appears far from the cursor. in some IDE skins it's nearly invisible. IMHO if it appeared next to the cursor (the way the “show diagram” sub menu does) then it would ha... -
Edited Settings > Tools > Diagrams: please add default orientation
AnsweredLayout > Default Layout is available in the preferences.Given the long class names, left to right is always my preference. It would be nice to set “Default Orientation” once across all diagrams.Th... -
Created Diagrams: moving selected links deeply frustrating
AnsweredAll I want it to untangle the knots made by the auto-router. I think it's selecting in order of creation, rather than picking from the yellow line first. I have similar problems with the green co... -
Edited How can diagrams route patterns better?
AnsweredMost of the time the diagram system clearly understands it should merge all the lines to a shared base class. Rarely does it understand that a factory pattern could do the same with the “create” l... -
Edited How can I use RenderDoc with IntelliJ?
AnsweredRenderDoc is a tool for analyzing the goings-on of the video card when developing (for example) 3D apps. https://renderdoc.org/I am working with Jogamp 2.5.0 (read:OpenGL) in a Maven project with ... -
Created Where can I find more about IDEA's docking panels?
AnsweredHi! I'm building a tool in java swing with many panels. I'm looking for a docking panel system. One that I admire is in IDEA. Is it available as a maven import? What is it written in? I have a... -
Created Java: module not found: org.slf4j (and yet definitely in project)
AnsweredSee attached screenshot. What is wrong: Maven can package and test the build. IDEA cannot. What should happen: both build, both test, IDEA debug the application. Notes: I am running IntelliJ I...