开元周游
德国频道
楼主: UCL
打印 上一主题 下一主题

问下eclipse牛人

[复制链接]
21#
发表于 2.9.2009 14:11:54 | 只看该作者
即时机票
Ja, jetzt,
Im Quelltext der Java-Klassen werden verschiedene
  gelbe Marker angezeigt.
回复 支持 反对

使用道具 举报

22#
发表于 2.9.2009 23:09:51 | 只看该作者
顶好用的,
这个提示令人费解:
  Multiple markers at this line
        - '}' should be on a new
         line.
        - '}' should be on the
         same line.
回复 支持 反对

使用道具 举报

23#
发表于 4.9.2009 09:55:29 | 只看该作者
回复 支持 反对

使用道具 举报

24#
发表于 4.9.2009 13:33:25 | 只看该作者
比如
   if (c == 's') {
        outs.append(notifications(account));
        status = 0; }
   else if (c == 'b') {
        outs.append(newnotifications(account));
        status = 0;
       }
当}单独一行时提示 (如第二个语句)   '}' sollte in derselben Zeile stehen.
当}写入上一行时提示  Multiple markers at this line
        - '}' should be on a new line.
        - '}' should be on the same line.
回复 支持 反对

使用道具 举报

25#
发表于 4.9.2009 13:36:03 | 只看该作者
回复 支持 反对

使用道具 举报

26#
发表于 4.9.2009 13:56:11 | 只看该作者
我这个ECLIPSE没有装CS,开一个要花不少时间呢,测试不了,你试试这样,应该就没错了的。

if (c == 's') {
        outs.append(notifications(account));
        status = 0;
} else if (c == 'b') {
        outs.append(newnotifications(account));
        status = 0;
}
回复 支持 反对

使用道具 举报

27#
发表于 4.9.2009 14:27:31 | 只看该作者
回复 支持 反对

使用道具 举报

28#
发表于 4.9.2009 14:36:44 | 只看该作者
回复 支持 反对

使用道具 举报

29#
发表于 4.9.2009 14:39:08 | 只看该作者
不对,}应该单独一行,else (if) 和catch / finally之前例外。
回复 支持 反对

使用道具 举报

30#
发表于 4.9.2009 14:41:20 | 只看该作者
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

站点信息

站点统计| 举报| Archiver| 手机版| 小黑屋

Powered by Discuz! X3.2 © 2001-2014 Comsenz Inc.

GMT+1, 15.11.2024 04:32

关于我们|Apps

() 开元网

快速回复 返回顶部 返回列表