[jira] [Updated] (NETBEANS-2863) Cannot create Installer for Netbeans RCP Application using JDK 11

2019-07-17 Thread Frederic Simons (JIRA)


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

Frederic Simons updated NETBEANS-2863:
--
Description: 
Setup:

Netbeans version 11 - 11.1 VC-2

JDK 11 (latest from AdoptOpenJDK)

 

1. Create a Netbeans Platform based Application with Maven.

2. Choose Netbeans Platform RELEASE110

After Project creation set Source/Binary format to Java 11 (either via Project 
Properties or directly in pom.xml)

3. Build all Modules: All Modules and The Project Application compile cleanly 
with JDK11

4. Execute the maven goal nbm build installers maven failes with the following 
exception:

error: Source option 5 is no longer supported. Use 6 or later.
 error: Target option 1.5 is no longer supported. Use 1.6 or later.

followed by a BUILD FAILURE and a stack trace from maven.

 

I don't know if this is a bug in a background ant task or from the 
maven-nbm-plugin or the ide-itself.

A current work around ist to build all modules wth java 11 (and therefore 
JDK11) and only use JDK 8 with source/target support of Java-8 for the actual 
Application module. With this setup All modules build and can use java 11 
features and the Application installers can still be generated. It would be 
nice if this would also be possible using JDK-11 so one does not need to have 
several jdk installed.

 

Kind regards,

Frederic Simons

 
  

  was:
Setup:

Netbeans version 11 - 11.1 VC-2

JDK 11 (latest from AdoptOpenJDK)

 

1. Create a Netbeans Platform based Application with Maven.

2. Choose Netbeans Platform RELEASE110

After Project creation set Source/Binary format to Java 11 (either via Project 
Properties or directly in pom.xml)

3. All Modules and The Project Application compile cleanly with JDK11

4. execute the maven goal mbn build installers maven failes with the following 
exception:

error: Source option 5 is no longer supported. Use 6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.

followed by a BUILD FAILURE and a stack trace from maven.

 

I don't know if this is a bug in a background ant task or from the 
maven-nbm-plugin or the ide-itself.

A current work around ist to build all modules wth java 11 (and therefore 
JDK11) and only use JDK 8 with source/target support of Java-8 for the actual 
Application module. With this setup All modules build and can use java 11 
features and the Application installers can still be generated. It would be 
nice if this would also be possible using JDK-11 so one does not need to have 
several jdk installed.

 

Kind regards,

Frederic Simons

 
 


> Cannot create Installer for Netbeans RCP Application using JDK 11
> -
>
> Key: NETBEANS-2863
> URL: https://issues.apache.org/jira/browse/NETBEANS-2863
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Windows 10 Pro 1903
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.3+7)
>Reporter: Frederic Simons
>Priority: Minor
>
> Setup:
> Netbeans version 11 - 11.1 VC-2
> JDK 11 (latest from AdoptOpenJDK)
>  
> 1. Create a Netbeans Platform based Application with Maven.
> 2. Choose Netbeans Platform RELEASE110
> After Project creation set Source/Binary format to Java 11 (either via 
> Project Properties or directly in pom.xml)
> 3. Build all Modules: All Modules and The Project Application compile cleanly 
> with JDK11
> 4. Execute the maven goal nbm build installers maven failes with the 
> following exception:
> error: Source option 5 is no longer supported. Use 6 or later.
>  error: Target option 1.5 is no longer supported. Use 1.6 or later.
> followed by a BUILD FAILURE and a stack trace from maven.
>  
> I don't know if this is a bug in a background ant task or from the 
> maven-nbm-plugin or the ide-itself.
> A current work around ist to build all modules wth java 11 (and therefore 
> JDK11) and only use JDK 8 with source/target support of Java-8 for the actual 
> Application module. With this setup All modules build and can use java 11 
> features and the Application installers can still be generated. It would be 
> nice if this would also be possible using JDK-11 so one does not need to have 
> several jdk installed.
>  
> Kind regards,
> Frederic Simons
>  
>   



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2861) Always generates Maven Web Application on creation other Maven EE Project (EJB Module, Enterprise Application, Enterprise Application Client) with Java EE 8

2019-07-17 Thread Gaurav Gupta (JIRA)
Gaurav Gupta created NETBEANS-2861:
--

 Summary: Always generates Maven Web Application on creation other 
Maven EE Project (EJB Module, Enterprise Application, Enterprise Application 
Client) with Java EE 8
 Key: NETBEANS-2861
 URL: https://issues.apache.org/jira/browse/NETBEANS-2861
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - Maven
Affects Versions: 11.1
Reporter: Gaurav Gupta


Step to reproduce :
 * File Menu > New Project > Java with Maven
 * Choose EJB Module, Enterprise Application or Enterprise Application
 * Select Java EE 8 version and click finish
 * In the Project window, a Maven Web Application project is shown

If Java EE 7 version is selected then project generated from archetype  
*org.codehaus.mojo.archetypes:ejb-javaee7:1.1* and the structure has no problem.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2862) Null Pointer Exception

2019-07-17 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2862:
--

Hi, please give specific reproducable steps and your environment as details as 
possible, that we can figure out when this happens, otherwise we will close the 
ticket. Thx.

> Null Pointer Exception
> --
>
> Key: NETBEANS-2862
> URL: https://issues.apache.org/jira/browse/NETBEANS-2862
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Honza Brázdil
>Priority: Major
>
> {code}
> java.lang.NullPointerException
>   at 
> com.sun.tools.javac.comp.Check$Validator.visitTypeIdent(Check.java:1450)
>   at 
> com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree.accept(JCTree.java:2406)
>   at 
> com.sun.tools.javac.comp.Check$Validator.validateTree(Check.java:1469)
>   at com.sun.tools.javac.comp.Check.validate(Check.java:1340)
>   at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1213)
>   at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:968)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:672)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:752)
>   at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:5140)
>   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:5023)
>   at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4951)
>   at com.sun.tools.javac.comp.Attr.attrib(Attr.java:4896)
>   at 
> com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1434)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$1.process(JavacTaskImpl.java:504)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)
>   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:507)
> [catch] at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:261)
>   at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:347)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   

