[jira] [Commented] (NETBEANS-3396) Exception when parsing Java project

2019-12-04 Thread Jira


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

Vít Suchánek commented on NETBEANS-3396:


Problem solved after update to 11.2 update 1. So this bug can be closed. 
Thanks! Vít

> Exception when parsing Java project
> ---
>
> Key: NETBEANS-3396
> URL: https://issues.apache.org/jira/browse/NETBEANS-3396
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Windows 7 version 6.1 running on amd64; Cp1250; cs_CZ (nb)
> User directory: C:\Java\NetBeans\dev\11.2
> Cache directory: C:\Java\NetBeans\cache\dev\11.2
>Reporter: Vít Suchánek
>Priority: Major
>
> This exception occurs repeatedy after IDE is started, Java Maven project 
> opened. Then the background scanning process is started and after a while 
> this exception occurs (this exception seems to break the background scanning 
> because it still consumes CPU but hasn't ever been finished):
> java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
>   at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559)
>   at com.sun.tools.javac.comp.Modules.enter(Modules.java:287)
>   at com.sun.tools.javac.comp.Modules.enter(Modules.java:268)
>   at com.sun.tools.javac.comp.Modules.initModules(Modules.java:259)
>   at 
> com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126)
>   at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)
> [catch] at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
>   at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>   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 

[jira] [Updated] (NETBEANS-3545) Add support for Yaml Indents and spacing.

2019-12-04 Thread ASF GitHub Bot (Jira)


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

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

> Add support for Yaml Indents and spacing.
> -
>
> Key: NETBEANS-3545
> URL: https://issues.apache.org/jira/browse/NETBEANS-3545
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Formatting  Indentation
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Yaml is often using 2 space based indents, but currently it cannot be set in 
> the IDE just for Yaml files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3545) Add support for Yaml Indents and spacing.

2019-12-04 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-3545:
-

 Summary: Add support for Yaml Indents and spacing.
 Key: NETBEANS-3545
 URL: https://issues.apache.org/jira/browse/NETBEANS-3545
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Formatting  Indentation
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Yaml is often using 2 space based indents, but currently it cannot be set in 
the IDE just for Yaml files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] branch master updated: [NETBEANS-3504] Fixed compiler warnings concerning rawtypes IssueNode.SeenProperty

2019-12-04 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/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 72a7f19  [NETBEANS-3504] Fixed compiler warnings concerning rawtypes 
IssueNode.SeenProperty
72a7f19 is described below

commit 72a7f19df732279b24b710dad87796bd2d7de807
Author: Martin Klähn 
AuthorDate: Sat Nov 30 22:12:02 2019 +0100

[NETBEANS-3504] Fixed compiler warnings concerning rawtypes 
IssueNode.SeenProperty
---
 .../netbeans/modules/bugtracking/issuetable/QueryTableCellRenderer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ide/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/QueryTableCellRenderer.java
 
b/ide/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/QueryTableCellRenderer.java
index 5b60f12..a132c5e 100644
--- 
a/ide/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/QueryTableCellRenderer.java
+++ 
b/ide/bugtracking.commons/src/org/netbeans/modules/bugtracking/issuetable/QueryTableCellRenderer.java
@@ -122,7 +122,7 @@ public class QueryTableCellRenderer extends 
DefaultTableCellRenderer {
 
 TableCellStyle style = null;
 if(value instanceof IssueNode.SeenProperty) {
-IssueNode.SeenProperty ps = (IssueNode.SeenProperty) value;
+IssueNode.SeenProperty ps = (IssueNode.SeenProperty) value;
 renderer.setIcon(!ps.getValue() ? seenValueIcon : null);
 renderer.setText("");  
 // NOI18N
 } 


-
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-3544) 500 files causes nb-javac to fail

2019-12-04 Thread Andrew Checchi (Jira)


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

Andrew Checchi updated NETBEANS-3544:
-
Description: 
If using the nb-javac plugin, the following error will be thrown when 
attempting to scan the project if 500 or more files are present in one project 
source folder.

I've attached a test project that contains 500 empty java files. Opening this 
project with no local cache will produce the error. The error dialogs can all 
be cleared but attempts to work with the source in this state will cause other 
errors to occur. For example, give any class a variable pointing to any other 
class. From the referencing class, use Ctrl+R to attempt to rename the 
referenced other class. This will cause the exeception again.

Note that if you start with a less than 500 files, you can add files past the 
500 mark, You can also subsequently open that project and continue working but 
attempting to refactor will usually cause errors.
{quote} java.lang.AssertionErrorjava.lang.AssertionError at 
com.sun.tools.javac.util.Assert.error(Assert.java:155) at 
com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62) at 
com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559) at 
com.sun.tools.javac.comp.Modules.enter(Modules.java:287) at 
com.sun.tools.javac.comp.Modules.enter(Modules.java:268) at 
com.sun.tools.javac.comp.Modules.initModules(Modules.java:259) at 
com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126) at 
com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393) at 
com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch] 
at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
 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$RefreshCifIndices$1.call(RepositoryUpdater.java:4142)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4081)
 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$RefreshCifIndices.getDone(RepositoryUpdater.java:4171)
 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 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
 at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at 
org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
{quote}

  was:
If using the nb-javac plugin, the following error will be thrown when 
attempting to scan 

[jira] [Updated] (NETBEANS-3544) 500 files causes nb-javac to fail

2019-12-04 Thread Andrew Checchi (Jira)


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

Andrew Checchi updated NETBEANS-3544:
-
Attachment: 500JavaFilesProject.zip

> 500 files causes nb-javac to fail
> -
>
> Key: NETBEANS-3544
> URL: https://issues.apache.org/jira/browse/NETBEANS-3544
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE 11.2-dev
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Andrew Checchi
>Priority: Major
> Attachments: 500JavaFilesProject.zip
>
>
> If using the nb-javac plugin, the following error will be thrown when 
> attempting to scan the project if 500 or more files are present in one 
> project source folder.
> I've attached a test project that contains 500 empty java files. Opening this 
> project with no local cache will produce the error. The error dialogs can all 
> be cleared but attempts to work with the source in this state will cause 
> other errors to occur. For example, give any class a variable pointing to any 
> other class. From the referencing class, use Ctrl+R to attempt to rename the 
> referenced other class. This will cause the exeception again.
> Note that if you start with a less than 500 files, you can add files past the 
> 500 mark, You can also subsequently open that project and continue working.
> {quote} java.lang.AssertionErrorjava.lang.AssertionError at 
> com.sun.tools.javac.util.Assert.error(Assert.java:155) at 
> com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62) at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559) 
> at com.sun.tools.javac.comp.Modules.enter(Modules.java:287) at 
> com.sun.tools.javac.comp.Modules.enter(Modules.java:268) at 
> com.sun.tools.javac.comp.Modules.initModules(Modules.java:259) at 
> com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126) at 
> com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393) at 
> com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch]
>  at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>  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$RefreshCifIndices$1.call(RepositoryUpdater.java:4142)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4081)
>  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$RefreshCifIndices.getDone(RepositoryUpdater.java:4171)
>  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 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> 

[jira] [Created] (NETBEANS-3544) 500 files causes nb-javac to fail

