主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2013年04月29日 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...
社区
IntelliJ IDEA Users
Code completion strange behaviour (part deux)
0 票
创建于
2013年05月02日 09:45
Filed an issue myself: http://youtrack.jetbrains.com/issue/IDEA-106583
社区
IntelliJ IDEA Users
Code completion strange behaviour (part deux)
0 票
创建于
2013年07月09日 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...
社区
IntelliJ IDEA Users
FreeMarker dynamic variables
0 票
创建于
2013年07月18日 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").
社区
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 票
创建于
2013年07月18日 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...
社区
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 票
创建于
2013年08月08日 14:18
Thanks. What's the first error reported by the compiler? Could it be that your ajc doesn't support varargs?
社区
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 票
创建于
2013年08月08日 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<...
社区
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 票
创建于
2013年08月08日 15:11
Does rebuilding the project help?How is Entity class used in the Groovy code? Is it field type/method parameter/anything else?
社区
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 票
创建于
2013年08月08日 15:50
Is it the only kind of error you get? Any other messages, maybe warning/infos?
社区
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 票
创建于
2013年08月08日 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=...
社区
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 票
«
第一页
‹
上一页
下一页
›
最后
»