[jira] [Created] (NETBEANS-1215) Failed formatted paste with Java package import

2018-09-04 Thread JIRA
Vít Suchánek created NETBEANS-1215:
--

 Summary: Failed formatted paste with Java package import
 Key: NETBEANS-1215
 URL: https://issues.apache.org/jira/browse/NETBEANS-1215
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Formatting & Indentation
Affects Versions: 9.0
 Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
Runtime: Java(TM) SE Runtime Environment 10.0.2+13
System: Windows 7 version 6.1 running on amd64; Cp1250; cs_CZ (nb)
User directory: C:\Java\NetBeans\dev
Cache directory: C:\Java\NetBeans\cache\dev
Reporter: Vít Suchánek


Tried to do formatted paste in maven Java 8 web project, in Java class. I 
suppose the failure is related to import of Java package needed for pasted Java 
code.

Stacktrace:

java.lang.NoSuchMethodError: 
com.sun.tools.javac.code.Scope$NamedImportScope.(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
at 
org.netbeans.api.java.source.SourceUtils.resolveImport(SourceUtils.java:427)
at 
org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:154)
at 
org.netbeans.modules.java.editor.imports.ClipboardHandler$1.run(ClipboardHandler.java:126)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)
at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
at 
org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:683)
at 
org.netbeans.modules.java.editor.imports.ClipboardHandler.doImport(ClipboardHandler.java:126)
at 
org.netbeans.modules.java.editor.imports.ClipboardHandler.access$100(ClipboardHandler.java:113)
at 
org.netbeans.modules.java.editor.imports.ClipboardHandler$4$1.run(ClipboardHandler.java:216)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Caused: org.openide.util.RequestProcessor$FastItem: task failed due to




--
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-803) nb-javac 11 upgrade in NetBeans

2018-09-04 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-803:
---

nb-javac -11 uptake completed.
Updated nb-javac libs under libs.javacapi and libs.javacimpl. These are used 
for java modules tests.
Updated nb-javac plugin. We should be able to verify JDK 11 feature - var 
support in lambda parameters in editor, with nb-javac plugin installed and 
running IDE with JDK 11.


> nb-javac 11 upgrade in NetBeans 
> 
>
> Key: NETBEANS-803
> URL: https://issues.apache.org/jira/browse/NETBEANS-803
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: NB-JDK11, pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Should cover below tasks in NetBeans - nb-javac 11 testing :
>  * Run tests for modules java.completion, java.editor, java.editor.base, 
> java.hints, java.source, java.source.base,lib.nbjavac
>  * Update libs.javacimpl and libs.javacapi jars, upload updated nb-javac jars
>  * Upload nb-javac module jars in update center



--
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-803) nb-javac 11 upgrade in NetBeans

2018-09-04 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-803.
---
Resolution: Fixed

> nb-javac 11 upgrade in NetBeans 
> 
>
> Key: NETBEANS-803
> URL: https://issues.apache.org/jira/browse/NETBEANS-803
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: NB-JDK11, pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Should cover below tasks in NetBeans - nb-javac 11 testing :
>  * Run tests for modules java.completion, java.editor, java.editor.base, 
> java.hints, java.source, java.source.base,lib.nbjavac
>  * Update libs.javacimpl and libs.javacapi jars, upload updated nb-javac jars
>  * Upload nb-javac module jars in update center



--
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 (3505422 -> 4c29b9d)

2018-09-04 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

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


from 3505422  [NETBEANS-1074] Module Review libs.glassfish_logging
 add 4d6df74  [NETBEANS-946] PHP 7.3 support
 add b2084d4  [NETBEANS-946] PHP 7.3 support
 add 2ea9542  Increase specification version to 1.77.0
 new 4c29b9d  Merge pull request #840 from junichi11/php7.3-support

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.


Summary of changes:
 php/php.api.phpmodule/manifest.mf  |2 +-
 .../org/netbeans/modules/php/api/PhpVersion.java   |8 +-
 php/php.editor/nbproject/project.properties|2 +-
 php/php.editor/nbproject/project.xml   |2 +-
 .../modules/php/editor/parser/ASTPHP5Parser.java   | 2043 ++--
 .../modules/php/editor/parser/ASTPHP5Symbols.java  |2 +-
 .../php/editor/parser/EncodedActionTable1.java |  722 +++
 .../php/editor/parser/EncodedActionTable10.java|   90 +-
 .../php/editor/parser/EncodedActionTable11.java|  158 +-
 .../php/editor/parser/EncodedActionTable12.java|  124 +-
 .../php/editor/parser/EncodedActionTable13.java|  125 +-
 .../php/editor/parser/EncodedActionTable2.java | 1734 -
 .../php/editor/parser/EncodedActionTable3.java |  838 
 .../php/editor/parser/EncodedActionTable4.java |  234 +--
 .../php/editor/parser/EncodedActionTable5.java |  116 +-
 .../php/editor/parser/EncodedActionTable6.java |  216 +--
 .../php/editor/parser/EncodedActionTable7.java |  172 +-
 .../php/editor/parser/EncodedActionTable8.java |  336 ++--
 .../php/editor/parser/EncodedActionTable9.java |  138 +-
 .../editor/parser/astnodes/FunctionInvocation.java |   11 +-
 .../php/editor/parser/astnodes/ListVariable.java   |2 +
 .../modules/php/editor/resources/layer.xml |1 +
 .../editor/verification/PHP73UnhandledError.java   |  246 +++
 .../parser/functionCallTrailingCommas_01.pass  |  948 +
 .../parser/listReferenceAssignment_01.pass |  644 ++
 .../wrapping/functionCallTrailingCommas01.php  |   48 +
 .../functionCallTrailingCommas01.php.formatted |   50 +
 .../wrapping/functionCallTrailingCommas02.php  |   26 +
 .../functionCallTrailingCommas02.php.formatted |   37 +
 .../wrapping/functionCallTrailingCommas03.php  |   48 +
 .../functionCallTrailingCommas03.php.formatted |   49 +
 .../wrapping/functionCallTrailingCommas04.php  |   26 +
 .../functionCallTrailingCommas04.php.formatted |   27 +
 .../parser/functionCallTrailingCommas_01.php   |   69 +
 .../functionCallTrailingCommas_01.php.errors   |0
 .../parser/functionCallTrailingCommas_02.php   |2 +
 .../functionCallTrailingCommas_02.php.errors   |7 +
 .../parser/functionCallTrailingCommas_03.php   |2 +
 .../functionCallTrailingCommas_03.php.errors   |7 +
 .../parser/functionCallTrailingCommas_04.php   |2 +
 .../functionCallTrailingCommas_04.php.errors   |   10 +
 .../parser/listReferenceAssignment_01.php  |   14 +
 .../parser/listReferenceAssignment_01.php.errors   |0
 .../editor/indent/PHPFormatterWrappingTest.java|   25 +
 .../php/editor/parser/ASTPHP5ParserTest.java   |9 +
 .../php/editor/parser/PhpParserErrorTest.java  |   21 +
 php/php.editor/tools/ASTPHP5Parser.cup |6 +-
 47 files changed, 5877 insertions(+), 3522 deletions(-)
 create mode 100644 
