[JBoss JIRA] (JBIDE-15900) NPE in CSS Editor on jquery css
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15900?page=com.atlassian.jira.plugi... ]
Daniel Azarov commented on JBIDE-15900:
---------------------------------------
There was a workaround for JBIDE-4407, when WTP fixed it (https://bugs.eclipse.org/296555) this issue appeared. So I just deleted the workaround and verified both issues - everything works
> NPE in CSS Editor on jquery css
> --------------------------------
>
> Key: JBIDE-15900
> URL: https://issues.jboss.org/browse/JBIDE-15900
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Reporter: Vlado Pakan
> Assignee: Daniel Azarov
> Fix For: 4.2.x
>
>
> While testing JBIDE-14849 I found the following:
> Using jquery.mobile-1.3.2.css I'm getting this error when opening CSS dialog for first time:
> {code}
> Unhandled event loop exception
> java.lang.NullPointerException
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocumentRegion.getFullText(BasicStructuredDocumentRegion.java:151)
> at org.eclipse.wst.css.core.internal.document.CSSDeclarationItemParser.getCollapsedText(CSSDeclarationItemParser.java:1092)
> at org.eclipse.wst.css.core.internal.document.CSSDeclarationItemParser.makeString(CSSDeclarationItemParser.java:873)
> at org.eclipse.wst.css.core.internal.document.CSSDeclarationItemParser.createStringValue(CSSDeclarationItemParser.java:539)
> at org.eclipse.wst.css.core.internal.document.CSSDeclarationItemParser.createPrimitiveValue(CSSDeclarationItemParser.java:392)
> at org.eclipse.wst.css.core.internal.document.CSSDeclarationItemParser.setupValues(CSSDeclarationItemParser.java:1021)
> at org.eclipse.wst.css.core.internal.document.CSSDeclarationItemParser.setupValues(CSSDeclarationItemParser.java:969)
> at org.eclipse.wst.css.core.internal.document.CSSStyleDeclItemImpl.setCssValueTextCore(CSSStyleDeclItemImpl.java:260)
> at org.eclipse.wst.css.core.internal.document.CSSStyleDeclItemImpl.setCssValueText(CSSStyleDeclItemImpl.java:234)
> at org.eclipse.wst.css.core.internal.document.CSSStyleDeclarationImpl.setProperty(CSSStyleDeclarationImpl.java:267)
> at org.jboss.tools.jst.css.dialog.common.CSSModel.updateCSSStyle(CSSModel.java:297)
> at org.jboss.tools.jst.css.dialog.CSSClassDialog.handleSelectorSwitched(CSSClassDialog.java:250)
> at org.jboss.tools.jst.css.dialog.CSSClassDialog$1.modifyText(CSSClassDialog.java:152)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1416)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397)
> at org.eclipse.swt.widgets.Combo.select(Combo.java:1738)
> at org.jboss.tools.jst.css.dialog.CSSClassDialog.updateControlPane(CSSClassDialog.java:377)
> at org.jboss.tools.jst.css.dialog.CSSClassDialog.createContents(CSSClassDialog.java:99)
> at org.eclipse.jface.window.Window.create(Window.java:432)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
> at org.eclipse.jface.window.Window.open(Window.java:791)
> at org.jboss.tools.jst.css.dialog.OpenCSSDialogActionDelegate.run(OpenCSSDialogActionDelegate.java:70)
> at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 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:354)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> {code}
> When opening CSS dialog next times there are empty messages with no message and no stack trace in Error Log and no style class available to select within opened CSS dialog. Plugin name displayed in error log is org.jboss.tools.jst,css
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15495) OpenShift server adapter: publish locks the whole workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15495?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15495:
------------------------------------------
temptatively set to 4.1.1.RC1 in hope of reviewing it successfully next week
> OpenShift server adapter: publish locks the whole workspace
> -----------------------------------------------------------
>
> Key: JBIDE-15495
> URL: https://issues.jboss.org/browse/JBIDE-15495
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift, server
> Affects Versions: 4.1.0.Final
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Labels: openshift_server_adapter
> Fix For: 4.1.1.CR1
>
> Attachments: Screen Shot 2013-09-17 at 10.42.43 AM.png
>
>
> Have 2 projects in a workspace, one of them is an OpenShift application
> Deploy some changes on OpenShift, and while the publication is performed (git push, then OS restarts the server), go to the second (unrelated) project and try to move a file from a package to another package in the same project.
> The 'Publish' operation locked the whoel workspace, which means that the move operation needs to wait.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15495) OpenShift server adapter: publish locks the whole workspace
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15495?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15495:
-------------------------------------
Fix Version/s: 4.1.1.CR1
(was: LATER)
> OpenShift server adapter: publish locks the whole workspace
> -----------------------------------------------------------
>
> Key: JBIDE-15495
> URL: https://issues.jboss.org/browse/JBIDE-15495
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift, server
> Affects Versions: 4.1.0.Final
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Labels: openshift_server_adapter
> Fix For: 4.1.1.CR1
>
> Attachments: Screen Shot 2013-09-17 at 10.42.43 AM.png
>
>
> Have 2 projects in a workspace, one of them is an OpenShift application
> Deploy some changes on OpenShift, and while the publication is performed (git push, then OS restarts the server), go to the second (unrelated) project and try to move a file from a package to another package in the same project.
> The 'Publish' operation locked the whoel workspace, which means that the move operation needs to wait.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15746) Icon and Splash screen support
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15746?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-15746:
---------------------------------
Description:
Implement a way to manage and build icons and splash screens for supported platforms..
Also enable and fix/adjust the icons & slash screen tab on the config editor which was disabled due to JBIDE-15762.
was:Implement a way to manage and build icons and splash screens for supported platforms
> Icon and Splash screen support
> ------------------------------
>
> Key: JBIDE-15746
> URL: https://issues.jboss.org/browse/JBIDE-15746
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Reporter: Gorkem Ercan
> Fix For: LATER
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Implement a way to manage and build icons and splash screens for supported platforms..
> Also enable and fix/adjust the icons & slash screen tab on the config editor which was disabled due to JBIDE-15762.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15762) Icon table in Cordova Configuration Editor has odd behavior
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15762?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-15762:
--------------------------------------
disabled icons & splash pages on master... will also release it to 4.1.1CR1
> Icon table in Cordova Configuration Editor has odd behavior
> -----------------------------------------------------------
>
> Key: JBIDE-15762
> URL: https://issues.jboss.org/browse/JBIDE-15762
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Michelle Murray
> Assignee: Gorkem Ercan
> Fix For: 4.1.1.CR1
>
> Attachments: Hybrid_iconssplash.png
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Issues with Icon table:
> 1. Vertical scroll bar even when table is empty
> 2. Table seems to have empty individual rows
> 3. First item added to button of table
> 4. Unusable top row element
> In comparison, splash screens table only has issue 4.
> 5. Also after adding and removing an item from the tables, the width and height show -1. But when the tables are empty or no table items are selected, the text in width and height fields should be blank. Likewise the Platform and Density fields.
> !Hybrid_iconssplash.png!
> Decided to double check this behavior was repeatable on a new project.
> Step 1. Created hybrid mobile project with wizard
> Step 2. Added icon
> Step 3. Removed icon
> Step 4. Tried to add another icon, Add button opened the choose image window but image I selected was not added to the table. Retried, retried, retried - can't add any images to icon table :(
> Same workflow for Splash Screens table also results in this behavior.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15762) Icon table in Cordova Configuration Editor has odd behavior
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15762?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-15762:
---------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
Fix Version/s: 4.1.1.CR1
> Icon table in Cordova Configuration Editor has odd behavior
> -----------------------------------------------------------
>
> Key: JBIDE-15762
> URL: https://issues.jboss.org/browse/JBIDE-15762
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Michelle Murray
> Assignee: Gorkem Ercan
> Fix For: 4.1.1.CR1
>
> Attachments: Hybrid_iconssplash.png
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Issues with Icon table:
> 1. Vertical scroll bar even when table is empty
> 2. Table seems to have empty individual rows
> 3. First item added to button of table
> 4. Unusable top row element
> In comparison, splash screens table only has issue 4.
> 5. Also after adding and removing an item from the tables, the width and height show -1. But when the tables are empty or no table items are selected, the text in width and height fields should be blank. Likewise the Platform and Density fields.
> !Hybrid_iconssplash.png!
> Decided to double check this behavior was repeatable on a new project.
> Step 1. Created hybrid mobile project with wizard
> Step 2. Added icon
> Step 3. Removed icon
> Step 4. Tried to add another icon, Add button opened the choose image window but image I selected was not added to the table. Retried, retried, retried - can't add any images to icon table :(
> Same workflow for Splash Screens table also results in this behavior.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15904) Test Cordova combinations
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15904?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-15904:
--------------------------------------
Can you also note the "Android SDK tools", "Android SDK Platform tools" versions that you have. You can see them by running the "android" tool
> Test Cordova combinations
> -------------------------
>
> Key: JBIDE-15904
> URL: https://issues.jboss.org/browse/JBIDE-15904
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Affects Versions: 4.1.1.Beta1
> Reporter: Max Rydahl Andersen
> Assignee: Vlado Pakan
> Priority: Blocker
> Fix For: 4.1.1.CR1
>
>
> Use this jira to collect results from testing:
> 1)
> Run On Android Emulator. On windows, Linux and Mac (in that prio order).
>
> Run On Android Device: On windows, Linux and Mac (in that prio order)
>
> The more SDK version we cover the better with the above two. I do not think
> we can cover all so we should start with latest and make our way down.
>
> 2)
> Changes on the Run configurations for Run on Android...
>
> 3)
> Install Cordova Plugin:
>
> Offline, windows, Linux, Mac
>
> 4)
> Share project via git. Import existing project.
>
> 5)
> Export native platform project
>
> 6)
> Export Mobile Application
> windows, linux, mac
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-11882) Errors running builder 'JavaScript Validator'
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11882?page=com.atlassian.jira.plugi... ]
Victor Rubezhny edited comment on JBIDE-11882 at 11/8/13 4:37 PM:
------------------------------------------------------------------
Known BugZilla issues For JBIDE-11652 (Coping here due to track UpStream issues because JBIDE-11652 is marked as resolved):
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=376809 (RESOLVED FIXED, 3.4.1). The patch is proposed for JSDT issue in BugZilla. Patch is applied, targeted milestone is 3.4.1.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=356446 as well as https://bugs.eclipse.org/bugs/show_bug.cgi?id=350693 (RESOLVED WORKSFORME, fixed in another issue for 3.5.2). The patch is proposed for JSDT issue [356446|https://bugs.eclipse.org/bugs/show_bug.cgi?id=356446] in BugZilla and covers both issues.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=344745 (RESOLVED WORKSFORME, probably is fixed in another issue). The patch is proposed for JSDT issue in BugZilla.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=357353 (RESOLVED FIXED, 3.5.1, master). The patch is proposed for JSDT issue in BugZilla.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=349020 (New, Not targeted yet). There is a proposal to use fixed grammar for the parser.
was (Author: vrubezhny):
Known BugZilla issues For JBIDE-11652 (Coping here due to track UpStream issues because JBIDE-11652 is marked as resolved):
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=376809 (RESOLVED FIXED, 3.4.1). The patch is proposed for JSDT issue in BugZilla. Patch is applied, targeted milestone is 3.4.1.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=356446 as well as https://bugs.eclipse.org/bugs/show_bug.cgi?id=350693 (Both issues are new, Not targeted yet, duplicates). The patch is proposed for JSDT issue [356446|https://bugs.eclipse.org/bugs/show_bug.cgi?id=356446] in BugZilla and covers both issues.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=344745 (New, Not targeted yet). The patch is proposed for JSDT issue in BugZilla.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=357353 (New, Not targeted yet). The patch is proposed for JSDT issue in BugZilla.
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=349020 (New, Not targeted yet). There is a proposal to use fixed grammar for the parser.
> Errors running builder 'JavaScript Validator'
> ---------------------------------------------
>
> Key: JBIDE-11882
> URL: https://issues.jboss.org/browse/JBIDE-11882
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 3.3.0.Beta3
> Reporter: Victor Rubezhny
> Assignee: Victor Rubezhny
> Priority: Minor
> Labels: jsdt
> Fix For: LATER
>
>
> Errors running builder 'JavaScript Validator' occurs when importing some example projects with JavaScripts.
> See:
> - JBIDE-11652: Errors running builder 'JavaScript Validator' on project 'ticket-monster' (Resolved with a workaround that disables validation of JavaScripts)
> - JBIDE-11630: javascript validation error occurs when creating birt project
> The UpStream issue is created as an overall issue for JSDT problems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15908) Problem decorator is not removed after error was fixed
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15908?page=com.atlassian.jira.plugi... ]
Xavier Coulon reassigned JBIDE-15908:
-------------------------------------
Assignee: Max Rydahl Andersen (was: Xavier Coulon)
Please review the PR
> Problem decorator is not removed after error was fixed
> -------------------------------------------------------
>
> Key: JBIDE-15908
> URL: https://issues.jboss.org/browse/JBIDE-15908
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Beta1
> Reporter: Xavier Coulon
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.1.CR1
>
>
> Create a JAX-RS validation error such as
> {code}
> @GET
> @Path("/{id}")
> public AttendeeRepresentation getAttendee(@PathParam("ide") final int id) {
> ...
> }
> {code}
> ASSERT: an error decorator appears on the JAX-RS Endpoint in the project explorer.
> Fix the problem (change "ide" -> "id")
> ASSERT: the error decorator should disappear
> FAIL the error decorator remains visible.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months