[jira] [Created] (NETBEANS-2863) Cannot create Installer for Netbeans RCP Application using JDK 11

2019-07-17 Thread Frederic Simons (JIRA)
Frederic Simons created NETBEANS-2863:
-

 Summary: Cannot create Installer for Netbeans RCP Application 
using JDK 11
 Key: NETBEANS-2863
 URL: https://issues.apache.org/jira/browse/NETBEANS-2863
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0, 11.1
 Environment: Windows 10 Pro 1903
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.3+7)
Reporter: Frederic Simons


Setup:

Netbeans version 11 - 11.1 VC-2

JDK 11 (latest from AdoptOpenJDK)

 

1. Create a Netbeans Platform based Application with Maven.

2. Choose Netbeans Platform RELEASE110

After Project creation set Source/Binary format to Java 11 (either via Project 
Properties or directly in pom.xml)

3. All Modules and The Project Application compile cleanly with JDK11

4. execute the maven goal mbn build installers maven failes with the following 
exception:

error: Source option 5 is no longer supported. Use 6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.

followed by a BUILD FAILURE and a stack trace from maven.

 

I don't know if this is a bug in a background ant task or from the 
maven-nbm-plugin or the ide-itself.

A current work around ist to build all modules wth java 11 (and therefore 
JDK11) and only use JDK 8 with source/target support of Java-8 for the actual 
Application module. With this setup All modules build and can use java 11 
features and the Application installers can still be generated. It would be 
nice if this would also be possible using JDK-11 so one does not need to have 
several jdk installed.

 

Kind regards,

Frederic Simons

 
 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2862) Null Pointer Exception

2019-07-17 Thread JIRA
Honza Brázdil created NETBEANS-2862:
---

 Summary: Null Pointer Exception
 Key: NETBEANS-2862
 URL: https://issues.apache.org/jira/browse/NETBEANS-2862
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Honza Brázdil


{code}
java.lang.NullPointerException
at 
com.sun.tools.javac.comp.Check$Validator.visitTypeIdent(Check.java:1450)
at 
com.sun.tools.javac.tree.JCTree$JCPrimitiveTypeTree.accept(JCTree.java:2406)
at 
com.sun.tools.javac.comp.Check$Validator.validateTree(Check.java:1469)
at com.sun.tools.javac.comp.Check.validate(Check.java:1340)
at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1213)
at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:968)
at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:672)
at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:752)
at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:5140)
at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:5023)
at com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4951)
at com.sun.tools.javac.comp.Attr.attrib(Attr.java:4896)
at 
com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1434)
at 
com.sun.tools.javac.api.JavacTaskImpl$1.process(JavacTaskImpl.java:504)
at 
com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)
at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:507)
[catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:261)
at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:347)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
at 

[netbeans] 04/04: Ensure recent ECMAScript version

2019-07-17 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 35df98c0536adb162d3ee79a527b7b37fbf21cb8
Author: Matthias Bläsing 
AuthorDate: Sun Jun 16 12:48:31 2019 +0200

Ensure recent ECMAScript version
---
 .../src/org/netbeans/modules/javascript2/editor/parser/JsParser.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/parser/JsParser.java
 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/parser/JsParser.java
