[jira] [Commented] (NETBEANS-467) maven artifacts for Apache NetBeans Platform need to be created and hosted

2018-11-12 Thread Rami Swailem (JIRA)


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

Rami Swailem commented on NETBEANS-467:
---

I'm using this code on Linux:

cd ~/NetBeansProjects/incubator-netbeans/;

git fetch;

git pull;

export JAVA_HOME=/usr/lib/jvm/jdk1.8.0_192;

echo $JAVA_HOME;

update-alternatives --set java /usr/lib/jvm/jdk1.8.0_192/bin/java;

update-alternatives --set javac /usr/lib/jvm/jdk1.8.0_192/bin/javac;

ant -Dcluster.config=full build build-nbms generate-uc-catalog 
build-source-zips; 

 mvn org.codehaus.mojo:nb-repository-plugin:1.4-SNAPSHOT:populate\

 -DdeployUrl=file:root/.m2/repository/\

 -DgeneratePom=true\

 -DnetbeansNbmDirectory=./nbbuild/nbms\

 -DnetbeansInstallDirectory=./nbbuild/netbeans\

 -DnetbeansSourcesDirectory=./nbbuild/build/source-zips\

 -DforcedVersion=RELEASE10\

 -DgroupIdPrefix=org.apache.netbeans\

 -Ddetail=true;

export JAVA_HOME=/usr/lib/jvm/jdk-11.0.1;

echo $JAVA_HOME;

update-alternatives --set java /usr/lib/jvm/jdk-11.0.1/bin/java;

update-alternatives --set javac /usr/lib/jvm/jdk-11.0.1/bin/javac;

