Taras Tielkes

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

    red code cause #3: annotation parameters

    Third in the top-10 relates to annotation parameters.We're configuring the component graph for our projects using spring, and are using annotations like @Transactional.At the moment any annotation ...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    red code cause #2: usage of "->"

    Another common "good code red" pattern in our projects is code like this: http://youtrack.jetbrains.net/issue/SCL-1822Apart from being red, I think Ctrl-W / Introduce Variable also do not work as ...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Heaps of "good code red" caused by use of typical logging libraries

    Hi,I've been running with the "Enable experimental error highlighting" option enabled for the last month.It's very useful, and moves the plugin much further towards what people expect from an IDE.I...
    • 4 个关注者
    • 7 条评论
    • 0 票
  • 创建于

    nightly builds: 1807 broken, 1816 unavailable

    The 1807 build is practically unusable for me, continuously throwing IncompatibleClassChangeError:http://youtrack.jetbrains.net/issue/SCL-2175At the same time, the download link for the latest buil...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    @BeanProperty and exposed Java PSI (missing access modifiers?)

    Could it be that the "synthetic" setters generated for @BeanProperty vars are not getting "proper" access modifiers?The (JetBrains) spring plugin does not seem to accept such setters, even though t...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Invalid completion variant for java references

    val file: File = new File("/some/path")file.<caret> // invoke code completion hereWhen invoking code completion in the fragment above, the variant "LazyInitialization" is included.This is a private...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    "Manually setup external resource" pain

    Hi,I have the editor showing an XML file that uses some industry specific schemas.In fact, no less than 9 distinct namespaces are used, all of them highlighted "red" by IDEA.It happens to be that I...
    • 3 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    "Static import method..." popup

    When writing JUnit 4.x tests, you'll likely use assertion methods like assertEquals().It's common to use static imports for such methods, to keep the test code concise and readable.For an unresolve...
    • 2 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    Community edition source: tarballs?

    I think I saw it mentioned somewhere that as of 9.0.2, tarballs are available. What's the URL?
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Ctrl-Shift-F10 broken/gone in 94.426?

    Is it intentional that Ctrl-Shift-F10 inside the body of a test method (or a public static void main) no longer triggers "Run"?The key mapping is still listed in the context menu, but seems to have...
    • 2 个关注者
    • 1 条评论
    • 0 票