Luke Nezda
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 5
-
Created Incorrect "AutoCloseable used without 'try'-with-resources" warning for append call?
AnsweredIncorrect "AutoCloseable used without 'try'-with-resources" warning for append call for following code? (IU-143.2287, Intellij IDEA Ultimate 15.0.4 (lame you can't copy this from the About screen t... -
Created Artifact has invalid extension issue (JBoss 7, ear artifact)
Hello, All -I know that when I'm trying to deploy an artifact to JBoss, it seems to require artifacts to have a valid extension even if they are exploded (directories) (e.g., ".war" or ".ear") and ... -
Created Exclude from re-formatting by file-type Before Commit
Hello - From a process and maintenance perspective, we'd like all our developers to use corporate standard formatting on all their commits so we'd love to require use of the VCS > Commit Changes > ... -
Created Structural Search Inspection not working for Structural Search that does?
Hello, All -If I issue this Structural Search:$field$ = $something$; if ($field$ == null) { throw new ServletException($msg$); }with all default constraints via Edit > Find > Search Structural... -
Created Structurally Replace with Static Import
Hello All,I'd like to perform a batch refactoring that inserted a static import. As far as I can tell the closest you can get is Shorten fully qualified names. I'm not sure how to encode this req...