Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java IDE » Eclipse  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Eclipse bug list
Jove



CJSDN高级会员


发贴: 1228
积分: 194
于 2003-11-13 14:27 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
先说一个,欢迎跟贴
假设有方法 public Myclass.A foo(){..}
输入a=obj.foo();
根据quick fix,应该会自动添加局部变量,但它的结果时A a=obj.foo(); 而不是Myclass.A a=obj.foo();

环境: 2.1.1



作者 Re:Eclipse bug list [Re:Jove]
jfml





发贴: 708
积分: 30
于 2003-11-14 15:35 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
在Export Plugin的时候经常遇到进度到一半后突然刷一下
但插件没有生成
重起后就又有效了

环境3.0MX



作者 Re:Eclipse bug list [Re:Jove]
scottding

十三部落酋长

CJSDN高级会员


发贴: 1054
积分: 101
于 2003-11-14 22:13 user profilesend a private message to usersend email to scottdingsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Eclipse 3M4版本似乎在jdk1.4.2下面有点问题,经常出问题。。


Blog   Home   @unumu

作者 最可怕的bug [Re:Jove]
alin_ass





发贴: 183
积分: 0
于 2003-12-07 13:38 user profilesend a private message to usersend email to alin_asssearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list



作者 Re:最可怕的bug [Re:alin_ass]
Jove



CJSDN高级会员


发贴: 1228
积分: 194
于 2003-12-07 14:30 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
你是说系统去找javastudy/res而不是你所希望的src/res?

你在代码中写的是parser.parse("res/game.xml");
而你的工作目录(user.dir)为..workspace\javastudy,也就是new File(".")的位置

它当然去找javastudy/res/game.xml了

这不是bug,你错怪eclipse了 Big Smile



作者 Re:Eclipse bug list [Re:Jove]
Jove



CJSDN高级会员


发贴: 1228
积分: 194
于 2003-12-07 14:36 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
另,今天用3.0M5, 在一个类中generate getter and setter
error view每次报两个错误,好像是空指针
org.eclipse.jface.util.Assert$AssertionFailedException: null argument;
  at org.eclipse.jface.util.Assert.isNotNull(Assert.java:139)
  at org.eclipse.jface.util.Assert.isNotNull(Assert.java:116)
  at org.eclipse.jface.viewers.AbstractTreeViewer.reveal(AbstractTreeViewer.java:1233)
  at org.eclipse.jdt.ui.actions.AddGetterSetterAction$GetterSetterTreeSelectionDialog.createDialogArea(AddGetterSetterAction.java:972)
  at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:573)
  at org.eclipse.jface.window.Window.create(Window.java:305)
  at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:883)
  at org.eclipse.ui.dialogs.SelectionStatusDialog.create(SelectionStatusDialog.java:143)
  at org.eclipse.ui.dialogs.CheckedTreeSelectionDialog.access$superCreate(CheckedTreeSelectionDialog.java:215)
  at org.eclipse.ui.dialogs.CheckedTreeSelectionDialog.access$0(CheckedTreeSelectionDialog.java:214)
  at org.eclipse.ui.dialogs.CheckedTreeSelectionDialog$1.run(CheckedTreeSelectionDialog.java:240)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
  at org.eclipse.ui.dialogs.CheckedTreeSelectionDialog.create(CheckedTreeSelectionDialog.java:238)
  at org.eclipse.jface.window.Window.open(Window.java:555)
  at org.eclipse.ui.dialogs.CheckedTreeSelectionDialog.open(CheckedTreeSelectionDialog.java:209)
  at org.eclipse.jdt.ui.actions.AddGetterSetterAction.run(AddGetterSetterAction.java:255)
  at org.eclipse.jdt.ui.actions.AddGetterSetterAction.run(AddGetterSetterAction.java:505)
  at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:196)
  at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:172)
  at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
  at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:212)
  at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:212)
  at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
  at org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:494)
  at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:466)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2187)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1877)
  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405)
  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381)
  at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237)
  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
  at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
  at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
  at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:324)
  at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
  at org.eclipse.core.launcher.Main.run(Main.java:767)
  at org.eclipse.core.launcher.Main.main(Main.java:601)
