[JBoss JIRA] (ERT-214) Validate JSON file with JSON Schema [EBZ#494111]
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/ERT-214?page=com.atlassian.jira.plugin.sy... ]
Ilya Buziuk updated ERT-214:
----------------------------
Sprint: devex #116 June 2016, devex #118 July 2016, devex #121 October 2016 (was: devex #116 June 2016, devex #118 July 2016)
> Validate JSON file with JSON Schema [EBZ#494111]
> ------------------------------------------------
>
> Key: ERT-214
> URL: https://issues.jboss.org/browse/ERT-214
> Project: Eclipse Release Train
> Issue Type: Task
> Components: WTP Source Editing
> Reporter: Friendly Jira Robot
> Assignee: Snjezana Peco
> Priority: Trivial
> Labels: bzira, wst.json
> Fix For: Neon.2 (4.6)
>
>
> It's a very big task, but it should be fantastic if WTP Validator could validate JSON file by using JSON Schema.
> To do that:
> * JSONSchemaDocument should support the full specification of JSON Schema.
> * minimal-json should be improved to collect line, column or perhaps we could use IJSONDocument to validate it with JSON Schema.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (ERT-214) Validate JSON file with JSON Schema [EBZ#494111]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/ERT-214?page=com.atlassian.jira.plugin.sy... ]
Alexey Kazakov updated ERT-214:
-------------------------------
Sprint: devex #116 June 2016, devex #118 July 2016 (was: devex #116 June 2016, devex #118 July 2016, devex #121 October 2016)
> Validate JSON file with JSON Schema [EBZ#494111]
> ------------------------------------------------
>
> Key: ERT-214
> URL: https://issues.jboss.org/browse/ERT-214
> Project: Eclipse Release Train
> Issue Type: Task
> Components: WTP Source Editing
> Reporter: Friendly Jira Robot
> Assignee: Snjezana Peco
> Priority: Trivial
> Labels: bzira, wst.json
> Fix For: Neon.2 (4.6)
>
>
> It's a very big task, but it should be fantastic if WTP Validator could validate JSON file by using JSON Schema.
> To do that:
> * JSONSchemaDocument should support the full specification of JSON Schema.
> * minimal-json should be improved to collect line, column or perhaps we could use IJSONDocument to validate it with JSON Schema.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-21198) "Tern - Go to definition" hyperlink opens nothing
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21198?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-21198:
-----------------------------------
Sprint: (was: devex #121 October 2016)
> "Tern - Go to definition" hyperlink opens nothing
> -------------------------------------------------
>
> Key: JBIDE-21198
> URL: https://issues.jboss.org/browse/JBIDE-21198
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: javascript, jsp/jsf/xml/html-source-editing, upstream
> Affects Versions: 4.3.0.CR1
> Environment: JBDS 9.0.0.CR1-v20150912-1100-B100
> Reporter: Vlado Pakan
> Assignee: Victor Rubezhny
> Fix For: 4.4.x
>
>
> 1. Install AngularJS from JBoss Central (Enable Early Access)
> 2. Create JSF 1.2 Kick Start project
> 3. Open inputUserName.jsp in VPE
> 4. Click on 'user' text within <h:inputText> tag
> 5. Press F3 key
> ERROR: Nothing happened. User.java file should be opened in editor
> 6. Hover with mouse over the same text and push Ctrl key
> ASSERT: Menu with these tree actions appeared:
> * Tern - Go to definiton
> * Open User.java
> * Open 'User - demo'
> Action Open User.java opens User.java in editor
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-20341) Unable to deselect all items in JavaScript/Modules
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20341?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-20341:
-----------------------------------
Sprint: (was: devex #121 October 2016)
> Unable to deselect all items in JavaScript/Modules
> --------------------------------------------------
>
> Key: JBIDE-20341
> URL: https://issues.jboss.org/browse/JBIDE-20341
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: javascript
> Affects Versions: 4.3.0.Beta2
> Environment: JBDS 9.0.0.Beta2-v20150717-1420-B67, AngularJS installed from JBoss Central
> Reporter: Vlado Pakan
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.4.x
>
>
> 1. Create new JavaScript project
> 2. Open Properties > JavaScript > Modules for this project deselect all modules and click OK to close dialog
> 3. Reopen Properties dialog
> ERROR: AngularJS, Browser, Completion Guess and ECMAScript modules are checked and code assist offers items from these modules
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (ERT-177) Selection and dependent functionality works wrong when a file is modified in JS Editor [EBZ#492998]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/ERT-177?page=com.atlassian.jira.plugin.sy... ]
Alexey Kazakov updated ERT-177:
-------------------------------
Sprint: devex #114 May 2016, devex #116 June 2016 (was: devex #114 May 2016, devex #116 June 2016, devex #121 October 2016)
> Selection and dependent functionality works wrong when a file is modified in JS Editor [EBZ#492998]
> ---------------------------------------------------------------------------------------------------
>
> Key: ERT-177
> URL: https://issues.jboss.org/browse/ERT-177
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Victor Rubezhny
> Labels: 3.8_RC1, General, bzira
> Fix For: Neon (4.6) RC3
>
>
> Created attachment 261462
> Selection related errors
> See the screenshot attached for illustration.
> Steps for reproduce:
> - Create a javascript file with a function and a call to that function.
> - Try to invoke content assist: FAIL: no new function appears in CA proposals
> - Save, close and open the file again.
> - Try to invoke content assist: Now the new function appears in CA proposals
> - Put some text (like just new lines or some statements between the function declaration and its call and select the function name in the declaration
> - FAIL: See wrong text regions highlighted.
> - Try to rename the function (with inline rename): FAIL: See the wrong places for the inline editing are highlighted.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-18725) HTML Validation: Ability to perform custom validation for tags, attributes and attribute values in WTP
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18725?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18725:
-----------------------------------
Sprint: (was: devex #121 October 2016)
> HTML Validation: Ability to perform custom validation for tags, attributes and attribute values in WTP
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18725
> URL: https://issues.jboss.org/browse/JBIDE-18725
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html-source-editing, upstream
> Reporter: Victor Rubezhny
> Assignee: Victor Rubezhny
> Labels: new_and_noteworthy
> Fix For: 4.3.x
>
>
> WTP HTML validator marks any custom html tags as unknown. It's possible to disable this validation at all: Window->Preferences->Web->HTML Files->Validation ==> Set Elements -> Unknown tag name severity to "Ignore":
> But these days there are many frameworks provide an ability to create custom tags and attributes, so there cannot be some static schema created in order to help to validate such pages.
> We need to add a possibility to provide a custom validator for tags/attributes/values for WTP, so it could be called to validate a page elements.
> See discussions here: JBIDE-18387 and here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=443097.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-22892) TernException in NodejsTernHelper.makeRequest
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22892?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22892:
-----------------------------------
Sprint: (was: devex #121 October 2016)
> TernException in NodejsTernHelper.makeRequest
> ---------------------------------------------
>
> Key: JBIDE-22892
> URL: https://issues.jboss.org/browse/JBIDE-22892
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: javascript, jsp/jsf/xml/html-source-editing, upstream
> Affects Versions: 4.3.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Victor Rubezhny
> Fix For: 4.4.x
>
>
> The following problem was reported via the automated error reporting:
> Message: TernError: No type found at the given position.
> {noformat}
> tern.TernException: TernError: No type found at the given position.
> at tern.server.nodejs.NodejsTernHelper.makeRequest(NodejsTernHelper.java:86)
> at tern.server.nodejs.NodejsTernServer.makeRequest(NodejsTernServer.java:163)
> at tern.server.nodejs.NodejsTernServer.request(NodejsTernServer.java:127)
> at tern.server.protocol.TernResultsProcessorsFactory.makeRequestAndProcess(TernResultsProcessorsFactory.java:42)
> at tern.eclipse.ide.internal.core.resources.IDETernServerAsyncReqProcessor.run(IDETernServerAsyncReqProcessor.java:104)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {noformat}
> The reporter(s) left the following comment(s):
> --- André Moriya wrote on [00a0|https://redhat.ctrlflow.com/reviewers/#!/incidents/5798f3bbe4b0fe642...]: ---
> I opened a xhtml using a CTRL + click inside another xhtml.
> Bundles:
> | org.eclipse.angularjs.core | 1.1.0.201511091212 | 1.1.0.201511091212 |
> | org.eclipse.angularjs.jsp.core | 1.1.0.201511091212 | 1.1.0.201511091212 |
> | org.eclipse.angularjs.ui | 1.1.0.201511091212 | 1.1.0.201511091212 |
> | org.eclipse.core.jobs | 3.7.0.v20150330-2103 | 3.8.0.v20160509-0411 |
> | org.eclipse.core.resources | 3.10.1.v20150725-1910 | 3.11.0.v20160503-1608 |
> | org.eclipse.core.runtime | 3.11.1.v20150903-1804 | 3.11.1.v20150903-1804 |
> | org.eclipse.jface.text | 3.10.0.v20150603-1752 | 3.11.0.v20160505-1301 |
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.104.2.v20160212-1350 |
> | org.eclipse.wst.sse.ui | 1.3.401.v201510130005 | 1.3.500.v201605120129 |
> | org.eclipse.wst.validation | 1.2.700.v201508251749 | 1.2.700.v201508251749 |
> | org.eclipse.wst.validation.ui | 1.2.500.v201310231452 | 1.2.500.v201310231452 |
> | org.eclipse.wst.xml.ui | 1.1.501.v201501212057 | 1.1.501.v201501212057 |
> | tern.eclipse.ide.core | 1.1.0.201511082254 | 1.1.0.201511082254 |
> | tern.eclipse.ide.ui | 1.1.0.201511082254 | 1.1.0.201511082254 |
> | tern.server.nodejs | 1.1.0.201511082254 | 1.1.0.201511082254 |
> Operating Systems:
> | Linux | 2.6.32.1 | 4.7.0 |
> | MacOSX | 10.10.5 | 10.11.6 |
> | Windows | 5.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/576152b0e4b075777d...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (ERT-386) code formatter inserts line breaks after const qualifier [EBZ#399501]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/ERT-386?page=com.atlassian.jira.plugin.sy... ]
Alexey Kazakov updated ERT-386:
-------------------------------
Sprint: (was: devex #121 October 2016)
> code formatter inserts line breaks after const qualifier [EBZ#399501]
> ---------------------------------------------------------------------
>
> Key: ERT-386
> URL: https://issues.jboss.org/browse/ERT-386
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Victor Rubezhny
> Priority: Trivial
> Labels: General, bzira
>
> for a code line like
> const FOO = "bar";
> the code formatter inserts a line break after the const keyword, resulting in
> const
> FOO = "bar";
> While this simply looks ugly (to me) code verification reports a warning "Missing semicolon", so I get many nasty m,arkers on source files.
> Please remove those line breaks or make them settable in the formatter settings.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months