主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Leif Erik Larsen
活动总数
8
最后的活动
2016年01月17日 07:54
成员加入日期
2012年12月12日 16:27
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2013年02月25日 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...
社区
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 票
创建于
2013年02月25日 14:19
@NotNull private MainServerModel getMainServerRef () throws Exception { switch (ourServerAddress.getServerType()) { case EJB: { if (isServerSide()) ...
社区
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 票
创建于
2013年02月22日 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...
社区
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 票
创建于
2013年02月25日 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...
社区
IntelliJ IDEA Users
Why all those "too complex to analyze by data flow algorithm"
0 票