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
April 29, 2013 14:51
Aha, now I see what you mean, thanks for the clarification. Actually, it's related to the fact that you have alphabetical sorting on, and appears to be a bug. So a workaround is to turn on item sor...
Community
IntelliJ IDEA Users
Code completion strange behaviour (part deux)
0 votes
Created
May 02, 2013 09:45
Filed an issue myself: http://youtrack.jetbrains.com/issue/IDEA-106583
Community
IntelliJ IDEA Users
Code completion strange behaviour (part deux)
0 votes
Created
July 09, 2013 13:08
Hi,Currently it's not supported. Please file a YouTrack request for this, better with some IItem/IData/subinterface Java code samples.In the meantime, you can also define an expression type in comm...
Community
IntelliJ IDEA Users
FreeMarker dynamic variables
0 votes
Created
July 18, 2013 13:47
No. All assumptions are invalidated after a method call. If you replaced "!=" with "==", you'd also get no warning (and not "always false").
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
Created
July 18, 2013 12:01
I see. In your examples this warning would make sense if your codebase is abound with such mutator method calls, and there are more of those than innocent equals/get* etc. I'd personally consider t...
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
Created
August 08, 2013 14:18
Thanks. What's the first error reported by the compiler? Could it be that your ajc doesn't support varargs?
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 08, 2013 14:28
Aha, now I see the problem. The stubs groovyc generates are malformed, they have invalid "java.util.Map<java.lang.Class<?>, [Ljava.lang.String;[]>" type in the getData(String...) method. Is it Map<...
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 08, 2013 15:11
Does rebuilding the project help?How is Entity class used in the Groovy code? Is it field type/method parameter/anything else?
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 08, 2013 15:50
Is it the only kind of error you get? Any other messages, maybe warning/infos?
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 08, 2013 19:45
Please add the following to bin/log.xml:<category name="#org.jetbrains.jps.incremental.groovy.GroovycOSProcessHandler"> <level value="DEBUG"/> <appender-ref ref="FILE"/></category><category name=...
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
«
First
‹
Previous
Next
›
Last
»