Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Leif Erik Larsen
Total activity
8
Last activity
January 17, 2016 07:54
Member since
December 12, 2012 16:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
February 25, 2013 14:04
Sorry, I forgot to mention the provided log was from a source that is different from the one first mentioned.I tried once more to trim down the new source for simplified reproducability, but the fl...
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes
Created
February 25, 2013 14:19
@NotNull private MainServerModel getMainServerRef () throws Exception { switch (ourServerAddress.getServerType()) { case EJB: { if (isServerSide()) ...
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes
Created
February 22, 2013 10:23
No, this method is not in an inner class. And the class has no inner-classes.I can sometimes get rid of the warning by refactoring parts of the method out into separate private inner-methods. It lo...
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes
Created
February 25, 2013 09:08
When attempting to trim down the code in order to get a reproducable case that is as small and compact as possible I noticed that the data flow warning disappeared when removing certain JavaDoc-com...
Community
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 votes