php/php.editor/src/org/netbeans/modules/php/editor/verification/PHP73UnhandledError.java
 create mode 100644 
php/php.editor/test/unit/data/goldenfiles/org/netbeans/modules/php/editor/parser/ASTPHP5ParserTest/parser/functionCallTrailingCommas_01.pass
 create mode 100644 
php/php.editor/test/unit/data/goldenfiles/org/netbeans/modules/php/editor/parser/ASTPHP5ParserTest/parser/listReferenceAssignment_01.pass
 create mode 100644 
php/php.editor/test/unit/data/testfiles/formatting/wrapping/functionCallTrailingCommas01.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/formatting/wrapping/functionCallTrailingCommas01.php.formatted
 create mode 100644 
php/php.editor/test/unit/data/testfiles/formatting/wrapping/functionCallTrailingCommas02.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/formatting/wrapping/functionCallTrailingCommas02.php.formatted
 create mode 100644 
php/php.editor/test/unit/data/testfiles/formatting/wrapping/functionCallTrailingCommas03.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/formatting/wrapping/functionCallTrailingCommas03.php.formatted
 create mode 100644 
php/php.editor/test/unit/data/testfiles/formatting/wrapping/functionCallTrailingCommas04.ph

[incubator-netbeans] 01/01: Merge pull request #840 from junichi11/php7.3-support

2018-09-04 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

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

commit 4c29b9d843d56062fde56490f6cd044017b46fa8
Merge: 3505422 2ea9542
Author: Tomáš Myšík 
AuthorDate: Wed Sep 5 07:13:57 2018 +0200

Merge pull request #840 from junichi11/php7.3-support

 [NETBEANS-946] PHP 7.3 support

 php/php.api.phpmodule/manifest.mf  |2 +-
 .../org/netbeans/modules/php/api/PhpVersion.java   |8 +-
 php/php.editor/nbproject/project.properties|2 +-
 php/php.editor/nbproject/project.xml   |2 +-
 .../modules/php/editor/parser/ASTPHP5Parser.java   | 2043 ++--
 .../modules/php/editor/parser/ASTPHP5Symbols.java  |2 +-
 .../php/editor/parser/EncodedActionTable1.java |  722 +++
 .../php/editor/parser/EncodedActionTable10.java|   90 +-
 .../php/editor/parser/EncodedActionTable11.java|  158 +-
 .../php/editor/parser/EncodedActionTable12.java|  124 +-
 .../php/editor/parser/EncodedActionTable13.java|  125 +-
 .../php/editor/parser/EncodedActionTable2.java | 1734 -
 .../php/editor/parser/EncodedActionTable3.java |  838 
 .../php/editor/parser/EncodedActionTable4.java |  234 +--
 .../php/editor/parser/EncodedActionTable5.java |  116 +-
 .../php/editor/parser/EncodedActionTable6.java |  216 +--
 .../php/editor/parser/EncodedActionTable7.java |  172 +-
 .../php/editor/parser/EncodedActionTable8.java |  336 ++--
 .../php/editor/parser/EncodedActionTable9.java |  138 +-
 .../editor/parser/astnodes/FunctionInvocation.java |   11 +-
 .../php/editor/parser/astnodes/ListVariable.java   |2 +
 .../modules/php/editor/resources/layer.xml |1 +
 .../editor/verification/PHP73UnhandledError.java   |  246 +++
 .../parser/functionCallTrailingCommas_01.pass  |  948 +
 .../parser/listReferenceAssignment_01.pass |  644 ++
 .../wrapping/functionCallTrailingCommas01.php  |   48 +
 .../functionCallTrailingCommas01.php.formatted |   50 +
 .../wrapping/functionCallTrailingCommas02.php  |   26 +
 .../functionCallTrailingCommas02.php.formatted |   37 +
 .../wrapping/functionCallTrailingCommas03.php  |   48 +
 .../functionCallTrailingCommas03.php.formatted |   49 +
 .../wrapping/functionCallTrailingCommas04.php  |   26 +
 .../functionCallTrailingCommas04.php.formatted |   27 +
 .../parser/functionCallTrailingCommas_01.php   |   69 +
 .../functionCallTrailingCommas_01.php.errors   |1 +
 .../parser/functionCallTrailingCommas_02.php   |2 +
 .../functionCallTrailingCommas_02.php.errors   |7 +
 .../parser/functionCallTrailingCommas_03.php   |2 +
 .../functionCallTrailingCommas_03.php.errors   |7 +
 .../parser/functionCallTrailingCommas_04.php   |2 +
 .../functionCallTrailingCommas_04.php.errors   |   10 +
 .../parser/listReferenceAssignment_01.php  |   14 +
 .../parser/listReferenceAssignment_01.php.errors   |1 +
 .../editor/indent/PHPFormatterWrappingTest.java|   25 +
 .../php/editor/parser/ASTPHP5ParserTest.java   |9 +
 .../php/editor/parser/PhpParserErrorTest.java  |   21 +
 php/php.editor/tools/ASTPHP5Parser.cup |6 +-
 47 files changed, 5879 insertions(+), 3522 deletions(-)


-
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-1214) AnnotationAsSuperInterface hint should ignore AnnotationLiteral

2018-09-04 Thread JIRA
Łukasz Stosik created NETBEANS-1214:
---

 Summary: AnnotationAsSuperInterface hint should ignore 
AnnotationLiteral
 Key: NETBEANS-1214
 URL: https://issues.apache.org/jira/browse/NETBEANS-1214
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Hints
Affects Versions: 8.2, 9.0
Reporter: Łukasz Stosik
Assignee: Łukasz Stosik


Currently hint warns("Annotations should not be used as superinterfaces") about 
valid code that uses javax.enterprise.util.AnnotationLiteral like:
{code:java}

public @interface MyAnnontation {
}

class MyAnnontationLiteral extends AnnotationLiteral implements 
MyAnnontation {
}
{code}
Hint should ignore classes that are extending AnnotationLiteral.



--
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: [NETBEANS-1074] Module Review libs.glassfish_logging

2018-09-04 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing 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 3505422  [NETBEANS-1074] Module Review libs.glassfish_logging
3505422 is described below

commit 3505422fba61213498d2ec706fc8e9b0c05efb95
Author: Josh Juneau 
AuthorDate: Tue Sep 4 14:05:21 2018 -0500

[NETBEANS-1074] Module Review libs.glassfish_logging

- Added license header to binaries-list
- Repaired license file
- Scanned module and no other issues found
- Moved dependency coordinate to maven central
---
 libs.glassfish_logging/external/binaries-list  |  18 +-
 .../external/glassfish-logging-2.0-license.txt | 834 -
 .../external/logging-api-1.0.4-license.txt | 207 +
 .../nbproject/project.properties   |   2 +-
 libs.glassfish_logging/nbproject/project.xml   |   4 +-
 5 files changed, 227 insertions(+), 838 deletions(-)