index 5487856..b828ba7 100644
--- 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/parser/JsParser.java
+++ 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/parser/JsParser.java
@@ -96,7 +96,7 @@ public class JsParser extends 
SanitizingParser {
 
 ScriptEnvironment.Builder builder = ScriptEnvironment.builder();
 Parser parser = new Parser(
-builder.emptyStatements(true).build(),
+builder.emptyStatements(true).ecmaScriptVersion(2018).build(),
 source,
 errorManager);
 FunctionNode node = null;


-
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



[netbeans] 03/04: Mostly fix webcommon unittests / remove non-runnable tests

2019-07-17 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 339e81a19e5b8ab55e0bd602aa3617e3b141be98
Author: Matthias Bläsing 
AuthorDate: Fri Jun 14 21:05:46 2019 +0200

Mostly fix webcommon unittests / remove non-runnable tests
---
 .../modules/javascript/cdnjs/LibraryProvider.java  |   4 +-
 .../javascript2/doc/JsDocumentationReaderTest.java |  13 ---
 .../nbproject/project.properties   |   3 -
 .../structure/structureEmbedded1.html.structure|   4 +-
 .../javascript2/editor/JsStructureScannerTest.java |   4 -
 .../editor/doc/JsDocumentationResolutionTest.java  |  91 ---
 ...classWithExtDoc.js.testAllCompletion.completion |  23 
 ...sWithExtDoc.js.testMethodCompletion1.completion |   6 -
 ...sWithExtDoc.js.testMethodCompletion2.completion |   6 -
 .../classWithExtDoc.js.testNoCompletion.completion |   3 -
 ...ssWithExtDoc.js.testParamCompletion2.completion |   7 --
 ...ssWithExtDoc.js.testParamCompletion3.completion |   5 -
 ...ssWithExtDoc.js.testParamCompletion4.completion |   5 -
 ...ssWithExtDoc.js.testParamCompletion5.completion |   5 -
 ...ssWithExtDoc.js.testParamCompletion6.completion |   5 -
 ...testCompletionDocumentation01completionDoc.html |  14 ---
 ...testCompletionDocumentation02completionDoc.html |   3 -
 ...testCompletionDocumentation03completionDoc.html |  11 --
 ...testCompletionDocumentation04completionDoc.html |  13 ---
 ...testCompletionDocumentation05completionDoc.html |   2 -
 .../extdoc/ExtDocCodeCompletionTest.java   |  70 
 .../extdoc/ExtDocCompletionDocumentationTest.java  |  86 --
 .../extdoc/ExtDocDocumentationProviderTest.java|  73 
 .../javascript2/extjs/model/ExtModelTest.java  |   4 -
 .../javascript2/extjs/model/JsStructureTest.java   |   4 -
 .../javascript2/jquery/JQueryStructureTest.java|   4 -
 .../classWithJsDoc.js.testAllCompletion.completion |  44 ---
 ...ssWithJsDoc.js.testMethodCompletion1.completion |   5 -
 ...ssWithJsDoc.js.testMethodCompletion2.completion |   5 -
 .../classWithJsDoc.js.testNoCompletion.completion  |   3 -
 ...assWithJsDoc.js.testParamCompletion2.completion |   8 --
 ...assWithJsDoc.js.testParamCompletion3.completion |   5 -
 ...assWithJsDoc.js.testParamCompletion4.completion |   5 -
 ...assWithJsDoc.js.testParamCompletion5.completion |   5 -
 ...assWithJsDoc.js.testParamCompletion6.completion |   5 -
 ...assWithJsDoc.js.testReturnCompletion.completion |   6 -
 .../javascript2/jsdoc/JsDocCodeCompletionTest.java |  74 
 .../jsdoc/JsDocCompletionDocumentationTest.java| 127 -
 .../jsdoc/JsDocDocumentationProviderTest.java  | 106 -
 .../modules/javascript2/jsdoc/JsDocParserTest.java |   6 -
 .../javascript2.prototypejs/nbproject/project.xml  |  40 ---
 webcommon/javascript2.react/nbproject/project.xml  |  71 
 .../javascript2/react/ReactHtmlExtensionTest.java  |  33 --
 ...testCompletionDocumentation01completionDoc.html |  30 -
 ...testCompletionDocumentation02completionDoc.html |   5 -
 ...testCompletionDocumentation03completionDoc.html |  30 -
 ...testCompletionDocumentation04completionDoc.html |  29 -
 ...testCompletionDocumentation05completionDoc.html |  10 --
 ...testCompletionDocumentation06completionDoc.html |  12 --
 ...testCompletionDocumentation07completionDoc.html |  16 ---
 ...testCompletionDocumentation09completionDoc.html |  15 ---
 ...testCompletionDocumentation10completionDoc.html |  16 ---
 ...testCompletionDocumentation11completionDoc.html |   5 -
 ...testCompletionDocumentation12completionDoc.html |  30 -
 ...testCompletionDocumentation13completionDoc.html |  25 
 .../sdoc/SDocCompletionDocumentationTest.java  | 121 
 .../web/clientproject/ClientSideProjectTest.java   |  19 ---
 webcommon/web.webkit.tooling/nbproject/project.xml |   9 --
 .../NetworkMonitorTopComponentTest.java|  33 --
 59 files changed, 31 insertions(+), 1390 deletions(-)

diff --git 
a/webcommon/javascript.cdnjs/src/org/netbeans/modules/javascript/cdnjs/LibraryProvider.java
 
b/webcommon/javascript.cdnjs/src/org/netbeans/modules/javascript/cdnjs/LibraryProvider.java
index 10f845b..7b9d2e5 100644
--- 
a/webcommon/javascript.cdnjs/src/org/netbeans/modules/javascript/cdnjs/LibraryProvider.java
+++ 
b/webcommon/javascript.cdnjs/src/org/netbeans/modules/javascript/cdnjs/LibraryProvider.java
@@ -164,7 +164,7 @@ public final class LibraryProvider {
  */
 private static final String LIBRARY_FILE_URL_PATTERN = System.getProperty(
 "netbeans.cdnjs.downloadurl", // NOI18N
-"http://cdnjs.cloudflare.com/ajax/libs/{0}/{1}/{2};); // NOI18N
+"https://cdnjs.cloudflare.com/ajax/libs/{0}/{1}/{2};); // NOI18N
 
 /**
  * Downloads the specified file of the given 

[netbeans] 02/04: Fix compile errors

2019-07-17 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit e24b95184fc5d7fee3964b5d4588819047ba582a
Author: Matthias Bläsing 
AuthorDate: Fri May 3 20:34:42 2019 +0200

Fix compile errors
---
 .../editor/formatter/JsFormatVisitor.java  |  2 +-
 .../javascript2/editor/hints/Ecma6Rule.java|  9 +-
 .../javascript2/editor/hints/Ecma7Rule.java|  2 +-
 .../javascript2/editor/hints/JsConventionRule.java | 10 +--
 .../javascript2/editor/hints/WeirdAssignment.java  |  2 +-
 .../javascript2/editor/parser/JsParser.java|  2 +-
 .../javascript2/editor/parser/AstXmlVisitor.java   |  6 +-
 .../modules/javascript2/model/ModelVisitor.java| 95 +++---
 .../javascript2/model/SemiTypeResolverVisitor.java | 26 +++---
 9 files changed, 75 insertions(+), 79 deletions(-)

diff --git 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/formatter/JsFormatVisitor.java
 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/formatter/JsFormatVisitor.java
index 1fcedd3..630ef37 100644
--- 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/formatter/JsFormatVisitor.java
+++ 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/formatter/JsFormatVisitor.java
@@ -1450,7 +1450,7 @@ public class JsFormatVisitor extends NodeVisitor 
implements JsxNodeVisitor {
 }
 
 private int getStart(BinaryNode node) {
-return getStart(node.lhs());
+return getStart(node.getLhs());
 }
 
 private static int getFunctionStart(FunctionNode node) {
diff --git 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma6Rule.java
 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma6Rule.java
index 290d1f6..281ad89 100644
--- 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma6Rule.java
+++ 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma6Rule.java
@@ -35,7 +35,6 @@ import com.oracle.js.parser.ir.Statement;
 import com.oracle.js.parser.ir.TernaryNode;
 import com.oracle.js.parser.ir.UnaryNode;
 import com.oracle.js.parser.ir.VarNode;
-import com.sun.javafx.fxml.expression.BinaryExpression;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.List;
@@ -169,17 +168,17 @@ public class Ecma6Rule extends EcmaLevelRule {
 }
 BinaryNode bn = (BinaryNode)tn.getTest();
 if (!(
-(bn.lhs() instanceof ParameterNode) && 
-(bn.rhs() instanceof UnaryNode) &&
+(bn.getLhs() instanceof ParameterNode) &&
+(bn.getRhs() instanceof UnaryNode) &&
 (bn.tokenType() == TokenType.EQ_STRICT) &&
-(bn.rhs().tokenType() == TokenType.VOID))) {
+(bn.getRhs().tokenType() == TokenType.VOID))) {
 return false;
 }
 if (!((tn.getTrueExpression() instanceof 
JoinPredecessorExpression) && (tn.getFalseExpression() instanceof 
JoinPredecessorExpression))) {
 return false;
 }
 Expression e = 
((JoinPredecessorExpression)tn.getFalseExpression()).getExpression();
-if (e != bn.lhs()) {
+if (e != bn.getLhs()) {
 return false;
 }
 return true;
diff --git 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma7Rule.java
 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma7Rule.java
index 8d0356a..3bdc40d 100644
--- 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma7Rule.java
+++ 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/Ecma7Rule.java
@@ -185,7 +185,7 @@ public class Ecma7Rule extends EcmaLevelRule {
 int position = Token.descPosition(token);
 addHint(context, hints, new OffsetRange(position, position + 
Token.descLength(token)));
 } else if (TokenType.COMMARIGHT == type) {
-Expression rhs = binaryNode.rhs();
+Expression rhs = binaryNode.getRhs();
 if (!rhs.isTokenType(TokenType.COMMARIGHT)) {
 checkTrailingComma(rhs.getFinish());
 }
diff --git 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/JsConventionRule.java
 
b/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/JsConventionRule.java
index ce9af1b..96d4910 100644
--- 
a/webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/hints/JsConventionRule.java
+++ 

[jira] [Created] (NETBEANS-2864) cleanup some of the variables using a raw Class type..

2019-07-17 Thread Brad Walker (JIRA)
Brad Walker created NETBEANS-2864:
-

 Summary: cleanup some of the variables using a raw Class type..
 Key: NETBEANS-2864
 URL: https://issues.apache.org/jira/browse/NETBEANS-2864
 Project: NetBeans
  Issue Type: Bug
Reporter: Brad Walker


I've tried to clean up the usage of Class raw types..

Here is how I did this..

bwalker@brads-T460s:~/netbeans$  find ./ -type f -name "*java" -exec egrep -l " 
Class clazz =" {} \; |  xargs sed -i 's/ Class clazz =/ Class clazz =/g'
bwalker@brads-T460s:~/netbeans$ 

This should only pick up the variables that use a Class raw type. And not a 
method that might be doing the same thing.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2417) update Gradle logo/icon

2019-07-17 Thread Lou Hamersly (JIRA)


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

Lou Hamersly commented on NETBEANS-2417:


> Also, I'm noticing in y'all's screenshots that the old logo is still in use 
>in the new project dialog for 'web application'. Did we miss a file? 

Good catch! 

I see we did miss one, I can get that fixed. We could put the globe in the 
upper-left-corner, but I think I agree with Jennifer that maybe we should just 
leave it out entirely. (It would probably need to be resized even smaller and 
we've seen how that can be problematic...) 

I think those are webProjectIcon.png and webProjectIcon_dark.png inside 
gradle/resources?

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, gradle1.png, 
> gradle2.png, image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> image-2019-07-02-20-55-48-539.png, nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2865) Cannot run Netbeans 11 usking JDK 11

2019-07-17 Thread Hunter Schoonover (JIRA)
Hunter Schoonover created NETBEANS-2865:
---

 Summary: Cannot run Netbeans 11 usking JDK 11
 Key: NETBEANS-2865
 URL: https://issues.apache.org/jira/browse/NETBEANS-2865
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Hunter Schoonover
 Attachments: consoleOutput.txt, netbeans.log

Please note that this issue does *NOT* occur with JDK 8.

Downloaded and installed JDK 11 to C:\Program Files\Java\jdk-11.0.4

Downloaded and unzipped Netbeans 11 to C:\Program Files\netbeans

The etc/netbeans.conf file has been edited to set JDK home:

*netbeans_jdkhome="C:\Program Files\Java\jdk-11.0.4"*

When trying to run bin/netbeans64.exe:
 # *First time:* The loading window appears, loads for a bit, and then the 
whole program disappears.
 # *Second time:* Loading window does not appear. An empty Java application 
appears.
 # If I go to Task Manager and manually end the Netbeans process, I can get 
back to step 1.

Executing netbeans64.exe from PowerShell outputs error messages to the console. 
They can be found in consoleOutput.txt attachment.

The results from executing *bin/netbeans64.exe --trace C:\netbeans.log* can be 
found in netbeans.log attachment.

For reference, this is the tutorial I followed:

[https://www.youtube.com/watch?v=cxh-hVty09g]

 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2865) Cannot run Netbeans 11 using JDK 11

2019-07-17 Thread Hunter Schoonover (JIRA)


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

Hunter Schoonover updated NETBEANS-2865:

Summary: Cannot run Netbeans 11 using JDK 11  (was: Cannot run Netbeans 11 
usking JDK 11)

> Cannot run Netbeans 11 using JDK 11
> ---
>
> Key: NETBEANS-2865
> URL: https://issues.apache.org/jira/browse/NETBEANS-2865
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Hunter Schoonover
>Priority: Major
> Attachments: consoleOutput.txt, netbeans.log
>
>
> Please note that this issue does *NOT* occur with JDK 8.
> Downloaded and installed JDK 11 to C:\Program Files\Java\jdk-11.0.4
> Downloaded and unzipped Netbeans 11 to C:\Program Files\netbeans
> The etc/netbeans.conf file has been edited to set JDK home:
> *netbeans_jdkhome="C:\Program Files\Java\jdk-11.0.4"*
> When trying to run bin/netbeans64.exe:
>  # *First time:* The loading window appears, loads for a bit, and then the 
> whole program disappears.
>  # *Second time:* Loading window does not appear. An empty Java application 
> appears.
>  # If I go to Task Manager and manually end the Netbeans process, I can get 
> back to step 1.
> Executing netbeans64.exe from PowerShell outputs error messages to the 
> console. They can be found in consoleOutput.txt attachment.
> The results from executing *bin/netbeans64.exe --trace C:\netbeans.log* can 
> be found in netbeans.log attachment.
> For reference, this is the tutorial I followed:
> [https://www.youtube.com/watch?v=cxh-hVty09g]
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2866) Can't build Docker image with long filenames

2019-07-17 Thread JIRA
Vítězslav Dvořák created NETBEANS-2866:
--

 Summary: Can't build Docker image with long filenames
 Key: NETBEANS-2866
 URL: https://issues.apache.org/jira/browse/NETBEANS-2866
 Project: NetBeans
  Issue Type: Improvement
  Components: docker - Infrastructure
Affects Versions: 11.0, 10.0
Reporter: Vítězslav Dvořák


Dear developers,

i cannot build container with and application with 100 chars limit for file 
path.
 please fix it.  
{code:java}
POST 
/build?pull=0=0=Dockerfile=vitexsoftware%2Fflexibee-relationship-overview:latest
 HTTP/1.1
X-Registry-Config: 
eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
Transfer-Encoding: chunked
Content-Encoding: gzip
Host: 192.168.22.70:2376
Content-Type: application/tar
 
Sending file Makefile
Sending file composer.json
Sending file composer.lock
Sending file README.md
Sending file .gitignore
Sending file Dockerfile
Sending file testing/client.json
Sending file nbproject/project.xml
Sending file nbproject/project.properties
Sending file src/index.php
Sending file src/init.php
Sending file src/install.php
.
Sending file 
vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
Sending file 
vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
java.lang.RuntimeException: file name 
'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
 is too long ( > 100 bytes)
 
{code}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2866) Can't build Docker image with long filenames

2019-07-17 Thread JIRA


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

Vítězslav Dvořák updated NETBEANS-2866:
---
Issue Type: Bug  (was: Improvement)

> Can't build Docker image with long filenames
> 
>
> Key: NETBEANS-2866
> URL: https://issues.apache.org/jira/browse/NETBEANS-2866
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - Infrastructure
>Affects Versions: 10.0, 11.0
>Reporter: Vítězslav Dvořák
>Priority: Minor
>  Labels: easyfix
>
> Dear developers,
> i cannot build container with and application with 100 chars limit for file 
> path.
>  please fix it.  
> {code:java}
> POST 
> /build?pull=0=0=Dockerfile=vitexsoftware%2Fflexibee-relationship-overview:latest
>  HTTP/1.1
> X-Registry-Config: 
> eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
> Transfer-Encoding: chunked
> Content-Encoding: gzip
> Host: 192.168.22.70:2376
> Content-Type: application/tar
>  
> Sending file Makefile
> Sending file composer.json
> Sending file composer.lock
> Sending file README.md
> Sending file .gitignore
> Sending file Dockerfile
> Sending file testing/client.json
> Sending file nbproject/project.xml
> Sending file nbproject/project.properties
> Sending file src/index.php
> Sending file src/init.php
> Sending file src/install.php
> .
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
> java.lang.RuntimeException: file name 
> 'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
>  is too long ( > 100 bytes)
>  
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2839) cleanup Class raw type..

2019-07-17 Thread Brad Walker (JIRA)


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

Brad Walker closed NETBEANS-2839.
-
Resolution: Incomplete

I'm closing this because the fix needs more work...

I will rework the fix in a later issue..

> cleanup Class raw type..
> 
>
> Key: NETBEANS-2839
> URL: https://issues.apache.org/jira/browse/NETBEANS-2839
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> There are a LOT of the following warnings in the build..
> {quote}   [repeat] 
> /home/bwalker/netbeans/platform/openide.util/src/org/openide/util/NbPreferences.java:47:
>  warning: [rawtypes] found raw type: Class
>[repeat] public static Preferences forModule(Class cls) {
>[repeat] ^
>[repeat]   missing type arguments for generic class Class
>[repeat]   where T is a type-variable:
>[repeat] T extends Object declared in class Class{quote}
> So change the definition from Class to Class.. 
> This should reduce the warning and catch anything "gross" coding wise. But, 
> we really need to spend some time and trying to make this correct with a 
> proper type..



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2866) Can't build Docker image with long filenames

2019-07-17 Thread JIRA


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

Vítězslav Dvořák updated NETBEANS-2866:
---
Component/s: (was: docker - Infrastructure)
 docker - UI

> Can't build Docker image with long filenames
> 
>
> Key: NETBEANS-2866
> URL: https://issues.apache.org/jira/browse/NETBEANS-2866
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 10.0, 11.0
>Reporter: Vítězslav Dvořák
>Priority: Minor
>  Labels: easyfix
>
> Dear developers,
> i cannot build container with and application with 100 chars limit for file 
> path.
>  please fix it.  
> {code:java}
> POST 
> /build?pull=0=0=Dockerfile=vitexsoftware%2Fflexibee-relationship-overview:latest
>  HTTP/1.1
> X-Registry-Config: 
> eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
> Transfer-Encoding: chunked
> Content-Encoding: gzip
> Host: 192.168.22.70:2376
> Content-Type: application/tar
>  
> Sending file Makefile
> Sending file composer.json
> Sending file composer.lock
> Sending file README.md
> Sending file .gitignore
> Sending file Dockerfile
> Sending file testing/client.json
> Sending file nbproject/project.xml
> Sending file nbproject/project.properties
> Sending file src/index.php
> Sending file src/init.php
> Sending file src/install.php
> .
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
> java.lang.RuntimeException: file name 
> 'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
>  is too long ( > 100 bytes)
>  
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2866) Can't build Docker image with long filenames

2019-07-17 Thread JIRA


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

Vítězslav Dvořák reassigned NETBEANS-2866:
--

Assignee: Petr Hejl

> Can't build Docker image with long filenames
> 
>
> Key: NETBEANS-2866
> URL: https://issues.apache.org/jira/browse/NETBEANS-2866
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 10.0, 11.0
>Reporter: Vítězslav Dvořák
>Assignee: Petr Hejl
>Priority: Minor
>  Labels: easyfix
>
> Dear developers,
> i cannot build container with and application with 100 chars limit for file 
> path.
>  please fix it.  
> {code:java}
> POST 
> /build?pull=0=0=Dockerfile=vitexsoftware%2Fflexibee-relationship-overview:latest
>  HTTP/1.1
> X-Registry-Config: 
> eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
> Transfer-Encoding: chunked
> Content-Encoding: gzip
> Host: 192.168.22.70:2376
> Content-Type: application/tar
>  
> Sending file Makefile
> Sending file composer.json
> Sending file composer.lock
> Sending file README.md
> Sending file .gitignore
> Sending file Dockerfile
> Sending file testing/client.json
> Sending file nbproject/project.xml
> Sending file nbproject/project.properties
> Sending file src/index.php
> Sending file src/init.php
> Sending file src/install.php
> .
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
> java.lang.RuntimeException: file name 
> 'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
>  is too long ( > 100 bytes)
>  
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2866) Can't build Docker image with long filenames

2019-07-17 Thread JIRA


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

Vítězslav Dvořák updated NETBEANS-2866:
---
Description: 
Dear developers,

i cannot build container with and application with 100 chars limit for file 
path.
 please fix it.  
{code:java}
POST 
/build?pull=0=0=Dockerfile=vitexsoftware%2Fflexibee-relationship-overview:latest
 HTTP/1.1
X-Registry-Config: 
eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
Transfer-Encoding: chunked
Content-Encoding: gzip
Host: 192.168.22.70:2376
Content-Type: application/tar
 
Sending file Makefile
Sending file composer.json
Sending file composer.lock
Sending file README.md
Sending file .gitignore
Sending file Dockerfile
Sending file testing/client.json
Sending file nbproject/project.xml
Sending file nbproject/project.properties
Sending file src/index.php
Sending file src/init.php
Sending file src/install.php
.
Sending file 
vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
Sending file 
vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
java.lang.RuntimeException: file name 
'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
 is too long ( > 100 bytes)
 
{code}
 

Please search maybe around 
netbeans/ide/docker.ui/src/org/netbeans/modules/docker/ui/build2/BuildTask.java 
line 203 ...

 

  was:
Dear developers,

i cannot build container with and application with 100 chars limit for file 
path.
 please fix it.  
{code:java}
POST 
/build?pull=0=0=Dockerfile=vitexsoftware%2Fflexibee-relationship-overview:latest
 HTTP/1.1
X-Registry-Config: 
eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
Transfer-Encoding: chunked
Content-Encoding: gzip
Host: 192.168.22.70:2376
Content-Type: application/tar
 
Sending file Makefile
Sending file composer.json
Sending file composer.lock
Sending file README.md
Sending file .gitignore
Sending file Dockerfile
Sending file testing/client.json
Sending file nbproject/project.xml
Sending file nbproject/project.properties
Sending file src/index.php
Sending file src/init.php
Sending file src/install.php
.
Sending file 
vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
Sending file 
vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
java.lang.RuntimeException: file name 
'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
 is too long ( > 100 bytes)
 
{code}
 

 


> Can't build Docker image with long filenames
> 
>
> Key: NETBEANS-2866
> URL: https://issues.apache.org/jira/browse/NETBEANS-2866
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 10.0, 11.0
>Reporter: Vítězslav Dvořák
>Assignee: Petr Hejl
>Priority: Minor
>  Labels: easyfix
>
> Dear developers,
> i cannot build container with and application with 100 chars limit for file 
> path.
>  please fix it.  
> {code:java}
> POST 
> /build?pull=0=0=Dockerfile=vitexsoftware%2Fflexibee-relationship-overview:latest
>  HTTP/1.1
> X-Registry-Config: 
> eyJjb25maWdzIjp7Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iOnsic2VydmVyYWRkcmVzcyI6Imh0dHBzOlwvXC9pbmRleC5kb2NrZXIuaW9cL3YxXC8iLCJwYXNzd29yZCI6ImRldmVsb2lkIiwiYXV0aCI6IiIsImVtYWlsIjpudWxsLCJ1c2VybmFtZSI6InZpdGV4dXMifX19
> Transfer-Encoding: chunked
> Content-Encoding: gzip
> Host: 192.168.22.70:2376
> Content-Type: application/tar
>  
> Sending file Makefile
> Sending file composer.json
> Sending file composer.lock
> Sending file README.md
> Sending file .gitignore
> Sending file Dockerfile
> Sending file testing/client.json
> Sending file nbproject/project.xml
> Sending file nbproject/project.properties
> Sending file src/index.php
> Sending file src/init.php
> Sending file src/install.php
> .
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/nbproject/project.properties
> Sending file 
> vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install
> java.lang.RuntimeException: file name 
> 'vendor/vitexsoftware/ease-twbootstrap4-widgets-flexibee/debian/php-ease-twbootstrap4-widgets-flexibee-doc.install'
>  is too long ( > 100 bytes)
>  
> {code}
>  
> Please search maybe around 
> 

[jira] [Commented] (NETBEANS-2847) Exception reported by 11.1 Beta 4

2019-07-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-2847:


I can reproduce this in netbeans-11.1-vc2-bin. It seems that PHP feature is not 
activated after Oracle JS Parser Implementation is installed.

> Exception reported by 11.1 Beta 4
> -
>
> Key: NETBEANS-2847
> URL: https://issues.apache.org/jira/browse/NETBEANS-2847
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.1
> Environment: NAME="Ubuntu"
> VERSION="18.04.2 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.2 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
>Reporter: Jack J. Woehr
>Priority: Major
> Attachments: log.txt
>
>
> While re-opening a project that had been imported from previous version and 
> was marked "Broken". It re-opened and was no longer marked "broken", but then 
> this exception occurred.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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] [Reopened] (NETBEANS-2847) Exception reported by 11.1 Beta 4

2019-07-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto reopened NETBEANS-2847:


> Exception reported by 11.1 Beta 4
> -
>
> Key: NETBEANS-2847
> URL: https://issues.apache.org/jira/browse/NETBEANS-2847
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.1
> Environment: NAME="Ubuntu"
> VERSION="18.04.2 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.2 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
>Reporter: Jack J. Woehr
>Priority: Major
> Attachments: log.txt
>
>
> While re-opening a project that had been imported from previous version and 
> was marked "Broken". It re-opened and was no longer marked "broken", but then 
> this exception occurred.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2847) Exception reported by 11.1 Beta 4

2019-07-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-2847:
---
Attachment: netbeans-2847-screenshot-1.png

> Exception reported by 11.1 Beta 4
> -
>
> Key: NETBEANS-2847
> URL: https://issues.apache.org/jira/browse/NETBEANS-2847
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.1
> Environment: NAME="Ubuntu"
> VERSION="18.04.2 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.2 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
>Reporter: Jack J. Woehr
>Priority: Major
> Attachments: log.txt, netbeans-2847-screenshot-1.png
>
>
> While re-opening a project that had been imported from previous version and 
> was marked "Broken". It re-opened and was no longer marked "broken", but then 
> this exception occurred.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2847) Exception reported by 11.1 Beta 4

2019-07-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-2847:
---
Attachment: NETBEANS-2847.zip

> Exception reported by 11.1 Beta 4
> -
>
> Key: NETBEANS-2847
> URL: https://issues.apache.org/jira/browse/NETBEANS-2847
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.1
> Environment: NAME="Ubuntu"
> VERSION="18.04.2 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.2 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
>Reporter: Jack J. Woehr
>Priority: Major
> Attachments: NETBEANS-2847.zip, log.txt, 
> netbeans-2847-screenshot-1.png
>
>
> While re-opening a project that had been imported from previous version and 
> was marked "Broken". It re-opened and was no longer marked "broken", but then 
> this exception occurred.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2847) Exception reported by 11.1 Beta 4

2019-07-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-2847:


Steps:
 # Unzip [^NETBEANS-2847.zip] (Simple PHP project)
 # Unzip 
[https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.1-vc2/netbeans-11.1-vc2-bin.zip]
 # Run netbeans/bin/netbeans
 # Open the PHP project (NETBEANS-2847)
 # Install Oracle JS Parser Implementation
 # Show a broken project

!netbeans-2847-screenshot-1.png!

 

I can (re)open the php project after PHP is activated. 

> Exception reported by 11.1 Beta 4
> -
>
> Key: NETBEANS-2847
> URL: https://issues.apache.org/jira/browse/NETBEANS-2847
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.1
> Environment: NAME="Ubuntu"
> VERSION="18.04.2 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.2 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
>Reporter: Jack J. Woehr
>Priority: Major
> Attachments: NETBEANS-2847.zip, log.txt, 
> netbeans-2847-screenshot-1.png
>
>
> While re-opening a project that had been imported from previous version and 
> was marked "Broken". It re-opened and was no longer marked "broken", but then 
> this exception occurred.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2548) IllegalStateException after installing nb-javac module

2019-07-17 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2548:
---

I've just seen this one, though, I do not know how to reproduce.
{code:java}
java.lang.IllegalStateException: Host module 
StandardModule:org.netbeans.libs.javacimpl jarFile: 
/home/netbeans/netbeans-11.1-src/nbbuild/netbeans/java/modules/org-netbeans-libs-javacimpl.jar
 was enabled before, will not accept fragment 
StandardModule:org.netbeans.modules.nbjavac.impl jarFile: 
/home/netbeans/.netbeans/11.1/modules/org-netbeans-modules-nbjavac-impl.jar
    at org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
    at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
    at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1721)
    at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
    at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
    at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
    at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
    at 
org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
    at 
org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
    at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
    at 
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
    at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
    at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
    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)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{code}
As far as remember I did a new build from the source 11.1[vc2] and used a 
previous build 11.1[vc1] cache and data dir.

> IllegalStateException after installing nb-javac module
> --
>
> Key: NETBEANS-2548
> URL: https://issues.apache.org/jira/browse/NETBEANS-2548
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Zian Choy
>Priority: Major
>
> 
>   2019-05-09T12:11:06
>   1557429066078
>   40
>   300
>   18
>   CPU INFO
>   8
> 
> 
>   2019-05-09T12:11:06
>   1557429066089
>   41
>   300
>   18
>   SCREEN SIZE
>   1280
>   720
>   1
> 
> 
>   2019-05-09T12:11:06
>   1557429066089
>   42
>   700
>   18
>   IDE_STARTUP
> 
> 
>   2019-05-09T12:11:06
>   1557429066704
>   51
>   800
>   18
>   USG_LOOK_AND_FEEL
>   Windows
>   Windows
> 
> 
>   2019-05-09T12:11:09
>   1557429069357
>   56
>   800
>   29
>   MEMORY
>   34227970048
> 
> 
>   2019-05-09T12:11:11
>   1557429071545
>   57
>   400
>   24
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   org.openide.awt.Actions$MenuItem[Plugins]
>   org.openide.awt.Actions$MenuItem
>   org.openide.awt.AlwaysEnabledAction[Plugins]
>   org.openide.awt.AlwaysEnabledAction
>   Plugins
> 
> 
>   2019-05-09T12:11:29
>   1557429089888
>   62
>   800
>   26
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-05-09T12:11:29
>   1557429089890
>   63
>   800
>   26
>   INDEXING_FINISHED
>   INDEXING_FINISHED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   2
> 
> 
>   2019-05-09T12:11:29
>   1557429089967
>   67
>   500
>   24
>   LOG_WINDOW_DEACTIVATED
>   LOG_WINDOW_DEACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
> 
> 
>   2019-05-09T22:53:58
>   1557467638052
>   41
>   300
>   18
>   CPU INFO
>   8
> 
> 
>   2019-05-09T22:53:58
>   1557467638098
>   42
>   300
>   18
>   SCREEN SIZE
>   1600
>   900
>   2
> 
> 
>   2019-05-09T22:53:58
>   1557467638098
>   43
>   700
>   18
>   IDE_STARTUP
> 
> 
>   2019-05-09T22:53:58
>   1557467638737
>   52
>   800
>   18
>   USG_LOOK_AND_FEEL
>   Windows
>   Windows
> 
> 
>   2019-05-09T22:54:01
>   1557467641822
>   55
>   800
>   26
>   MEMORY
>   34227970048
> 
> 
>   2019-05-09T22:54:03
>   1557467643450
>   58
>   500
>   24
>   LOG_WINDOW_DEACTIVATED
>   LOG_WINDOW_DEACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
> 
> 
>   2019-05-09T23:43:50
>   1557470630142
>   62
>   500
>   43
>   LOG_WINDOW_ACTIVATED
>   LOG_WINDOW_ACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
>   78
> 
> 
>   2019-05-09T23:43:57
>   1557470637176
>   64
>   800
>   52
>   INDEXING_STARTED
>   INDEXING_STARTED
>   org.netbeans.modules.parsing.impl.indexing.Bundle
>   0
> 
> 
>   2019-05-09T23:43:57
>   1557470637204
>   65
>   800
>   52
>   INDEXING_FINISHED
>  

[jira] [Commented] (NETBEANS-1610) Constant background CPU usage

2019-07-17 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-1610:
---

!image-2019-07-16-23-45-56-663.png!

These are the heavy ones, both are native calls. Unfortunately the snapshot 
does not tell the number of calls on these methods.

The first one is most probably the file watcher, see: NETBEANS-2785 maybe you 
can find some improvement there.

The second one makes me curious. We may flood the event queue with the same 
events. However tried to reproduce it with Ubuntu. I had no luck.

> Constant background CPU usage
> -
>
> Key: NETBEANS-1610
> URL: https://issues.apache.org/jira/browse/NETBEANS-1610
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Kevin T
>Priority: Major
> Fix For: 9.0, Next
>
> Attachments: constant background cpu usage netbeans 9.0.txt, 
> image-2019-07-16-23-45-56-663.png, netbeans cpu issue.nps, netbeans cpu 
> issue.npss
>
>
> Product Version = Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_162
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.162-b12
> STEPS:
>  * Open project
>  * Minimize netbeans window or not have it in the foreground
> ACTUAL:
>  Background CPU usage is constantly at 16-18%, so that my laptop fan turns 
> on.  Does not cease unless I close netbeans or put it back in the foreground.
> EXPECTED:
>  No background CPU usage when minimized or not the active window
> I unchecked "Enable auto-scanning of sources" in 
> Options->Miscellaneous->Files, but the IDE appears to still be scanning and 
> constantly using CPU.
> This issue was also present in version 8.2.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2700) Snapshot of APIs for release 11.1

2019-07-17 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach reassigned NETBEANS-2700:
-

Assignee: Neil C Smith  (was: Jaroslav Tulach)
 Summary: Snapshot of APIs for release 11.1  (was: Snapshot of APIs for 
release)

The PR that fixed the `ant gen-sigtests-release` task has been integrated into 
11.1, so I hope generating the signature snapshots will now be without any 
issues. Assigning back to release coordinator.

> Snapshot of APIs for release 11.1
> -
>
> Key: NETBEANS-2700
> URL: https://issues.apache.org/jira/browse/NETBEANS-2700
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Creating this issue as a note for PR-1064.
> {code}
>  $ git checkout 11.0
>  $ ant clean; ant build
>  $ ant gen-sigtests-release
>  # I had to fix the nbbuild/build.xml a bit to make this work
>  $ git stash
>  $ git checkout master
>  $ git pull
>  $ git checkout -b SnapshotOfAPIsAsOfRelease110
>  $ git stash pop
>  $ git add .
>  $ git commit -m "Snapshot of APIs as of 
> 910bd74bf46d079e49925f702432c74d54ec705c"
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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



svn commit: r34908 - /release/netbeans/KEYS

2019-07-17 Thread rtaneja
Author: rtaneja
Date: Wed Jul 17 09:20:37 2019
New Revision: 34908

Log:
pub key update

Modified:
release/netbeans/KEYS

Modified: release/netbeans/KEYS
==
--- release/netbeans/KEYS (original)
+++ release/netbeans/KEYS Wed Jul 17 09:20:37 2019
@@ -369,3 +369,62 @@ EysfsyranSFQl3ePFg8ObDumirqmdW8ajeoV7gMR
 BQPLsbfCwa55E9yR
 =SHon
 -END PGP PUBLIC KEY BLOCK-
+pub   rsa4096 2019-07-17 [SC]
+  D0410592D20D84582E23D7F057D5896CD86C1320
+uid   [ultimate] Reema Taneja (Code Signing Key) 
+sig 357D5896CD86C1320 2019-07-17  Reema Taneja (Code Signing Key) 

+sub   rsa4096 2019-07-17 [E]
+sig  57D5896CD86C1320 2019-07-17  Reema Taneja (Code Signing Key) 

+
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+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
+oIlxRV65OfQRbwkzeKmCeA==
+=KXCz
+-END PGP PUBLIC KEY BLOCK-



-
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