和一个unhandled event loop exception

不过选中属性再generate getter and setter是可以的



作者 Re:最可怕的bug [Re:alin_ass]
鸡肋男





发贴: 237
积分: 12
于 2003-12-26 16:20 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
alin_ass wrote:



笨蛋,明明是自己的bug!!!
你的路径是res/games.xml,系统当然到你的项目文件目录下的res/目录下找games.xml,你却把它放在.src/res/目录下,当然找不到了!
你应该放在javastudy/res/目录下.



作者 Re:Eclipse bug list [Re:Jove]
expresso





发贴: 23
积分: 0
于 2004-01-02 16:29 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我用elipse2.1.2在jdk1.4.2下也经常出现问题,以前在1.4.1的时候很少有问题


作者 Re:Eclipse bug list [Re:Jove]
PrimeJava

一切皆有可能



发贴: 142
积分: 15
于 2004-03-17 21:21 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Eclipse 不支持中文吗?我用的Eclipse2.1.2,如果源文件里面有中文,关闭文件再打开后中文全部变成了????,为什么会这样?


I Believe I can fly!
作者 Re:Eclipse bug list [Re:PrimeJava]
Jove



CJSDN高级会员


发贴: 1228
积分: 194
于 2004-03-17 22:26 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
没遇到过..


作者 Re:Eclipse bug list [Re:Jove]
PrimeJava

一切皆有可能



发贴: 142
积分: 15
于 2004-03-18 07:40 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
也许是因为我装的是E文的winxp的原因吧!可是我在字体设置里面换成宋体还是不行。


I Believe I can fly!
作者 Re:Eclipse bug list [Re:PrimeJava]
PrimeJava

一切皆有可能



发贴: 142
积分: 15
于 2004-03-18 07:56 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
PrimeJava wrote:
也许是因为我装的是E文的winxp的原因吧!可是我在字体设置里面换成宋体还是不行。

忘了贴图片^_^



I Believe I can fly!
作者 Re:Eclipse bug list [Re:Jove]
PrimeJava

一切皆有可能



发贴: 142
积分: 15
于 2004-03-18 08:52 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
问题解决,我以前只是将Location设置成中国,而没有将Regional Options设置为中文(我以为该项只是显示金额、时间、日期等),将该项设置为Chinese(PRC)就OK了^_^


I Believe I can fly!
作者 Re:Eclipse bug list [Re:Jove]
Wendy0007





发贴: 120
积分: 0
于 2004-04-05 19:33 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
呵呵,下次碰到类似的问题我也会处理了^_^


作者 Re:Eclipse bug list [Re:Jove]
WhisperQQ





发贴: 5
积分: 0
于 2004-05-27 16:58 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
俺自己做一个plugin的时候,需要输入一段控制台信息.
发现在PDE的测试环境下可以正确运行并输出,但是在部署插件重启Eclipse后,插件可以正常运行,但是无法打印出控制台信息!!! 郁闷的说.

俺的环境是:WinXP eclipse2.1.1



作者 Re:Eclipse bug list [Re:Jove]
ggjj_zhzz



发贴: 0
积分: 0
于 2004-08-13 20:24 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
打开eclipse 3.0的help以后,一切换到别的窗口再返回时,里面的字就挤成了一团,不知是不是由于我的屏幕是800*600的缘故。算是一大bug,哈哈~~



作者 Re:Eclipse bug list [Re:Jove]
skyknight



发贴: 0
积分: 0
于 2004-08-26 13:20 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我在用search的时候,不超过3次就会outofmemory,只能重启eclipse,否则很多功能就不正常了。



flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923