]
Gorkem Ercan resolved ERT-205.
------------------------------
Resolution: Done
JavaScript validation scan all resources [EBZ#494239]
-----------------------------------------------------
Key: ERT-205
URL:
https://issues.jboss.org/browse/ERT-205
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Labels: 3.8_RC3, General, bzira
Fix For: Neon (4.6) RC3
By default "JavaScript validation" contain one Include Group with:
* JS Nature
* JS Content Type
* File extension js
Due this, if project have jsNature, all files are scanned (php, images, css).
I think this should be splitted into two include groups:
1)
* JS Nature
2)
* JS Content Type
* File extension js (optionally)
Besides, it completely ignore include paths, and scan outside selected dirs.
Tested on Neon RC1