For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 21 years, 3 months ago by
Riyad Kalla.
-
AuthorPosts
-
Panagiotis KorrosMemberWhen I try to open a jsp file that containes greek character I get an error but no error is recorded in the event log.
If I try to write/paste some greek characters in a new jsp file I get the following exception:
java.lang.ArrayIndexOutOfBoundsException: 917
at de.bb.ndp.Scanner.nextWord(Unknown Source)
at de.bb.ndp.jsp.CustomAction.isHtml(Unknown Source)
at de.bb.ndp.jsp.CustomActionOrTag.resolve(Unknown Source)
at de.bb.ndp.Alternative.detect(Unknown Source)
at de.bb.ndp.Partitioner.modify(Unknown Source)
at de.bb.ndp.Document.modify(Unknown Source)
at de.bb.eclipse.editorbase.DocumentPartitioner.documentChanged(Unknown Source)at org.eclipse.jface.text.AbstractDocument.updateDocumentStructures(AbstractDocument.java:609)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:704)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:998)
at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:238)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5601)
at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6441)
at org.eclipse.swt.custom.StyledText.doDelete(StyledText.java:2632)
at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:5485)
at org.eclipse.jface.text.TextViewer.deleteText(TextViewer.java:3528)
at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3423)
at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:757)
at de.bb.bje.eclipse.editors.BJspEditor$A.doOperation(Unknown Source)
at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:122)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:120)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:141)
at org.eclipse.ui.internal.commands.Command.execute(Command.java:132)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:471)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:889)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:930)
at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:69)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1734)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1730)
at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3517)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2997)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1467)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2429)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)July 14, 2004 at 3:13 pm #210000
Scott AndersonParticipantDid this work in a prior release or is this behavior new for 3.8 Beta 2? Can you email us an example JSP file so I can file it with the bug report? Please be sure to include the URL of this thread so we can tie the two together. Sorry for the inconvenience.
July 14, 2004 at 3:44 pm #210015
Riyad KallaMemberPlease send files to support@genuitec.com and reference this thread.
July 15, 2004 at 11:35 am #210137
Scott AndersonParticipantWe received the test JSP and a bug report has been filed. Thanks for reporting it so we can take care of it.
August 17, 2004 at 11:53 am #212328
Riyad KallaMemberFixed in 3.8 GA
-
AuthorPosts
