<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-13 13:40 GMT+02:00 Max Rydahl Andersen <span dir="ltr">&lt;<a href="mailto:manderse@redhat.com" target="_blank">manderse@redhat.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">On 13 May 2014, at 13:25, Angelo zerr wrote:<br>

<br>
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">
2014-05-13 12:17 GMT+02:00 Max Rydahl Andersen &lt;<a href="mailto:manderse@redhat.com" target="_blank">manderse@redhat.com</a>&gt;:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
On 13 May 2014, at 9:13, Angelo zerr wrote:<br>
<br>
Hi Max,<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Thank&#39;s for your answer. But you wish to give up one day JSDT?<br>
<br>
</blockquote>
<br>
no, because JSDT offers more than any of these do and JSDT facets etc. are<br>
*required* for wtp projects.<br>
<br>
neither tern or vjet could work without JSDT.<br>
<br>
Fixing/replacing how parsing/valdiation is done in JSDT is the goal - not<br>
about removing jsdt (which is more than just parsing/valdiation)<br>
<br>
Ok I understand. For your information, I have started validation (not<br>
</blockquote>
syntax validation) with tern :<br>
<a href="https://github.com/angelozerr/tern.java/wiki/Tern-&amp;-Validation" target="_blank">https://github.com/angelozerr/<u></u>tern.java/wiki/Tern-&amp;-<u></u>Validation</a><br>
<br>
which is based on JS tern plugin<br>
</div><a href="https://github.com/angelozerr/tern.lintwhich" target="_blank">https://github.com/angelozerr/<u></u>tern.lintwhich</a> works with editor like<br>
CodeMirror.<br>
</blockquote>
<br>
So if I run with this I will get double validation errors if validation from JSDT aren&#39;t disabled, right?<br></blockquote><div><br></div><div>Right. But tern.lint doesn&#39;t validate the same feature than JSDT : </div>
<div><br></div><div> * validate &quot;Unkown property&quot; </div><div> * validate &quot;Unkown identtifier&quot;<br></div><div> * will validate string value according JS framework (ex : var a = require(&#39;XXX&#39;) will show an error for XXX which is not a known node module</div>
<div><br></div><div>Perhaps in the future, tern.lint will able to validate syntax error, but I would like to manage severity for each validation rules (&#39;warning&#39;, error, ignore).</div><div>So you will able to disbale if you wish some error coming from tern.lint (see <a href="https://github.com/angelozerr/tern.lint/issues/4">https://github.com/angelozerr/tern.lint/issues/4</a>)</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
/max<div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Regards Angelo<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
/max<br>
<br>
<br>
I hope tern.javaI will one day provide the same cool feature than VJET<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
like<br>
<a href="https://wiki.eclipse.org/VJET/Code_Assistance_Features" target="_blank">https://wiki.eclipse.org/VJET/<u></u>Code_Assistance_Features</a><br>
<br>
</blockquote>
<br>
Very impressive!<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Regards Angelo<br>
<br>
<br>
2014-05-12 18:34 GMT+02:00 Max Rydahl Andersen &lt;<a href="mailto:manderse@redhat.com" target="_blank">manderse@redhat.com</a>&gt;:<br>
<br>
On 12 May 2014, at 18:26, Angelo zerr wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Hi JBoss guys,<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
I have noticed that you had integrated VJET last year. I have never<br>
<br>
</blockquote>
played<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
with VJET, but I have seen features screenshot of VJET (like object<br>
litteral validation) and it seems very powerful.<br>
<br>
My goal is to try to implement the same feature than VJET, but I&#39;m very<br>
curious why you decided to integrate and contribute to tern.java<br>
although<br>
you have VJET.<br>
<br>
</blockquote>
<br>
because vjet haven&#39;t moved anywhere and still relies on jsdt for its<br>
parsing.<br>
<br>
<br>
thats the short version.<br>
<br>
<br>
/max<br>
<a href="http://about.me/maxandersen" target="_blank">http://about.me/maxandersen</a><br>
<br>
<br>
</blockquote></blockquote>
<br>
/max<br>
<a href="http://about.me/maxandersen" target="_blank">http://about.me/maxandersen</a><br>
<br>
</blockquote></blockquote>
<br>
<br></div></div>
/max<br>
<a href="http://about.me/maxandersen" target="_blank">http://about.me/maxandersen</a><br>
</blockquote></div><br></div></div>