主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Mike Lehmann
活动总数
4
最后的活动
2016年01月17日 20:28
成员加入日期
2006年07月04日 15:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2006年07月05日 07:56
Try out this classpublic class Main { // Static ================================================================= public static void main(String[] args) { new Main(true).print(); } // Fields =====...
社区
IntelliJ IDEA Users
Dangerous auto(un)boxing
0 票
创建于
2006年07月05日 12:46
Yep, the spec says about binary numeric promotionthat may cause autounboxing...Well, then this is another example of avoiding autounboxing where possible, because subtle bugs can be introduced.
社区
IntelliJ IDEA Users
Dangerous auto(un)boxing
0 票