How to create a jira account? - User library and paste bugs

  • nopalin
Posted: Fri, 07/09/2010 - 21:52

Well, i'd like to create a jira account to report some bugs i could not figure out how to do it.

Anyway, here are a couple bugs i have found, the version of eclipse i am using is: 3.5.1and plugin version is the latest for stable version 1.3.3.N19:

* Similary as User Library, when i add a 'User Entry' in a runnable configuration, these entries not appear in class path when i run the config.
* In some cases, i do a copy of some code and the paste it to the same file or another one, and i got an exception, log files says this:

!ENTRY org.eclipse.ui 4 0 2010-07-10 00:28:54.171
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument not valid)
at org.eclipse.swt.SWT.error(SWT.java:3884)
at org.eclipse.swt.SWT.error(SWT.java:3799)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:3865)
at org.eclipse.swt.SWT.error(SWT.java:3799)
at org.eclipse.swt.SWT.error(SWT.java:3770)
at org.eclipse.swt.graphics.TextStyle.(TextStyle.java:171)
at org.eclipse.swt.custom.StyleRange.(StyleRange.java:78)
at org.eclipse.swt.custom.StyleRange.(StyleRange.java:93)
at org.eclipse.jface.text.rules.DefaultDamagerRepairer.addRange(DefaultDamagerRepairer.java:219)
at org.eclipse.jface.text.rules.DefaultDamagerRepairer.createPresentation(DefaultDamagerRepairer.java:179)
at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:453)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:566)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:564)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2806)
at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3426)
at org.eclipse.jface.text.TextViewer.initializeWidgetContents(TextViewer.java:3473)
at org.eclipse.jface.text.TextViewer.setVisibleDocument(TextViewer.java:3512)
at org.eclipse.jface.text.source.projection.ProjectionViewer.setVisibleDocument(ProjectionViewer.java:717)
at com.exadel.javafx.ide.internal.ui.scripteditor.JFXSourceViewer.setVisibleDocument(JFXSourceViewer.java:591)
at org.eclipse.jface.text.source.projection.ProjectionViewer.executeReplaceVisibleDocument(ProjectionViewer.java:778)
at org.eclipse.jface.text.source.projection.ProjectionViewer.replaceVisibleDocument(ProjectionViewer.java:766)
at org.eclipse.jface.text.source.projection.ProjectionViewer.reinitializeProjection(ProjectionViewer.java:1246)
at org.eclipse.jface.text.source.projection.ProjectionViewer.catchupWithProjectionAnnotationModel(ProjectionViewer.java:1010)
at org.eclipse.jface.text.source.projection.ProjectionViewer.processCatchupRequest(ProjectionViewer.java:878)
at org.eclipse.jface.text.source.projection.ProjectionViewer$AnnotationModelListener.processModelChanged(ProjectionViewer.java:123)
at org.eclipse.jface.text.source.projection.ProjectionViewer$AnnotationModelListener.modelChanged(ProjectionViewer.java:115)
at org.eclipse.jface.text.source.AnnotationModel.fireModelChanged(AnnotationModel.java:612)
at org.eclipse.jface.text.source.AnnotationModel$InternalModelListener.modelChanged(AnnotationModel.java:261)
at org.eclipse.jface.text.source.AnnotationModel.fireModelChanged(AnnotationModel.java:612)
at org.eclipse.jface.text.source.AnnotationModel.fireModelChanged(AnnotationModel.java:578)
at org.eclipse.jface.text.source.projection.ProjectionAnnotationModel.modifyAnnotations(ProjectionAnnotationModel.java:184)
at com.exadel.javafx.ide.internal.ui.scripteditor.JFXScriptEditor.updateFoldingStructure(JFXScriptEditor.java:304)
at com.exadel.javafx.ide.internal.ui.scripteditor.JFXReconcilingStrategy$1.run(JFXReconcilingStrategy.java:109)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
... 22 more

thank you very much for the plugin

Issue with User library was

  • abratukhin
  • 02/18/10
  • Fri, 07/09/2010 - 23:42

Issue with User library was fixed in the nightly build.
http://download.exadel.org/javafx_plugin/updates/nightly/

But issue with copy & paste I will add to JIRA

Thank you, for your help.

Once you register on

  • maxkatz
  • 02/17/10
  • Tue, 07/13/2010 - 05:50

Once you register on exadel.org, you also have access to Jira with the same username/password. Also, we had some sort of a problem on the forum and your last post on how to reproduce the error was deleted. Please repost it. Thanks.

repost it

  • nopalin
  • 07/09/10
  • Wed, 07/14/2010 - 22:22

Ok, i was wrote that se bug with copy&paste is not only with that action. Well, i have experimented an anormal behaviour where code become black, all, and i cant write anymore, i have to reopen de the file, and when that happens, i see the same exception in the log file. In effect, that excepcion is generated in different circumstances:

* when i copy&paste in different ways: from the same file, from one file to another, from one java file to one javafx file.
* when i am writing some text, it writes in the reverse mode, for example if i write: 'for' (in that order in the keyboard) in the text editor appears like 'rof' and then code become black, jump to the first line and i can't write.

The code become black only when the error dialog is not shown.

hope this help

Thanks that helps. Could you

  • maxkatz
  • 02/17/10
  • Thu, 07/15/2010 - 07:03

Thanks that helps. Could you also post steps to exactly reproduce these bugs?

Sorry

  • nopalin
  • 07/09/10
  • Fri, 07/16/2010 - 00:33

Sorry, i can not reproduce it, it just happens at any arbitrary time. It could be two, three, four times in a minute, or can be just one in all nigth.