Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
February 25, 2013 12:42
Thanks, both for the logs and using the latest IDEA with more logging added. It's hard to tell which exactly method has produced the warning, so could you please give some hints, e.g. provide its t...
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes
Created
February 25, 2013 14:11
Could I see the method body please? :)
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes
Created
February 20, 2013 16:47
Nothing complex, so it looks like a bug. Does the problem go away if you make an insignificant change to the method body? Is the method in an inner class?Have you tried 12.1 EAP, does the problem p...
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes
Created
February 22, 2013 23:19
Please add the following to idea/bin/log.xml:<category name="#com.intellij.codeInspection.dataFlow.DataFlowRunner"> <level value="DEBUG"/> <appender-ref ref="FILE"/></category>After that please res...
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes
Created
March 12, 2013 14:47
What's the value of Settings | Compiler | Resource patterns? Most probably it has !*.groovy. You can change it to something like resources:**/*.groovy which should copy the resource scripts but com...
Community
IntelliJ IDEA Users
How to stop IDEA from removing groovy directories from runtime classpath?
0 votes
Created
March 17, 2013 08:25
What's the value of Settings | Compiler | Resource patterns?Do you compile your project before run?If you invoke Compile (Ctrl+Shift+F9) on the ftl file before running the project explicitly, do yo...
Community
IntelliJ IDEA Users
FreeMarker realoding problem
0 votes
Created
March 17, 2013 22:39
Could you please try disabling Settings | Compiler | Use external build and rebuild project? Does this help?
Community
IntelliJ IDEA Users
FreeMarker realoding problem
0 votes
Created
July 29, 2013 16:06
IDEA doesn't have any specific support for logback. You could submit a feature request or use GDSL to describe that DSL yourself (http://confluence.jetbrains.com/display/GRVY/Scripting+IDE+for+DSL+...
Community
IntelliJ IDEA Users
Red code in logback.groovy
0 votes
Created
July 18, 2013 08:59
Yes, this was intentional, because of too many false alarms. Now it only reports the issues that it's more sure about.
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
Created
July 18, 2013 09:33
Well, we have some tests ensuring this policy and they are not very likely to be consciously removed :) Some bugs might be found which will have to be fixed. This can introduce some yellow code bac...
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
«
First
‹
Previous
Next
›
Last
»