[jira] [Created] (NETBEANS-1003) org.openide.util.RequestProcessor$FastItem exception

2018-06-26 Thread Ishaan Karnik (JIRA)
Ishaan Karnik created NETBEANS-1003:
---

 Summary: org.openide.util.RequestProcessor$FastItem exception
 Key: NETBEANS-1003
 URL: https://issues.apache.org/jira/browse/NETBEANS-1003
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: Windows 10 Pro 64-bits
C/C++ Application
Reporter: Ishaan Karnik
 Attachments: messages.log





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-445) Many missing values for code completion of the CSS display property

2018-06-26 Thread Rick Hegarty (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hegarty updated NETBEANS-445:
--
Affects Version/s: 8.2
 Priority: Major  (was: Minor)
  Description: 
Code completion offers many options for the value of the CSS *display* property 
when editing a CSS file (see the attached screen shot), but there are still 
many possible values that  are not supplied.

Based on the information provided in "CSS Display Module Level 3" 
([https://www.w3.org/TR/css-display-3]) the following options should be added 
to code completion for the *display* property in NetBeans:

*flow*
 *flow-root*
 *flex*
 *grid*
 *subgrid*
 *ruby-base-container*
 *ruby-text-container*
 *contents*
 *inline-flex*
 *inline-grid*

**+Updated on 6/27/18:+

[1] The problem with autocomplete for CSS is not confined to missing values for 
the *display* property. For example, no _grid-..._ properties (e.g. 
*grid-column-start*) are suggested, nor is *row-gap*. The list of valid CSS 
properties and values used by autocomplete needs to be updated.

[2] If a CSS property is not suggested during auto-completion then its valid 
use in CSS code will be incorrectly reported as an error (e.g. _"Unknown 
property grid-column-gap"_).

[3] A serious side effect of the previous issue is that genuine errors in CSS 
code may be much harder to identify because they are mixed in with bogus errors.

Since this issue is more extensive and serious than the initial report above I 
have raised the priority to _Major_, and also updated the affected versions to 
include 8.2.

  was:
Code completion offers many options for the value of the CSS *display* property 
when editing a CSS file (see the attached screen shot), but there are still 
many possible values that  are not supplied.

Based on the information provided in "CSS Display Module Level 3" 
([https://www.w3.org/TR/css-display-3]) the following options should be added 
to code completion for the *display* property in NetBeans:

*flow*
 *flow-root*
 *flex*
 *grid*
 *subgrid*
 *ruby-base-container*
 *ruby-text-container*
 *contents*
 *inline-flex*
 *inline-grid*


> Many missing values for code completion of the CSS display property
> ---
>
> Key: NETBEANS-445
> URL: https://issues.apache.org/jira/browse/NETBEANS-445
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202)
> Java: 1.8.0_162; Java HotSpot(TM) 64-Bit Server VM 25.162-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_162-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\johndoe\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\johndoe\AppData\Local\NetBeans\Cache\dev
>Reporter: Rick Hegarty
>Priority: Major
>  Labels: autocompletion, css, css3
> Attachments: nbDisplayValues.png
>
>
> Code completion offers many options for the value of the CSS *display* 
> property when editing a CSS file (see the attached screen shot), but there 
> are still many possible values that  are not supplied.
> Based on the information provided in "CSS Display Module Level 3" 
> ([https://www.w3.org/TR/css-display-3]) the following options should be added 
> to code completion for the *display* property in NetBeans:
> *flow*
>  *flow-root*
>  *flex*
>  *grid*
>  *subgrid*
>  *ruby-base-container*
>  *ruby-text-container*
>  *contents*
>  *inline-flex*
>  *inline-grid*
> **+Updated on 6/27/18:+
> [1] The problem with autocomplete for CSS is not confined to missing values 
> for the *display* property. For example, no _grid-..._ properties (e.g. 
> *grid-column-start*) are suggested, nor is *row-gap*. The list of valid CSS 
> properties and values used by autocomplete needs to be updated.
> [2] If a CSS property is not suggested during auto-completion then its valid 
> use in CSS code will be incorrectly reported as an error (e.g. _"Unknown 
> property grid-column-gap"_).
> [3] A serious side effect of the previous issue is that genuine errors in CSS 
> code may be much harder to identify because they are mixed in with bogus 
> errors.
> Since this issue is more extensive and serious than the initial report above 
> I have raised the priority to _Major_, and also updated the affected versions 
> to include 8.2.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.o

[incubator-netbeans] branch release90 updated: [NETBEANS-146] New Apache NetBeans Logo on updater (#608)

2018-06-26 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release90 by this push:
 new eea9b06  [NETBEANS-146] New Apache NetBeans Logo on updater (#608)
eea9b06 is described below

commit eea9b06b0636455c228825285a3aa5a9d8373745
Author: Sven Reimers 
AuthorDate: Wed Jun 27 06:33:35 2018 +0200

[NETBEANS-146] New Apache NetBeans Logo on updater (#608)
---
 .../org/netbeans/updater/resources/updatersplash.gif | Bin 50358 -> 5499 bytes
 .../netbeans/updater/resources/updatersplash_nb.gif  | Bin 50358 -> 5499 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif 
b/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif
old mode 100644
new mode 100755
index 03c516c..e0aca01
Binary files 
a/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif 
and 
b/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif 
differ
diff --git 
a/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
 
b/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
old mode 100644
new mode 100755
index 03c516c..e0aca01
Binary files 
a/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
 and 
b/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
 differ


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

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



[incubator-netbeans] branch master updated: [NETBEANS-290] Provided support for hyperlink on dependencies. (#481)

2018-06-26 Thread johnmcdonnell
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new cb1c221  [NETBEANS-290] Provided support for hyperlink on 
dependencies. (#481)
cb1c221 is described below

commit cb1c221ac80ac201eb2e483dd55964560fc2c694
Author: John McDonnell 
AuthorDate: Tue Jun 26 21:28:12 2018 +0100

[NETBEANS-290] Provided support for hyperlink on dependencies. (#481)

* [NETBEANS-290] Provided support for hyperlink on dependencies.
---
 .../maven/hyperlinks/HyperlinkProviderImpl.java| 668 -
 .../unit/data/test_projects/hyperlinks/pom.xml |  48 ++
 .../unit/data/test_projects/hyperlinks2/pom.xml|  19 +
 .../test_projects/hyperlinks2/subModule/pom.xml|  16 +
 ...perlinkProviderImplTestForMultiPomProjects.java | 161 +
 ...erlinkProviderImplTestForSinglePomProjects.java | 285 +
 6 files changed, 917 insertions(+), 280 deletions(-)

diff --git 
a/maven.grammar/src/org/netbeans/modules/maven/hyperlinks/HyperlinkProviderImpl.java
 
b/maven.grammar/src/org/netbeans/modules/maven/hyperlinks/HyperlinkProviderImpl.java
index 1ed9be3..279a45c 100644
--- 
a/maven.grammar/src/org/netbeans/modules/maven/hyperlinks/HyperlinkProviderImpl.java
+++ 
b/maven.grammar/src/org/netbeans/modules/maven/hyperlinks/HyperlinkProviderImpl.java
@@ -16,9 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
 package org.netbeans.modules.maven.hyperlinks;
 
+import java.io.File;
 import java.net.MalformedURLException;
 import java.net.URL;
 import java.util.Collections;
@@ -26,8 +26,10 @@ import java.util.Set;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.text.Document;
+import org.apache.maven.artifact.Artifact;
 import org.apache.maven.model.InputLocation;
 import org.apache.maven.model.InputSource;
+import org.apache.maven.project.MavenProject;
 import 
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException;
 import org.netbeans.api.editor.mimelookup.MimeRegistration;
 import org.netbeans.api.editor.mimelookup.MimeRegistrations;
@@ -46,6 +48,8 @@ import org.netbeans.modules.maven.api.FileUtilities;
 import org.netbeans.modules.maven.api.ModelUtils;
 import org.netbeans.modules.maven.api.NbMavenProject;
 import org.netbeans.modules.maven.api.PluginPropertyUtils;
+import org.netbeans.modules.maven.embedder.EmbedderFactory;
+import org.netbeans.modules.maven.embedder.MavenEmbedder;
 import org.netbeans.modules.maven.grammar.POMDataObject;
 import org.openide.awt.HtmlBrowser;
 import org.openide.cookies.EditCookie;
@@ -57,311 +61,71 @@ import org.openide.text.Line;
 import org.openide.util.NbBundle.Messages;
 import static org.netbeans.modules.maven.hyperlinks.Bundle.*;
 import org.netbeans.modules.maven.spi.nodes.NodeUtils;
+import org.openide.filesystems.FileUtil;
 
 /**
  * adds hyperlinking support to pom.xml files..
+ *
  * @author mkleint
  */
 @MimeRegistrations({
-@MimeRegistration(mimeType=Constants.POM_MIME_TYPE, 
service=HyperlinkProviderExt.class, position = 1000),
-@MimeRegistration(mimeType=POMDataObject.SETTINGS_MIME_TYPE, 
service=HyperlinkProviderExt.class, position = 1000)
+@MimeRegistration(mimeType = Constants.POM_MIME_TYPE, service = 
HyperlinkProviderExt.class, position = 1000)
+,
+@MimeRegistration(mimeType = POMDataObject.SETTINGS_MIME_TYPE, service = 
HyperlinkProviderExt.class, position = 1000)
 })
 public class HyperlinkProviderImpl implements HyperlinkProviderExt {
+
 private static final Logger LOG = 
Logger.getLogger(HyperlinkProviderImpl.class.getName());
-
+
 @Override
 public boolean isHyperlinkPoint(final Document doc, final int offset, 
HyperlinkType type) {
-final boolean[] isText = new boolean[1];
-final int[] ftokenOff = new int[1];
-final String[] ftext = new String[1];
-doc.render(new Runnable() {
-
-@Override
-public void run() {
-isText[0] = false;
-TokenHierarchy th = TokenHierarchy.get(doc);
-TokenSequence xml = 
th.tokenSequence(XMLTokenId.language());
-xml.move(offset);
-xml.moveNext();
-Token token = xml.token();
+final PomHyperlinkInfo hyperLinkInfo = new PomHyperlinkInfo(doc, 
offset);
+doc.render(new PomParserRunnable(hyperLinkInfo, doc, offset));
 
-// when it's not a value -> do nothing.
-if (token == null) {
-   
-return;
-}
-if (token.id() == XMLTokenId.TEXT) {
-isText[0] = true;
-ftokenOff[0] = xml.offset();
-ftext[0] = token.text().toString();
-}
-  

[incubator-netbeans] branch master updated: NETBEANS-892: Fix updation of unrelated files during refactor

2018-06-26 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 421122c  NETBEANS-892: Fix updation of unrelated files during refactor
421122c is described below

commit 421122c2192704466cd2afa54f13733fb39582c4
Author: Reema Taneja <32299405+rtane...@users.noreply.github.com>
AuthorDate: Tue Jun 26 12:56:27 2018 -0700

NETBEANS-892: Fix updation of unrelated files during refactor
---
 .../modules/refactoring/java/plugins/MoveClassTransformer.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/MoveClassTransformer.java
 
b/refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/MoveClassTransformer.java
index a295abf..cd7b618 100644
--- 
a/refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/MoveClassTransformer.java
+++ 
b/refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/MoveClassTransformer.java
@@ -146,8 +146,6 @@ public class MoveClassTransformer extends 
RefactoringVisitor {
 cut = make.CompilationUnit(cut.getPackageName(), imports, 
cut.getTypeDecls(), cut.getSourceFile());
 }
 
-cut = GeneratorUtilities.get(workingCopy).importFQNs(cut);
-
 rewrite(node, cut);
 
 return result;
@@ -245,6 +243,7 @@ public class MoveClassTransformer extends 
RefactoringVisitor {
 }
 get.copyComments(origTree, newClass, true);
 get.copyComments(origTree, newClass, false);
+newClass = get.importFQNs(newClass);
 newClass = get.insertClassMember(node, newClass);
 original2Translated.put(node, newClass);
 }


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

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



[jira] [Resolved] (NETBEANS-1000) Gnome Keyring no longer works on Linux

2018-06-26 Thread Laszlo Kishalmi (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laszlo Kishalmi resolved NETBEANS-1000.
---
Resolution: Invalid

Double checked with different archs. It seems to work.

> Gnome Keyring no longer works on Linux
> --
>
> Key: NETBEANS-1000
> URL: https://issues.apache.org/jira/browse/NETBEANS-1000
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Keyring
>Affects Versions: 8.2, 9.0
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Minor
>
> Most Gnome based desktops use Gnome 3 and new Gnome API for keyring.
> It is possible to install  the old Keyring API, but its location has changed.
> This bug is to add the new locations (according to Bionic Beaver LTS):
> {{/usr/lib/i386-linux-gnu/libgnome-keyring.so.0}}
>  {{/usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Resolved] (NETBEANS-1001) Document Gnome Keyring Workaround on Wiki

2018-06-26 Thread Laszlo Kishalmi (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laszlo Kishalmi resolved NETBEANS-1001.
---
Resolution: Done

https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=87296332

> Document Gnome Keyring Workaround on Wiki
> -
>
> Key: NETBEANS-1001
> URL: https://issues.apache.org/jira/browse/NETBEANS-1001
> Project: NetBeans
>  Issue Type: Task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Minor
>
> Document how Gnome Keyring can be used with 8.2 and 9.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-1002) Add a support for Gnome Keyrong 3 API

2018-06-26 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1002:
-

 Summary: Add a support for Gnome Keyrong 3 API
 Key: NETBEANS-1002
 URL: https://issues.apache.org/jira/browse/NETBEANS-1002
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Keyring
Reporter: Laszlo Kishalmi


Add a support to communicate with the new Keyring API part of Gnome 3.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-1001) Document Gnome Keyring Workaround on Wiki

2018-06-26 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1001:
-

 Summary: Document Gnome Keyring Workaround on Wiki
 Key: NETBEANS-1001
 URL: https://issues.apache.org/jira/browse/NETBEANS-1001
 Project: NetBeans
  Issue Type: Task
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Document how Gnome Keyring can be used with 8.2 and 9.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-1000) Gnome Keyring no longer works on Linux

2018-06-26 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1000:
-

 Summary: Gnome Keyring no longer works on Linux
 Key: NETBEANS-1000
 URL: https://issues.apache.org/jira/browse/NETBEANS-1000
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Keyring
Affects Versions: 8.2, 9.0
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Most Gnome based desktops use Gnome 3 and new Gnome API for keyring.

It is possible to install  the old Keyring API, but its location has changed.

This bug is to add the new locations (according to Bionic Beaver LTS):

{{/usr/lib/i386-linux-gnu/libgnome-keyring.so.0}}
 {{/usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-853) IP CLEARANCE: ISO-8879-SGML license

2018-06-26 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-853:

Labels: pull-request-available  (was: )

> IP CLEARANCE: ISO-8879-SGML license
> ---
>
> Key: NETBEANS-853
> URL: https://issues.apache.org/jira/browse/NETBEANS-853
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: reply_w3.mbox
>
>
> Review our ISO-8879-SGML license usage which is not under 
> https://www.apache.org/legal/resolved.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-853) IP CLEARANCE: ISO-8879-SGML license

2018-06-26 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Bläsing updated NETBEANS-853:
--
Attachment: reply_w3.mbox

> IP CLEARANCE: ISO-8879-SGML license
> ---
>
> Key: NETBEANS-853
> URL: https://issues.apache.org/jira/browse/NETBEANS-853
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
> Fix For: 9.0
>
> Attachments: reply_w3.mbox
>
>
> Review our ISO-8879-SGML license usage which is not under 
> https://www.apache.org/legal/resolved.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[incubator-netbeans] branch master updated: Replace old logo and URL with new Logo and URL on Start Page (#583)

2018-06-26 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2830cbc  Replace old logo and URL with new Logo and URL on Start Page 
(#583)
2830cbc is described below

commit 2830cbc6488773864a459dd0f820f71735ea6533
Author: Thilina Ranathunga 
AuthorDate: Tue Jun 26 21:07:42 2018 +0530

Replace old logo and URL with new Logo and URL on Start Page (#583)

* Replace old URL with new URL

Update URL to open http://netbeans.apache.org when a user clicks on 
NetBeans logo on Start Page

* Added params back

Added URL parameters to back to track source and campaign.

* Replaced old NetBeans Logo with new Apache NetBeans Logo
---
 .../modules/welcome/resources/Bundle.properties  |   4 ++--
 .../netbeans/modules/welcome/resources/nb_logo.png   | Bin 3366 -> 14303 bytes
 .../modules/welcome/resources/nb_logo_dark.png   | Bin 3366 -> 14303 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties 
b/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties
index 2c38c1b..23292b5 100644
--- a/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties
+++ b/welcome/src/org/netbeans/modules/welcome/resources/Bundle.properties
@@ -97,7 +97,7 @@ URL_JavaLogo=http://www.oracle.com/technetwork/java/index.html
 #NOI18N
 URL_ApacheLogo=http://www.apache.org
 #NOI18N
-URL_NetBeansLogo=http://netbeans.org?utm_source=netbeans&utm_campaign=welcomepage
+URL_NetBeansLogo=https://netbeans.apache.org?utm_source=netbeans&utm_campaign=welcomepage
 
 LBL_ContentLoading=Content is loading...
 LBL_ErrLoadingFeed=Error while loading content
@@ -196,7 +196,7 @@ TabBorder1Color=0x4571AE
 TabBorder2Color=0x021A72
 
 #NOI18N
-URL_TopBarLogo=http://netbeans.org?utm_source=netbeans&utm_campaign=welcomepage
+URL_TopBarLogo=https://netbeans.apache.org?utm_source=netbeans&utm_campaign=welcomepage
 
 USG_START_PAGE_LINK=Start page link/action: {0}
 USG_SHOW_START_PAGE=Show start page at startup: {0}
diff --git a/welcome/src/org/netbeans/modules/welcome/resources/nb_logo.png 
b/welcome/src/org/netbeans/modules/welcome/resources/nb_logo.png
index 6b6b2e2..e3ea89f 100644
Binary files a/welcome/src/org/netbeans/modules/welcome/resources/nb_logo.png 
and b/welcome/src/org/netbeans/modules/welcome/resources/nb_logo.png differ
diff --git 
a/welcome/src/org/netbeans/modules/welcome/resources/nb_logo_dark.png 
b/welcome/src/org/netbeans/modules/welcome/resources/nb_logo_dark.png
index 6b6b2e2..e3ea89f 100644
Binary files 
a/welcome/src/org/netbeans/modules/welcome/resources/nb_logo_dark.png and 
b/welcome/src/org/netbeans/modules/welcome/resources/nb_logo_dark.png differ


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

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



[incubator-netbeans] branch master updated: Update updater splash (#604)

2018-06-26 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 5439745  Update updater splash (#604)
5439745 is described below

commit 5439745cebd3c9cd6f96c41d0090d97faae825a5
Author: Thilina Ranathunga 
AuthorDate: Tue Jun 26 21:06:16 2018 +0530

Update updater splash (#604)

* Replaced old NetBeans Logo with new Apache NetBeans Logo

* [NETBEANS-146] New Apache NetBeans Logo on updater

* Revert "Replaced old NetBeans Logo with new Apache NetBeans Logo"

This reverts commit f6db3587e974c95756faf864691fd329c05d25de.

* [NETBEANS-146] New splash screen for NetBeans Updater IDE Branding
---
 .../org/netbeans/updater/resources/updatersplash.gif | Bin 50358 -> 5499 bytes
 .../netbeans/updater/resources/updatersplash_nb.gif  | Bin 50358 -> 5499 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif 
b/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif
old mode 100644
new mode 100755
index 03c516c..e0aca01
Binary files 
a/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif 
and 
b/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif 
differ
diff --git 
a/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
 
b/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
old mode 100644
new mode 100755
index 03c516c..e0aca01
Binary files 
a/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
 and 
b/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif
 differ


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

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



[incubator-netbeans] branch master updated: [NETBEANS-990] New splash screen for NetBeans Platform (#601)

2018-06-26 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6782946  [NETBEANS-990] New splash screen for NetBeans Platform (#601)
6782946 is described below

commit 6782946e1363495c2bbea2ce1861f77351b130bb
Author: Geertjan Wielenga 
AuthorDate: Tue Jun 26 17:35:44 2018 +0200

[NETBEANS-990] New splash screen for NetBeans Platform (#601)

New splash screen for NetBeans Platform.
---
 .../src/org/netbeans/core/startup/splash.gif| Bin 49417 -> 44390 bytes
 .../src/org/netbeans/core/startup/splash_dark.gif   | Bin 49417 -> 44390 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/core.startup/src/org/netbeans/core/startup/splash.gif 
b/core.startup/src/org/netbeans/core/startup/splash.gif
index 42df186..cb20fae 100644
Binary files a/core.startup/src/org/netbeans/core/startup/splash.gif and 
b/core.startup/src/org/netbeans/core/startup/splash.gif differ
diff --git a/core.startup/src/org/netbeans/core/startup/splash_dark.gif 
b/core.startup/src/org/netbeans/core/startup/splash_dark.gif
index 42df186..cb20fae 100644
Binary files a/core.startup/src/org/netbeans/core/startup/splash_dark.gif and 
b/core.startup/src/org/netbeans/core/startup/splash_dark.gif differ


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

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



[incubator-netbeans] branch release90 updated: [NETBEANS-990] New splash screen for NetBeans Platform for release90 (#605)

2018-06-26 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release90 by this push:
 new 247828a  [NETBEANS-990] New splash screen for NetBeans Platform for 
release90 (#605)
247828a is described below

commit 247828afaace99ba5623381c1b73d1a5c4844fc8
Author: Geertjan Wielenga 
AuthorDate: Tue Jun 26 17:35:28 2018 +0200

[NETBEANS-990] New splash screen for NetBeans Platform for release90 (#605)

New splash screen for NetBeans Platform for release90 branch.
---
 .../src/org/netbeans/core/startup/splash.gif| Bin 49417 -> 44390 bytes
 .../src/org/netbeans/core/startup/splash_nb.gif | Bin 0 -> 44390 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/core.startup/src/org/netbeans/core/startup/splash.gif 
b/core.startup/src/org/netbeans/core/startup/splash.gif
index 42df186..cb20fae 100644
Binary files a/core.startup/src/org/netbeans/core/startup/splash.gif and 
b/core.startup/src/org/netbeans/core/startup/splash.gif differ
diff --git a/core.startup/src/org/netbeans/core/startup/splash_nb.gif 
b/core.startup/src/org/netbeans/core/startup/splash_nb.gif
new file mode 100644
index 000..cb20fae
Binary files /dev/null and 
b/core.startup/src/org/netbeans/core/startup/splash_nb.gif differ


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

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



[jira] [Commented] (NETBEANS-931) OutOfMemory after a night of stand-by

2018-06-26 Thread Luca Mambretti (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523709#comment-16523709
 ] 

Luca Mambretti commented on NETBEANS-931:
-

Added environment elements to the bug, unfortunately I'm a bit pressed for time 
at the moment so I cannot guarantee a new heap dump immediately, will try my 
best to get it done.

P.S I've been sticking to the release candidate build for the time being.

Please let me know if you think it would be best to update to the latest 
developement version.

> OutOfMemory after a night of stand-by
> -
>
> Key: NETBEANS-931
> URL: https://issues.apache.org/jira/browse/NETBEANS-931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
> Java: 1.8.0_152; Java HotSpot(TM) 64-Bit Server VM 25.152-b16
> Runtime: Java(TM) SE Runtime Environment 1.8.0_152-b16
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\luca.mambretti.BZDOMAIN\AppData\Roaming\NetBeans\dev
> Cache directory: 
> C:\Users\luca.mambretti.BZDOMAIN\AppData\Local\NetBeans\Cache\dev
>Reporter: Luca Mambretti
>Priority: Critical
> Attachments: messages.log, uigestures.xml
>
>
> After a full day of work I left the system running (it had manifested the 
> errors described in NETBEANS-901).
>  
> The day after it was out of commission with OOM.
>  
> attached IDE logs and gestures, I also have the heap dump but it's 1.5 gigs 
> so I doubt I'll be able to attach it (sent it thru a WeTransfer link for now)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-931) OutOfMemory after a night of stand-by

2018-06-26 Thread Luca Mambretti (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luca Mambretti updated NETBEANS-931:

Environment: 
Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-302-on-20180517)
Java: 1.8.0_152; Java HotSpot(TM) 64-Bit Server VM 25.152-b16
Runtime: Java(TM) SE Runtime Environment 1.8.0_152-b16
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\luca.mambretti.BZDOMAIN\AppData\Roaming\NetBeans\dev
Cache directory: 
C:\Users\luca.mambretti.BZDOMAIN\AppData\Local\NetBeans\Cache\dev

> OutOfMemory after a night of stand-by
> -
>
> Key: NETBEANS-931
> URL: https://issues.apache.org/jira/browse/NETBEANS-931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
> Java: 1.8.0_152; Java HotSpot(TM) 64-Bit Server VM 25.152-b16
> Runtime: Java(TM) SE Runtime Environment 1.8.0_152-b16
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\luca.mambretti.BZDOMAIN\AppData\Roaming\NetBeans\dev
> Cache directory: 
> C:\Users\luca.mambretti.BZDOMAIN\AppData\Local\NetBeans\Cache\dev
>Reporter: Luca Mambretti
>Priority: Critical
> Attachments: messages.log, uigestures.xml
>
>
> After a full day of work I left the system running (it had manifested the 
> errors described in NETBEANS-901).
>  
> The day after it was out of commission with OOM.
>  
> attached IDE logs and gestures, I also have the heap dump but it's 1.5 gigs 
> so I doubt I'll be able to attach it (sent it thru a WeTransfer link for now)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[incubator-netbeans] branch 2ndDonation created (now 6035076)

2018-06-26 Thread pgebauer
This is an automated email from the ASF dual-hosted git repository.

pgebauer pushed a change to branch 2ndDonation
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


  at 6035076  Second donation of NetBeans. Equivalent to the content of 
ApacheNetBeansDonation2.zip with SHA256 being 
e3069c904d2174c278f91e7551d15830ffcdf5052994052af4ad323e13430f67

This branch includes the following new commits:

 new 6035076  Second donation of NetBeans. Equivalent to the content of 
ApacheNetBeansDonation2.zip with SHA256 being 
e3069c904d2174c278f91e7551d15830ffcdf5052994052af4ad323e13430f67

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

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



[jira] [Assigned] (NETBEANS-999) Hint to replace explicit type of variable with var should not be a warning.

2018-06-26 Thread Reema Taneja (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reema Taneja reassigned NETBEANS-999:
-

Assignee: Reema Taneja

> Hint to replace explicit type of variable with var should not be a warning.
> ---
>
> Key: NETBEANS-999
> URL: https://issues.apache.org/jira/browse/NETBEANS-999
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Hints
>Affects Versions: Next
>Reporter: Peter Hull
>Assignee: Reema Taneja
>Priority: Minor
> Attachments: N-999.png
>
>
> A new hint has been added to replace explicit types with 'var', and vice 
> versa, for JDK 10. This was described in NETBEANS-479.
> However the Hint is a Warning (lightbulb+yellow triangle) and is shown on 
> every line that could be changed. This is not good because the hint is 
> 'two-way' so even if you accept the fix it shows another warning suggesting 
> to change it back. It should be just a lightbulb like the diamond inference 
> hint, which only appears on the current line.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-538) A java.lang.StackOverflowError exception has occurred.

2018-06-26 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523650#comment-16523650
 ] 

Junichi Yamamoto commented on NETBEANS-538:
---

Perfect!

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-538) A java.lang.StackOverflowError exception has occurred.

2018-06-26 Thread Reema Taneja (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523639#comment-16523639
 ] 

Reema Taneja commented on NETBEANS-538:
---

Thanks Junichi, for verifying the patch. NETBEANS-995 looks to be same issue 
from trace. I have made it duplicate of this bug.

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-538) A java.lang.StackOverflowError exception has occurred.

2018-06-26 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523597#comment-16523597
 ] 

Junichi Yamamoto commented on NETBEANS-538:
---

Thank you for fixing it, Reema! I've verified. It should be OK.
We can apply this patch after the javascript modules are moved to the Apache 
repository.

Just one note: should remove trailing whitespaces.

BTW, Is this[1] the same issue?

[1] https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-995 

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-538) A java.lang.StackOverflowError exception has occurred.

2018-06-26 Thread Reema Taneja (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523533#comment-16523533
 ] 

Reema Taneja commented on NETBEANS-538:
---

Thanks for the reproducible testcase. Please find fix patch attached. 

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-538) A java.lang.StackOverflowError exception has occurred.

2018-06-26 Thread Reema Taneja (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reema Taneja updated NETBEANS-538:
--
Attachment: netbeans-538.patch

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-999) Hint to replace explicit type of variable with var should not be a warning.

2018-06-26 Thread Peter Hull (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Hull updated NETBEANS-999:

Attachment: N-999.png

> Hint to replace explicit type of variable with var should not be a warning.
> ---
>
> Key: NETBEANS-999
> URL: https://issues.apache.org/jira/browse/NETBEANS-999
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Hints
>Affects Versions: Next
>Reporter: Peter Hull
>Priority: Minor
> Attachments: N-999.png
>
>
> A new hint has been added to replace explicit types with 'var', and vice 
> versa, for JDK 10. This was described in NETBEANS-479.
> However the Hint is a Warning (lightbulb+yellow triangle) and is shown on 
> every line that could be changed. This is not good because the hint is 
> 'two-way' so even if you accept the fix it shows another warning suggesting 
> to change it back. It should be just a lightbulb like the diamond inference 
> hint, which only appears on the current line.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-999) Hint to replace explicit type of variable with var should not be a warning.

2018-06-26 Thread Peter Hull (JIRA)
Peter Hull created NETBEANS-999:
---

 Summary: Hint to replace explicit type of variable with var should 
not be a warning.
 Key: NETBEANS-999
 URL: https://issues.apache.org/jira/browse/NETBEANS-999
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Hints
Affects Versions: Next
Reporter: Peter Hull


A new hint has been added to replace explicit types with 'var', and vice versa, 
for JDK 10. This was described in NETBEANS-479.

However the Hint is a Warning (lightbulb+yellow triangle) and is shown on every 
line that could be changed. This is not good because the hint is 'two-way' so 
even if you accept the fix it shows another warning suggesting to change it 
back. It should be just a lightbulb like the diamond inference hint, which only 
appears on the current line.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-998) Template Wizard displays unlocalized template names

2018-06-26 Thread Svatopluk Dedic (JIRA)
Svatopluk Dedic created NETBEANS-998:


 Summary: Template Wizard displays unlocalized template names
 Key: NETBEANS-998
 URL: https://issues.apache.org/jira/browse/NETBEANS-998
 Project: NetBeans
  Issue Type: Bug
Reporter: Svatopluk Dedic


Happens *only* during first invocation of the Template Wizard, after the 
application starts. The UI implementation in *TemplateWizard1* attempts to 
remove "->" sign from node names, and does so by proxying (FilterNode) the 
originals.

The originals are however DataFolderChildren.DelayedNodes, which annotate their 
display names in RequestProcessor, after the TemplateWizard fetched the 
original displayNames (filenames). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-902) URL Fragments not shown in new Internet Explorer tabs

2018-06-26 Thread Milen Yanchev (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Milen Yanchev updated NETBEANS-902:
---
Attachment: SecondTimeF1Pressed.png
FirstTimeF1Pressed.png

Hi Laszlo,

Sorry for the late response. 
I'm attaching picture in the mail thread. The first pictures shows how the IE 
is opened and the fragment for the specific resource is there. 
The second picture is when I've pressed the F1 for the second time. Then the 
new tab is opened but this time, the URL is without the fragment. 

If you need more, information, please let me know.


Regards,
Milen




> URL Fragments not shown in new Internet Explorer tabs
> -
>
> Key: NETBEANS-902
> URL: https://issues.apache.org/jira/browse/NETBEANS-902
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Milen Yanchev
>Priority: Major
> Attachments: FirstTimeF1Pressed.png, SecondTimeF1Pressed.png
>
>
> We are using URLDisplayer and its NetBeans implementation NbURLDisplayer to 
> open the URL in the default browser. It looks like, the URL is correct as 
> well as the fragment that is concatenated.
>  * The first time IE is opened, it displays the URL plus the fragment 
> correctly.
>  * If we hit F1 again, a new tab is open but this time, only the URL is 
> displayed without the fragment.
>  * If we close the browser, it will open the URL plus the fragment correctly. 
> If we open new IE browser each time we press F1, then the URL will be correct 
> and the specified Help page will be displayed. However, this implementation 
> is not very user-friendly as each time the user presses F1, a new browser 
> would be open instead of a new tab. If we implement this change it won't 
> affect only IE, but all browsers, thus changing the current user journey.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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