2019-12-04 Thread Andrew Checchi (Jira)
Andrew Checchi created NETBEANS-3544:


 Summary: 500 files causes nb-javac to fail
 Key: NETBEANS-3544
 URL: https://issues.apache.org/jira/browse/NETBEANS-3544
 Project: NetBeans
  Issue Type: Bug
 Environment: Product Version: Apache NetBeans IDE 11.2-dev
Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Reporter: Andrew Checchi


If using the nb-javac plugin, the following error will be thrown when 
attempting to scan the project if 500 or more files are present in one project 
source folder.

I've attached a test project that contains 500 empty java files. Opening this 
project with no local cache will produce the error. The error dialogs can all 
be cleared but attempts to work with the source in this state will cause other 
errors to occur. For example, give any class a variable pointing to any other 
class. From the referencing class, use Ctrl+R to attempt to rename the 
referenced other class. This will cause the exeception again.

Note that if you start with a less than 500 files, you can add files past the 
500 mark, You can also subsequently open that project and continue working.
{quote} java.lang.AssertionErrorjava.lang.AssertionError at 
com.sun.tools.javac.util.Assert.error(Assert.java:155) at 
com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62) at 
com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559) at 
com.sun.tools.javac.comp.Modules.enter(Modules.java:287) at 
com.sun.tools.javac.comp.Modules.enter(Modules.java:268) at 
com.sun.tools.javac.comp.Modules.initModules(Modules.java:259) at 
com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126) at 
com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393) at 
com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch] 
at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
 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$RefreshCifIndices$1.call(RepositoryUpdater.java:4142)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4081)
 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$RefreshCifIndices.getDone(RepositoryUpdater.java:4171)
 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 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
 at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 

[netbeans] branch master updated (bfbe0e5 -> 8a8c246)

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

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


from bfbe0e5  [NETBEANS-3507] Fixed compiler warnings concerning rawtypes 
ArgumentParser
 add 8a8c246  [NETBEANS-3510] Fixed compiler warnings concerning rawtypes 
Action

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/xml/XMLDataObjectMimeTypeTest.java   | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)


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

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



[netbeans] branch master updated (fa4e925 -> bfbe0e5)

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

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


from fa4e925  [NETBEANS-3508] Fixed compiler warnings concerning rawtypes 
ContextAwareService
 add bfbe0e5  [NETBEANS-3507] Fixed compiler warnings concerning rawtypes 
ArgumentParser

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/gradle/api/execute/GradleCommandLine.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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] branch master updated (c5cffac -> fa4e925)

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

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


from c5cffac  Merge pull request #1740 from 
BradWalker/cleanup_unchecked_conversions
 add fa4e925  [NETBEANS-3508] Fixed compiler warnings concerning rawtypes 
ContextAwareService

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/spi/debugger/ui/BreakpointType.java| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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

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



[jira] [Updated] (NETBEANS-3543) Fix compiler warnings of project extide/o.apache.tools.ant.module

2019-12-04 Thread ASF GitHub Bot (Jira)


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

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

> Fix compiler warnings of project extide/o.apache.tools.ant.module
> -
>
> Key: NETBEANS-3543
> URL: https://issues.apache.org/jira/browse/NETBEANS-3543
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Martin Klähn
>Assignee: Martin Klähn
>Priority: Major
>  Labels: pull-request-available
>
> Compiling the projects emits currently 137 warnings when compiling its 
> sources, another 13 warnings when compiling src-bridge sources and another 6 
> warnings when compiling the test sources.
> The aim is to fix the reasons for these warning and thus reduce the emitted 
> warnings to a minimum.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3543) Fix compiler warnings of project extide/o.apache.tools.ant.module

2019-12-04 Thread Jira
Martin Klähn created NETBEANS-3543:
--

 Summary: Fix compiler warnings of project 
extide/o.apache.tools.ant.module
 Key: NETBEANS-3543
 URL: https://issues.apache.org/jira/browse/NETBEANS-3543
 Project: NetBeans
  Issue Type: Improvement
Reporter: Martin Klähn
Assignee: Martin Klähn


Compiling the projects emits currently 137 warnings when compiling its sources, 
another 13 warnings when compiling src-bridge sources and another 6 warnings 
when compiling the test sources.

The aim is to fix the reasons for these warning and thus reduce the emitted 
warnings to a minimum.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3542) cleanup unchecked conversion warnings..

2019-12-04 Thread Brad Walker (Jira)


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

Brad Walker closed NETBEANS-3542.
-
Fix Version/s: 11.3
   Resolution: Fixed

fixed & merged..

> cleanup unchecked conversion warnings..
> ---
>
> Key: NETBEANS-3542
> URL: https://issues.apache.org/jira/browse/NETBEANS-3542
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> There are a LOT of the following warnings in the build..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/platform/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverProcessor.java:190:
>  warning: [unchecked] unchecked conversion
>[repeat] Set s = new TreeSet();
>[repeat] ^
>[repeat]   required: Set
>[repeat]   found:TreeSet
> {code}
> This change cleans up many of these.. But, it's not complete as there are so 
> many of them..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Comment Edited] (NETBEANS-3452) Can't "enable-preview" in NB 11.2/Java 13.0.1

2019-12-04 Thread Byron Wyman (Jira)


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

Byron Wyman edited comment on NETBEANS-3452 at 12/4/19 8:22 PM:


@Neil C Smith - No joy.  I installed nb-javac 2.0.1, recompiled, and re-ran 
with the same error as before. BTW: this error occurs even when there are no 
preview features in the source, simply adding the "--enable-preview" flag for 
the compiler is sufficient to cause the error.


was (Author: byronw):
Neil C Smith - No joy.  I installed nb-javac 2.0.1, recompiled, and re-ran with 
the same error as before 

> Can't "enable-preview" in NB 11.2/Java 13.0.1
> -
>
> Key: NETBEANS-3452
> URL: https://issues.apache.org/jira/browse/NETBEANS-3452
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: MacOS 10.11.6, Netbeans 11.2, JavaSE 13.0.1
>Reporter: Byron Wyman
>Priority: Blocker
> Attachments: IDE_Log.txt
>
>
> Compiling project with switch "--enable-preview" compiles successfully, but 
> when subsequently run, produces error: Error: LinkageError occurred while 
> loading main class jcdoSRT.SrtError: LinkageError occurred while loading main 
> class jcdoSRT.Srt java.lang.UnsupportedClassVersionError: Preview features 
> are not enabled for jcdoSRT/Srt (class file version 57.65535). Try running 
> with 
> '--enable-preview'/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111:
>  The following error occurred while executing this 
> line:/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: 
> Java returned: 1BUILD FAILED (total time: 1 second)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] branch master updated: [NETBEANS-3542] - cleanup unchecked conversion warnings..

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 9c33dc8  [NETBEANS-3542] - cleanup unchecked conversion warnings..
 new c5cffac  Merge pull request #1740 from 
BradWalker/cleanup_unchecked_conversions
9c33dc8 is described below

commit 9c33dc8073421865bf66453a35a7ac6487d788de
Author: Brad Walker 
AuthorDate: Wed Dec 4 12:15:22 2019 -0700

[NETBEANS-3542] - cleanup unchecked conversion warnings..

There are a LOT of the following warnings in the build..

   [repeat] 
/home/bwalker/src/netbeans/platform/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverProcessor.java:190:
 warning: [unchecked] unchecked conversion
   [repeat] Set s = new TreeSet();
   [repeat] ^
   [repeat]   required: Set
   [repeat]   found:TreeSet

