[JBoss JIRA] (ERT-36) Disable TypeBinding and deprecate internal ast model [EBZ#484598]
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/ERT-36?page=com.atlassian.jira.plugin.sys... ]
Gorkem Ercan updated ERT-36:
----------------------------
Sprint: devex #1 February 2016, devex #2 February 2016, devex #4 March 2016 (was: devex #1 February 2016, devex #2 February 2016, devex #3 February 2016)
> Disable TypeBinding and deprecate internal ast model [EBZ#484598]
> -----------------------------------------------------------------
>
> Key: ERT-36
> URL: https://issues.jboss.org/browse/ERT-36
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Max Rydahl Andersen
> Assignee: Victor Rubezhny
> Labels: 3.8_M5, General, bzira
> Fix For: Neon (4.6) M6
>
>
> Disable type binding to allow the replacement for a new Parser.
> maintaining 2 ast models is wasteful deprecate org.eclipse.wst.jsdt.internal.compiler.ast model in favor of dom ast model.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (ERT-83) com.google.gson is required but not named in any feature.xml [EBZ#487768]
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/ERT-83?page=com.atlassian.jira.plugin.sys... ]
Gorkem Ercan updated ERT-83:
----------------------------
Sprint: devex #4 March 2016 (was: devex #3 February 2016)
> com.google.gson is required but not named in any feature.xml [EBZ#487768]
> -------------------------------------------------------------------------
>
> Key: ERT-83
> URL: https://issues.jboss.org/browse/ERT-83
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Labels: General, bzira
>
> The bundle org.eclipse.wst.jsdt.js.npm had a dependency on com.google.gson, but that google bundle from Orbit is not mentioned by the enclosing feature org.eclipse.wst.jsdt.nodejs.feature.
> This was found by doing a P2 mirror operation of the WTP repository and finding that com.google.gson was not brought along for the ride.
> Though an install from the WTP repository will find the bundle and work, it's important for the feature to name the dependency also so that in the future if a patch is required on com.google.gson, we can create a feature patch to insert a newer version. This will be appreciated by those doing support in the future.
> It will also mean that a mirror operation will bring along the proper set of dependencies.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (ERT-62) Refactor JSDT Code Completion [EBZ#486776]
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/ERT-62?page=com.atlassian.jira.plugin.sys... ]
Gorkem Ercan updated ERT-62:
----------------------------
Sprint: devex #1 February 2016, devex #2 February 2016, devex #4 March 2016 (was: devex #1 February 2016, devex #2 February 2016, devex #3 February 2016)
> Refactor JSDT Code Completion [EBZ#486776]
> ------------------------------------------
>
> Key: ERT-62
> URL: https://issues.jboss.org/browse/ERT-62
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Nick Boldt
> Assignee: Ian Stewart-Binks
> Labels: General, bzira
>
> The current code completion modules depend on JSDT's current internal AST model, and type binding. JSDT will be disabling type binding and will be deprecating the internal AST model. As such, the code completion engine needs to be refactored in such a way that complies with the new AST model. JSDT is expected to provide an elegant and useful set of code completion suggestions.
> A proposal base for the code completion engine should include, but is not necessarily limited to:
> - Keywords
> - Identifiers (declared variables and functions in currently open JS file)
> - Recently used methods of functions (currently open JS file as a bare minimum)
> All proposals should be made where they are deemed practical. ECMA5 keywords should be supported first.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3622) Installer - When an install fails, the install UI simply stops - the user is not presented with a cancel/quit button
by Josephine Qian (JIRA)
[ https://issues.jboss.org/browse/JBDS-3622?page=com.atlassian.jira.plugin.... ]
Josephine Qian edited comment on JBDS-3622 at 3/14/16 3:40 PM:
---------------------------------------------------------------
Looks like there is already a Close icon in the screenshot. So I just addressed the rest.
Please see the attachment[^installing.png] [~jowilson][~dgolovin]
Notes:
- Different states are shown in different colors.
- Error message are shown next to the Error icon. The location of the log file can be found via the tooltip (hover on question mark).
Let me know if you have any questions or comments.
was (Author: joqian):
Looks like there is already a Close icon in the screenshot. So I just addressed the rest.
Please see the attachment[^installing.png]
Notes:
- Different states are shown in different colors.
- Error message are shown next to the Error icon. The location of the log file can be found via the tooltip (hover on question mark).
Let me know if you have any questions or comments.
> Installer - When an install fails, the install UI simply stops - the user is not presented with a cancel/quit button
> --------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3622
> URL: https://issues.jboss.org/browse/JBDS-3622
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Reporter: Len DiMaggio
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.CR1
>
> Attachments: installing.png, install_error.png
>
>
> See the attached screenshot - the install has failed - the only option for the user is to close the installer window.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (ERT-71) Create Relevant Methods Completion Engine
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/ERT-71?page=com.atlassian.jira.plugin.sys... ]
Gorkem Ercan closed ERT-71.
---------------------------
Resolution: Duplicate Issue
> Create Relevant Methods Completion Engine
> -----------------------------------------
>
> Key: ERT-71
> URL: https://issues.jboss.org/browse/ERT-71
> Project: Eclipse Release Train
> Issue Type: Sub-task
> Components: JSDT
> Reporter: Ian Stewart-Binks
> Assignee: Ian Stewart-Binks
>
> If a user invokes code completion when trying to write an object's method, relevant methods of that object *that have already been used* in the current JS file should be proposed. This should be extensible enough such that relevant methods used outside of the file can be suggested in the future as well.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3622) Installer - When an install fails, the install UI simply stops - the user is not presented with a cancel/quit button
by Josephine Qian (JIRA)
[ https://issues.jboss.org/browse/JBDS-3622?page=com.atlassian.jira.plugin.... ]
Josephine Qian edited comment on JBDS-3622 at 3/14/16 3:40 PM:
---------------------------------------------------------------
Looks like there is already a Close icon in the screenshot. So I just addressed the rest.
Please see the attachment[^installing.png] [~jowilson][~dgolovin]
Notes:
- Different states are shown in different colors.
- Error message is shown next to the Error icon. The location of the log file can be found via the tooltip (hover on question mark).
Let me know if you have any questions or comments.
was (Author: joqian):
Looks like there is already a Close icon in the screenshot. So I just addressed the rest.
Please see the attachment[^installing.png] [~jowilson][~dgolovin]
Notes:
- Different states are shown in different colors.
- Error message are shown next to the Error icon. The location of the log file can be found via the tooltip (hover on question mark).
Let me know if you have any questions or comments.
> Installer - When an install fails, the install UI simply stops - the user is not presented with a cancel/quit button
> --------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3622
> URL: https://issues.jboss.org/browse/JBDS-3622
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Reporter: Len DiMaggio
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc, ui
> Fix For: 9.1.0.CR1
>
> Attachments: installing.png, install_error.png
>
>
> See the attached screenshot - the install has failed - the only option for the user is to close the installer window.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years