Dan Royer

Avatar
  • 活动总数 67
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 3
  • 订阅数 19
  • 创建于

    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...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Deleting class wrecks diagram tab

    已回答
    Build #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 ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Diagram popup sequence unexpected

    已回答
    The “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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    Settings > Tools > Diagrams: please add default orientation

    已回答
    Layout > 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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Diagrams: moving selected links deeply frustrating

    已回答
    All 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...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 已编辑于

    How can diagrams route patterns better?

    已回答
    Most 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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    How can I use RenderDoc with IntelliJ?

    已回答
    RenderDoc 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 ...
    • 3 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Where can I find more about IDEA's docking panels?

    已回答
    Hi! 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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Java: module not found: org.slf4j (and yet definitely in project)

    已回答
    See 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...
    • 4 个关注者
    • 16 条评论
    • 2 票