> maven artifacts for Apache NetBeans Platform  need to be created and hosted
> ---
>
> Key: NETBEANS-467
> URL: https://issues.apache.org/jira/browse/NETBEANS-467
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Eric Barboni
>Priority: Critical
>  Labels: NETBEANS-9
>
> Hi (hope I did not miss mails on this topic),
>  During test on maven NetCAT, testers are told to create and generate 
> mavenized NetBeans Platform Module and Suite.
>  Maven archetype for Netbeans platform module [1] are linked to artefacts 
> stored in  [2] (RELEASE 6 to 8.2) and it is also possible to use snapshot 
> versions from [3]
> Artefacts are generated from Oracle NetBeans sources at the moment, RELEASE* 
> artefact were built from a specific build, SNAPSHOT artefact are refreshed 
> every day with no history (I suppose for space reason).
>  
> It would be nice to recreate a workflow to  regenerate maven artefacts for 
> the Apache NetBeans Platform from Apache NetBeans sources.
>  
> [1][https://github.com/mojohaus/nbm-archetype/]
> [2][https://bits.netbeans.org/nexus]
> [3][https://bits.netbeans.org/dev/maven-snapshot/|http://bits.netbeans.org/dev/maven-snapshot/]
>  
>  
>  



--
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: Updated Snapcraft files for Dev version

2018-11-12 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi 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 53f4d8f  Updated Snapcraft files for Dev version
53f4d8f is described below

commit 53f4d8faf53842342b5b972ce114e7e877bd8618
Author: Laszlo Kishalmi 
AuthorDate: Mon Nov 12 23:06:38 2018 -0800

Updated Snapcraft files for Dev version
---
 nbbuild/packaging/snap/gui/netbeans.desktop | 4 ++--
 nbbuild/packaging/snap/snapcraft.yaml   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/nbbuild/packaging/snap/gui/netbeans.desktop 
b/nbbuild/packaging/snap/gui/netbeans.desktop
index a872037..14aff2f 100644
--- a/nbbuild/packaging/snap/gui/netbeans.desktop
+++ b/nbbuild/packaging/snap/gui/netbeans.desktop
@@ -18,8 +18,8 @@
 Type=Application
 Encoding=UTF-8
 Name=NetBeans Dev
-Comment=The Smarter Way to Code
+Comment=Apache NetBeans, The Smarter Way to Code
 Exec=netbeans %F
-Categories=Application;Development;Java;IDE
+Categories=Application;Development;Java;PHP;JS;JavaScript;IDE
 Icon=${SNAP}/meta/gui/icon.png
 Terminal=false
diff --git a/nbbuild/packaging/snap/snapcraft.yaml 
b/nbbuild/packaging/snap/snapcraft.yaml
index bb9be08..0994bd8 100644
--- a/nbbuild/packaging/snap/snapcraft.yaml
+++ b/nbbuild/packaging/snap/snapcraft.yaml
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 name: netbeans
-version: "9.0-dev"
+version: "Dev"
 summary: NetBeans Java IDE
 description: |
   NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and 
@@ -23,7 +23,7 @@ description: |
   CSS. The IDE also provides a great set of tools for PHP and C/C++ developers.
   It is free and open source and has a large community of users and developers
   around the world. 
-icon: ../../ide.branding/release/netbeans.png
+icon: ../../platform/core.startup/src/org/netbeans/core/startup/frame512.png
 confinement: classic
 grade: devel
 architectures: [ amd64 ]
@@ -47,6 +47,7 @@ parts:
 # Make the default cache and data directory relative to Snap user 
directory
 sed -i 's/${HOME}\/.netbeans/${SNAP_USER_COMMON}\/data/' 
$SNAPCRAFT_PART_INSTALL/netbeans/bin/netbeans
 sed -i 's/${HOME}\/.cache\/netbeans/${SNAP_USER_COMMON}\/cache/' 
$SNAPCRAFT_PART_INSTALL/netbeans/bin/netbeans
+sed -i 
's/-J-Dapple.laf.useScreenMenuBar=true/-J-Dapple.laf.useScreenMenuBar=true 
-J-Dawt.useSystemAAFontSettings=on/' 
$SNAPCRAFT_PART_INSTALL/netbeans/etc/netbeans.conf
 stage:
 - $netbeans
 


-
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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


Line 735 Types.java has 
throw failure("not.a.functional.intf", origin);

https://hg.netbeans.org/main/nb-java-x/file/tip/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java

/**
 * Compute the function descriptor associated with a given functional 
interface
 */
public FunctionDescriptor findDescriptorInternal(TypeSymbol origin,
CompoundScope membersCache) throws 
FunctionDescriptorLookupError {
if (!origin.isInterface() || (origin.flags() & ANNOTATION) != 0) {
//t must be an interface
throw failure("not.a.functional.intf", origin);
}

Added catch to check which class has issue, got : [exec] SEVERE 
[org.netbeans.modules.java.source.indexing.JavaIndex]:  is not a 
functional interface

So it looks like some issue with the project, but it's coming only from 
indexing code. Will check without nb-javac as well.


> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at 

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

2018-11-12 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 e37ea3b  Automated site publishing by Jenkins build 171
e37ea3b is described below

commit e37ea3b60d9d9a884bebe1ae130f59abcb5aa308
Author: jenkins 
AuthorDate: Tue Nov 13 06:30:12 2018 +

Automated site publishing by Jenkins build 171
---
 content/community/mailing-lists.html | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/community/mailing-lists.html 
b/content/community/mailing-lists.html
index 1671b1d..564d2a9 100644
--- a/content/community/mailing-lists.html
+++ b/content/community/mailing-lists.html
@@ -127,7 +127,7 @@ for Java, JavaScript, C/C++, or any other language or 
technology, whether as use
 To subscribe please send an email to: mailto:users-subscr...@netbeans.incubator.apache.org;>users-subscr...@netbeans.incubator.apache.org
 
 
-To ununsubscribe please send an email to: mailto:users-unsubscr...@netbeans.incubator.apache.org;>users-unsubscr...@netbeans.incubator.apache.org
+To unsubscribe please send an email to: mailto:users-unsubscr...@netbeans.incubator.apache.org;>users-unsubscr...@netbeans.incubator.apache.org
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-netbeans-users/;>See 
the Apache mailing list archive
@@ -154,7 +154,7 @@ via events and tutorials, etc.
 To subscribe please send an email to: mailto:dev-subscr...@netbeans.incubator.apache.org;>dev-subscr...@netbeans.incubator.apache.org
 
 
-To ununsubscribe please send an email to: mailto:dev-unsubscr...@netbeans.incubator.apache.org;>dev-unsubscr...@netbeans.incubator.apache.org
+To unsubscribe please send an email to: mailto:dev-unsubscr...@netbeans.incubator.apache.org;>dev-unsubscr...@netbeans.incubator.apache.org
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-netbeans-dev/;>See the 
Apache mailing list archive
@@ -179,7 +179,7 @@ via events and tutorials, etc.
 To subscribe please send an email to: mailto:netcat-subscr...@netbeans.incubator.apache.org;>netcat-subscr...@netbeans.incubator.apache.org
 
 
-To ununsubscribe please send an email to: mailto:netcat-unsubscr...@netbeans.incubator.apache.org;>netcat-unsubscr...@netbeans.incubator.apache.org
+To unsubscribe please send an email to: mailto:netcat-unsubscr...@netbeans.incubator.apache.org;>netcat-unsubscr...@netbeans.incubator.apache.org
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-netbeans-netcat/;>See 
the Apache mailing list archive
@@ -207,7 +207,7 @@ are able to write to this mailing list.
 To subscribe please send an email to: mailto:announce-subscr...@netbeans.incubator.apache.org;>announce-subscr...@netbeans.incubator.apache.org
 
 
-To ununsubscribe please send an email to: mailto:announce-unsubscr...@netbeans.incubator.apache.org;>announce-unsubscr...@netbeans.incubator.apache.org
+To unsubscribe please send an email to: mailto:announce-unsubscr...@netbeans.incubator.apache.org;>announce-unsubscr...@netbeans.incubator.apache.org
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-netbeans-announce/;>See
 the Apache mailing list archive
@@ -229,7 +229,7 @@ are able to write to this mailing list.
 To subscribe please send an email to: mailto:commits-subscr...@netbeans.incubator.apache.org;>commits-subscr...@netbeans.incubator.apache.org
 
 
-To ununsubscribe please send an email to: mailto:commits-unsubscr...@netbeans.incubator.apache.org;>commits-unsubscr...@netbeans.incubator.apache.org
+To unsubscribe please send an email to: mailto:commits-unsubscr...@netbeans.incubator.apache.org;>commits-unsubscr...@netbeans.incubator.apache.org
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-netbeans-commits/;>See 
the Apache mailing list archive
@@ -254,7 +254,7 @@ are able to write to this mailing list.
 To subscribe please send an email to: mailto:notifications-subscr...@netbeans.incubator.apache.org;>notifications-subscr...@netbeans.incubator.apache.org
 
 
-To ununsubscribe please send an email to: mailto:notifications-unsubscr...@netbeans.incubator.apache.org;>notifications-unsubscr...@netbeans.incubator.apache.org
+To unsubscribe please send an email to: mailto:notifications-unsubscr...@netbeans.incubator.apache.org;>notifications-unsubscr...@netbeans.incubator.apache.org
 
 
 http://mail-archives.apache.org/mod_mbox/incubator-netbeans-notifications/;>See
 the Apache mailing list archive


-
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: Style GitHub with capitalization (#87)

2018-11-12 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

vieiro 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 34c978e  Style GitHub with capitalization (#87)
34c978e is described below

commit 34c978e3e40d3b91eaf5e2c058c8055462b73e2f
Author: Andrew Janke 
AuthorDate: Tue Nov 13 01:29:51 2018 -0500

Style GitHub with capitalization (#87)

gitub -> GitHub.
---
 bits.netbeans.org/README.asciidoc  |  2 +-
 netbeans.apache.org/src/content/download/index.asciidoc|  4 ++--
 .../src/content/participate/submit-pr.asciidoc | 14 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/bits.netbeans.org/README.asciidoc 
b/bits.netbeans.org/README.asciidoc
index 4ce23e5..3efc5da 100644
--- a/bits.netbeans.org/README.asciidoc
+++ b/bits.netbeans.org/README.asciidoc
@@ -5,7 +5,7 @@ This directory will be responsible for building the 
bits.netbeans.org website.
 It currently has a `build.xml` file that builds the NetBeans javadoc and 
extracts it in the `javadoc` directory.
 
 == TODO:
-  - Improve the `build.xml` file to take into account github branches and 
NetBeans releases.
+  - Improve the `build.xml` file to take into account GitHub branches and 
NetBeans releases.
   - Build javadoc zip files?
   - Build other parts of http://bits.netbeans.org
   - Publish this somewhere (http://bits.apache.netbeans.org?)
diff --git a/netbeans.apache.org/src/content/download/index.asciidoc 
b/netbeans.apache.org/src/content/download/index.asciidoc
index bfacf9a..63c6af6 100644
--- a/netbeans.apache.org/src/content/download/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/index.asciidoc
@@ -81,7 +81,7 @@ link:https://jenkins.io/index.html[Jenkins] is quite busy 
link:https://builds.ap
 
 You can of course build Apache NetBeans from source. To do so:
 
-. Clone the https://github.com/apache/incubator-netbeans github repository.
+. Clone the https://github.com/apache/incubator-netbeans GitHub repository.
 . Install Oracle's Java 8 or Open JDK v8.
 . Install Apache Ant 1.10 or greater (https://ant.apache.org/).
 
@@ -103,7 +103,7 @@ This is a list of Apache NetBeans (incubating) repositories:
 - https://github.com/apache/incubator-netbeans The main source code repository.
 - https://github.com/apache/incubator-netbeans-website This website's 
repository.
 - https://github.com/apache/incubator-netbeans-website-cleanup A repository 
used to clean up existing documentation from http://netbeans.org
-- Emilian Bold has converted the previous Mercurial repository 
(http://hg.netbeans.org) to git, for historical reference, and has kindly 
uploaded it to github at https://github.com/emilianbold/netbeans-releases. 
Thanks, Emilian!
+- Emilian Bold has converted the previous Mercurial repository 
(http://hg.netbeans.org) to git, for historical reference, and has kindly 
uploaded it to GitHub at https://github.com/emilianbold/netbeans-releases. 
Thanks, Emilian!
 
 [[previous]]
 == Previous NetBeans versions
diff --git a/netbeans.apache.org/src/content/participate/submit-pr.asciidoc 
b/netbeans.apache.org/src/content/participate/submit-pr.asciidoc
index c203727..6d426a5 100644
--- a/netbeans.apache.org/src/content/participate/submit-pr.asciidoc
+++ b/netbeans.apache.org/src/content/participate/submit-pr.asciidoc
@@ -62,17 +62,17 @@ We appreciate new contributors to adhere to the following 
guidelines, to make th
 == Learn to run and debug NetBeans IDE or Platform applications
 link:/participate/build-run-debug-tutorials.html[Watch a series of 5 short 
videos] (2 minutes on average) showing how to build, run and debug the NetBeans 
IDE or any NetBeans platform application from sources. 
 
-== Contributing to Apache NetBeans in github
+== Contributing to Apache NetBeans in GitHub
 
 === Boostraping (do this once)
 
-Since you don't have write permissions to the github apache mirror, you need to
-fork https://github.com/apache/incubator-netbeans in github, this is done using
-the "fork" button on the top right of the github page.
+Since you don't have write permissions to the GitHub apache mirror, you need to
+fork https://github.com/apache/incubator-netbeans in GitHub, this is done using
+the "fork" button on the top right of the GitHub page.
 
 You then need to clone the forked repository in your computer.
 
-Finally, in your computer, you need to setup your name and email in github.
+Finally, in your computer, you need to setup your name and email in GitHub.
 This will also help git to rebase in order to fulfill its task.
 
 [source, shell]
@@ -100,12 +100,12 @@ Before you can start modifying or upgrading the NetBeans 
code in your repository
 
 You are now ready to start modifying the NetBeans code. Use `git commit` when 
appropriate. Note that the commit message related to JIRA issues must start 

[incubator-netbeans-website] branch master updated: Fix "ununsubscribe" typo in mailing list page (#88)

2018-11-12 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

vieiro 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 83b5d44  Fix "ununsubscribe" typo in mailing list page (#88)
83b5d44 is described below

commit 83b5d4432de095a5f0c7eab254f7c2f9b9a63fbc
Author: Andrew Janke 
AuthorDate: Tue Nov 13 01:29:05 2018 -0500

Fix "ununsubscribe" typo in mailing list page (#88)

Thanks, Andrew!
---
 .../src/content/community/mailing-lists.asciidoc | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/netbeans.apache.org/src/content/community/mailing-lists.asciidoc 
b/netbeans.apache.org/src/content/community/mailing-lists.asciidoc
index 006a2c6..034c373 100644
--- a/netbeans.apache.org/src/content/community/mailing-lists.asciidoc
+++ b/netbeans.apache.org/src/content/community/mailing-lists.asciidoc
@@ -48,7 +48,7 @@ Using prefix tags in the subject line, such as [ java ] or [ 
javascript ] is enc
 
 - Mailing list address: 
link:mailto:us...@netbeans.incubator.apache.org[us...@netbeans.incubator.apache.org]
 - To subscribe please send an email to: 
link:mailto:users-subscr...@netbeans.incubator.apache.org[users-subscr...@netbeans.incubator.apache.org]
-- To ununsubscribe please send an email to: 
link:mailto:users-unsubscr...@netbeans.incubator.apache.org[users-unsubscr...@netbeans.incubator.apache.org]
+- To unsubscribe please send an email to: 
link:mailto:users-unsubscr...@netbeans.incubator.apache.org[users-unsubscr...@netbeans.incubator.apache.org]
 - link:http://mail-archives.apache.org/mod_mbox/incubator-netbeans-users/[See 
the Apache mailing list archive]
 - +++ https://lists.apache.org/list.html?us...@netbeans.apache.org;>Pony mail 
archive +++
 
@@ -61,7 +61,7 @@ via events and tutorials, etc.
 
 - Mailing list address: 
link:mailto:d...@netbeans.incubator.apache.org[d...@netbeans.incubator.apache.org]
 - To subscribe please send an email to: 
link:mailto:dev-subscr...@netbeans.incubator.apache.org[dev-subscr...@netbeans.incubator.apache.org]
-- To ununsubscribe please send an email to: 
link:mailto:dev-unsubscr...@netbeans.incubator.apache.org[dev-unsubscr...@netbeans.incubator.apache.org]
+- To unsubscribe please send an email to: 
link:mailto:dev-unsubscr...@netbeans.incubator.apache.org[dev-unsubscr...@netbeans.incubator.apache.org]
 - link:http://mail-archives.apache.org/mod_mbox/incubator-netbeans-dev/[See 
the Apache mailing list archive]
 - +++ https://lists.apache.org/list.html?d...@netbeans.apache.org;>Pony mail 
archive +++
 
@@ -72,7 +72,7 @@ Specifically for those involved in the NetBeans Community 
Acceptance Testing (Ne
 
 - Mailing list address: 
link:mailto:net...@netbeans.incubator.apache.org[net...@netbeans.incubator.apache.org]
 - To subscribe please send an email to: 
link:mailto:netcat-subscr...@netbeans.incubator.apache.org[netcat-subscr...@netbeans.incubator.apache.org]
-- To ununsubscribe please send an email to: 
link:mailto:netcat-unsubscr...@netbeans.incubator.apache.org[netcat-unsubscr...@netbeans.incubator.apache.org]
+- To unsubscribe please send an email to: 
link:mailto:netcat-unsubscr...@netbeans.incubator.apache.org[netcat-unsubscr...@netbeans.incubator.apache.org]
 - link:http://mail-archives.apache.org/mod_mbox/incubator-netbeans-netcat/[See 
the Apache mailing list archive]
 - +++ https://lists.apache.org/list.html?net...@netbeans.apache.org;>Pony mail 
archive +++
 
@@ -86,7 +86,7 @@ are able to write to this mailing list.
 
 - Mailing list address: 
link:mailto:annou...@netbeans.incubator.apache.org[annou...@netbeans.incubator.apache.org]
 - To subscribe please send an email to: 
link:mailto:announce-subscr...@netbeans.incubator.apache.org[announce-subscr...@netbeans.incubator.apache.org]
-- To ununsubscribe please send an email to: 
link:mailto:announce-unsubscr...@netbeans.incubator.apache.org[announce-unsubscr...@netbeans.incubator.apache.org]
+- To unsubscribe please send an email to: 
link:mailto:announce-unsubscr...@netbeans.incubator.apache.org[announce-unsubscr...@netbeans.incubator.apache.org]
 - 
link:http://mail-archives.apache.org/mod_mbox/incubator-netbeans-announce/[See 
the Apache mailing list archive]
 
 [[commits]]
@@ -96,7 +96,7 @@ Receive GitHub commit messages whenever a commit is done.
 
 - Mailing list address: 
link:mailto:comm...@netbeans.incubator.apache.org[comm...@netbeans.incubator.apache.org]
 - To subscribe please send an email to: 
link:mailto:commits-subscr...@netbeans.incubator.apache.org[commits-subscr...@netbeans.incubator.apache.org]
-- To ununsubscribe please send an email to: 
link:mailto:commits-unsubscr...@netbeans.incubator.apache.org[commits-unsubscr...@netbeans.incubator.apache.org]
+- To unsubscribe please send an email to: 

[jira] [Created] (NETBEANS-1668) Netbeans Appears to Become Unresponsive

2018-11-12 Thread Michael D Billman (JIRA)
Michael D Billman created NETBEANS-1668:
---

 Summary: Netbeans Appears to Become Unresponsive
 Key: NETBEANS-1668
 URL: https://issues.apache.org/jira/browse/NETBEANS-1668
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Performance
Affects Versions: 10.0
Reporter: Michael D Billman
 Attachments: nbstack2.txt

Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
11.0.1.

 

On startup, scanning "background scanning of projects" hangs at 96% and never 
finishes.  Originally thought to be on the gradle plugin side, but author 
believes it could be nb-javac.  running jstack identifies the following thread 
as potentially problematic (full file attached):

 

"RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
 java.lang.Thread.State: RUNNABLE
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
 at 
com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
 at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
 at com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
 at 
com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
 Source)...

If this is determined to not be a netbeans issue, please let me know.



--
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] [Assigned] (NETBEANS-1666) Collect Vote Results on VC3

2018-11-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-1666:
-

Assignee: Laszlo Kishalmi

> Collect Vote Results on VC3
> ---
>
> Key: NETBEANS-1666
> URL: https://issues.apache.org/jira/browse/NETBEANS-1666
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>




--
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-1666) Collect Vote Results on VC3

2018-11-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1666.
---
Resolution: Fixed

Result Thread: 
https://lists.apache.org/thread.html/9cdf17a2e86bdba487cb8db0ca38c5d611f236c09e8b3ff49f6ca22a@%3Cdev.netbeans.apache.org%3E

> Collect Vote Results on VC3
> ---
>
> Key: NETBEANS-1666
> URL: https://issues.apache.org/jira/browse/NETBEANS-1666
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>




--
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-1664) Create 2nd Vote Candidate

2018-11-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1664.
---
Resolution: Fixed

Voting Thread: 
https://lists.apache.org/thread.html/6c103dcfbf0f4547ec5afcc84f7e852fb86afdf36c3bfdd7c34288fb@%3Cdev.netbeans.apache.org%3E

> Create 2nd Vote Candidate
> -
>
> Key: NETBEANS-1664
> URL: https://issues.apache.org/jira/browse/NETBEANS-1664
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>




--
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-1665) Create 3rd Vote Candidate

2018-11-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1665.
---
Resolution: Fixed

Voting Thread: 
https://lists.apache.org/thread.html/8c33a85bad3631fe4fa3aebe9196942ab71baa1788b8ebc1256083de@%3Cdev.netbeans.apache.org%3E

> Create 3rd Vote Candidate
> -
>
> Key: NETBEANS-1665
> URL: https://issues.apache.org/jira/browse/NETBEANS-1665
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>




--
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] [Assigned] (NETBEANS-1667) Create IPMC Vote Thread

2018-11-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-1667:
-

Assignee: Laszlo Kishalmi

> Create IPMC Vote Thread
> ---
>
> Key: NETBEANS-1667
> URL: https://issues.apache.org/jira/browse/NETBEANS-1667
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>




--
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-1667) Create IPMC Vote Thread

2018-11-12 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1667:
-

 Summary: Create IPMC Vote Thread
 Key: NETBEANS-1667
 URL: https://issues.apache.org/jira/browse/NETBEANS-1667
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Laszlo Kishalmi






--
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-1666) Collect Vote Results on VC3

2018-11-12 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1666:
-

 Summary: Collect Vote Results on VC3
 Key: NETBEANS-1666
 URL: https://issues.apache.org/jira/browse/NETBEANS-1666
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Laszlo Kishalmi






--
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-1665) Create 3rd Vote Candidate

2018-11-12 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1665:
-

 Summary: Create 3rd Vote Candidate
 Key: NETBEANS-1665
 URL: https://issues.apache.org/jira/browse/NETBEANS-1665
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi






--
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-1664) Create 2nd Vote Candidate

2018-11-12 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-1664:
-

 Summary: Create 2nd Vote Candidate
 Key: NETBEANS-1664
 URL: https://issues.apache.org/jira/browse/NETBEANS-1664
 Project: NetBeans
  Issue Type: Sub-task
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi






--
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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-1217:
-

[~jlahoda], any input from you on this please?

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-1217:
---

Just a question, is nb-javac installed? Upon the stacktrace, this is coming 
deep from Javac, we see similar exceptions every now and then when no nb-javac 
plugin is installed. Even if this happens in nb-javac then probably the fix 
shall be handled there.

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at 

[jira] [Commented] (NETBEANS-1428) Fatal error when profiling

2018-11-12 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-1428:


How is this not a blocker? Anybody from Oracle willing to look into this?

> Fatal error when profiling
> --
>
> Key: NETBEANS-1428
> URL: https://issues.apache.org/jira/browse/NETBEANS-1428
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, JDK11 (OpenJDK 11.0+28)
>Reporter: Peter Hull
>Priority: Major
>  Labels: netcat
> Attachments: hs_err_pid38528.log
>
>
> Attempting to profile a Java freeform project (Netcat 10, Profiling FreeForm, 
> Step 2)
> I get the following error
> {{#}}
> {{# A fatal error has been detected by the Java Runtime Environment:}}
> {{#}}
> {{#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff8e831c775, 
> pid=38528, tid=38596}}
> {{#}}
> {{# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)}}
> {{# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered, compressed 
> oops, g1 gc, windows-amd64)}}
> {{# Problematic frame:}}
> {{# V  [jvm.dll+0x5ec775]}}
> {{#}}
> {{# No core dump will be written. Minidumps are not enabled by default on 
> client versions of Windows}}
> {{#}}
> {{# An error report file with more information is saved as:}}
> {{# D:\Libraries\Downloads\TS_Profiler_freeform\freeform\hs_err_pid38528.log}}
> {{#}}
> {{# If you would like to submit a bug report, please visit:}}
> {{#   http://bugreport.java.com/bugreport/crash.jsp}}
> {{#}}
> Seems reproducible, I have attached the crash 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] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-1217:
-

[~rtaneja], would you be willing to take a look at this issue please? Without 
proper evaluation we cannot release Apache NetBeans IDE 10.0 version. Thanks a 
lot for any help!

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  

[jira] [Assigned] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread JIRA


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

Jiří Kovalský reassigned NETBEANS-1217:
---

Assignee: Reema Taneja

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at 

[jira] [Commented] (NETBEANS-1561) Reproducible NullPointerException at Refactor-Move in Java Modular Project breaks refactoring

2018-11-12 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-1561:
-

After the NPE is thrown clicking the *Refactor* button second time helps 
workaround the problem.

> Reproducible NullPointerException at Refactor-Move in Java Modular Project 
> breaks refactoring
> -
>
> Key: NETBEANS-1561
> URL: https://issues.apache.org/jira/browse/NETBEANS-1561
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0, 10.0
>Reporter: Andreas Eckstein
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: ca_survey
> Attachments: testProject1.zip
>
>
> _(Edit: When reporting this first, I neglected to mention that in certain 
> situations when this NullPointerException is triggered, refactoring is 
> actually broken.)_
>  
> I found a reproducible case of NullPointerException when trying to 
> refactor-move a class. In the attached testProject1, each module contains two 
> classes. In mod1a, class Test1A2.java can be moved to package mod1a.pkg 
> without issue. Trying the same thing in mod1b with Test1B2.java results in an 
> exception.
> *Importantly, I can still select 'Refactor' afterwards, but the classes just 
> are moved without refactoring.*
> Not sure what triggers this, but simpler projects with less class/module 
> relations seem to work fine.
> Platform:
> Linux x86_64
> openjdk version "11.0.1" 2018-10-16
> NetBeans-dev-incubator-netbeans-linux-882-on-20181025-release.zip
> (I've seen this error since Netbeans 9.0/JDK9)



--
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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread JIRA


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

Jiří Kovalský updated NETBEANS-1217:

Priority: Critical  (was: Major)

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at 

[jira] [Updated] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread JIRA


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

Jiří Kovalský updated NETBEANS-1217:

Component/s: editor - Parsing & Indexing

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Priority: Major
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at 

[jira] [Updated] (NETBEANS-1663) JUnit 5 run single test does not work for @ParameterizedTest, and go to source from test results doesn't work for these tests

2018-11-12 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1663:
-
Labels: pull-request-available  (was: )

> JUnit 5 run single test does not work for @ParameterizedTest, and go to 
> source from test results doesn't work for these tests
> -
>
> Key: NETBEANS-1663
> URL: https://issues.apache.org/jira/browse/NETBEANS-1663
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit
>Affects Versions: 10.0
>Reporter: Stig Rohde Døssing
>Assignee: Stig Rohde Døssing
>Priority: Minor
>  Labels: pull-request-available
>
> In https://issues.apache.org/jira/browse/NETBEANS-6 some code was added that 
> decides whether a code is a JUnit 5 test or not, by whether its annotation 
> has {{@Testable}}
> as a "parent" (for lack of a better term). This is too conservative, 
> {{@Testable}} is a meta-annotation and can appear anywhere in the parent 
> hierarchy for test method annotations. For example, {{@ParameterizedTest}} 
> has {{@TestTemplate}} as a parent, which has {{@Testable}} as a parent.
> The code should be updated to look through the entire annotation hierarchy to 
> figure out if {{@Testable}} appears as a parent.
> Also when a {{@ParameterizedTest}} is run, and the test results window is 
> used to go to the test method, the IDE throws an exception. This happens 
> because the test name of a parameterized test is e.g. 
> "myMethod{myParamType}[0]", rather than just "myMethod". The lookup code 
> assumes that the test name will appear verbatim in the source.
> I think it makes sense to differentiate between the display name of a test 
> method, and the actual method name. Adjusting 
> org.netbeans.modules.gsf.testrunner.api.Testcase to allow this would let us 
> fix this issue, while also making it easier to implement support for e.g. 
> https://junit.org/junit5/docs/5.0.3/api/org/junit/jupiter/api/DisplayName.html
>  at a later date.



--
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-1663) JUnit 5 run single test does not work for @ParameterizedTest, and go to source from test results doesn't work for these tests

2018-11-12 Thread JIRA
Stig Rohde Døssing created NETBEANS-1663:


 Summary: JUnit 5 run single test does not work for 
@ParameterizedTest, and go to source from test results doesn't work for these 
tests
 Key: NETBEANS-1663
 URL: https://issues.apache.org/jira/browse/NETBEANS-1663
 Project: NetBeans
  Issue Type: Bug
  Components: java - JUnit
Affects Versions: 10.0
Reporter: Stig Rohde Døssing
Assignee: Stig Rohde Døssing


In https://issues.apache.org/jira/browse/NETBEANS-6 some code was added that 
decides whether a code is a JUnit 5 test or not, by whether its annotation has 
{{@Testable}}
as a "parent" (for lack of a better term). This is too conservative, 
{{@Testable}} is a meta-annotation and can appear anywhere in the parent 
hierarchy for test method annotations. For example, {{@ParameterizedTest}} has 
{{@TestTemplate}} as a parent, which has {{@Testable}} as a parent.

The code should be updated to look through the entire annotation hierarchy to 
figure out if {{@Testable}} appears as a parent.

Also when a {{@ParameterizedTest}} is run, and the test results window is used 
to go to the test method, the IDE throws an exception. This happens because the 
test name of a parameterized test is e.g. "myMethod{myParamType}[0]", rather 
than just "myMethod". The lookup code assumes that the test name will appear 
verbatim in the source.

I think it makes sense to differentiate between the display name of a test 
method, and the actual method name. Adjusting 
org.netbeans.modules.gsf.testrunner.api.Testcase to allow this would let us fix 
this issue, while also making it easier to implement support for e.g. 
https://junit.org/junit5/docs/5.0.3/api/org/junit/jupiter/api/DisplayName.html 
at a later date.



--
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-181) NetBeans should be aware of WSL (Ubuntu on Windows 10)

2018-11-12 Thread Stefan Wendelmann (JIRA)


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

Stefan Wendelmann commented on NETBEANS-181:


Would be a major improvement in my daily programming.

> NetBeans should be aware of WSL (Ubuntu on Windows 10)
> --
>
> Key: NETBEANS-181
> URL: https://issues.apache.org/jira/browse/NETBEANS-181
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> Yeah Ubuntu on Windows is, I think still in beta but I use it for my daily 
> work. At home and at work. It is really handy to setup enviroment stuff 
> easily. So for this, NetBeans should be aware of installed stuff inside the 
> ubuntu on windows. The path is "C:\Users\Chrizzly\AppData\Local\lxss (hidden 
> folder)". So if NetBeans are aware of a cygwin installation, it should be 
> treated like that too.
> And for everything else like I installed node, c/c++ stuff, php and so on.
> Would be great enhancement. I created such ticket for Terminal integration 
> too, because of the Cygwin thing: 
> http://netbeans.org/bugzilla/show_bug.cgi?id=267478
> Regards
> 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] [Updated] (NETBEANS-1401) Run into jdk method not working

2018-11-12 Thread Aldo Brucale (JIRA)


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

Aldo Brucale updated NETBEANS-1401:
---
Priority: Critical  (was: Major)

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Critical
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



--
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-1662) Update Profiler API to use Generics

2018-11-12 Thread Ryan Cuprak (JIRA)
Ryan Cuprak created NETBEANS-1662:
-

 Summary: Update Profiler API to use Generics
 Key: NETBEANS-1662
 URL: https://issues.apache.org/jira/browse/NETBEANS-1662
 Project: NetBeans
  Issue Type: Improvement
  Components: profiler - Base
Affects Versions: Next
Reporter: Ryan Cuprak
Assignee: Ryan Cuprak
 Fix For: Next


Improve the profiler API to use generics.



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