You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by gi...@apache.org on 2018/06/15 14:00:39 UTC

[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 110

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f08e924  Automated site publishing by Jenkins build 110
f08e924 is described below

commit f08e924edf3b70118f445a0a23905a127060b043
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Jun 15 14:00:37 2018 +0000

    Automated site publishing by Jenkins build 110
---
 content/download/nb90/index.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/download/nb90/index.html b/content/download/nb90/index.html
index 601642a..5838588 100644
--- a/content/download/nb90/index.html
+++ b/content/download/nb90/index.html
@@ -162,6 +162,9 @@
 </ul>
 </div>
 <div class="paragraph">
+<p>Var is not supported in a compound variable declaration. This fix helps correct compilation error by splitting declaration into separate statements.</p>
+</div>
+<div class="paragraph">
 <p><span class="image left"><a class="image" href="image2018-5-30_13-34-39.png"><img src="image2018-5-30_13-34-39.png" alt="New Error hint to split compound 'var' declaration" title="New Error hint to split compound 'var' declaration"></a></span></p>
 </div>
 <div class="ulist">
@@ -172,6 +175,9 @@
 </ul>
 </div>
 <div class="paragraph">
+<p>Var type is not supported for array initializer. This hint helps correct compilation errors by converting to explicit type by inferring the type of data in an array. This currently handles arrays of primitive or homogeneous types.</p>
+</div>
+<div class="paragraph">
 <p><span class="image left"><a class="image" href="invalidArray.png"><img src="invalidArray.png" alt="New Error Hint for var Array declaration" title="New Error Hint for var Array declaration"></a></span></p>
 </div>
 </div>

-- 
To stop receiving notification emails like this one, please contact
git-site-role@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists