Luke Nezda
- 活动总数 28
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 5
-
创建于 Incorrect "AutoCloseable used without 'try'-with-resources" warning for append call?
已回答Incorrect "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... -
创建于 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 ... -
创建于 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 > ... -
创建于 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... -
创建于 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...