[JBoss JIRA] (JBIDE-25098) Provide a status preserving the stacktrace in DownloadRuntimeOperationUtility.downloadAndUnzip
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25098?page=com.atlassian.jira.plugi... ]
Aurélien Pupier updated JBIDE-25098:
------------------------------------
Summary: Provide a status preserving the stacktrace in DownloadRuntimeOperationUtility.downloadAndUnzip (was: Provide a status preserving the stacktrace in org.eclipse.core.runtime.CoreException)
> Provide a status preserving the stacktrace in DownloadRuntimeOperationUtility.downloadAndUnzip
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-25098
> URL: https://issues.jboss.org/browse/JBIDE-25098
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Affects Versions: 4.5.0.Final
> Reporter: Aurélien Pupier
> Fix For: 4.5.1.AM3
>
>
> in org.jboss.tools.runtime.core.util.internal.DownloadRuntimeOperationUtility.downloadAndUnzip(String, String, String, boolean, String, String, TaskModel, IProgressMonitor)
> a status is directly returned instead of following the guidelines explained in the javadoc for CoreException.getStatus to recreate a Status which will preserve the stacktrace
> {noformat}
> IStatus org.eclipse.core.runtime.CoreException.getStatus()
> Returns the status object for this exception.
> IMPORTANT:
> The result must NOT be used for logging, error reporting, or as a method return value, since that code pattern hides the original stack trace. Instead, create a new Status with your plug-in ID and this CoreException, and use that new status for error reporting or as a method return value. For example, instead of:
> yourPlugin.getLog().log(exception.getStatus());
>
> Use: IStatus result = new Status(exception.getStatus().getSeverity(), pluginId, message, exception);
> yourPlugin.getLog().log(result);
>
> Returns:a status object
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25098) Provide a status preserving the stacktrace in DownloadRuntimeOperationUtility.downloadAndUnzip
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25098?page=com.atlassian.jira.plugi... ]
Aurélien Pupier updated JBIDE-25098:
------------------------------------
Fix Version/s: 4.5.1.AM3
> Provide a status preserving the stacktrace in DownloadRuntimeOperationUtility.downloadAndUnzip
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-25098
> URL: https://issues.jboss.org/browse/JBIDE-25098
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Affects Versions: 4.5.0.Final
> Reporter: Aurélien Pupier
> Fix For: 4.5.1.AM3
>
>
> in org.jboss.tools.runtime.core.util.internal.DownloadRuntimeOperationUtility.downloadAndUnzip(String, String, String, boolean, String, String, TaskModel, IProgressMonitor)
> a status is directly returned instead of following the guidelines explained in the javadoc for CoreException.getStatus to recreate a Status which will preserve the stacktrace
> {noformat}
> IStatus org.eclipse.core.runtime.CoreException.getStatus()
> Returns the status object for this exception.
> IMPORTANT:
> The result must NOT be used for logging, error reporting, or as a method return value, since that code pattern hides the original stack trace. Instead, create a new Status with your plug-in ID and this CoreException, and use that new status for error reporting or as a method return value. For example, instead of:
> yourPlugin.getLog().log(exception.getStatus());
>
> Use: IStatus result = new Status(exception.getStatus().getSeverity(), pluginId, message, exception);
> yourPlugin.getLog().log(result);
>
> Returns:a status object
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25051) Deadlock after startup
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25051?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov commented on JBIDE-25051:
------------------------------------------
[~rob.stryker] could you, please, take a look at it?
> Deadlock after startup
> ----------------------
>
> Key: JBIDE-25051
> URL: https://issues.jboss.org/browse/JBIDE-25051
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.5.0.Final
> Reporter: Emond Papegaaij
> Priority: Minor
> Attachments: Screenshot_20170926_103927.png, eclipse-stackdump.txt
>
>
> Eclipse deadlocked on me directly after startup (the workspace is shown). As the deadlock involves main, the UI is frozen entirely. I've reported the bug to Eclipse IDE first, but they suggested it is likely a JBoss Tools bug.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25051) Deadlock after startup
by Emond Papegaaij (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25051?page=com.atlassian.jira.plugi... ]
Emond Papegaaij updated JBIDE-25051:
------------------------------------
Attachment: Screenshot_20170926_103927.png
> Deadlock after startup
> ----------------------
>
> Key: JBIDE-25051
> URL: https://issues.jboss.org/browse/JBIDE-25051
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.5.0.Final
> Reporter: Emond Papegaaij
> Priority: Minor
> Attachments: Screenshot_20170926_103927.png, eclipse-stackdump.txt
>
>
> Eclipse deadlocked on me directly after startup (the workspace is shown). As the deadlock involves main, the UI is frozen entirely. I've reported the bug to Eclipse IDE first, but they suggested it is likely a JBoss Tools bug.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25051) Deadlock after startup
by Emond Papegaaij (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25051?page=com.atlassian.jira.plugi... ]
Emond Papegaaij commented on JBIDE-25051:
-----------------------------------------
The issue at Eclipse is https://bugs.eclipse.org/bugs/show_bug.cgi?id=522468
What I mean with 'the workspace is shown', is that this happened directly after startup. The editor is open, including views like the package explorer, outline and console. I'm using eclipse 4.7.0. Unfortunately, I'm unable to create a dump of the exact configuration as Eclipse crashes when I try to copy the gigantic piece of text. I've attached a screenshot of the installed JBoss plugins.
> Deadlock after startup
> ----------------------
>
> Key: JBIDE-25051
> URL: https://issues.jboss.org/browse/JBIDE-25051
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.5.0.Final
> Reporter: Emond Papegaaij
> Priority: Minor
> Attachments: Screenshot_20170926_103927.png, eclipse-stackdump.txt
>
>
> Eclipse deadlocked on me directly after startup (the workspace is shown). As the deadlock involves main, the UI is frozen entirely. I've reported the bug to Eclipse IDE first, but they suggested it is likely a JBoss Tools bug.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25051) Deadlock after startup
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25051?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov commented on JBIDE-25051:
------------------------------------------
[~papegaaij] could you please, link this Jira to an issue that you've created in Eclipse bugzilla.
Also you say: "The workspace is shown", i can see only stackdump attached.
Also what version of Eclipse and JBoss Tools do you use?
> Deadlock after startup
> ----------------------
>
> Key: JBIDE-25051
> URL: https://issues.jboss.org/browse/JBIDE-25051
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.5.0.Final
> Reporter: Emond Papegaaij
> Priority: Minor
> Attachments: eclipse-stackdump.txt
>
>
> Eclipse deadlocked on me directly after startup (the workspace is shown). As the deadlock involves main, the UI is frozen entirely. I've reported the bug to Eclipse IDE first, but they suggested it is likely a JBoss Tools bug.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-4482) Create 'About' dialog to show most relevant information about installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4482?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-4482 at 9/26/17 1:30 AM:
--------------------------------------------------------------
[~crobson] We cannot change title colors, would it be OK to keep current implementation (see comments above)?
Thanks!
was (Author: dgolovin):
[~crobson] We cannot change title colors, would it be OK to keep current emplementation (see comments obove)?
Thanks!
> Create 'About' dialog to show most relevant information about installer
> -----------------------------------------------------------------------
>
> Key: JBDS-4482
> URL: https://issues.jboss.org/browse/JBDS-4482
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 11.0.0.GA
> Reporter: Denis Golovin
> Assignee: Sudhir Verma
> Labels: New_and_noteworthy, ui
> Fix For: 11.x
>
> Attachments: RCUE_About_BG.png, RCUE_About_mockup.png, about-on-location.png, about-on-welcome.png, devsuite-about.png
>
>
> Dialog should contain:
> 1. Application logo, name and version
> 2. Link to documentation
> 3. Link to release notes
> 4. Link to documentation how to report issues
> Dialog can be requested trough context menu 'About' and should show modal dialog with content listed above
> !devsuite-about.png!
> Good Example is Atom editor About Page.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months