facebook

Cannot use greek characters in jsp files [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #209761 Reply

    When 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)

    #210000

    Scott Anderson
    Participant

    Did 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.

    #210015

    Riyad Kalla
    Member

    Please send files to support@genuitec.com and reference this thread.

    #210137

    Scott Anderson
    Participant

    We received the test JSP and a bug report has been filed. Thanks for reporting it so we can take care of it.

    #212328

    Riyad Kalla
    Member

    Fixed in 3.8 GA

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Cannot use greek characters in jsp files [Closed]

You must be logged in to post in the forum log in