Taras Tielkes
- Total activity 1471
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 552
-
Created 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 ... -
Created 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 ... -
Created 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... -
Created 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... -
Created @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... -
Created 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... -
Created "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... -
Created "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... -
Created Community edition source: tarballs?
I think I saw it mentioned somewhere that as of 9.0.2, tarballs are available. What's the URL? -
Created 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...