This change cleans up many of these.. But, it's not complete as there are 
so many of them..
---
 .../project/queries/ProjectWhiteListQueryImplementation.java |  2 +-
 .../modules/maven/apisupport/MavenWhiteListQueryImpl.java|  2 +-
 .../glassfish/tooling/data/GlassFishAdminInterface.java  |  2 +-
 .../modules/glassfish/tooling/data/GlassFishVersion.java |  2 +-
 .../src/org/netbeans/api/debugger/DebuggerManager.java   |  2 +-
 .../src/org/netbeans/api/debugger/LazyArrayList.java |  2 +-
 .../org/netbeans/debugger/registry/DebuggerProcessor.java|  2 +-
 .../org/netbeans/modules/css/editor/csl/CssCompletion.java   |  2 +-
 .../modules/css/visual/DocumentViewPanelProvider.java|  2 +-
 .../editor/codetemplates/storage/ui/CodeTemplatesModel.java  |  2 +-
 .../src/org/netbeans/api/editor/EditorRegistry.java  |  2 +-
 .../src/org/netbeans/api/editor/caret/CaretTransaction.java  |  2 +-
 ide/gsf.testrunner.ui/nbproject/project.properties   |  2 +-
 .../netbeans/modules/gsf/testrunner/ui/ResultPanelTree.java  |  2 +-
 .../src/org/netbeans/modules/jumpto/common/ItemRenderer.java |  6 +++---
 .../src/org/netbeans/modules/mercurial/HistoryRegistry.java  |  2 +-
 .../projectapi/SimpleFileOwnerQueryImplementation.java   |  4 ++--
 ide/projectuiapi/nbproject/project.properties|  2 +-
 .../project/uiapi/ProjectTemplateAttributesLegacy.java   |  2 +-
 .../project/uiapi/ProjectTemplateAttributesProvider.java |  2 +-
 .../debugger/ui/views/debugging/DebuggingViewComponent.java  |  4 ++--
 .../modules/debugger/ui/views/debugging/ThreadsListener.java |  2 +-
 .../org/netbeans/modules/navigator/NavigatorController.java  |  2 +-
 ide/spi.tasklist/nbproject/project.properties|  2 +-
 .../netbeans/modules/team/commons/treelist/TreeListNode.java |  2 +-
 .../src/org/netbeans/modules/team/ide/spi/IDEProject.java|  2 +-
 .../src/org/netbeans/modules/turbo/CacheIndex.java   |  2 +-
 .../src/org/netbeans/modules/xml/dtd/grammar/DTDGrammar.java |  2 +-
 .../org/netbeans/modules/xml/text/syntax/SyntaxElement.java  |  2 +-
 .../org/netbeans/modules/debugger/jpda/js/source/Source.java |  2 +-
 .../netbeans/modules/java/navigation/ClassMemberPanelUI.java |  2 +-
 .../modules/jshell/editor/SnippetClassGenerator.java |  2 +-
 java/junit.ant.ui/nbproject/project.properties   |  4 ++--
 .../modules/junit/ant/ui/JUnitProjectOpenedHook.java |  2 +-
 .../netbeans/modules/junit/ant/JUnitExecutionManager.java|  2 +-
 .../modules/maven/indexer/NexusRepositoryIndexerImpl.java|  4 ++--
 java/maven.model/nbproject/project.properties|  2 +-
 .../modules/maven/model/pom/impl/ElementFactoryRegistry.java |  2 +-
 .../src/org/netbeans/modules/maven/NbMavenProjectImpl.java   |  2 +-
 .../org/netbeans/modules/autoupdate/services/Utilities.java  |  8 
 .../autoupdate/ui/wizards/UninstallUnitWizardModel.java  |  2 +-
 .../org/netbeans/core/network/utils/LocalAddressUtils.java   |  6 +++---
 .../src/org/netbeans/core/windows/LazyLoader.java|  4 ++--
 .../modules/editor/mimelookup/impl/FolderPathLookup.java |  4 ++--
 .../netbeans/modules/masterfs/ProvidedExtensionsProxy.java   |  2 +-
 .../o.n.bootstrap/src/org/netbeans/PackageAttrsCache.java|  2 +-
 .../openide/filesystems/declmime/MIMEResolverProcessor.java  |  2 +-
 .../src/org/netbeans/modules/options/keymap/KeymapModel.java |  2 +-
 .../netbeans/modules/options/keymap/ShortcutsFinderImpl.java |  2 +-
 platform/sampler/nbproject/project.properties|  2 +-
 .../org/netbeans/modules/sampler/SamplesOutputStream.java|  6 +++---
 .../profiler/attach/steps/BasicAttachStepsProvider.java  |  2 +-
 .../profiler/heapwalk/model/AbstractHeapWalkerNode.java  |  2 +-
 profiler/profiler.options/nbproject/project.properties   |  2 +-
 

[jira] [Comment Edited] (NETBEANS-3452) Can't "enable-preview" in NB 11.2/Java 13.0.1

2019-12-04 Thread Byron Wyman (Jira)


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

Byron Wyman edited comment on NETBEANS-3452 at 12/4/19 7:47 PM:


Neil C Smith - No joy.  I installed nb-javac 2.0.1, recompiled, and re-ran with 
the same error as before 


was (Author: byronw):
~Neil C Smith - No joy.  I installed nb-javac 2.0.1, recompiled, and re-ran 
with the same error as before 

> Can't "enable-preview" in NB 11.2/Java 13.0.1
> -
>
> Key: NETBEANS-3452
> URL: https://issues.apache.org/jira/browse/NETBEANS-3452
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: MacOS 10.11.6, Netbeans 11.2, JavaSE 13.0.1
>Reporter: Byron Wyman
>Priority: Blocker
> Attachments: IDE_Log.txt
>
>
> Compiling project with switch "--enable-preview" compiles successfully, but 
> when subsequently run, produces error: Error: LinkageError occurred while 
> loading main class jcdoSRT.SrtError: LinkageError occurred while loading main 
> class jcdoSRT.Srt java.lang.UnsupportedClassVersionError: Preview features 
> are not enabled for jcdoSRT/Srt (class file version 57.65535). Try running 
> with 
> '--enable-preview'/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111:
>  The following error occurred while executing this 
> line:/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: 
> Java returned: 1BUILD FAILED (total time: 1 second)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3452) Can't "enable-preview" in NB 11.2/Java 13.0.1

2019-12-04 Thread Byron Wyman (Jira)


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

Byron Wyman commented on NETBEANS-3452:
---

~Neil C Smith - No joy.  I installed nb-javac 2.0.1, recompiled, and re-ran 
with the same error as before 

> Can't "enable-preview" in NB 11.2/Java 13.0.1
> -
>
> Key: NETBEANS-3452
> URL: https://issues.apache.org/jira/browse/NETBEANS-3452
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: MacOS 10.11.6, Netbeans 11.2, JavaSE 13.0.1
>Reporter: Byron Wyman
>Priority: Blocker
> Attachments: IDE_Log.txt
>
>
> Compiling project with switch "--enable-preview" compiles successfully, but 
> when subsequently run, produces error: Error: LinkageError occurred while 
> loading main class jcdoSRT.SrtError: LinkageError occurred while loading main 
> class jcdoSRT.Srt java.lang.UnsupportedClassVersionError: Preview features 
> are not enabled for jcdoSRT/Srt (class file version 57.65535). Try running 
> with 
> '--enable-preview'/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111:
>  The following error occurred while executing this 
> line:/Users/bwyman/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: 
> Java returned: 1BUILD FAILED (total time: 1 second)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] branch master updated (780396a -> 2c2f309)