diff --git a/libs.glassfish_logging/external/binaries-list 
b/libs.glassfish_logging/external/binaries-list
index 09c420b..4cc0036 100644
--- a/libs.glassfish_logging/external/binaries-list
+++ b/libs.glassfish_logging/external/binaries-list
@@ -1 +1,17 @@
-D813E05A06B587CD0FE36B00442EAB03C1431AA9 glassfish-logging-2.0.jar
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+1821AD7489A0A3D9241CCFFDD39FA734FF01305D com.sun.commons:logging-api:1.0.4
diff --git a/libs.glassfish_logging/external/glassfish-logging-2.0-license.txt 
b/libs.glassfish_logging/external/glassfish-logging-2.0-license.txt
deleted file mode 100644
index 9b0b9b4..000
--- a/libs.glassfish_logging/external/glassfish-logging-2.0-license.txt
+++ /dev/null
@@ -1,834 +0,0 @@
-Name: GlassFish Logging
-License: CDDL-GPL-2-CP
-OSR: 4101
-Description: GlassFish Logging
-Origin: Oracle (https://glassfish.dev.java.net/)
-Source: https://glassfish.dev.java.net/
-Version: 2.0
-
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-
-1. Definitions.
-
-1.1. "Contributor" means each individual or entity that
-creates or contributes to the creation of Modifications.
-
-1.2. "Contributor Version" means the combination of the
-Original Software, prior Modifications used by a
-Contributor (if any), and the Modifications made by that
-particular Contributor.
-
-1.3. "Covered Software" means (a) the Original Software, or
-(b) Modifications, or (c) the combination of files
-containing Original Software with files containing
-Modifications, in each case including portions thereof.
-
-1.4. "Executable" means the Covered Software in any form
-other than Source Code.
-
-1.5. "Initial Developer" means the individual or entity
-that first makes Original Software available under this
-License.
-
-1.6. "Larger Work" means a work which combines Covered
-Software or portions thereof with code not governed by the
-terms of this License.
-
-1.7. "License" means this document.
-
-1.8. "Licensable" means having the right to grant, to the
-maximum extent possible, whether at the time of the initial
-grant or subsequently acquired, any and all of the rights
-conveyed herein.
-
-1.9. "Modifications" means the Source Code and Executable
-form of any of the following:
-
-A. Any file that results from an addition to,
-deletion from or modification of the contents of a
-file containing Original Software or previous
-Modifications;
-
-B. Any new file that contains any part of the
-Original Software or previous Modification; or
-
-C. Any new file that is contributed or otherwise made
-available under the terms of this License.
-
-1.10. "Original Software" means the Source Code and
-Executable form of computer software code that is
-originally released under this License.
-
-1.11. "Patent Claims" means any patent claim(s), now owned
-or hereafter acquired, including without limitation,
-method, process, and apparatus claims, in any patent
-Licensable by grantor.
-
-1.12. "Source Code" means (a) the common form of computer
-software code in which modifications are made and (b)
-associated documentation included in or with such code.
-
-1.13. "You" (or "Your") mea

[jira] [Commented] (NETBEANS-1029) Run focused Test Method from extended class

2018-09-04 Thread Javier A. Ortiz (JIRA)


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

Javier A. Ortiz commented on NETBEANS-1029:
---

Testing on my case but I wouldn't be surprised it's on others. 

> Run focused Test Method from extended class
> ---
>
> Key: NETBEANS-1029
> URL: https://issues.apache.org/jira/browse/NETBEANS-1029
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - UnitTest Support
>Affects Versions: 8.2, 9.0
>Reporter: Javier A. Ortiz
>Priority: Major
>
> If having a test class that extends another one containing common test 
> methods there's no way to run a focused method of the tests on the extended 
> class.
> For example:
> {code:java}
> public abstract class BaseTestCase{
> public void test1(){
> ...
> }
> }
> {code}
> {code:java}
> public class MainTestCase{
> public void test2(){
> ...
> }
> }
> {code}
> There's no way to run test1 focused method. You can only do that in the 
> abstract class which would fail since is abstract.
> To work around that I have to do the following:
> * Run focused method from abstract class.
> * Stop the execution or wait for it to fail.
> * Click Re-run with different parameters.
> * Change the class the test is ran from i.e. BaseTestCase#test1 to 
> MainTestCase#test1



--
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] [Closed] (NETBEANS-1114) trojan found while installing Netbeans

2018-09-04 Thread JIRA


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

Jiří Kovalský closed NETBEANS-1114.
---
Resolution: Not A Problem

Since nobody was able to reproduce this I am closing this issue as not a 
problem anymore. Probably an intermittent issue or false positive alarm. Thanks 
to all who tried to help and contributed effort and time!

> trojan found while installing Netbeans
> --
>
> Key: NETBEANS-1114
> URL: https://issues.apache.org/jira/browse/NETBEANS-1114
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 8.2
> Environment: Win10 64
>Reporter: Johannes Hoffmann
>Priority: Major
>
> found by Windows Defender during the installation
> Trojan:Script/Cloxer.D!cl
> file: 
> C:\Users\User\AppData\Local\Temp\tmpnb\var\cache\netigso\org.eclipse.osgi\bundles\54\1\bundlefile



--
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] 01/01: Merge pull request #836 from slgriff/master

2018-09-04 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 9a60533086ff0cc3757ddad5de1f6cf94534ebd9
Merge: 0c0082d 15b7119
Author: Matthias Bläsing 
AuthorDate: Tue Sep 4 18:04:35 2018 +0200

Merge pull request #836 from slgriff/master

Correct various misspellings of the word 'success'.

 .../netbeans/modules/db/dataview/output/SQLExecutionHelper.java   | 8 
 .../netbeans/modules/db/dataview/output/SQLStatementExecutor.java | 4 ++--
 .../modules/nativeexecution/test/NativeExecutionBaseTestCase.java | 6 +++---
 .../netbeans/modules/docker/ui/wizard/DockerConnectionPanel.java  | 2 +-
 .../org/netbeans/api/project/libraries/LibrariesCustomizer.java   | 4 ++--
 .../modules/project/libraries/ui/LibrariesCustomizerAction.java   | 2 +-
 .../netbeans/modules/subversion/ui/wizards/CheckoutWizard.java| 2 +-
 .../org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties   | 2 +-
 .../org/netbeans/modules/xml/text/completion/XMLResultItem.java   | 2 +-
 .../modules/j2ee/weblogic9/deploy/WLIncrementalDeployment.java| 2 +-
 java/form/src/org/netbeans/modules/form/FormUtils.java| 2 +-
 .../src/org/netbeans/modules/form/wizard/ConnectionWizard.java| 2 +-
 .../modules/maven/api/execute/LateBoundPrerequisitesChecker.java  | 2 +-
 .../netbeans/modules/maven/api/execute/PrerequisitesChecker.java  | 2 +-
 .../test/qa-functional/data/PhpPerfTest/readme.html   | 2 +-
 .../test/unit/data/testfiles/sanitize/sanitize145494.php  | 4 ++--
 .../src/org/openide/explorer/propertysheet/PropertySheetTest.java | 4 ++--
 .../src/org/openide/windows/CloneableOpenSupport.java | 2 +-
 18 files changed, 27 insertions(+), 27 deletions(-)


