Mark Jeronimus

Avatar
  • Total activity 130
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 10
  • Subscriptions 37
  • Created

    Restart option gone

    Answered
    I may have missed something but I can't find the restart option anymore. It used to be in "Invalidate Caches / Restart..." but that option has now changed to "Invalidate Caches..." and the 4th "Res...
    • 2 followers
    • 6 comments
    • 1 vote
  • Edited

    [Formatter] Align array elements

    Answered
    Just a shot in the dark, but is there a way to make the Java code style formatter align array elements like this? private static final byte[] BLANK_VERSIONS   = { 0,  0,  0,  0,  0,  0,  0,  0,  0}...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Constant File Cache Conflict for Symbolic Link

    Answered
    I have a TODO file which I access from multiple PCs where I develop. Because it's not meant to be placed in VCS I made it a symbolic link. Now every few times I try to save, I get File Cache Confli...
    • 5 followers
    • 12 comments
    • 0 votes
  • Edited

    Conditional breakpoint on outer class of superclass of anonymous class

    Answered
    If that title sounds cryptic, let me show you the class structure (in API) that I have to work with: public class Model { public final void foo() { // breakpoint is here }}public class View1 {...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    [2018.2] How to add bundled library

    Answered
    Unless I'm missing something, this behavior seems to have changed for the worse. For a new project or module I want to add classes from a library of which I know it comes bundled in IDEA Community....
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    How to prevent weakening TO a type?

    Answered
    The inspection "Type may be weakened" has a Stop Class section that works by not weakening FROM types in the list, but I've got a problem. I have many classes with identical auto-generated code lik...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Automatic folding not working

    Answered
    I have many files with `<editor-fold defaultstate="collapsed" desc="Generated Code">` regions and they never auto-fold. It seems that when I fold them manually, they are remembered, but if not fold...
    • 4 followers
    • 1 comment
    • 2 votes
  • Edited

    Inspection: doesn't ignore some non-library methods

    Answered
    I have a Validator class with many static methods that are (implicitly) @pure and return one of their parameters to allow chaining. Some usages at random are flagged by the "Result of method call i...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Inspect thrown exception inside finally

    Answered
    This is one of those things that was trivial for me to do in Eclipse but I'm getting nowhere with searching for how to do this in IDEA. When I'm stopped at a breakpoint and a thrown exception is on...
    • 2 followers
    • 2 comments
    • 1 vote
  • Created

    Undo discarding the redo-buffer [rant]

    Answered
    IntelliJ has worked some miracles for me in the past, so maybe this one too. A few hours ago I deleted a bunch of code, and continued working on other files. Then I decided I needed a phrase from t...
    • 2 followers
    • 1 comment
    • 0 votes