2019-12-04 Thread mklaehn
This is an automated email from the ASF dual-hosted git repository.

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


from 780396a  [NETBEANS-3455] Fixed compiler warnings concerning rawtypes 
SoftReference
 add 2c2f309  [NETBEANS-3459] Fixed compiler warnings concerning rawtypes 
TargetPanelProvider

No new revisions were added by this update.

Summary of changes:
 .../modules/target/iterator/api/TargetChooserPanel.java| 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)


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

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



[netbeans] branch master updated: [NETBEANS-3458] Fixed compiler warnings concerning rawtypes Performer

2019-12-04 Thread mklaehn
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2813d90  [NETBEANS-3458] Fixed compiler warnings concerning rawtypes 
Performer
2813d90 is described below

commit 2813d90b8d6cd138c151e885128d3c4c39f74b88
Author: Martin Klähn 
AuthorDate: Tue Nov 26 20:28:57 2019 +0100

[NETBEANS-3458] Fixed compiler warnings concerning rawtypes Performer
---
 platform/openide.awt/src/org/openide/awt/ContextAction.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platform/openide.awt/src/org/openide/awt/ContextAction.java 
b/platform/openide.awt/src/org/openide/awt/ContextAction.java
index 4a3bb4c..ff32d44 100644
--- a/platform/openide.awt/src/org/openide/awt/ContextAction.java
+++ b/platform/openide.awt/src/org/openide/awt/ContextAction.java
@@ -458,7 +458,7 @@ implements Action, ContextAwareAction, ChangeListener, 
Runnable {
 return true;
 }
 if (obj instanceof Performer) {
-Performer l = (Performer)obj;
+Performer l = (Performer) obj;
 return delegate.equals(l.delegate);
 }
 return false;


-
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] branch master updated: [NETBEANS-3455] Fixed compiler warnings concerning rawtypes SoftReference

2019-12-04 Thread mklaehn
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 780396a  [NETBEANS-3455] Fixed compiler warnings concerning rawtypes 
SoftReference
780396a is described below

commit 780396a1df4d3a5018e0eee6f571e52ea830eb63
Author: Martin Klähn 
AuthorDate: Tue Nov 26 00:14:58 2019 +0100

[NETBEANS-3455] Fixed compiler warnings concerning rawtypes SoftReference
---
 .../src/org/netbeans/modules/javascript2/model/api/Index.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/webcommon/javascript2.model/src/org/netbeans/modules/javascript2/model/api/Index.java
 
b/webcommon/javascript2.model/src/org/netbeans/modules/javascript2/model/api/Index.java
index 1acd3a9..f24b7d5 100644
--- 
a/webcommon/javascript2.model/src/org/netbeans/modules/javascript2/model/api/Index.java
+++ 
b/webcommon/javascript2.model/src/org/netbeans/modules/javascript2/model/api/Index.java
@@ -210,9 +210,9 @@ public final class Index {
 
 value = new CacheValue(fieldsToLoad, result);
 if ((result.size() * AVERAGE_BASIC_INFO_SIZE) < 
MAX_CACHE_VALUE_SIZE) {
-CACHE_INDEX_RESULT_SMALL.put(key, new 
SoftReference(value));
+CACHE_INDEX_RESULT_SMALL.put(key, new 
SoftReference<>(value));
 } else {
-CACHE_INDEX_RESULT_LARGE.put(key, new 
SoftReference(value));
+CACHE_INDEX_RESULT_LARGE.put(key, new 
SoftReference<>(value));
 }
 logStats(result, false, fieldsToLoad);
 return value.getResult();


-
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] branch master updated (e911b4a -> b8b64c4)

2019-12-04 Thread mklaehn
This is an automated email from the ASF dual-hosted git repository.

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


from e911b4a  [NETBEANS-3454] Fixed compiler warnings concerning rawtypes 
Reference
 add b8b64c4  [NETBEANS-3451] Fixed compiler warnings concerning rawtypes 
Iterable

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/java/source/ant/ProjectRunnerImpl.java   | 4 ++--
 .../src/org/netbeans/modules/java/hints/spiimpl/Utilities.java| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


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

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



[netbeans] branch master updated (235e2e0 -> e911b4a)

2019-12-04 Thread mklaehn
This is an automated email from the ASF dual-hosted git repository.

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


from 235e2e0  [NETBEANS-3450] Fixed compiler warnings concerning rawtypes 
Stream
 add e911b4a  [NETBEANS-3454] Fixed compiler warnings concerning rawtypes 
Reference

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/db/explorer/DbDriverManagerTest.java   |  2 +-
 .../netbeans/modules/xml/api/model/GrammarQueryManager.java |  8 
 .../netbeans/modules/xml/text/syntax/XMLSyntaxSupport.java  |  2 --
 .../modules/autoupdate/services/UpdateManagerImplTest.java  |  2 +-
 .../filebasedfs/fileobjects/FileObjectFactorySizeTest.java  |  4 ++--
 .../masterfs/filebasedfs/fileobjects/LockForFileTest.java   |  2 +-
 .../src/org/openide/actions/MoveUpAction.java   |  4 ++--
 platform/openide.awt/src/org/openide/awt/ContextAction.java |  2 +-
 .../openide/openide/awt/StatefulActionProcessorTest.java|  6 +++---
 platform/openide.compat/nbproject/project.properties|  2 +-
 .../src/org/openide/explorer/ExplorerPanel.java | 13 +++--
 .../openide.compat/src/org/openide/util/WeakListener.java   | 10 +-
 .../src/org/openide/filesystems/AbstractFolder.java |  9 +++--
 .../src/org/openide/filesystems/MemoryFileSystem.java   |  4 ++--
 .../src/org/openide/filesystems/XMLFileSystem.java  | 10 +-
 platform/openide.nodes/nbproject/project.properties |  2 +-
 .../openide.nodes/src/org/openide/nodes/BeanChildren.java   |  8 
 .../src/org/openide/nodes/EntrySupportDefault.java  |  2 +-
 .../test/unit/src/org/openide/nodes/ChildrenKeysTest.java   |  4 ++--
 platform/openide.text/nbproject/project.properties  |  2 +-
 .../src/org/openide/text/CloneableEditorSupport.java|  8 +++-
 .../unit/src/org/openide/util/RequestProcessorTest.java |  4 ++--
 22 files changed, 52 insertions(+), 58 deletions(-)


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

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



[netbeans] branch master updated (0d2d1ef -> 235e2e0)

2019-12-04 Thread mklaehn
This is an automated email from the ASF dual-hosted git repository.

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


from 0d2d1ef  [NETBEANS-3460] Fixed compiler warnings concerning rawtypes 
TreeMap
 add 235e2e0  [NETBEANS-3450] Fixed compiler warnings concerning rawtypes 
Stream

No new revisions were added by this update.

Summary of changes:
 .../org/netbeans/modules/extexecution/process/jdk9/ProcessesImpl.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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

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



[netbeans] branch master updated (226fa44 -> 0d2d1ef)

2019-12-04 Thread mklaehn
This is an automated email from the ASF dual-hosted git repository.

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


from 226fa44  [NETBEANS-3407] - Updating to jsr305 3.0.2
 add 0d2d1ef  [NETBEANS-3460] Fixed compiler warnings concerning rawtypes 
