当尝试在JDeveloper 11g r1(1.1.1.7)中创建存储过程时,我收到消息:“严重错误...”以及保存当前工作并退出JDev的选项。 日志:
Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
Uncaught exception
java.lang.StringIndexOutOfBoundsException: String index out of range: 7
j.lang.String.substring(String.java:1934)
o.dbtools.parser.plsql.SuggestedItem.getDisplayText(SuggestedItem.java:181)
o.javatools.editor.insight.ListDataItemCellRenderer.getPrototypeCell(ListDataItemCellRenderer.java:150)
o.javatools.editor.insight.ListInsightView.setData(ListInsightView.java:209)
o.dbtools.raptor.insight.CompletionInsight.refreshSuggestedItemsList(CompletionInsight.java:1031)
o.dbtools.raptor.insight.CompletionInsight.complete(CompletionInsight.java:898)
o.dbtools.raptor.insight.CompletionInsight$InsightThread.run(CompletionInsight.java:510)
编辑程序时会出现此错误。我使用Database Navigator。
提前致谢。