-
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 (0c0082d -> 9a60533)

2018-09-04 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from 0c0082d  Update README.md (#827)
 add 15b7119  Correct various misspellings of the word 'success'.
 new 9a60533  Merge pull request #836 from slgriff/master

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.


Summary of changes:
 .../netbeans/modules/db/dataview/output/SQLExecutionHelper.java   | 8 
 .../netbeans/modules/db/dataview/output/SQLStatementExecutor.java | 4 ++--
 .../modules/nativeexecution/test/NativeExecutionBaseTestCase.java | 6 +++---
 .../netbeans/modules/docker/ui/wizard/DockerConnectionPanel.java  | 2 +-
 .../org/netbeans/api/project/libraries/LibrariesCustomizer.java   | 4 ++--
 .../modules/project/libraries/ui/LibrariesCustomizerAction.java   | 2 +-
 .../netbeans/modules/subversion/ui/wizards/CheckoutWizard.java| 2 +-
 .../org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties   | 2 +-
 .../org/netbeans/modules/xml/text/completion/XMLResultItem.java   | 2 +-
 .../modules/j2ee/weblogic9/deploy/WLIncrementalDeployment.java| 2 +-
 java/form/src/org/netbeans/modules/form/FormUtils.java| 2 +-
 .../src/org/netbeans/modules/form/wizard/ConnectionWizard.java| 2 +-
 .../modules/maven/api/execute/LateBoundPrerequisitesChecker.java  | 2 +-
 .../netbeans/modules/maven/api/execute/PrerequisitesChecker.java  | 2 +-
 .../test/qa-functional/data/PhpPerfTest/readme.html   | 2 +-
 .../test/unit/data/testfiles/sanitize/sanitize145494.php  | 4 ++--
 .../src/org/openide/explorer/propertysheet/PropertySheetTest.java | 4 ++--
 .../src/org/openide/windows/CloneableOpenSupport.java | 2 +-
 18 files changed, 27 insertions(+), 27 deletions(-)


-
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-1202) Add support for bundling and updating the bundled JRE for Platform applications (for Java 9+)

2018-09-04 Thread Austin Stephens (JIRA)


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

Austin Stephens commented on NETBEANS-1202:
---

RightI see you point. Maybe add an option to not export java modules?

> Add support for bundling and updating the bundled JRE for Platform 
> applications (for Java 9+)
> -
>
> Key: NETBEANS-1202
> URL: https://issues.apache.org/jira/browse/NETBEANS-1202
> Project: NetBeans
>  Issue Type: New Feature
>  Components: platform - Other
>Reporter: Austin Stephens
>Priority: Critical
>
> According to [Oracle ("End of Public 
> Updates")|http://www.oracle.com/technetwork/java/eol-135779.html], they do 
> not plan on migrating desktops from Java 8 to a later version via auto-update 
> and "... encourage application developers to [use the packaging options 
> introduced with Java SE 
> 9|https://blogs.oracle.com/java-platform-group/the-future-of-javafx-and-other-java-client-roadmap-updates]
>  to repackage and deliver their Java applications as stand-alone applications 
> that include their own custom runtimes."
> It would be wonderful if the NetBeans Platform could handle updating the 
> bundled JRE (as if it was a Netbeans Module) so it would be less of a 
> head-ache to get Java Security updates out and such.



--
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-1213) Please support localization bundles in UTF-8

2018-09-04 Thread Marco Herrn (JIRA)
Marco Herrn created NETBEANS-1213:
-

 Summary: Please support localization bundles in UTF-8
 Key: NETBEANS-1213
 URL: https://issues.apache.org/jira/browse/NETBEANS-1213
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 9.0
Reporter: Marco Herrn


Since Java 9 java i18n resource bundles can (finally) be encoded in UTF-8.
Editing these with netbeans 9 doesn't work however.

When editing a resource bundle with netbeans it always creates a file with 
unicode escape sequences (e.g. \u00fc for the german umlaut ü).

Even worse, files that are already in UTF-8 the entries are mangles in the IDE, 
since if interprets the characters wrong (e.g the german umlaut ü becomes ö).

UTF-8 should be the default for i18n resource bundles and unicode escape 
sequences supported.



--
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-1212) "Report Issue" link in help menu leads to the old issue tracking system

2018-09-04 Thread Marco Herrn (JIRA)
Marco Herrn created NETBEANS-1212:
-

 Summary: "Report Issue" link in help menu leads to the old issue 
tracking system
 Key: NETBEANS-1212
 URL: https://issues.apache.org/jira/browse/NETBEANS-1212
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Marco Herrn


The link Help/Report issue... still works in netbeans 9.0 but opens an issue 
mask for the old issue tracker and shows the available netbeans version up to 
8.2.

This should be updated to the correct issue tracker.



--
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-1211) Checkbox frames and Tab Frames not Rendering in Ubuntu18/OpenJDK11

2018-09-04 Thread Frank Font (JIRA)


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

Frank Font updated NETBEANS-1211:
-
Environment: OpenJDK v11 (installed via apt-get) on Ubuntu18 running in a 
Virtualbox 5 VM on a Windows10 host.  (was: OpenJKD v11 (installed via apt-get) 
on Ubuntu18 running in a Virtualbox 5 VM on a Windows10 host.)

> Checkbox frames and Tab Frames not Rendering in Ubuntu18/OpenJDK11
> --
>
> Key: NETBEANS-1211
> URL: https://issues.apache.org/jira/browse/NETBEANS-1211
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
> Environment: OpenJDK v11 (installed via apt-get) on Ubuntu18 running 
> in a Virtualbox 5 VM on a Windows10 host.
>Reporter: Frank Font
>Priority: Major
>
> The checkbox frames (the squares) and the tab outlines are not rendering.  
> For example, open the tools->plugins modal dialog and there is no visual 
> indication that a checkbox is present or that there are tabs along the top.
> If you click on the blank spaces where a checkbox should have been, a 
> checkmark appears.  If you click on the text where you assume a tab would be, 
> the content of the dialog changes.
> The only thing missing is the outlines — but that is enough to make the UI 
> unusable for anyone that has not memorized the layout of the dialog elements.



--
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-1211) Checkbox lines and Tab outlines not Rendering in Ubuntu18/OpenJDK11

2018-09-04 Thread Frank Font (JIRA)


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