TreeMap

No new revisions were added by this update.

Summary of changes:
 .../glassfish/tooling/utils/StringPrefixTree.java  |  4 ++--
 .../payara/tooling/utils/StringPrefixTree.java |  4 ++--
 ide/ide.kit/nbproject/project.properties   |  2 +-
 .../ide/BlacklistedClassesHandlerSingleton.java| 12 --
 ide/jellytools.ide/nbproject/project.properties|  2 +-
 .../org/netbeans/jellytools/CollectBundleKeys.java | 27 +-
 .../src/org/netbeans/api/debugger/LookupTest.java  | 12 +-
 .../javascript2/requirejs/ui/RequireJsPanel.java   |  2 +-
 8 files changed, 29 insertions(+), 36 deletions(-)


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

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



[jira] [Comment Edited] (NETBEANS-2515) cleanup the build issues

2019-12-04 Thread Brad Walker (Jira)


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

Brad Walker edited comment on NETBEANS-2515 at 12/4/19 7:20 PM:


NETBEANS-3542
 - cleanup unchecked conversion warnings..



was (Author: brad.walker):
NETBEANS-3518
 - cleanup unchecked conversion warnings..


> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-2515) cleanup the build issues

2019-12-04 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-3518
 - cleanup unchecked conversion warnings..


> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3542) cleanup unchecked conversion warnings..

2019-12-04 Thread ASF GitHub Bot (Jira)


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

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

> cleanup unchecked conversion warnings..
> ---
>
> Key: NETBEANS-3542
> URL: https://issues.apache.org/jira/browse/NETBEANS-3542
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> There are a LOT of the following warnings in the build..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/platform/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverProcessor.java:190:
>  warning: [unchecked] unchecked conversion
>[repeat] Set s = new TreeSet();
>[repeat] ^
>[repeat]   required: Set
>[repeat]   found:TreeSet
> {code}
> This change cleans up many of these.. But, it's not complete as there are so 
> many of them..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3542) cleanup unchecked conversion warnings..

2019-12-04 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-3542:
-

 Summary: cleanup unchecked conversion warnings..
 Key: NETBEANS-3542
 URL: https://issues.apache.org/jira/browse/NETBEANS-3542
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker


There are a LOT of the following warnings in the build..

{code:java}
   [repeat] 
/home/bwalker/src/netbeans/platform/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverProcessor.java:190:
 warning: [unchecked] unchecked conversion
   [repeat] Set s = new TreeSet();
   [repeat] ^
   [repeat]   required: Set
   [repeat]   found:TreeSet
{code}

This change cleans up many of these.. But, it's not complete as there are so 
many of them..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Comment Edited] (NETBEANS-3407) Updating jsr305(findbugs) to 3.0.2

2019-12-04 Thread Jose (Jira)


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

Jose edited comment on NETBEANS-3407 at 12/4/19 7:11 PM:
-

