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
July 18, 2013 12:40
Proving that a call mutates nothing is undecidable in general. For final methods, it could be done, but not for equals/hashCode/get* ones (unless they're final as well, or we assume general program...
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
Created
July 18, 2013 12:43
First code sample looks like a bug, so it would be nice of you to file a request (possibly with a self-contained class code).Second sample isn't considered a bug by me, because it's not clear if ba...
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
Created
July 18, 2013 14:23
It's a special kind of "no assumption" state, which is specifically designed to produce no warnings at all. @Nullable is forgotten as well until you use the field again in comparison or reassign. @...
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
Created
July 18, 2013 15:41
Sorry, I didn't realize we're talking about 12.1.4. In fact, in 12.1.5 EAP there were some changes, so in your code sample there's no "always false" warning anymore after "doThings" call. Before th...
Community
IntelliJ IDEA Users
Constant conditions inspection became less paranoid in Idea 12 - is it good?
0 votes
Created
July 18, 2013 08:37
Please try Navigate | Select In... | Changes View (Alt+F1) when in you're editing this file or have it selected in Project View.Speed search in Changes View also works, just press Down to go to the...
Community
IntelliJ IDEA Users
View file in changelist?
1 vote
Created
August 08, 2013 14:04
Could you please attach the whole generated stub file? It's hard to tell anything from this partial screenshot.
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 08, 2013 14:54
Where's com/iodinesoftware/rta/model/framework/Entity class defined? In Java/Groovy or AspectJ? Is in the same module? Is it extended by a Groovy class? Does rebuilding the project help?
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 08, 2013 15:18
Then please try enabling stub generation back for this file, and disabling "Settings | Compilre | Use external build". And rebuild. Does this help?
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 09, 2013 07:23
Thanks. Please try disabling annotation processing.
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
Created
August 09, 2013 15:22
That's great. I've reported the bug to Groovy (http://jira.codehaus.org/browse/GROOVY-6302) and strongly encourage you to switch back to external build as soon as you have a release of Groovy conta...
Community
IntelliJ IDEA Users
Can not build a project with mixed java and groovy code
0 votes
«
First
‹
Previous
Next
›
Last
»