Frank Font updated NETBEANS-1211:
-
Summary: Checkbox lines and Tab outlines not Rendering in 
Ubuntu18/OpenJDK11  (was: Checkbox frames and Tab Frames not Rendering in 
Ubuntu18/OpenJDK11)

> Checkbox lines and Tab outlines not Rendering in Ubuntu18/OpenJDK11
> ---
>
> Key: NETBEANS-1211
> URL: https://issues.apache.org/jira/browse/NETBEANS-1211
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
> Environment: OpenJDK v11 (installed via apt-get) on Ubuntu18 running 
> in a Virtualbox 5 VM on a Windows10 host.
>Reporter: Frank Font
>Priority: Major
>
> The checkbox frames (the squares) and the tab outlines are not rendering.  
> For example, open the tools->plugins modal dialog and there is no visual 
> indication that a checkbox is present or that there are tabs along the top.
> If you click on the blank spaces where a checkbox should have been, a 
> checkmark appears.  If you click on the text where you assume a tab would be, 
> the content of the dialog changes.
> The only thing missing is the outlines — but that is enough to make the UI 
> unusable for anyone that has not memorized the layout of the dialog elements.



--
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-1211) Checkbox frames and Tab Frames not Rendering in Ubuntu18/OpenJDK11

2018-09-04 Thread Frank Font (JIRA)
Frank Font created NETBEANS-1211:


 Summary: Checkbox frames and Tab Frames not Rendering in 
Ubuntu18/OpenJDK11
 Key: NETBEANS-1211
 URL: https://issues.apache.org/jira/browse/NETBEANS-1211
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 9.0
 Environment: OpenJKD v11 (installed via apt-get) on Ubuntu18 running 
in a Virtualbox 5 VM on a Windows10 host.
Reporter: Frank Font


The checkbox frames (the squares) and the tab outlines are not rendering.  For 
example, open the tools->plugins modal dialog and there is no visual indication 
that a checkbox is present or that there are tabs along the top.

If you click on the blank spaces where a checkbox should have been, a checkmark 
appears.  If you click on the text where you assume a tab would be, the content 
of the dialog changes.

The only thing missing is the outlines — but that is enough to make the UI 
unusable for anyone that has not memorized the layout of the dialog elements.



--
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-1109) Link to “known issues” on Apache NetBeans 9.0 release page broken

2018-09-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga resolved NETBEANS-1109.
-
Resolution: Fixed

> Link to “known issues” on Apache NetBeans 9.0 release page broken
> -
>
> Key: NETBEANS-1109
> URL: https://issues.apache.org/jira/browse/NETBEANS-1109
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: René Kraneis
>Priority: Minor
>
> The link for known issues on 
> https://netbeans.apache.org/download/nb90/nb90.html references 
> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0, but 
> this is not an existing page. If this should indicate “no known issues” there 
> should probably still be a page just saying that :-)



--
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-1109) Link to “known issues” on Apache NetBeans 9.0 release page broken

2018-09-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1109:
-

Should point here, and done that, so resolving:
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0

> Link to “known issues” on Apache NetBeans 9.0 release page broken
> -
>
> Key: NETBEANS-1109
> URL: https://issues.apache.org/jira/browse/NETBEANS-1109
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: René Kraneis
>Priority: Minor
>
> The link for known issues on 
> https://netbeans.apache.org/download/nb90/nb90.html references 
> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0, but 
> this is not an existing page. If this should indicate “no known issues” there 
> should probably still be a page just saying that :-)



--
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-website] branch asf-site updated: Automated site publishing by Jenkins build 157

2018-09-04 Thread git-site-role
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 9e27631  Automated site publishing by Jenkins build 157
9e27631 is described below

commit 9e276313fd533de93bff0bf08d1c3e8fc5ac2309
Author: jenkins 
AuthorDate: Tue Sep 4 13:35:41 2018 +

Automated site publishing by Jenkins build 157
---
 content/download/nb90/nb90.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/download/nb90/nb90.html b/content/download/nb90/nb90.html
index c6e2d45..aea7ad2 100644
--- a/content/download/nb90/nb90.html
+++ b/content/download/nb90/nb90.html
@@ -169,7 +169,7 @@
 
 Known issues
 
-Please visit https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0+Final+Release";>this
 confluence page for a list of known issues.
+Please visit https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0";>this
 confluence page for a list of known issues.
 
 
 


-
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-website] branch master updated: Update nb90.asciidoc

2018-09-04 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-website.git


The following commit(s) were added to refs/heads/master by this push:
 new cf61b63  Update nb90.asciidoc
cf61b63 is described below

commit cf61b6371b1ffb912dfcf47cb26d9563b670b871
Author: Geertjan Wielenga 
AuthorDate: Tue Sep 4 15:34:52 2018 +0200

Update nb90.asciidoc
---
 netbeans.apache.org/src/content/download/nb90/nb90.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb90/nb90.asciidoc 
b/netbeans.apache.org/src/content/download/nb90/nb90.asciidoc
index 529a343..d874a64 100644
--- a/netbeans.apache.org/src/content/download/nb90/nb90.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb90/nb90.asciidoc
@@ -83,4 +83,4 @@ As in any other Apache Project, the Apache NetBeans Community 
approved this rele
 
 === Known issues
 
-Please visit 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0+Final+Release[this
 confluence page] for a list of known issues.
+Please visit 
link:https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0[this
 confluence page] for a list of known issues.


-
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-1119) Broken link to NetBeans Slack channel

2018-09-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga resolved NETBEANS-1119.
-
Resolution: Fixed

Fixed the link to https://tinyurl.com/netbeans-slack-signup.