Merged via 
[226fa44|https://github.com/apache/netbeans/commit/226fa4411850a0b1ec00c2198039ef51ffb1af76]


was (Author: pepness):
Merged via 
[https://github.com/apache/netbeans/commit/226fa4411850a0b1ec00c2198039ef51ffb1af76|226fa44]

> Updating jsr305(findbugs) to 3.0.2
> --
>
> Key: NETBEANS-3407
> URL: https://issues.apache.org/jira/browse/NETBEANS-3407
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - FindBugs
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Update jsr305(findbugs) to 3.0.2. This is the last version since the project 
> was 
> [abandoned|https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-November/004321.html]
> [Release Notes|http://findbugs.sourceforge.net/Changes.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3407) Updating jsr305(findbugs) to 3.0.2

2019-12-04 Thread Jose (Jira)


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

Jose resolved NETBEANS-3407.

Resolution: Implemented

Merged via 
[https://github.com/apache/netbeans/commit/226fa4411850a0b1ec00c2198039ef51ffb1af76|226fa44]

> Updating jsr305(findbugs) to 3.0.2
> --
>
> Key: NETBEANS-3407
> URL: https://issues.apache.org/jira/browse/NETBEANS-3407
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - FindBugs
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Update jsr305(findbugs) to 3.0.2. This is the last version since the project 
> was 
> [abandoned|https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2016-November/004321.html]
> [Release Notes|http://findbugs.sourceforge.net/Changes.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] branch master updated: [NETBEANS-3407] - Updating to jsr305 3.0.2

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 226fa44  [NETBEANS-3407] - Updating to jsr305 3.0.2
226fa44 is described below

commit 226fa4411850a0b1ec00c2198039ef51ffb1af76
Author: Jose Contreras 
AuthorDate: Tue Nov 12 17:57:08 2019 -0600

[NETBEANS-3407] - Updating to jsr305 3.0.2
---
 .../nbproject/project.properties   |  2 +-
 .../org/netbeans/nbbuild/extlibs/ignored-overlaps  |  2 +-
 nbbuild/licenses/BSD-jsr305| 28 ++
 .../api.annotations.common/external/binaries-list  |  2 +-
 .../external/jsr305-2.0.0-notice.txt   |  5 
 ...-2.0.0-license.txt => jsr305-3.0.2-license.txt} | 34 +++---
 .../nbproject/project.properties   |  4 +--
 7 files changed, 50 insertions(+), 27 deletions(-)

diff --git a/java/findbugs.installer/nbproject/project.properties 
b/java/findbugs.installer/nbproject/project.properties
index ab06b41..0f4ec98 100644
--- a/java/findbugs.installer/nbproject/project.properties
+++ b/java/findbugs.installer/nbproject/project.properties
@@ -14,5 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-javac.source=1.7
+javac.source=1.8
 javac.compilerargs=-Xlint -Xlint:-serial
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-overlaps 
b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-overlaps
index 1c75028..b185428 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-overlaps
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-overlaps
@@ -58,7 +58,7 @@ groovy/gradle/external/gradle-4.10.2-bin.zip 
ide/c.jcraft.jsch/external/jsch-0.1
 groovy/gradle/external/gradle-4.10.2-bin.zip 
ide/o.apache.commons.lang/external/commons-lang-2.6.jar
 groovy/gradle/external/gradle-4.10.2-bin.zip 
java/maven/external/aether-api-1.13.1.jar
 groovy/gradle/external/gradle-4.10.2-bin.zip 
java/maven.embedder/external/apache-maven-3.3.9-bin.zip
-groovy/gradle/external/gradle-4.10.2-bin.zip 
platform/api.annotations.common/external/jsr305-2.0.0.jar
+groovy/gradle/external/gradle-4.10.2-bin.zip 
platform/api.annotations.common/external/jsr305-3.0.2.jar
 groovy/gradle/external/gradle-4.10.2-bin.zip 
platform/libs.junit4/external/hamcrest-core-1.3.jar
 groovy/gradle/external/gradle-4.10.2-bin.zip 
platform/libs.junit4/external/junit-4.12.jar
 
diff --git a/nbbuild/licenses/BSD-jsr305 b/nbbuild/licenses/BSD-jsr305
new file mode 100644
index 000..cf30ea2
--- /dev/null
+++ b/nbbuild/licenses/BSD-jsr305
@@ -0,0 +1,28 @@
+Copyright (c) 2007-2009, JSR305 expert group
+All rights reserved.
+
+http://www.opensource.org/licenses/bsd-license.php
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+* Neither the name of the JSR305 expert group nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
diff --git a/platform/api.annotations.common/external/binaries-list 
b/platform/api.annotations.common/external/binaries-list
index 74f1e37..78dfe2c 100644
--- a/platform/api.annotations.common/external/binaries-list
+++ b/platform/api.annotations.common/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-516C03B21D50A644D538DE0F0369C620989CD8F0 com.google.code.findbugs:jsr305:2.0.0
\ No newline at end of file

[netbeans] branch master updated: [Travis] Test java modules

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 0659a47  [Travis] Test java modules
0659a47 is described below

commit 0659a47947eb6dadc55ff48540027cbf8b16fa7b
Author: Matthias Bläsing 
AuthorDate: Fri Nov 29 20:37:20 2019 +0100

[Travis] Test java modules
---
 .travis.yml | 53 +++--
 1 file changed, 39 insertions(+), 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 57991aa..d6f734f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,8 +37,6 @@ script:
   - if [ "x$SIGTEST" == "xtrue" ]; then ant check-sigtests; fi
   - if [ "x$SIGTEST" == "xtrue" ]; then ant gen-sigtests-release; fi
   - if [ "x$SCRIPT" != "x" ]; then ./$SCRIPT; fi
-  - if [ "x$RUN_TESTS_JDK8" == "xtrue" ]; then for MODULE in $TEST_MODULES; do 
cd $MODULE; ant test; done; fi
-  - if [ "x$RUN_TESTS_JDK9PLUS" == "xtrue" ]; then wget 
https://raw.githubusercontent.com/sormuras/bach/master/install-jdk.sh && export 
TEST_JDK=`bash install-jdk.sh $TEST_JDK_VERSION --emit-java-home --silent | 
tail -1` && for MODULE in $TEST_MODULES; do cd $MODULE; ant 
"-Dtest.nbjdk.home=$TEST_JDK" $TEST_RUN_OPTIONS test; done; fi
 
 matrix:
 include:
@@ -51,10 +49,10 @@ matrix:
 - unzip -qq ../nbbuild/build/release-src*
 - ant -quiet rat -Drat-report.haltonfailure=true
   
-- env: SIGTEST=false COMPILETEST=true LICENSE=true 
RUN_TESTS_JDK8=false RUN_JAVA_TESTS=false
+- env: SIGTEST=false COMPILETEST=true LICENSE=true
   jdk: openjdk8
 
-- env: SIGTEST=true COMPILETEST=false LICENSE=false 
RUN_TESTS_JDK8=false RUN_JAVA_TESTS=false
+- env: SIGTEST=true COMPILETEST=false LICENSE=false
   jdk: openjdk8
 
 #- env: TARGET="build-platform" SCRIPT=nbbuild/travis/scripting.sh
@@ -76,15 +74,6 @@ matrix:
 - env: OPTS="-quiet -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false" TARGET="build-basic"
   jdk: openjdk8
 
-- env: SIGTEST=false COMPILETEST=false LICENSE=false 
RUN_TESTS_JDK9PLUS=false RUN_TESTS_JDK8=true TEST_MODULES="java/java.completion 
java/spi.java.hints java/java.hints.declarative" OPTS="-Dcluster.config=java 
-quiet build -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false 
-Dtest-unit-sys-prop.ignore.random.failures=true"
-  jdk: openjdk8
-
-- env: SIGTEST=false COMPILETEST=false LICENSE=false 
RUN_TESTS_JDK8=false RUN_TESTS_JDK9PLUS=true TEST_JDK_VERSION="--feature 11 
--license GPL" 
TEST_RUN_OPTIONS='-Dtest.run.args=--limit-modules=java.base,java.logging,java.xml,java.prefs,java.desktop,java.management,java.instrument
 -Dtest.use.jdk.javac=true' TEST_MODULES="java/java.completion" 
OPTS="-Dcluster.config=java -quiet build -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false"
-  jdk: openjdk8
-
-- env: SIGTEST=false COMPILETEST=false LICENSE=false 
RUN_TESTS_JDK8=false RUN_TESTS_JDK9PLUS=true TEST_JDK_VERSION="--feature 12 
--license GPL" 
TEST_RUN_OPTIONS='-Dtest.run.args=--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
 -Dtest.use.jdk.javac=true' TEST_MODULES="java/java.completion" 
OPTS="-Dcluster.config=java -quiet build -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false"
-  jdk: openjdk8
-  
 - name: Test harness modules
   jdk: openjdk8
   env:
@@ -295,6 +284,43 @@ matrix:
 - ant $OPTS -f ide/xml.xdm test
 - ant $OPTS -f ide/xsl test
 
+- name: Test Java modules
+  jdk: openjdk8
+  env:
+- OPTS="-quiet -Dcluster.config=java -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false 
-Dtest-unit-sys-prop.ignore.random.failures=true"
+  before_script:
+- ant $OPTS clean
+- ant $OPTS build
+  script:
+- ant $OPTS -f java/java.completion test
+#- ant $OPTS -f java/spi.java.hints test
+- ant $OPTS -f java/java.hints.declarative test
+- ant $OPTS -f java/spring.beans test
+
+- name: Test Java completion with Java 11
+  jdk: openjdk8
+  env:
+- OPTS="-quiet -Dcluster.config=java -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false"
+  before_script:
+- wget 
https://raw.githubusercontent.com/sormuras/bach/master/install-jdk.sh
+- export TEST_JDK=`bash install-jdk.sh --feature 11 --license GPL 
--emit-java-home --silent | tail -1`
+- ant $OPTS clean
+- ant $OPTS build
+  script:
+- ant $OPTS -f java/java.completion -Dtest.nbjdk.home=$TEST_JDK 

[jira] [Created] (NETBEANS-3541) Clicking help button on the Handlers for event causes error

2019-12-04 Thread Ruslan Lopez Carro (Jira)
Ruslan Lopez Carro created NETBEANS-3541:


 Summary: Clicking help button on the  Handlers for event causes 
error
 Key: NETBEANS-3541
 URL: https://issues.apache.org/jira/browse/NETBEANS-3541
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Parsing  Indexing
Affects Versions: 11.2
Reporter: Ruslan Lopez Carro
 Attachments: messages.log, uigestures

Steps to reproduce:

 
 * Create a visual component, in my case a JSpinner inside a JPanel form
 * In the properties window select the event tab
 * Click on the ... button on any event
 * Click help button on the Handlers for the event you selected causes error



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3541) Clicking help button on the Handlers for event causes error

2019-12-04 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-3541:
-
Attachment: messages.log

> Clicking help button on the  Handlers for event causes error
> 
>
> Key: NETBEANS-3541
> URL: https://issues.apache.org/jira/browse/NETBEANS-3541
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 11.2
>Reporter: Ruslan Lopez Carro
>Priority: Major
> Attachments: messages.log, uigestures
>
>
> Steps to reproduce:
>  
>  * Create a visual component, in my case a JSpinner inside a JPanel form
>  * In the properties window select the event tab
>  * Click on the ... button on any event
>  * Click help button on the Handlers for the event you selected causes error



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3541) Clicking help button on the Handlers for event causes error

2019-12-04 Thread Ruslan Lopez Carro (Jira)


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

Ruslan Lopez Carro updated NETBEANS-3541:
-
Attachment: uigestures

> Clicking help button on the  Handlers for event causes error
> 
>
> Key: NETBEANS-3541
> URL: https://issues.apache.org/jira/browse/NETBEANS-3541
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 11.2
>Reporter: Ruslan Lopez Carro
>Priority: Major
> Attachments: messages.log, uigestures
>
>
> Steps to reproduce:
>  
>  * Create a visual component, in my case a JSpinner inside a JPanel form
>  * In the properties window select the event tab
>  * Click on the ... button on any event
>  * Click help button on the Handlers for the event you selected causes error



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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: r37079 - /dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.5/ /release/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/ /re

2019-12-04 Thread skygo
Author: skygo
Date: Wed Dec  4 13:35:34 2019
New Revision: 37079

Log:
release nb-repository-plugin 1.5

Added:

release/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.5/
  - copied from r37078, 
dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.5/
Removed:

dev/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.5/

release/netbeans/netbeans-maven-utilities/nb-repository-plugin/nb-repository-plugin-1.4/


-
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-3540) Java Ant projects dont work with JUnit 5

2019-12-04 Thread Maciej Wegorkiewicz (Jira)
Maciej Wegorkiewicz created NETBEANS-3540:
-

 Summary: Java Ant projects dont work with JUnit 5
 Key: NETBEANS-3540
 URL: https://issues.apache.org/jira/browse/NETBEANS-3540
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
Reporter: Maciej Wegorkiewicz
 Attachments: JavaApplication4.zip

After creating Java empty project and trying to test it I get:

warning: unknown enum constant Status.STABLE
 reason: class file for org.apiguardian.api.API$Status not found

 

Might be related to:

[http://mail-archives.apache.org/mod_mbox/netbeans-users/201901.mbox/%3CCAAuDyk6WcgLaUDz0dp=4arr7qgnwwcyey3voegojrrmrqvz...@mail.gmail.com%3E]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3539) change windows icon of netbeans platform executable within build process

2019-12-04 Thread Tobias Warneke (Jira)
Tobias Warneke created NETBEANS-3539:


 Summary: change windows icon of netbeans platform executable 
within build process
 Key: NETBEANS-3539
 URL: https://issues.apache.org/jira/browse/NETBEANS-3539
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - LaunchersCLI
Affects Versions: 11.1, 10.0, 9.0, 8.2
Reporter: Tobias Warneke


I know this is an old or duplicate issue. However it is in my eyes problematic 
to use some external program, to integrate it into my maven build process to 
change the standard icon of my executable.

Is there now a better solution at hand? Maybe somehow the nbm plugin does 
handle this already? Or some kind of branding extension?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* > *Dialogue box* will be opened > from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* > click *Next* 
> enter project name in *Project Name* box > click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* > Dialogue box will be 
opened > enter module name in *Module Name* field > click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* > *Dialogue box* will be opened *>* from *Categories* select 
*Java with Ant*> from *Projects* select *Java Modular Project*>click *Next*> 
enter project name in *Project Name* box > click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* > *Dialogue box* will be opened > from *Categories* select 
> *Java with Ant* > from *Projects* select *Java Modular Project* > click 
> *Next* > enter project name in *Project Name* box > click on *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* > Dialogue box will be 
> opened > enter module name in *Module Name* field > click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -*>* from *Categories* 
select *Java with Ant*-> from *Projects* select *Java Modular Project-*>click 
*Next-*> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project-*>click 
*Next-*> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -*>* from *Categories* 
> select *Java with Ant*-> from *Projects* select *Java Modular Project-*>click 
> *Next-*> enter project name in *Project Name* box -> click on *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* > *Dialogue box* will be opened *>* from *Categories* select 
*Java with Ant*> from *Projects* select *Java Modular Project*>click *Next*> 
enter project name in *Project Name* box > click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -*>* from *Categories* 
select *Java with Ant*-> from *Projects* select *Java Modular Project-*>click 
*Next-*> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* > *Dialogue box* will be opened *>* from *Categories* 
> select *Java with Ant*> from *Projects* select *Java Modular Project*>click 
> *Next*> enter project name in *Project Name* box > click on *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project-*>click 
*Next-*> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project-*>click 
*Next-*> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* -> from *Projects* select *Java Modular 
> Project-*>click *Next-*> enter project name in *Project Name* box -> click on 
> *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project-*>click 
*Next-*> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project* -> click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant*- > from *Projects* select *Java Modular 
> Project-*>click *Next-*> enter project name in *Project Name* box -> click on 
> *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project* -> click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant*- > from *Projects* select *Java Modular Project* -> 
> click *Next* -> enter project name in *Project Name* box -> click on *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* -> click *Next* 
-> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* -> from *Projects* select *Java Modular Project* -> 
> click *Next* -> enter project name in *Project Name* box -> click on *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* -> click *Next* 
-> enter project name in *Project Name* box -> click on *Finish.*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n*  -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* ->  click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* > from *Projects* select *Java Modular Project* -> 
> click *Next* -> enter project name in *Project Name* box -> click on *Finish.*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n*  -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* ->  click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* ->  click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n*  -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* -> from *Projects* select *Java Modular Project* ->  
> click *Next*  -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* -->  click 
*Next*- > enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* ->from *Projects* select *Java Modular Project* -> click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant*- >from *Projects* select *Java Modular Project* -->  click 
> *Next*- > enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* --> click 
*Next*-  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* -->  click 
*Next*- > enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant*- >from *Projects* select *Java Modular Project* --> click 
> *Next*-  -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* ->  click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* -->  click 
*Next*-  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant*- >from *Projects* select *Java Modular Project* ->  click 
> *Next*  -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* -->  click 
*Next*-  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- >from *Projects* select *Java Modular Project* --> click 
*Next*-  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant*- >from *Projects* select *Java Modular Project* -->  click 
> *Next*-  -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* ->from *Projects* select *Java Modular Project* -> click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* ->*Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant* ->from *Projects* select *Java Modular Project* -> click 
> *Next* -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project* -> click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant*- > from *Projects* select *Java Modular Project* -> 
> click *Next*  -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project* -> click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* -> from *Projects* select *Java Modular Project* -> 
> click *Next*  -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* > click *Next*  
-- > enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* > click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* > from *Projects* select *Java Modular Project* > 
> click *Next*  -- > enter project name in *Project Name* box -> click on 
> *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> click 
*Next*  -> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* > click *Next*  
-- > enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* -> from *Projects* select *Java Modular Project* -> 
> click *Next*  -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* > click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* > *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* > click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* > from *Projects* select *Java Modular Project* > 
> click *Next* -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO reassigned NETBEANS-3538:
---

Assignee: SARILLA MOHANARAO

> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant* > from *Projects* select *Java Modular Project* -> 
> click *Next* -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* -> *New* -> *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3538:

Description: 
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* > *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* > click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* > *New* > *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 

  was:
Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* -> click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* -> *New* -> *Module* -> Dialogue box will 
be opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 


> No way to delete a module from a Java Modular Project.
> --
>
> Key: NETBEANS-3538
> URL: https://issues.apache.org/jira/browse/NETBEANS-3538
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate:
> +*Create Java Modular Project:*+
>  * *Ctrl+shift+n* > *Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant* > from *Projects* select *Java Modular Project* > click 
> *Next* -> enter project name in *Project Name* box -> click on *Finish*
>           After performing above steps *Java Modular Project* will be created.
> +*Create Module under Java Modular Project:*+
>  * Right click on *created project* > *New* > *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
> After performing above steps *Module* will be created.
> then Try to *right click* on *module* that you created , you would see there 
> will no *Delete* option.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3538) No way to delete a module from a Java Modular Project.

2019-12-04 Thread SARILLA MOHANARAO (Jira)
SARILLA MOHANARAO created NETBEANS-3538:
---

 Summary: No way to delete a module from a Java Modular Project.
 Key: NETBEANS-3538
 URL: https://issues.apache.org/jira/browse/NETBEANS-3538
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Reporter: SARILLA MOHANARAO


Steps to simulate:

+*Create Java Modular Project:*+
 * *Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* -> click *Next* 
-> enter project name in *Project Name* box -> click on *Finish*

          After performing above steps *Java Modular Project* will be created.

+*Create Module under Java Modular Project:*+
 * Right click on *created project* -> *New* -> *Module* -> Dialogue box will 
be opened -> enter module name in *Module Name* field -> click on *Finish.*

After performing above steps *Module* will be created.

then Try to *right click* on *module* that you created , you would see there 
will no *Delete* option.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3537) Create a new Java Modular Project in Ant and run it, you will see it fails.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3537:

Summary: Create a new Java Modular Project in Ant and run it, you will see 
it fails.  (was: Create a new JMP in Ant and run it, you will see it fails.)

> Create a new Java Modular Project in Ant and run it, you will see it fails.
> ---
>
> Key: NETBEANS-3537
> URL: https://issues.apache.org/jira/browse/NETBEANS-3537
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate :
> 1.*Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant* > from *Projects* select *Java Modular Project* -> click 
> *Next* -> enter project name in *Project Name* box -> click on *Finish.*
>      After performing above steps *Java Modular Project* will be created.
> 2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
>     After performing above steps *Module* will be created.
> 3.Create classes inside created *Module* and run it, you will see project is 
> failing.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3537) Create a new JMP in Ant and run it, you will see it fails.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3537:

Description: 
Steps to simulate :

1.*Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* -> click *Next* 
-> enter project name in *Project Name* box -> click on *Finish.*

     After performing above steps *Java Modular Project* will be created.

2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

    After performing above steps *Module* will be created.

3.Create classes inside created *Module* and run it, you will see project is 
failing.

 

 

  was:
Steps to simulate :

1.*Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* -> ** click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

     **After performing above steps *Java Modular Project* will be created.

2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

    **After performing above steps *Module* will be created.

3.Create classes inside created *Module* and run it, you will see project is 
failing.

 

 


