Bug 13386 - 'not implemented yet' surfaced on Display in debug
Summary: 'not implemented yet' surfaced on Display in debug
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 12:35 EDT by Adam Kiezun CLA
Modified: 2002-04-10 14:02 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-04-10 12:35:15 EDT
20020409
1.debug VectorTest (junit 3.7)
2. select: "Method \""+fName+"\" should be public" in line 162 of TestCase
(after hitting a breakpoint somewhere)
3. 'display'

java.lang.RuntimeException: not implemented yet
	at org.eclipse.jdt.core.dom.StringLiteral.getLiteralValue
(StringLiteral.java:167)
	at 
org.eclipse.jdt.internal.debug.eval.ast.engine.ASTInstructionCompiler.visit
(ASTInstructionCompiler.java:1939)
	at org.eclipse.jdt.core.dom.StringLiteral.accept0(StringLiteral.java:77)
	at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:906)
	at 
org.eclipse.jdt.internal.debug.eval.ast.engine.ASTInstructionCompiler.visit
(ASTInstructionCompiler.java:1552)
	at org.eclipse.jdt.core.dom.InfixExpression.accept0
(InfixExpression.java:245)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled 
Code))
	at org.eclipse.jdt.core.dom.ReturnStatement.accept0
(ReturnStatement.java:66)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:986)
	at org.eclipse.jdt.core.dom.Block.accept0(Block.java:73)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java(Compiled 
Code))
	at org.eclipse.jdt.core.dom.MethodDeclaration.accept0
(MethodDeclaration.java:173)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:986)
	at org.eclipse.jdt.core.dom.TypeDeclaration.accept0
(TypeDeclaration.java:153)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:986)
	at org.eclipse.jdt.core.dom.CompilationUnit.accept0
(CompilationUnit.java:138)
	at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:906)
	at 
org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine.createExpress
ionFromAST(ASTEvaluationEngine.java:220)
	at 
org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine.getCompiledEx
pression(ASTEvaluationEngine.java:166)
	at 
org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine.evaluate
(ASTEvaluationEngine.java:59)
	at org.eclipse.jdt.internal.debug.ui.actions.EvaluateAction.run
(EvaluateAction.java:225)
	at org.eclipse.jdt.internal.debug.ui.actions.DisplayAction.run
(DisplayAction.java:122)
	at org.eclipse.jdt.internal.debug.ui.actions.EvaluateAction.run
(EvaluateAction.java:503)
	at org.eclipse.ui.internal.PluginAction.runWithEvent
(PluginAction.java:204)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:407)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent
(ActionContributionItem.java(Compiled Code))
	at 
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent
(ActionContributionItem.java(Compiled Code))
	at 
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent
(ActionContributionItem.java(Compiled Code))
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java
(Compiled Code))
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled 
Code))
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java
(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java
(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java
(Compiled Code))
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:819)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:777)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:190)
	at org.eclipse.core.launcher.Main.run(Main.java:549)
	at org.eclipse.core.launcher.Main.main(Main.java:390)
Comment 1 Olivier Thomann CLA 2002-04-10 13:42:22 EDT
Reproduced and fixed.
I will run all tests before releasing the code.
Comment 2 Olivier Thomann CLA 2002-04-10 14:02:22 EDT
Fixed and released in HEAD.