> Broken link to NetBeans Slack channel
> -
>
> Key: NETBEANS-1119
> URL: https://issues.apache.org/jira/browse/NETBEANS-1119
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Andreas Sewe
>Priority: Minor
>
> On [https://netbeans.apache.org/community/mailing-lists.html,] the link to 
> the NetBeans Slack channel ([https://netbeans.signup.team/)] is broken. The 
> target host answers to pings, but refuses connections on both ports 80 and 
> 443.



--
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-1119) Broken link to NetBeans Slack channel

2018-09-04 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1119:
-

https://tinyurl.com/netbeans-slack-signup is the new link that has been put on 
that page.

> Broken link to NetBeans Slack channel
> -
>
> Key: NETBEANS-1119
> URL: https://issues.apache.org/jira/browse/NETBEANS-1119
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Andreas Sewe
>Priority: Minor
>
> On [https://netbeans.apache.org/community/mailing-lists.html,] the link to 
> the NetBeans Slack channel ([https://netbeans.signup.team/)] is broken. The 
> target host answers to pings, but refuses connections on both ports 80 and 
> 443.



--
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-website] branch asf-site updated: Automated site publishing by Jenkins build 155

2018-09-04 Thread git-site-role
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 88b8885  Automated site publishing by Jenkins build 155
88b8885 is described below

commit 88b8885faa2f1df103a664bfb6a7ac39700aadc1
Author: jenkins 
AuthorDate: Tue Sep 4 13:16:36 2018 +

Automated site publishing by Jenkins build 155
---
 content/community/mailing-lists.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/community/mailing-lists.html 
b/content/community/mailing-lists.html
index d6ce391..4c14c52 100644
--- a/content/community/mailing-lists.html
+++ b/content/community/mailing-lists.html
@@ -279,7 +279,7 @@ are able to write to this mailing list.
 We also have a https://www.youtube.com/user/netbeansvideos";>YouTube channel.
 
 
-Meet other users in the unofficial https://netbeans.signup.team/";>NetBeans Slack channel
+Meet other users in the unofficial https://tinyurl.com/netbeans-slack-signup";>NetBeans Slack channel
 
 
 There is also a NetBeans IRC channel (#netbeans) on https://freenode.net/";>freenode.


-
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-website] branch master updated: Update mailing-lists.asciidoc

2018-09-04 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-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 80de984  Update mailing-lists.asciidoc
80de984 is described below

commit 80de9849a51bdd00681f7ce4ccf2c86396d332eb
Author: Geertjan Wielenga 
AuthorDate: Tue Sep 4 15:15:06 2018 +0200

Update mailing-lists.asciidoc
---
 netbeans.apache.org/src/content/community/mailing-lists.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/community/mailing-lists.asciidoc 
b/netbeans.apache.org/src/content/community/mailing-lists.asciidoc
index 6bba7be..006a2c6 100644
--- a/netbeans.apache.org/src/content/community/mailing-lists.asciidoc
+++ b/netbeans.apache.org/src/content/community/mailing-lists.asciidoc
@@ -115,7 +115,7 @@ Receive GitHub notifications whenever someone adds a 
comment to an issue and whe
 
 - You can follow us in link:https://www.facebook.com/NetBeans[Facebook] and 
link:https://twitter.com/netbeans[Twitter].
 - We also have a link:https://www.youtube.com/user/netbeansvideos[YouTube] 
channel.
-- Meet other users in the unofficial 
link:https://netbeans.signup.team/[NetBeans Slack channel]
+- Meet other users in the unofficial 
link:https://tinyurl.com/netbeans-slack-signup[NetBeans Slack channel]
 - There is also a NetBeans IRC channel (#netbeans) on 
link:https://freenode.net/[freenode].
 - Finally we use link:https://github.com/apache/incubator-netbeans[GitHub] as 
a source repository and 
link:https://issues.apache.org/jira/projects/NETBEANS/summary[JIRA] for issue 
reporting.
 


-
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-1210) [WEBSITE] Enable link tracking analysis for netbeans.apache.org

2018-09-04 Thread JIRA


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

Jiří Kovalský updated NETBEANS-1210:

Component/s: website

> [WEBSITE] Enable link tracking analysis for netbeans.apache.org
> ---
>
> Key: NETBEANS-1210
> URL: https://issues.apache.org/jira/browse/NETBEANS-1210
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Geertjan Wielenga
>Assignee: Sarvesh Kesharwani
>Priority: Major
>
> See the following references about how it is done elsewhere:
> https://issues.apache.org/jira/browse/FLEX-33361
> https://lists.apache.org/thread.html/0baa4c8bf35465608337f51d639c8d625bb5ce67f95f98320288c240@1358815212@%3Cdev.flex.apache.org%3E



--
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-1208) java.lang.AssertionError: LetExpr is not part of a public API

2018-09-04 Thread Stefan (JIRA)


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

Stefan updated NETBEANS-1208:
-
Affects Version/s: 9.0

> java.lang.AssertionError: LetExpr is not part of a public API
> -
>
> Key: NETBEANS-1208
> URL: https://issues.apache.org/jira/browse/NETBEANS-1208
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Stefan
>Priority: Major
> Attachments: StackTrace.txt
>
>
> Exception occurs while Background-Scanning:
>  
> ava.lang.AssertionError: LetExpr is not part of a public API
>  at com.sun.tools.javac.tree.JCTree$LetExpr.getKind(JCTree.java:2954)
>  at com.sun.source.util.TreePath.(TreePath.java:106)
>  at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:80)
>  at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
>  at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
>  at 
> com.sun.source.util.TreeScanner.visitExpressionStatement(TreeScanner.java:433)
>  at 
> com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1466)
>  at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>  at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
>  at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
>  at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>  at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1038)
>  at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
> 



--
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: Update README.md (#827)

2018-09-04 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

junichi11 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 0c0082d  Update README.md (#827)
0c0082d is described below

commit 0c0082d5996a77725c104b8affc7ed62e428cabd
Author: Junichi Yamamoto 
AuthorDate: Tue Sep 4 21:56:08 2018 +0900

Update README.md (#827)

- Add short explanations for basic and full
---
 README.md | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aa22a3c..2b8f361 100644
--- a/README.md
+++ b/README.md
@@ -43,15 +43,25 @@ Apache NetBeans is an open source development environment, 
tooling platform, and
 
 ### Building NetBeans
 
-Build the full project:
+Build the basic project (mainly, JavaSE features):
 ```
 $ ant
 ```
+or
+```
+$ ant -Dcluster.config=basic
+```
+Build the full project (including Groovy, PHP, JavaEE/JakartaEE, and 
JavaScript features):
+```
+$ ant -Dcluster.confg=full
+```
 Build the NetBeans Platform:
 ```
 $ ant -Dcluster.config=platform
 ```
 
+**Note:** You can also use `php`, `enterprise`, e.t.c. See the 
[cluster.properties](https://github.com/apache/incubator-netbeans/blob/master/nbbuild/cluster.properties)
 file.
+
 ### Running NetBeans
 
 Run the build:


-
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-1210) [WEBSITE] Enable link tracking analysis for netbeans.apache.org

2018-09-04 Thread Geertjan Wielenga (JIRA)
Geertjan Wielenga created NETBEANS-1210:
---

 Summary: [WEBSITE] Enable link tracking analysis for 
netbeans.apache.org
 Key: NETBEANS-1210
 URL: https://issues.apache.org/jira/browse/NETBEANS-1210
 Project: NetBeans
  Issue Type: Task
Reporter: Geertjan Wielenga
Assignee: Sarvesh Kesharwani


See the following references about how it is done elsewhere:

https://issues.apache.org/jira/browse/FLEX-33361
https://lists.apache.org/thread.html/0baa4c8bf35465608337f51d639c8d625bb5ce67f95f98320288c240@1358815212@%3Cdev.flex.apache.org%3E



--
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-946) PHP 7.3 support

2018-09-04 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-946:

Labels: pull-request-available  (was: )

> PHP 7.3 support
> ---
>
> Key: NETBEANS-946
> URL: https://issues.apache.org/jira/browse/NETBEANS-946
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>
> https://wiki.php.net/rfc#php_73



--
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-804) Update any dependent code for JDK11 Class-file format change

2018-09-04 Thread Jan Lahoda (JIRA)


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

Jan Lahoda commented on NETBEANS-804:
-

The most important module to update is java/classfile. Also, it would be good 
to verify that Apache Ant can handle such classfiles, and that we have a 
version that can use handle them.

 

There are several more classfile readers, but, hopefully, somewhat less 
important. I guess I'd suggest to search for "cafebabe" (case insensitive), 
should give a (probably incomplete) list of candidate classfile readers.

> Update any dependent code for JDK11 Class-file format change 
> -
>
> Key: NETBEANS-804
> URL: https://issues.apache.org/jira/browse/NETBEANS-804
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: NB-JDK11
>
> [http://openjdk.java.net/jeps/309]
> Need to update any code that depends on class-file format for changes in 
> above jep.



--
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 (69af730 -> 13382d6)

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

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


from 69af730  Merge pull request #819 from rtaneja1/rtaneja/netbeans-209
 add f59a1e6  Presence of LambdaMetafactory is enough to turn on support 
for lamda functions
 new 13382d6  Merge pull request #824 from dukescript/LamdaForWeb

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.


Summary of changes:
 .../src/org/netbeans/modules/java/source/parsing/JavacParser.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


-
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] 01/01: Merge pull request #824 from dukescript/LamdaForWeb

2018-09-04 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

commit 13382d63c863350ca8a19ddfcfb0f8734c8e17c7
Merge: 69af730 f59a1e6
Author: Geertjan Wielenga 
AuthorDate: Tue Sep 4 13:59:11 2018 +0200

Merge pull request #824 from dukescript/LamdaForWeb

Enable source=1.8 for Java Frontend Web Application

 .../src/org/netbeans/modules/java/source/parsing/JavacParser.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


-
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] 01/01: Merge pull request #819 from rtaneja1/rtaneja/netbeans-209