> Create a new JMP in Ant and run it, you will see it fails.
> --
>
> Key: NETBEANS-3537
> URL: https://issues.apache.org/jira/browse/NETBEANS-3537
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate :
> 1.*Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant* > from *Projects* select *Java Modular Project* -> click 
> *Next* -> enter project name in *Project Name* box -> click on *Finish.*
>      After performing above steps *Java Modular Project* will be created.
> 2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
>     After performing above steps *Module* will be created.
> 3.Create classes inside created *Module* and run it, you will see project is 
> failing.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3537) Create a new JMP in Ant and run it, you will see it fails.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3537:

Description: 
Steps to simulate :

1.*Ctrl+shift+n* --> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project* -> ** click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

  *   *After performing above steps *Java Modular Project* will be created.

2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

  *  *After performing above steps *Module* will be created.

3.Create classes inside created *Module* and run it, you will see project is 
failing.

 

 

  was:
Steps to simulate :

1.*Ctrl+shift+n* -> Dialogue box will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> ** click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

  **   After performing above steps *Java Modular Project* will be created.

2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

  **  After performing above steps *Module* will be created.

3.Create classes inside created *Module* and run it, you will see project is 
failing.

 

 


> Create a new JMP in Ant and run it, you will see it fails.
> --
>
> Key: NETBEANS-3537
> URL: https://issues.apache.org/jira/browse/NETBEANS-3537
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate :
> 1.*Ctrl+shift+n* --> *Dialogue box* will be opened -> from *Categories* 
> select *Java with Ant*- > from *Projects* select *Java Modular Project* -> ** 
> click *Next* -> enter project name in *Project Name* box -> click on *Finish.*
>   *   *After performing above steps *Java Modular Project* will be created.
> 2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
>   *  *After performing above steps *Module* will be created.
> 3.Create classes inside created *Module* and run it, you will see project is 
> failing.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3537) Create a new JMP in Ant and run it, you will see it fails.

2019-12-04 Thread SARILLA MOHANARAO (Jira)


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

SARILLA MOHANARAO updated NETBEANS-3537:

Description: 
Steps to simulate :

1.*Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant* > from *Projects* select *Java Modular Project* -> ** click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

     **After performing above steps *Java Modular Project* will be created.

2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

    **After performing above steps *Module* will be created.

3.Create classes inside created *Module* and run it, you will see project is 
failing.

 

 

  was:
Steps to simulate :

1.*Ctrl+shift+n* --> *Dialogue box* will be opened -> from *Categories* select 
*Java with Ant*- > from *Projects* select *Java Modular Project* -> ** click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

  *   *After performing above steps *Java Modular Project* will be created.

2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

  *  *After performing above steps *Module* will be created.

3.Create classes inside created *Module* and run it, you will see project is 
failing.

 

 


> Create a new JMP in Ant and run it, you will see it fails.
> --
>
> Key: NETBEANS-3537
> URL: https://issues.apache.org/jira/browse/NETBEANS-3537
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Reporter: SARILLA MOHANARAO
>Assignee: SARILLA MOHANARAO
>Priority: Major
>
> Steps to simulate :
> 1.*Ctrl+shift+n* -> *Dialogue box* will be opened -> from *Categories* select 
> *Java with Ant* > from *Projects* select *Java Modular Project* -> ** click 
> *Next* -> enter project name in *Project Name* box -> click on *Finish.*
>      **After performing above steps *Java Modular Project* will be created.
> 2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will 
> be opened -> enter module name in *Module Name* field -> click on *Finish.*
>     **After performing above steps *Module* will be created.
> 3.Create classes inside created *Module* and run it, you will see project is 
> failing.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3537) Create a new JMP in Ant and run it, you will see it fails.

2019-12-04 Thread SARILLA MOHANARAO (Jira)
SARILLA MOHANARAO created NETBEANS-3537:
---

 Summary: Create a new JMP in Ant and run it, you will see it fails.
 Key: NETBEANS-3537
 URL: https://issues.apache.org/jira/browse/NETBEANS-3537
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Reporter: SARILLA MOHANARAO
Assignee: SARILLA MOHANARAO


Steps to simulate :

1.*Ctrl+shift+n* -> Dialogue box will be opened -> from *Categories* select 
*Java with Ant* -> from *Projects* select *Java Modular Project* -> ** click 
*Next* -> enter project name in *Project Name* box -> click on *Finish.*

  **   After performing above steps *Java Modular Project* will be created.

2.Right click on *created project* -> *New* -> *Module* -> Dialogue box will be 
opened -> enter module name in *Module Name* field -> click on *Finish.*

  **  After performing above steps *Module* will be created.

3.Create classes inside created *Module* and run it, you will see project is 
failing.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3411) Recognize Kotlin based buildscripts fot Gradle

2019-12-04 Thread ASF GitHub Bot (Jira)


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

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

> Recognize Kotlin based buildscripts fot Gradle
> --
>
> Key: NETBEANS-3411
> URL: https://issues.apache.org/jira/browse/NETBEANS-3411
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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