2018-09-04 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

commit 69af73026c4020dc81a5f85469218e03f2a9d65c
Merge: cdabda4 1acd9c6
Author: Geertjan Wielenga 
AuthorDate: Tue Sep 4 13:57:10 2018 +0200

Merge pull request #819 from rtaneja1/rtaneja/netbeans-209

[NETBEANS-1021] Hide use explicit param hint if params syntax invalid

 .../modules/java/hints/suggestions/Lambda.java |  5 +
 .../modules/java/hints/suggestions/LambdaTest.java | 25 ++
 2 files changed, 30 insertions(+)



-
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 (cdabda4 -> 69af730)

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

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


from cdabda4  Merge pull request #832 from matthiasblaesing/netbeans-1171-2
 add 1acd9c6  [NETBEANS-1021] Hide use explicit parameters type hint if 
params syntax invalid
 new 69af730  Merge pull request #819 from rtaneja1/rtaneja/netbeans-209

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.


Summary of changes:
 .../modules/java/hints/suggestions/Lambda.java |  5 +
 .../modules/java/hints/suggestions/LambdaTest.java | 25 ++
 2 files changed, 30 insertions(+)


-
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-1009) Tracking bug for JDK11 - JEP 335 Deprecate the Nashorn JavaScript Engine

2018-09-04 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach reassigned NETBEANS-1009:
-

Assignee: Svatopluk Dedic

> Tracking bug for JDK11 - JEP 335 Deprecate the Nashorn JavaScript Engine
> 
>
> Key: NETBEANS-1009
> URL: https://issues.apache.org/jira/browse/NETBEANS-1009
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: jdk11
>
> Tracking bug for changes that may be required for JEP 335 for JDK 11.
> http://openjdk.java.net/jeps/335



--
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 (f0f49d7 -> cdabda4)

2018-09-04 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from f0f49d7  Merge pull request #831 from vikasprabhakar/var_jdk11_support
 add 8880e7d  [NETBEANS-1171] Ensure tlddoc can be build if invoked outside 
project directory
 add a7ec2cd  Fix handling generated files - they need to be added to 
referencedBinaries
 new cdabda4  Merge pull request #832 from matthiasblaesing/netbeans-1171-2

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.


Summary of changes:
 .../nbbuild/extlibs/VerifyLibsAndLicenses.java | 42 --
 web.core.syntax/build.xml  | 36 +--
 2 files changed, 42 insertions(+), 36 deletions(-)


-
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] 01/01: Merge pull request #832 from matthiasblaesing/netbeans-1171-2

2018-09-04 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit cdabda458f022160e70f348438a84dc6bc6bc449
Merge: f0f49d7 a7ec2cd
Author: Matthias Bläsing 
AuthorDate: Tue Sep 4 13:53:23 2018 +0200

Merge pull request #832 from matthiasblaesing/netbeans-1171-2

[NETBEANS-1171] Ensure tlddoc can be build if invoked outside project…

 .../nbbuild/extlibs/VerifyLibsAndLicenses.java | 42 --
 web.core.syntax/build.xml  | 36 +--
 2 files changed, 42 insertions(+), 36 deletions(-)


-
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-805) update any dependencies on Java EE and CORBA modules

2018-09-04 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-805:
---

https://github.com/apache/incubator-netbeans/pull/833

ide/db and ide/derby were using Holder class.  PR by Matthias recode to avoid 
this usage.

> update any dependencies on Java EE and CORBA modules
> 
>
> Key: NETBEANS-805
> URL: https://issues.apache.org/jira/browse/NETBEANS-805
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: NB-JDK11
>
> [http://openjdk.java.net/jeps/320]
> These modules are removed from Java SE, so dependencies need to be updated. 



--
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-1209) Does not load Linux bash environment variables, even when started from terminal

2018-09-04 Thread Rob G (JIRA)


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

Rob G commented on NETBEANS-1209:
-

There was resistance against fixing this in the aforementioned Bugzilla report, 
but as the replies there pointed out, this really does need to be fixed. It's 
embarrassing that Netbeans completely ignores the Bash environment.

> Does not load Linux bash environment variables, even when started from 
> terminal
> ---
>
> Key: NETBEANS-1209
> URL: https://issues.apache.org/jira/browse/NETBEANS-1209
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Rob G
>Priority: Critical
>
> We have had to change a Linux/Bash environment variable, which is needed as 
> part of our CMake build process. However, Netbeans does not load the 
> Linux/Bash environment variables when launched from the GUI, so I cannot 
> build.
> I have read Netbeans should load the environment if started from the 
> terminal, but this does not appear to be the case (unless there is a specific 
> switch I need to use?).
> Regardless, Netbeans should load the Linux/Bash environment independent of 
> how it is launched. 
> This issue was also reported in 2017 and the comments are valid:
> https://netbeans.org/bugzilla/show_bug.cgi?id=262404



--
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-1209) Does not load Linux bash environment variables, even when started from terminal

2018-09-04 Thread Rob G (JIRA)
Rob G created NETBEANS-1209:
---

 Summary: Does not load Linux bash environment variables, even when 
started from terminal
 Key: NETBEANS-1209
 URL: https://issues.apache.org/jira/browse/NETBEANS-1209
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2
Reporter: Rob G


We have had to change a Linux/Bash environment variable, which is needed as 
part of our CMake build process. However, Netbeans does not load the Linux/Bash 
environment variables when launched from the GUI, so I cannot build.

I have read Netbeans should load the environment if started from the terminal, 
but this does not appear to be the case (unless there is a specific switch I 
need to use?).

Regardless, Netbeans should load the Linux/Bash environment independent of how 
it is launched. 

This issue was also reported in 2017 and the comments are valid:

https://netbeans.org/bugzilla/show_bug.cgi?id=262404



--
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] 01/01: Merge pull request #831 from vikasprabhakar/var_jdk11_support

2018-09-04 Thread rtaneja
This is an automated email from the ASF dual-hosted git repository.

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

commit f0f49d794ca84e931cbcc67c7eb59da35687ec5f
Merge: 3219187 05dbc2c
Author: Reema Taneja <32299405+rtane...@users.noreply.github.com>
AuthorDate: Tue Sep 4 15:29:57 2018 +0530

Merge pull request #831 from vikasprabhakar/var_jdk11_support

[NetBeans-1181]Disable hint 'Use var parameter types' for empty param…

 .../org/netbeans/modules/java/hints/suggestions/Lambda.java | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)


-
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 (3219187 -> f0f49d7)

2018-09-04 Thread rtaneja
This is an automated email from the ASF dual-hosted git repository.

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


from 3219187  Merge pull request #833 from matthiasblaesing/remove-jaxws-dep
 add 05dbc2c  [NetBeans-1181]Disable hint 'Use var parameter types' for 
empty parameter list\
 new f0f49d7  Merge pull request #831 from vikasprabhakar/var_jdk11_support

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.


Summary of changes:
 .../org/netbeans/modules/java/hints/suggestions/Lambda.java | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)


-
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-1208) java.lang.AssertionError: LetExpr is not part of a public API

2018-09-04 Thread Stefan (JIRA)
Stefan created NETBEANS-1208:


 Summary: java.lang.AssertionError: LetExpr is not part of a public 
API
 Key: NETBEANS-1208
 URL: https://issues.apache.org/jira/browse/NETBEANS-1208
 Project: NetBeans
  Issue Type: Bug
Reporter: Stefan
 Attachments: StackTrace.txt

Exception occurs while Background-Scanning:

 

ava.lang.AssertionError: LetExpr is not part of a public API
 at com.sun.tools.javac.tree.JCTree$LetExpr.getKind(JCTree.java:2954)
 at com.sun.source.util.TreePath.(TreePath.java:106)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:80)
 at 
org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
 at 
org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
 at 
com.sun.source.util.TreeScanner.visitExpressionStatement(TreeScanner.java:433)
 at 
com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1466)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
 at 
org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
 at 
org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
 at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
 at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
 at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1038)
 at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)





--
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] [Comment Edited] (NETBEANS-390) Please add postfix completion

2018-09-04 Thread Alexander Graf (JIRA)


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

Alexander Graf edited comment on NETBEANS-390 at 9/4/18 7:21 AM:
-

OK, I see. So the difference is when the completion is initiated, correct? Can 
you give an example how postfix completion is more productive than templates? 
Just to convince me and others to vote for this feature. I currently don't see 
an improvement, because the two features look similar. As I understand it, this 
is what you would type:
 * if.cond (for postfix *edit: no it is not*)
 * cond.if (for postfix)
 * ifcond (for code template; note that the cursor is automatically 
moved to type the condition)

Both variants have the exact same number of key strokes. How is postfix better? 
Or is it just a matter of taste? (Which of course would be a fine argument for 
a feature request, too; Don't get me wrong.)


was (Author: alibabashack):
OK, I see. So the difference is when the completion is initiated, correct? Can 
you give an example how postfix completion is more productive than templates? 
Just to convince me and others to vote for this feature. I currently don't see 
an improvement, because the two features look similar. As I understand it, this 
is what you would type:
* if.cond (for postfix)
* ifcond (for code template; note that the cursor is automatically 
moved to type the condition)

Both variants have the exact same number of key strokes. How is postfix better? 
Or is it just a matter of taste? (Which of course would be a fine argument for 
a feature request, too; Don't get me wrong.)

> Please add postfix completion
> -
>
> Key: NETBEANS-390
> URL: https://issues.apache.org/jira/browse/NETBEANS-390
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Code Completion, editor - Completion & 
> Templates, editor - CSL (API & infrastructure)
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> It would be great, if we can have postfix completion like in IntelliJ:
> `myValue.if -> see code completion or not -> tab or enter on the right 
> suggestion`
> will expand to:
> {code:java}
> if(myValue) {
> }
> {code}
> This feature should be specified for each language that NetBeans supports, 
> because it is needed for most of such languages, but I will create sub tasks 
> for them too.
> Cheers
> Chris



--
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-390) Please add postfix completion

2018-09-04 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-390:
-

Postfix is when your stuff comes after your variable as I wrote it earlier. 
Here is another example: `myVar.if -> tab -> if(myVar){}` or for JS e.g. 
`testVar.log -> tab -> console.log(testVar)`. It is not for if.myVar or smth 
like that. Every command for completion, comes after the variable.

> Please add postfix completion
> -
>
> Key: NETBEANS-390
> URL: https://issues.apache.org/jira/browse/NETBEANS-390
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Code Completion, editor - Completion & 
> Templates, editor - CSL (API & infrastructure)
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> It would be great, if we can have postfix completion like in IntelliJ:
> `myValue.if -> see code completion or not -> tab or enter on the right 
> suggestion`
> will expand to:
> {code:java}
> if(myValue) {
> }
> {code}
> This feature should be specified for each language that NetBeans supports, 
> because it is needed for most of such languages, but I will create sub tasks 
> for them too.
> Cheers
> Chris



--
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-390) Please add postfix completion

2018-09-04 Thread JIRA


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

Tomáš Poledný commented on NETBEANS-390:


There is blog with examples from JetBrains about [postfix 
completion|https://blog.jetbrains.com/idea/2014/03/postfix-completion/] .
It is more nature write variable name first then if statement (this is my 
opinion). It is like calling function. 

> Please add postfix completion
> -
>
> Key: NETBEANS-390
> URL: https://issues.apache.org/jira/browse/NETBEANS-390
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Code Completion, editor - Completion & 
> Templates, editor - CSL (API & infrastructure)
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> It would be great, if we can have postfix completion like in IntelliJ:
> `myValue.if -> see code completion or not -> tab or enter on the right 
> suggestion`
> will expand to:
> {code:java}
> if(myValue) {
> }
> {code}
> This feature should be specified for each language that NetBeans supports, 
> because it is needed for most of such languages, but I will create sub tasks 
> for them too.
> Cheers
> Chris



--
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