[jira] [Updated] (NETBEANS-3863) test results window is jumbled up.

2020-02-11 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh updated NETBEANS-3863:
--
Description: 
On ubuntu 19.10 the test results window is jumbled up.
In particular the first two lines are unintelligible. 

Java version openjdk 11 version 11.0.6 
netbeans 11.2-beta2
ubuntu 19.10 on x86_64, linux kernel 5.3.0-29-generic,
display driver NVIDIA Driver Version: 390.129

Problem persists if I use oracle jdk.


  was:
On ubuntu 19.10 the test results window is jumbled up.
In particular the first two lines are unintelligible. 

Java version openjdk 11 version 11.0.6 
netbeans 11.2-beta2
ubuntu 19.10 on x86_64, linux kernel 5.3.0-29-generic,
display driver NVIDIA Driver Version: 390.129


> test results window is jumbled up.
> --
>
> Key: NETBEANS-3863
> URL: https://issues.apache.org/jira/browse/NETBEANS-3863
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - UnitTest Support
>Affects Versions: 11.3
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: Screenshot from 2020-02-12 08-30-49.png
>
>
> On ubuntu 19.10 the test results window is jumbled up.
> In particular the first two lines are unintelligible. 
> Java version openjdk 11 version 11.0.6 
> netbeans 11.2-beta2
> ubuntu 19.10 on x86_64, linux kernel 5.3.0-29-generic,
> display driver NVIDIA Driver Version: 390.129
> Problem persists if I use oracle jdk.



--
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-3317) 11.2 beta 3: NoSuchFieldError: bound at org.netbeans.api.java.source.SourceUtils.getBound

2020-02-11 Thread ASF GitHub Bot (Jira)


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

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

> 11.2 beta 3: NoSuchFieldError: bound at 
> org.netbeans.api.java.source.SourceUtils.getBound
> -
>
> Key: NETBEANS-3317
> URL: https://issues.apache.org/jira/browse/NETBEANS-3317
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Andre Moraes
>Priority: Major
>  Labels: pull-request-available
>
> {noformat}
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
> indexing of 3 source roots took: 17,333 ms (New or modified files: 0, Deleted 
> files: 0) [Adding listeners took: 0 ms]INFO 
> [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
> indexing of 3 source roots took: 17,333 ms (New or modified files: 0, Deleted 
> files: 0) [Adding listeners took: 0 ms]WARNING 
> [org.netbeans.TopSecurityManager]: use of system property netbeans.user has 
> been obsoleted in favor of InstalledFileLocator/Places at 
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:927)WARNING
>  [org.openide.filesystems.Ordering]: Not all children in / marked with the 
> position attribute: 
> [org-netbeans-modules-lsp-client-bindings-HyperlinkProviderImpl.instance], 
> but some are: [JavaHyperlinkProvider.instance, 
> org.netbeans.modules.j2ee.persistence.editor.hyperlink.NamedQueryHyperlinkProvider.instance,
>  HyperlinkProviderImpl.instance, 
> org-netbeans-modules-editor-url-HyperlinkImpl.instance]WARNING 
> [org.netbeans.modules.java.source.nbjavac.parsing.PartialReparserImpl]: Javac 
> returned startpos: 4,917 > endpos: -1SEVERE 
> [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.spi.editor.completion.support.AsyncCompletionTaskjava.lang.NoSuchFieldError:
>  bound at 
> org.netbeans.api.java.source.SourceUtils.getBound(SourceUtils.java:198) at 
> org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:450)
>  at 
> org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:363)
>  at com.sun.tools.javac.code.Type$WildcardType.accept(Type.java:943) at 
> javax.lang.model.util.AbstractTypeVisitor6.visit(AbstractTypeVisitor6.java:91)
>  at 
> org.netbeans.api.java.source.TypeUtilities.getTypeName(TypeUtilities.java:146)
>  at 
> org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:301) at 
> org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:290) at 
> org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1784)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1730)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItem.createExecutableItem(JavaCompletionItem.java:180)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:111)
>  at 
> org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:49)
>  at 
> org.netbeans.modules.java.completion.JavaCompletionTask.addMembers(JavaCompletionTask.java:3692)
>  at 
> org.netbeans.modules.java.completion.JavaCompletionTask.insideMemberSelect(JavaCompletionTask.java:1836)
>  at 
> org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:375)
>  at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93) at 
> org.netbeans.modules.java.completion.JavaCompletionTask.run(JavaCompletionTask.java:60)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) 
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81) 
> at 
> 

[jira] [Updated] (NETBEANS-3863) test results window is jumbled up.

2020-02-11 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh updated NETBEANS-3863:
--
Summary: test results window is jumbled up.  (was: test resulst windo is 
jumbled)

> test results window is jumbled up.
> --
>
> Key: NETBEANS-3863
> URL: https://issues.apache.org/jira/browse/NETBEANS-3863
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - UnitTest Support
>Affects Versions: 11.3
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: Screenshot from 2020-02-12 08-30-49.png
>
>
> On ubuntu 19.10 the test results window is jumbled up.
> In particular the first two lines are unintelligible. 
> Java version openjdk 11 version 11.0.6 
> netbeans 11.2-beta2
> ubuntu 19.10 on x86_64, linux kernel 5.3.0-29-generic,
> display driver NVIDIA Driver Version: 390.129



--
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-3863) test resulst windo is jumbled

2020-02-11 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh updated NETBEANS-3863:
--
Attachment: Screenshot from 2020-02-12 08-30-49.png

> test resulst windo is jumbled
> -
>
> Key: NETBEANS-3863
> URL: https://issues.apache.org/jira/browse/NETBEANS-3863
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - UnitTest Support
>Affects Versions: 11.3
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: Screenshot from 2020-02-12 08-30-49.png
>
>
> On ubuntu 19.10 the test results window is jumbled up.
> In particular the first two lines are unintelligible. 
> Java version openjdk 11 version 11.0.6 
> netbeans 11.2-beta2
> ubuntu 19.10 on x86_64, linux kernel 5.3.0-29-generic,
> display driver NVIDIA Driver Version: 390.129



--
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-3863) test resulst windo is jumbled

2020-02-11 Thread Pieter van den Hombergh (Jira)
Pieter van den Hombergh created NETBEANS-3863:
-

 Summary: test resulst windo is jumbled
 Key: NETBEANS-3863
 URL: https://issues.apache.org/jira/browse/NETBEANS-3863
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - UnitTest Support
Affects Versions: 11.3
Reporter: Pieter van den Hombergh


On ubuntu 19.10 the test results window is jumbled up.
In particular the first two lines are unintelligible. 

Java version openjdk 11 version 11.0.6 
netbeans 11.2-beta2
ubuntu 19.10 on x86_64, linux kernel 5.3.0-29-generic,
display driver NVIDIA Driver Version: 390.129



--
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-3862) create new junit does not show junit 5 template

2020-02-11 Thread Pieter van den Hombergh (Jira)
Pieter van den Hombergh created NETBEANS-3862:
-

 Summary: create new junit does not show junit 5 template
 Key: NETBEANS-3862
 URL: https://issues.apache.org/jira/browse/NETBEANS-3862
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Completion  Templates
Affects Versions: 11.3
Reporter: Pieter van den Hombergh


In previous versions < 11.3 one could choose junit 4, junt 5 and testng. Now 
the junit5 versions  are gone in the list. Reordering or editing the templates 
has no effect.



--
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-3861) Find usage fails almost every time

2020-02-11 Thread Utza Alexandru (Jira)
Utza Alexandru created NETBEANS-3861:


 Summary: Find usage fails almost every time
 Key: NETBEANS-3861
 URL: https://issues.apache.org/jira/browse/NETBEANS-3861
 Project: NetBeans
  Issue Type: Bug
Reporter: Utza Alexandru
 Attachments: CallController_2.dump, DatabaseLoader_6.dump

I attached two dumps from two different classes when find usage fails. It 
happens for me an almost every find usage.



--
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-3796) Prevents composer from working

2020-02-11 Thread Czukowski (Jira)


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

Czukowski commented on NETBEANS-3796:
-

I can say that I've tried to close NetBeans and do {{composer install}} after 
some dependency changes in upstream and it updated without any issue, so it 
looks like NetBeans does somehow interfere with the process (guess by reading 
files that are being changed, which results in them being locked for a short 
while). The issue is kind of random, it happens almost each time, but I don't 
think the initial {{composer install}} will cause any issues since there are no 
files in {{vendor}} yet, some dependencies must be updated (the more the 
better). I guess in order to reproduce, it should suffice to clone some fairly 
large repo from Github that has a {{composer.lock}} in it, checkout its earlier 
commit since which the dependencies have changed a lot, then do {{composer 
update}} from the console and see what happens. I'll try to find one and see if 
I can reproduce the issue this way.

I also notice a huge I/O activity and CPU usage by NetBeans taking an entire 
core whenever there is anything substantial going on in the project folder, 
like phing build (files are being generated) or Composer or NPM installs. 
During that time the overall NetBeans performance seems to be a little 
degraded, but my project is very large so maybe that's to be expected, even 
though sometimes the CPU activity continues for a very long time. I think it 
might be an indication of the same background process that causes the issue 
with Composer. I tried clicking "Profile the IDE" when that happens, but I 
didn't understand much in the results that have turned up.

> Prevents composer from working
> --
>
> Key: NETBEANS-3796
> URL: https://issues.apache.org/jira/browse/NETBEANS-3796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: R
>Priority: Major
>
> Now that I've upgraded from NetBeans 8.2 to 11.2, I'm no longer able to run 
> `composer update` or `composer require` (if NetBeans 11.2 is running); I get 
> random errors like "Update failed (Could not delete..."
> My guess is that NetBeans 11.2 must be interfering with files in my 
> `/home/vagrant/Code/myproject/vendor/` folder more than 8.2 did (even when 
> there is no message about background scanning).
> Once I close NetBeans 11.2, composer works again.
> My computer is Windows 10, and I'm also running VirtualBox 6.1.2r135662 
> [Vagrant 2.2.7, laravel/homestead (virtualbox, 9.2.0), Ubuntu 18.04.3 LTS].
> I use Git Bash on my Windows machine to ssh into Ubuntu using `vagrant ssh`, 
> and there I'm using Composer version 1.9.3.
> Everything had worked fine with NetBeans 8.2, but I needed to upgrade to 11.2 
> for PHP 7.4 support.



--
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-2183) CDNJS access no longer works

2020-02-11 Thread Mark Eggers (Jira)


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

Mark Eggers commented on NETBEANS-2183:
---

This was working with the work-around I gave earlier, but has started to fail 
today (and maybe earlier).

It currently fails with 8.2, 10.0, 11.1, and 11.3-beta2.

I did a fresh download of 11.3-beta2, and only changed the following in the 
netbeans.conf file:

-J-Dfile.encoding=UTF-8 (at the end of netbeans_default_options

netbeans_jdkhome="D:\Programs-x64\Java\jdk-11.0.4"

I ran this in a new user directory, did not import any settings, and did not 
import any plugins.

I got an immediate null pointer exception.

Environment:

Windows 10 Professional 64 bit - latest updates

AdoptOpenJDK 11.0.4

NetBeans 11.3-beta2

Log file is attached.[^messages.log]

Access directly via a browser (Firefox 74.0b1) works and lists appropriate JSON 
information. For example:

[https://api.cdnjs.com/libraries?fields=description,homepage,assets=bootstrap]

returns bootstrap information as expected.

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 10.0, 11.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, 
> messages-with-additional-properties.log, messages.log, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request 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-2183) CDNJS access no longer works

2020-02-11 Thread Mark Eggers (Jira)


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

Mark Eggers updated NETBEANS-2183:
--
Attachment: messages.log

> CDNJS access no longer works
> 
>
> Key: NETBEANS-2183
> URL: https://issues.apache.org/jira/browse/NETBEANS-2183
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 10.0, 11.0
> Environment: Windows 10 Professional 64 bit
> OpenJDK 11.0.2
> NetBeans 10.0 - latest updates
>Reporter: Mark Eggers
>Priority: Major
> Attachments: cdnjs-search.png, cdnjs-update.png, 
> messages-with-additional-properties.log, messages.log, messages.log
>
>
> # Right-mouse button on a project and select properties
>  # Select CDNJS under Javascript libraries
>  # The list of libraries comes up
>  # Expect either a green checkbox or the latest version in the far right 
> column
>  # Question marks are there instead
> Also, when searching for a new library via CDNJS, a "Search Failed :(" 
> message is displayed.
> The trace in the logs:
> INFO [org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask]
> Unexpected token END OF FILE at position 0.
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:257)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
>  at org.json.simple.parser.JSONParser.parse(JSONParser.java:75)
> [catch] at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.parse(LibraryProvider.java:303)
>  at 
> org.netbeans.modules.javascript.cdnjs.LibraryProvider$SearchTask.run(LibraryProvider.java:260)
>  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)
> INFO [null]: Last record repeated 9 more times.
> Note that this also fails on an old NetBeans 8.2 installation running on JDK 
> 8. I suspect that the remote request 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] [Comment Edited] (NETBEANS-3796) Prevents composer from working

2020-02-11 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto edited comment on NETBEANS-3796 at 2/12/20 2:04 AM:
-

[~GoTesla] I thought you have a problem with the composer module(i.e. 
php.composer) but it doesn't seem so. I'm not sure... So, please try asking 
about that via the mailing list. As I wrote above, it would be nice if you can 
provide an example project to reproduce it. I hope someone helps you.

[https://netbeans.apache.org/community/mailing-lists.html]


was (Author: junichi11):
[~GoTesla] I thought you have a problem with the composer module(i.e. 
php.composer) but it doesn't seem so. I'm not sure... So, please try asking 
about that via the mailing list. As I wrote above, it would be nice if you can 
provide an example project to reproduce it. I hope someone helps you.

> Prevents composer from working
> --
>
> Key: NETBEANS-3796
> URL: https://issues.apache.org/jira/browse/NETBEANS-3796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: R
>Priority: Major
>
> Now that I've upgraded from NetBeans 8.2 to 11.2, I'm no longer able to run 
> `composer update` or `composer require` (if NetBeans 11.2 is running); I get 
> random errors like "Update failed (Could not delete..."
> My guess is that NetBeans 11.2 must be interfering with files in my 
> `/home/vagrant/Code/myproject/vendor/` folder more than 8.2 did (even when 
> there is no message about background scanning).
> Once I close NetBeans 11.2, composer works again.
> My computer is Windows 10, and I'm also running VirtualBox 6.1.2r135662 
> [Vagrant 2.2.7, laravel/homestead (virtualbox, 9.2.0), Ubuntu 18.04.3 LTS].
> I use Git Bash on my Windows machine to ssh into Ubuntu using `vagrant ssh`, 
> and there I'm using Composer version 1.9.3.
> Everything had worked fine with NetBeans 8.2, but I needed to upgrade to 11.2 
> for PHP 7.4 support.



--
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-3796) Prevents composer from working

2020-02-11 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3796:


[~GoTesla] I thought you have a problem with the composer module(i.e. 
php.composer) but it doesn't seem so. I'm not sure... So, please try asking 
about that via the mailing list. As I wrote above, it would be nice if you can 
provide an example project to reproduce it. I hope someone helps you.

> Prevents composer from working
> --
>
> Key: NETBEANS-3796
> URL: https://issues.apache.org/jira/browse/NETBEANS-3796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: R
>Priority: Major
>
> Now that I've upgraded from NetBeans 8.2 to 11.2, I'm no longer able to run 
> `composer update` or `composer require` (if NetBeans 11.2 is running); I get 
> random errors like "Update failed (Could not delete..."
> My guess is that NetBeans 11.2 must be interfering with files in my 
> `/home/vagrant/Code/myproject/vendor/` folder more than 8.2 did (even when 
> there is no message about background scanning).
> Once I close NetBeans 11.2, composer works again.
> My computer is Windows 10, and I'm also running VirtualBox 6.1.2r135662 
> [Vagrant 2.2.7, laravel/homestead (virtualbox, 9.2.0), Ubuntu 18.04.3 LTS].
> I use Git Bash on my Windows machine to ssh into Ubuntu using `vagrant ssh`, 
> and there I'm using Composer version 1.9.3.
> Everything had worked fine with NetBeans 8.2, but I needed to upgrade to 11.2 
> for PHP 7.4 support.



--
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-3796) Prevents composer from working

2020-02-11 Thread R (Jira)


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

R commented on NETBEANS-3796:
-

This has still been happening for me all day long each day, and my workaround 
(many times a day) is to close NetBeans 11.3-beta2 whenever I need to run 
`composer update` or `npm install` or anything that touches files. NetBeans 
takes a while to open. It wouldn't be as annoying if NB could close and open 
quickly, but I doubt that will ever be the case.

[~junichi11] Is there some command within NetBeans (e.g. a button I can press) 
that will tell NetBeans to pause any of its operations that are causing locks 
or permissions issues on files?  It must be scanning files constantly, which is 
why closing NetBeans then allows other programs to work. But if I could (A) see 
a status somewhere that NetBeans is scanning files (like I think I used to see 
in the bottom right of NetBeans 8) and (B) pause any of those file scans, that 
might help.

> Prevents composer from working
> --
>
> Key: NETBEANS-3796
> URL: https://issues.apache.org/jira/browse/NETBEANS-3796
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: R
>Priority: Major
>
> Now that I've upgraded from NetBeans 8.2 to 11.2, I'm no longer able to run 
> `composer update` or `composer require` (if NetBeans 11.2 is running); I get 
> random errors like "Update failed (Could not delete..."
> My guess is that NetBeans 11.2 must be interfering with files in my 
> `/home/vagrant/Code/myproject/vendor/` folder more than 8.2 did (even when 
> there is no message about background scanning).
> Once I close NetBeans 11.2, composer works again.
> My computer is Windows 10, and I'm also running VirtualBox 6.1.2r135662 
> [Vagrant 2.2.7, laravel/homestead (virtualbox, 9.2.0), Ubuntu 18.04.3 LTS].
> I use Git Bash on my Windows machine to ssh into Ubuntu using `vagrant ssh`, 
> and there I'm using Composer version 1.9.3.
> Everything had worked fine with NetBeans 8.2, but I needed to upgrade to 11.2 
> for PHP 7.4 support.



--
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 release110 updated: use https central url

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release110 by this push:
 new 7e0d274  use https central url
7e0d274 is described below

commit 7e0d2740556d2ff45612e94dd5c3766f947e6a12
Author: Eric Barboni 
AuthorDate: Tue Feb 11 23:52:30 2020 +0100

use https central url
---
 nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java 
b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
index 5f46f73..10a23e8 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
@@ -171,7 +171,7 @@ public class DownloadBinaries extends Task {
 if (local.exists()) {
 url = local.toURI().toString();
 } else {
-url = "http://central.maven.org/maven2/; + cacheName;
+url = "https://repo.maven.apache.org/maven2/; + cacheName;
 }
 URL u = new URL(url);
 return downloadFromServer(u);


-
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 release90 updated: access to central via https

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release90 by this push:
 new 82d9fe0  access to central via https
82d9fe0 is described below

commit 82d9fe0b4e6267f85f83214aba57c4d74496372c
Author: Eric Barboni 
AuthorDate: Tue Feb 11 23:50:59 2020 +0100

access to central via https
---
 nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java 
b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
index 5f46f73..10a23e8 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/DownloadBinaries.java
@@ -171,7 +171,7 @@ public class DownloadBinaries extends Task {
 if (local.exists()) {
 url = local.toURI().toString();
 } else {
-url = "http://central.maven.org/maven2/; + cacheName;
+url = "https://repo.maven.apache.org/maven2/; + cacheName;
 }
 URL u = new URL(url);
 return downloadFromServer(u);


-
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-jenkins-lib] branch master updated: 11.3 beta 3 preparation

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6a19961  11.3 beta 3 preparation
6a19961 is described below

commit 6a199615dd24ffd018bb3429c0d0beda1fbe352b
Author: Eric Barboni 
AuthorDate: Tue Feb 11 23:45:06 2020 +0100

11.3 beta 3 preparation
---
 meta/netbeansrelease.json | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index dc91797..5d85369 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -179,6 +179,10 @@
 "090a21448c308c29c7ede623e33518a4714b0487": {
 "version": "beta2",
 "position": "2"
+},
+"e6797e81ac82d087d9a95c36b9b8f93523945d16": {
+"version": "beta3",
+"position": "3"
 }
 },   
 "releasedate": {


-
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] annotated tag 11.3-beta3 updated (e6797e8 -> 6849ec1)

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to annotated tag 11.3-beta3
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 11.3-beta3 was modified! ***

from e6797e8  (commit)
  to 6849ec1  (tag)
 tagging e6797e81ac82d087d9a95c36b9b8f93523945d16 (commit)
 replaces 11.3-beta2
  by Eric Barboni
  on Tue Feb 11 23:42:31 2020 +0100

- Log -
Apache NetBeans 11.3-beta3
---


No new revisions were added by this update.

Summary of changes:


-
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 release113 updated (090a214 -> e6797e8)

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


from 090a214  Merge pull request #1903 from apache/master
 add f87166e  [NETBEANS-3286] Naive fix for CME in Call Hierarchy
 add 30be81a  Merge pull request #1909 from lkishalmi/NETBEANS-3286
 add 4fd0573  Only initialize the server once; prevent NPE in code 
completion.
 add 8674030  Merge pull request #1910 from jlahoda/last-fixes-feb-2020
 add 9eb4cc8  [NETBEANS-3702] : Fixed hint 'implements all abstract method' 
for record interfaces
 add daea256  Merge pull request #1907 from 
singh-akhilesh/fixed-hint-for-record
 add 1393f5f  [NETBEANS-3737] FlatLaf: fix cramped Toolbar icons
 add ef2dc1b  Merge pull request #1917 from DevCharly/flatlaf-toolbar-icons
 add 099f5b1  [NETBEANS-3739] FlatLaf: fix missing versioning colors for 
modified/ignored files in FlatLaf Dark
 add 700c560  Merge pull request #1919 from 
DevCharly/flatlaf-dark-versioning-colors
 add 352438d  [NETBEANS-3735] FlatLaf: repaint desktop after closing the 
last editor tab
 add 83b8df0  Merge pull request #1921 from 
DevCharly/flatlaf-desktop-repaint
 add 2382cf3  Use pom type instead of jar for bom artefacts
 add 33531a1  Merge pull request #1908 from ebarboni/mavenspringframeworkfix
 add 3186690  [NETBEANS-3793]: fixed Single Source file debugger for 
windows and code refactoring of Single Source debuging
 add 57f811b  Merge pull request #1920 from arusinha/netbeans-3793
 add 66fe1ec  [NETBEANS-3786] : Fixed position of hint (add import) for 
record (jdk14)
 add 9553184  Merge pull request #1914 from 
singh-akhilesh/fixed-hint-add-import-for-record
 add 47b6617  FlatLaf toolbar grips
 add 35597ec  Merge pull request #1928 from AlexFalappa/fix-toolbar-grips
 add 0bc55f0  [NETBEANS-3428] FlatLaf: fix foreground color (was black; now 
white) of editor tabs in FlatLaf Dark, if option "same background color for 
files from the same project" (Options > Appearance > Document Tabs) is enabled
 add 7a525ec  Merge pull request #1930 from 
DevCharly/flatlaf-dark-tab-project-foreground
 add 36e10d1  [NETBEANS-3671] Fix two ImageUtilities issues (#1922)
 add 5900884  [NETBEANS-3795] Fix auto-importing non-resolvable classes.
 add 66a4f7d  [NETBEANS-3727] FlatLaf: darker color for empty editor area
 add ac69075  [NETBEANS-3621] Guard agains NPE in Find usages
 add 8fb0fc2  Add UI to be able to disable Janitor on the Startup
 add 0e0d715  Implement simplified HeapView widget
 add f7136ca  Make changes identified in code review
 add f45c592  Update keys for LAF properties
 add 0f594ab  Merge pull request #1918 from pedro-w/NETBEANS-3785-2
 add e63938f  [NETBEANS-3804] Fix NPE in AnnotationProdessor hint due to a 
probably copy and paste error.
 add 13303a7  No more hardcoded colors in Remove Surrounding Code action
 add 4184689  [NETBEANS-3600] Use gradle-wrapper.properties to determine if 
we have a wrapper in the project.
 add 4afe7ee  Merge pull request #1938 from lkishalmi/NETBEANS-3600
 add 4fb96a6  [NETBEANS-3818] Gradle Projects Generation Update
 add 7e28dd9  [NETBEANS-3769] Use WindowsNotifier not NIO2. Avoids dangling 
directory refs
 add 3139141  Heapview FlatLaF alternative colors
 add 16bcb91  FlatLaf Light editor color profile
 add f79f2a6  Merge pull request #1941 from 
AlexFalappa/flatlaflight-colorprofile
 new e6797e8  Merge pull request #1913 from apache/master

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


Summary of changes:
 .../newproject/SimpleApplicationProjectWizard.java |   2 +-
 .../newproject/SimpleLibraryProjectWizard.java |   4 +-
 .../web/newproject/ServerSelectionPanelVisual.java |   7 +
 .../newproject/WebApplicationProjectWizard.java|   2 +-
 .../netbeans/modules/gradle/spi/GradleFiles.java   |   6 +-
 .../netbeans/modules/defaults/BlueTheme-editor.xml |   2 +
 .../modules/defaults/CityLights-editor.xml |   2 +
 .../modules/defaults/NetBeans55-editor.xml |   2 +
 .../modules/defaults/NetBeansEarth-editor.xml  |   2 +
 .../netbeans/modules/lsp/client/LSPBindings.java   |   4 +-
 .../client/bindings/CompletionProviderImpl.java|   4 +-
 .../common/singlesourcefile/CompileProcess.java|  37 +-
 .../api/common/singlesourcefile/DebugProcess.java  |  46 +-
 .../api/common/singlesourcefile/JPDAStart.java |  32 -
 .../SingleJavaSourceDebugActionProvider.java   |   4 +-
 .../codegen/RemoveSurroundingCodeAction.java   |  42 +-
 .../java/editor/resources/Bundle.properties|   4 +
 .../editor/resources/fontsColors-highlighting.xml  |  27 +
 

[netbeans] 01/01: Merge pull request #1913 from apache/master

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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

commit e6797e81ac82d087d9a95c36b9b8f93523945d16
Merge: 090a214 f79f2a6
Author: Eric Barboni 
AuthorDate: Tue Feb 11 23:38:03 2020 +0100

Merge pull request #1913 from apache/master

sync master to release 113 branch for beta3

 .../newproject/SimpleApplicationProjectWizard.java |   2 +-
 .../newproject/SimpleLibraryProjectWizard.java |   4 +-
 .../web/newproject/ServerSelectionPanelVisual.java |   7 +
 .../newproject/WebApplicationProjectWizard.java|   2 +-
 .../netbeans/modules/gradle/spi/GradleFiles.java   |   6 +-
 .../netbeans/modules/defaults/BlueTheme-editor.xml |   2 +
 .../modules/defaults/CityLights-editor.xml |   2 +
 .../modules/defaults/NetBeans55-editor.xml |   2 +
 .../modules/defaults/NetBeansEarth-editor.xml  |   2 +
 .../netbeans/modules/lsp/client/LSPBindings.java   |   4 +-
 .../client/bindings/CompletionProviderImpl.java|   4 +-
 .../common/singlesourcefile/CompileProcess.java|  37 +-
 .../api/common/singlesourcefile/DebugProcess.java  |  46 +-
 .../api/common/singlesourcefile/JPDAStart.java |  32 -
 .../SingleJavaSourceDebugActionProvider.java   |   4 +-
 .../codegen/RemoveSurroundingCodeAction.java   |  42 +-
 .../java/editor/resources/Bundle.properties|   4 +
 .../editor/resources/fontsColors-highlighting.xml  |  27 +
 .../modules/java/editor/resources/layer.xml|  17 +-
 .../hints/errors/ImplementAllAbstractMethods.java  |  11 +-
 .../java/hints/jdk/AnnotationProcessors.java   |   4 +-
 .../source/parsing/ParameterNameProviderImpl.java  |  71 +-
 .../java/source/pretty/ImportAnalysis2.java|  22 +-
 .../modules/java/source/save/CasualDiff.java   |   7 +-
 .../java/source/save/PositionEstimator.java|   4 +-
 .../libs/springframework/spring-framework300.xml   |   2 +-
 .../libs/springframework/spring-framework400.xml   |   2 +-
 .../libs/springframework/spring-framework500.xml   |   1 +
 .../java/plugins/FindUsagesVisitor.java|   2 +-
 .../multitabs/impl/ProjectColorTabDecorator.java   |   8 +-
 .../org/netbeans/core/windows/view/EditorView.java |  14 +
 platform/janitor/nbproject/project.xml |  17 +
 .../org/netbeans/modules/janitor/Bundle.properties |   4 +
 .../src/org/netbeans/modules/janitor/Janitor.java  |  57 +-
 .../modules/janitor/JanitorOptionsController.java  |  91 +++
 .../modules/janitor/JanitorOptionsPanel.form   | 120 +++
 .../modules/janitor/JanitorOptionsPanel.java   | 146 
 .../org/netbeans/modules/janitor/JanitorPanel.form |  79 ++
 .../org/netbeans/modules/janitor/JanitorPanel.java |  85 ++
 .../masterfs/watcher/windows/WindowsNotifier.java  |   4 +-
 .../netbeans/swing/laf/dark/DarkMetalTheme.java|  17 +-
 .../netbeans/swing/laf/dark/DarkNimbusTheme.java   |  18 +-
 .../netbeans/swing/laf/flatlaf/Bundle.properties   |   1 +
 .../swing/laf/flatlaf/FlatDarkLaf.properties   |  37 +-
 .../netbeans/swing/laf/flatlaf/FlatLaf.properties  |  10 +-
 .../swing/laf/flatlaf/FlatLightLaf.properties  |   7 +-
 .../flatlaf/fontscolors/FlatLafDark-highlights.xml |   2 +
 .../fontscolors/FlatLafLight-annotations.xml   | 121 +++
 .../fontscolors/FlatLafLight-highlights.xml|  59 ++
 .../fontscolors/FlatLafLight-tokenColorings.xml|  44 ++
 .../src/org/netbeans/swing/laf/flatlaf/layer.xml   |  20 +-
 .../swing/laf/flatlaf/ui/FlatToolbarDragger.java   |  81 ++
 .../src/org/openide/actions/HeapView.java  | 873 -
 .../src/org/openide/awt/HtmlLabelUI.java   |   2 +-
 .../src/org/openide/awt/Toolbar.java   |   6 +-
 .../src/org/openide/util/CachedHiDPIIcon.java  |  16 +-
 .../src/org/openide/util/FilteredIcon.java |  14 +
 .../src/org/openide/util/ImageUtilities.java   |  25 +-
 .../src/org/openide/util/ImageUtilitiesTest.java   |  52 ++
 59 files changed, 1435 insertions(+), 967 deletions(-)


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

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



[jira] [Created] (NETBEANS-3860) java.lang.NoSuchFieldError: bound

2020-02-11 Thread Shevek (Jira)
Shevek created NETBEANS-3860:


 Summary: java.lang.NoSuchFieldError: bound
 Key: NETBEANS-3860
 URL: https://issues.apache.org/jira/browse/NETBEANS-3860
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
Reporter: Shevek


java.lang.NoSuchFieldError: bound
at 
org.netbeans.api.java.source.SourceUtils.getBound(SourceUtils.java:198)
at 
org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:450)
at 
org.netbeans.api.java.source.TypeUtilities$TypeNameVisitor.visitWildcard(TypeUtilities.java:363)
at com.sun.tools.javac.code.Type$WildcardType.accept(Type.java:943)
at 
javax.lang.model.util.AbstractTypeVisitor6.visit(AbstractTypeVisitor6.java:91)
at 
org.netbeans.api.java.source.TypeUtilities.getTypeName(TypeUtilities.java:146)
at 
org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:301)
at 
org.netbeans.modules.editor.java.Utilities.getTypeName(Utilities.java:290)
at 
org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1784)
at 
org.netbeans.modules.editor.java.JavaCompletionItem$MethodItem.(JavaCompletionItem.java:1730)
at 
org.netbeans.modules.editor.java.JavaCompletionItem.createExecutableItem(JavaCompletionItem.java:180)
at 
org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:111)
at 
org.netbeans.modules.editor.java.JavaCompletionItemFactory.createExecutableItem(JavaCompletionItemFactory.java:49)
at 
org.netbeans.modules.java.completion.JavaCompletionTask.addMembers(JavaCompletionTask.java:3692)
at 
org.netbeans.modules.java.completion.JavaCompletionTask.insideMemberSelect(JavaCompletionTask.java:1836)
at 
org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:375)
at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93)
at 
org.netbeans.modules.java.completion.JavaCompletionTask.run(JavaCompletionTask.java:60)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
at 
org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.query(JavaCompletionProvider.java:193)
at 
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:198)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)




--
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: FlatLaf Light editor color profile

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo 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 16bcb91  FlatLaf Light editor color profile
 new f79f2a6  Merge pull request #1941 from 
AlexFalappa/flatlaflight-colorprofile
16bcb91 is described below

commit 16bcb9146433a852e3ccde03a05b8fbe81997f6b
Author: Alessandro Falappa 
AuthorDate: Mon Feb 10 14:18:34 2020 +0100

FlatLaf Light editor color profile

Initial attempt at an editor color profile that goes well with FlatLaf 
Light look and feel.
Contains no syntax specific token colorings, annotation colorings are those 
of default NetBeans color profile.
---
 .../netbeans/swing/laf/flatlaf/Bundle.properties   |   1 +
 .../swing/laf/flatlaf/FlatLightLaf.properties  |   2 +-
 .../fontscolors/FlatLafLight-annotations.xml   | 121 +
 .../fontscolors/FlatLafLight-highlights.xml|  59 ++
 .../fontscolors/FlatLafLight-tokenColorings.xml|  44 
 .../src/org/netbeans/swing/laf/flatlaf/layer.xml   |  20 +++-
 6 files changed, 243 insertions(+), 4 deletions(-)

diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/Bundle.properties
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/Bundle.properties
index 11ea533..d6a62f7 100644
--- 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/Bundle.properties
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/Bundle.properties
@@ -22,3 +22,4 @@ OpenIDE-Module-Name=FlatLaf Look and Feel
 OpenIDE-Module-Short-Description=FlatLaf Look and Feels
 
 Editors/FontsColors/FlatLafDark=FlatLaf Dark
+Editors/FontsColors/FlatLafLight=FlatLaf Light
diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
index d153c85..1df4cff 100644
--- 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-nb.preferred.color.profile=NetBeans
+nb.preferred.color.profile=FlatLaf Light
 
 # EditorView 
 
diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-annotations.xml
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-annotations.xml
new file mode 100644
index 000..7352afd
--- /dev/null
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-annotations.xml
@@ -0,0 +1,121 @@
+
+
+http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-highlights.xml
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-highlights.xml
new file mode 100644
index 000..071dd38
--- /dev/null
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-highlights.xml
@@ -0,0 +1,59 @@
+
+
+http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-tokenColorings.xml
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-tokenColorings.xml
new file mode 100644
index 000..75a0520
--- /dev/null
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/fontscolors/FlatLafLight-tokenColorings.xml
@@ -0,0 +1,44 @@
+
+
+http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/layer.xml 

[jira] [Created] (NETBEANS-3859) Deployment of war file with glassfish-resources.xml inordinately slow

2020-02-11 Thread Kenneth Fogel (Jira)
Kenneth Fogel created NETBEANS-3859:
---

 Summary: Deployment of war file with glassfish-resources.xml 
inordinately slow
 Key: NETBEANS-3859
 URL: https://issues.apache.org/jira/browse/NETBEANS-3859
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: Windows 10, Java 11, Payara 11.2, Jakarta 8.0, EclipseLink
Reporter: Kenneth Fogel
 Fix For: Next


If a web app managed by Maven has a glassfish-resources.xml file the time to 
deploy is a minimum of 50 seconds to Payara. Manually deploying the war to 
Payara's autodeploy folder or by using the Maven Cargo plugin occurs almost 
instantly.

Renaming glassfish-resources.xml to payara-resources.xml resolves the problem. 
Changing the dtd reference from 
"http://glassfish.org/dtds/glassfish-resources_1_5.dtd; to 
"https://raw.githubusercontent.com/payara/Payara-Server-Documentation/master/schemas/payara-resources_1_6.dtd;
 also resolves the problem. Yet, the dtd is already in Payara at 
/glassfish/lib/dtds/ .

I suspect but cannot prove that something in NetBeans, possibly the Payara 
plugin, attempts to access the dtd file on the web where it does not exist. The 
URL for the server in this environment is localhost:8080.

This issue did not occur in older versions of netbeans such as 8.2

 



--
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-3857) More Bugfixes vs new Features

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3857:


Hi [~sanrol], you display statistics of all issue type, that can be tutorial 
review, website page review, infra question, release process task and endorsed 
plugin that are not Apache NetBeans core.

People often  open issue with no associated conversation or poor explanation. 
Better to discuss on mailing list to get feedback.

> More Bugfixes vs new Features
> -
>
> Key: NETBEANS-3857
> URL: https://issues.apache.org/jira/browse/NETBEANS-3857
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.2
>Reporter: Sandro Röllin
>Priority: Major
> Attachments: statistik.png
>
>
> Look at the JIRA-Charts "created" and "resolved" issues. For professional use 
> is 
> the quality important. Nobody wants to use a program with many bugs



--
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-2612) apidoc rewamp and branching independent

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni resolved NETBEANS-2612.

Resolution: Fixed

> apidoc rewamp and branching independent
> ---
>
> Key: NETBEANS-2612
> URL: https://issues.apache.org/jira/browse/NETBEANS-2612
> Project: NetBeans
>  Issue Type: Improvement
>  Components: website
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 7h
>  Remaining Estimate: 0h
>
> We need to rebrand on every branches apidoc, aim is here to keep apidoc and 
> build.properties unchanged for a while.
> Rework the build to read json file to get information for release.
> Rework the javadoc build to use the all history information
> Trying to work on more modern 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] [Comment Edited] (NETBEANS-3763) Go To Type fails with Maven artifact source; similar commands like Go To Declaration also fail

2020-02-11 Thread Ernie Rael (Jira)


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

Ernie Rael edited comment on NETBEANS-3763 at 2/11/20 4:00 PM:
---

I don't know maven; had to look up "maven artefacts with classifier". 
Directions said mark issue with 11.3:11.3, so I did. Feel free to postpone. I 
suspect someone knowledgeable could simply say "go there, do this", I wouldn't 
mind implementing a fix with some expert direction. I'll see about a simple 
example...

Considering NETBEANS-3730, that fix is up to a 3rd party. NETBEANS-3104 isn't 
enough to fix the problem.


was (Author: errael):
I don't know maven; had to look up "maven artefacts with classifier". 
Directions said mark issue with 11.3:11.3, so I did. Feel free to postpone.

Considering NETBEANS-3730, that fix is up to a 3rd party.

> Go To Type fails with Maven artifact source; similar commands like Go To 
> Declaration also fail
> --
>
> Key: NETBEANS-3763
> URL: https://issues.apache.org/jira/browse/NETBEANS-3763
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source, projects - Maven
>Affects Versions: 11.3
> Environment: NB-11.3beta1 running on jdk1,8, Win7, project running on 
> jdk-13.0.2
>Reporter: Ernie Rael
>Priority: Critical
> Fix For: 11.3
>
>
> {{Starting with JavaFXMavenArchetype from Gluon and some fixup (see 
> NETBEANS-3730 attachemnts), in the projecs window I expanded 
> SimpleProj>Dependencies, selected all the jars, did "Download Sources" 
> action.}}
> {{I can debug step into javafx sources, but stuff like "Go To Type" fail. I 
> see the message }}{{"_Can not open ... (missing source?)_" }} a lot. I 
> The log has stuff like
>  
> {quote}INFO [org.netbeans.api.java.source.ElementHandle]: Resolved type is 
> null for kind = CONSTRUCTOR
>  INFO [org.netbeans.api.java.source.ElementHandle]: Cannot resolve: 
> ElementHandle[kind=CONSTRUCTOR; sigs=javafx.scene.control.Label  
> (Ljava/lang/String;)V ]
>  INFO [org.netbeans.modules.java.classfile.CodeGenerator]: Cannot resolve 
> element: ElementHandle[kind=CONSTRUCTOR; sigs=javafx.scene.control.Label 
>  (Ljava/lang/String;)V ] on classpath: 
> nbjrt:[file:/F:/j/jdk/jdk-13.0.2/!/modules/java.base/;C:\f\j\maven_repository\org\openjfx\javafx-controls\13\javafx-controls-13-win.jar;C:\f\j\maven_repository\org\openjfx\javafx-graphics\13\javafx-graphics-13-win.jar;C:\f\j\maven_repository\org\openjfx\javafx-base\13\javafx-base-13-win.jar;F:\j\nb-stuff\NetBeansProjects\simple-maven-proto\src\main\java;F:\j\nb-stuff\NetBeansProjects\simple-maven-proto\src\main\resources|file:///F:/j/jdk/jdk-13.0.2/!/modules/java.base/;C:fjmaven_repositoryorgopenjfxjavafx-controls13javafx-controls-13-win.jar;C:fjmaven_repositoryorgopenjfxjavafx-graphics13javafx-graphics-13-win.jar;C:fjmaven_repositoryorgopenjfxjavafx-base13javafx-base-13-win.jar;F:jnb-stuffNetBeansProjectssimple-maven-protosrcmainjava;F:jnb-stuffNetBeansProjectssimple-maven-protosrcmainresources]
>  INFO [org.netbeans.api.java.source.ElementHandle]: Resolved type is null for 
> kind = METHOD
>  INFO [org.netbeans.api.java.source.ElementHandle]: Cannot resolve: 
> ElementHandle[kind=METHOD; sigs=javafx.stage.Stage setScene 
> (Ljavafx/scene/Scene;)V ]
> {quote}
>  



--
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-3763) Go To Type fails with Maven artifact source; similar commands like Go To Declaration also fail

2020-02-11 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-3763:
--

I don't know maven; had to look up "maven artefacts with classifier". 
Directions said mark issue with 11.3:11.3, so I did. Feel free to postpone.

Considering NETBEANS-3730, that fix is up to a 3rd party.

> Go To Type fails with Maven artifact source; similar commands like Go To 
> Declaration also fail
> --
>
> Key: NETBEANS-3763
> URL: https://issues.apache.org/jira/browse/NETBEANS-3763
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source, projects - Maven
>Affects Versions: 11.3
> Environment: NB-11.3beta1 running on jdk1,8, Win7, project running on 
> jdk-13.0.2
>Reporter: Ernie Rael
>Priority: Critical
> Fix For: 11.3
>
>
> {{Starting with JavaFXMavenArchetype from Gluon and some fixup (see 
> NETBEANS-3730 attachemnts), in the projecs window I expanded 
> SimpleProj>Dependencies, selected all the jars, did "Download Sources" 
> action.}}
> {{I can debug step into javafx sources, but stuff like "Go To Type" fail. I 
> see the message }}{{"_Can not open ... (missing source?)_" }} a lot. I 
> The log has stuff like
>  
> {quote}INFO [org.netbeans.api.java.source.ElementHandle]: Resolved type is 
> null for kind = CONSTRUCTOR
>  INFO [org.netbeans.api.java.source.ElementHandle]: Cannot resolve: 
> ElementHandle[kind=CONSTRUCTOR; sigs=javafx.scene.control.Label  
> (Ljava/lang/String;)V ]
>  INFO [org.netbeans.modules.java.classfile.CodeGenerator]: Cannot resolve 
> element: ElementHandle[kind=CONSTRUCTOR; sigs=javafx.scene.control.Label 
>  (Ljava/lang/String;)V ] on classpath: 
> nbjrt:[file:/F:/j/jdk/jdk-13.0.2/!/modules/java.base/;C:\f\j\maven_repository\org\openjfx\javafx-controls\13\javafx-controls-13-win.jar;C:\f\j\maven_repository\org\openjfx\javafx-graphics\13\javafx-graphics-13-win.jar;C:\f\j\maven_repository\org\openjfx\javafx-base\13\javafx-base-13-win.jar;F:\j\nb-stuff\NetBeansProjects\simple-maven-proto\src\main\java;F:\j\nb-stuff\NetBeansProjects\simple-maven-proto\src\main\resources|file:///F:/j/jdk/jdk-13.0.2/!/modules/java.base/;C:fjmaven_repositoryorgopenjfxjavafx-controls13javafx-controls-13-win.jar;C:fjmaven_repositoryorgopenjfxjavafx-graphics13javafx-graphics-13-win.jar;C:fjmaven_repositoryorgopenjfxjavafx-base13javafx-base-13-win.jar;F:jnb-stuffNetBeansProjectssimple-maven-protosrcmainjava;F:jnb-stuffNetBeansProjectssimple-maven-protosrcmainresources]
>  INFO [org.netbeans.api.java.source.ElementHandle]: Resolved type is null for 
> kind = METHOD
>  INFO [org.netbeans.api.java.source.ElementHandle]: Cannot resolve: 
> ElementHandle[kind=METHOD; sigs=javafx.stage.Stage setScene 
> (Ljavafx/scene/Scene;)V ]
> {quote}
>  



--
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-2424) Compile on save seems to not be working with Maven projects

2020-02-11 Thread Marcio Aguiar (Jira)


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

Marcio Aguiar commented on NETBEANS-2424:
-

I'm having the same issue. CoS works well, unless while running the project.

> Compile on save seems to not be working with Maven projects
> ---
>
> Key: NETBEANS-2424
> URL: https://issues.apache.org/jira/browse/NETBEANS-2424
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 11.0, 11.2
> Environment: Windows 10
>Reporter: Antônio Diego da LuZ silva
>Priority: Major
>  Labels: CoS, Maven,, build, compilation, project, spring-boot
> Attachments: mavenproject17.7z
>
>
> Since a time, noticed that, when the compile on save option is checked on 
> some Maven project configuration, the modification on the project not is 
> acknowledged on the build.



--
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-mavenutils-nbm-maven-plugin] branch master updated: [SECURITY] Use HTTPS to resolve dependencies in Maven Build (#6)

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 8304663  [SECURITY] Use HTTPS to resolve dependencies in Maven Build 
(#6)
8304663 is described below

commit 83046636ce6846db848f1e4045183b22a076234f
Author: Jonathan Leitschuh 
AuthorDate: Tue Feb 11 09:20:06 2020 -0500

[SECURITY] Use HTTPS to resolve dependencies in Maven Build (#6)

* Use HTTPS instead of HTTP to resolve dependencies

This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh 

Remove reference to netbeans  repository completly

Co-authored-by: Eric Barboni 
---
 src/it/pom.xml | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/src/it/pom.xml b/src/it/pom.xml
index 3baa25e..6bb7eb8 100644
--- a/src/it/pom.xml
+++ b/src/it/pom.xml
@@ -21,18 +21,6 @@ under the License.
 nbm-maven-plugin-it-root
 1.0-SNAPSHOT
 pom
-
-
-
-netbeans
-NetBeans
-http://bits.netbeans.org/nexus/content/groups/netbeans/
-
-
 
 
 
@@ -61,4 +49,4 @@ under the License.
 
 3.0.2
 
-
\ No newline at end of file
+


-
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-mavenutils-nbm-maven-plugin] branch master updated: add harness executables first, then overwrite with executables found in binDirectory.

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new d875757  add harness executables first, then overwrite with 
executables found in binDirectory.
 new 1febef6  Merge pull request #5 from oyarzun/binDirectory
d875757 is described below

commit d875757a7282e56deb6def852b345d87f5881c7b
Author: Christian Oyarzun 
AuthorDate: Mon Jan 6 14:37:05 2020 -0500

add harness executables first, then overwrite with executables found in 
binDirectory.
---
 .../apache/netbeans/nbm/CreateClusterAppMojo.java  | 73 +++---
 1 file changed, 36 insertions(+), 37 deletions(-)

diff --git a/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java 
b/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
index 02ac0ac..126994d 100644
--- a/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
+++ b/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
@@ -804,9 +804,44 @@ public class CreateClusterAppMojo
 File destExe64 = new File( destBinDir, brandingToken + "64.exe" );
 File destSh = new File( destBinDir, brandingToken );
 
+
+File harnessDir = new File( buildDir, "harness" );
+//we have org-netbeans-modules-apisupport-harness in target area, just 
use it's own launchers.
+binDir = new File(
+harnessDir.getAbsolutePath() + File.separator + "launchers" );
+if ( binDir.exists() )
+{
+File exe = new File( binDir, "app.exe" );
+FileUtils.copyFile( exe, destExe );
+File exe64 = new File( binDir, "app64.exe" );
+if ( exe64.isFile() )
+{
+FileUtils.copyFile( exe64, destExe64 );
+}
+File exew = new File( binDir, "app_w.exe" );
+if ( exew.exists() ) //in 6.7 the _w.exe file is no more.
+{
+FileUtils.copyFile( exew, destExeW );
+}
+File sh = new File( binDir, "app.sh" );
+FileUtils.copyFile( sh, destSh );
+}
+else
+{
+File nbm = getHarnessNbm();
+try ( ZipFile zip = new ZipFile( nbm ) )
+{
+getLog().debug( "Using fallback executables from downloaded 
org-netbeans-modules-apisupport-harness nbm file." );
+writeFromZip( zip, "netbeans/launchers/app.sh",  destSh, true 
);
+writeFromZip( zip, "netbeans/launchers/app.exe",  destExe, 
true );
+writeFromZip( zip, "netbeans/launchers/app64.exe",  destExe64, 
false );
+writeFromZip( zip, "netbeans/launchers/app_w.exe",  destExeW, 
false );
+}
+}
+
 if ( binDirectory != null )
 {
-//we have custom launchers.
+//we have custom launchers, only overwrite the ones the user 
provided.
 binDir = binDirectory;
 File[] fls = binDir.listFiles();
 if ( fls == null )
@@ -843,42 +878,6 @@ public class CreateClusterAppMojo
 }
 }
 }
-else
-{
-File harnessDir = new File( buildDir, "harness" );
-//we have org-netbeans-modules-apisupport-harness in target area, 
just use it's own launchers.
-binDir = new File(
-harnessDir.getAbsolutePath() + File.separator + 
"launchers" );
-if ( binDir.exists() )
-{
-File exe = new File( binDir, "app.exe" );
-FileUtils.copyFile( exe, destExe );
-File exe64 = new File( binDir, "app64.exe" );
-if ( exe64.isFile() )
-{
-FileUtils.copyFile( exe64, destExe64 );
-}
-File exew = new File( binDir, "app_w.exe" );
-if ( exew.exists() ) //in 6.7 the _w.exe file is no more.
-{
-FileUtils.copyFile( exew, destExeW );
-}
-File sh = new File( binDir, "app.sh" );
-FileUtils.copyFile( sh, destSh );
-}
-else
-{
-File nbm = getHarnessNbm();
-try ( ZipFile zip = new ZipFile( nbm ) )
-{
-getLog().debug( "Using fallback executables from 
downloaded org-netbeans-modules-apisupport-harness nbm file." );
-writeFromZip( zip, "netbeans/launchers/app.sh",  destSh, 
true );
-writeFromZip( zip, "netbeans/launchers/app.exe",  destExe, 
true );
-writeFromZip( zip, "netbeans/launchers/app64.exe",  
destExe64, false );
-writeFromZip( zip, "netbeans/launchers/app_w.exe",  
destExeW, false );
-

[jira] [Commented] (NETBEANS-3763) Go To Type fails with Maven artifact source; similar commands like Go To Declaration also fail

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3763:


Hi [~errael] it seems related to maven artefacts with classifier. 
Can we postpone until the javafx NETBEANS-3730 is fixed ? Or maybe a more 
simple maven sample. Hacking run and so one is not very obvious.

> Go To Type fails with Maven artifact source; similar commands like Go To 
> Declaration also fail
> --
>
> Key: NETBEANS-3763
> URL: https://issues.apache.org/jira/browse/NETBEANS-3763
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source, projects - Maven
>Affects Versions: 11.3
> Environment: NB-11.3beta1 running on jdk1,8, Win7, project running on 
> jdk-13.0.2
>Reporter: Ernie Rael
>Priority: Critical
> Fix For: 11.3
>
>
> {{Starting with JavaFXMavenArchetype from Gluon and some fixup (see 
> NETBEANS-3730 attachemnts), in the projecs window I expanded 
> SimpleProj>Dependencies, selected all the jars, did "Download Sources" 
> action.}}
> {{I can debug step into javafx sources, but stuff like "Go To Type" fail. I 
> see the message }}{{"_Can not open ... (missing source?)_" }} a lot. I 
> The log has stuff like
>  
> {quote}INFO [org.netbeans.api.java.source.ElementHandle]: Resolved type is 
> null for kind = CONSTRUCTOR
>  INFO [org.netbeans.api.java.source.ElementHandle]: Cannot resolve: 
> ElementHandle[kind=CONSTRUCTOR; sigs=javafx.scene.control.Label  
> (Ljava/lang/String;)V ]
>  INFO [org.netbeans.modules.java.classfile.CodeGenerator]: Cannot resolve 
> element: ElementHandle[kind=CONSTRUCTOR; sigs=javafx.scene.control.Label 
>  (Ljava/lang/String;)V ] on classpath: 
> nbjrt:[file:/F:/j/jdk/jdk-13.0.2/!/modules/java.base/;C:\f\j\maven_repository\org\openjfx\javafx-controls\13\javafx-controls-13-win.jar;C:\f\j\maven_repository\org\openjfx\javafx-graphics\13\javafx-graphics-13-win.jar;C:\f\j\maven_repository\org\openjfx\javafx-base\13\javafx-base-13-win.jar;F:\j\nb-stuff\NetBeansProjects\simple-maven-proto\src\main\java;F:\j\nb-stuff\NetBeansProjects\simple-maven-proto\src\main\resources|file:///F:/j/jdk/jdk-13.0.2/!/modules/java.base/;C:fjmaven_repositoryorgopenjfxjavafx-controls13javafx-controls-13-win.jar;C:fjmaven_repositoryorgopenjfxjavafx-graphics13javafx-graphics-13-win.jar;C:fjmaven_repositoryorgopenjfxjavafx-base13javafx-base-13-win.jar;F:jnb-stuffNetBeansProjectssimple-maven-protosrcmainjava;F:jnb-stuffNetBeansProjectssimple-maven-protosrcmainresources]
>  INFO [org.netbeans.api.java.source.ElementHandle]: Resolved type is null for 
> kind = METHOD
>  INFO [org.netbeans.api.java.source.ElementHandle]: Cannot resolve: 
> ElementHandle[kind=METHOD; sigs=javafx.stage.Stage setScene 
> (Ljavafx/scene/Scene;)V ]
> {quote}
>  



--
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-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3254:


reducing priority.

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
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-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANS-3254:
---
Priority: Major  (was: Critical)

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
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-mavenutils-nbm-maven-plugin] branch master updated: Fix plugin groupID

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new ed8c064  Fix plugin groupID
 new 60838c9  Merge pull request #4 from blackleg/patch-1
ed8c064 is described below

commit ed8c06474a6ed5d94eda651cd59acde483b2f071
Author: hectorespert 
AuthorDate: Fri Dec 27 11:34:45 2019 +0100

Fix plugin groupID
---
 src/site/apt/index.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index a09bc21..19827f0 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -48,7 +48,7 @@ an autoupdate site content or build and assemble an 
application on top of NetBea
   
 
 
-org.codehaus.mojo
+org.apache.netbeans.utilities
 nbm-maven-plugin
 ${project.version}
 true
@@ -56,7 +56,7 @@ an autoupdate site content or build and assemble an 
application on top of NetBea
  
 org.apache.maven.plugins
 maven-jar-plugin
-3.0.2
+3.2.0
 
 
 
#[[${project.build.outputDirectory}]]#/META-INF/MANIFEST.MF
@@ -320,4 +320,4 @@ or the repository manager you are using. The repository 
hosts binaries from NetB
 
 
 
-+-+
\ No newline at end of file
++-+


-
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-mavenutils-archetype-netbeans-platform-app-archetype] branch master updated: [SECURITY] Use HTTPS to resolve dependencies in Maven Build (#1)

2020-02-11 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-netbeans-platform-app-archetype.git


The following commit(s) were added to refs/heads/master by this push:
 new fab8b9d  [SECURITY] Use HTTPS to resolve dependencies in Maven Build 
(#1)
fab8b9d is described below

commit fab8b9d7ac9c860059cb13ad31ca83b96dee9e08
Author: Jonathan Leitschuh 
AuthorDate: Tue Feb 11 08:55:38 2020 -0500

[SECURITY] Use HTTPS to resolve dependencies in Maven Build (#1)

* Use HTTPS instead of HTTP to resolve dependencies

This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh 

* remove repository netbeans

Co-authored-by: Eric Barboni 
---
 src/main/resources/archetype-resources/pom.xml | 16 
 1 file changed, 16 deletions(-)

diff --git a/src/main/resources/archetype-resources/pom.xml 
b/src/main/resources/archetype-resources/pom.xml
index 7cfc8ac..5c1ed7d 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -11,22 +11,6 @@
 
 ${artifactId}-parent
 
-
-
-
-netbeans
-NetBeans
-http://bits.netbeans.org/nexus/content/groups/netbeans/
-
-
-
 
 
 


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

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



[jira] [Commented] (NETBEANS-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-02-11 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-3254:


[~skygo] as the original reporter, I'd say yes with suggested follow up. 
Removing the property itself doesn't seem critical, it's making sure all the 
places that might be broken without it are fixed that might be.

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



--
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-3857) More Bugfixes vs new Features

2020-02-11 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3857:
-

What features are you missing or is broken for you -- can you join the mailing 
list and discuss there, please, see netbeans.apache.org.

> More Bugfixes vs new Features
> -
>
> Key: NETBEANS-3857
> URL: https://issues.apache.org/jira/browse/NETBEANS-3857
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.2
>Reporter: Sandro Röllin
>Priority: Major
> Attachments: statistik.png
>
>
> Look at the JIRA-Charts "created" and "resolved" issues. For professional use 
> is 
> the quality important. Nobody wants to use a program with many bugs



--
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-3858) java.util.NoSuchElementException

2020-02-11 Thread jose luis romero (Jira)


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

jose luis romero updated NETBEANS-3858:
---
Description: 
This exception invalidate completely the IDE, it happens all the time for many 
reasons: renaming methods, creating overloads, removing files. Even after 
restarting the IDE, it seems that it keeps trying to reach some "references".
I know that it is a problem related to *nb-javac*, but it is extremely 
annoying! I had been told in SEP/19 that would be fixed soon (N)

java.util.NoSuchElementException
at 
java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:721)
at 
java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.capCache(ParameterNameProviderImpl.java:196)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.getParameterName(ParameterNameProviderImpl.java:181)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$1.invoke(ParameterNameProviderImpl.java:90)
at com.sun.proxy.$Proxy56.getParameterName(Unknown Source)
at 
com.sun.tools.javac.code.MissingInfoHandler.getParameterName(MissingInfoHandler.java:63)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1746)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1731)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.createHtmlHeader(ElementScanningTask.java:497)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.element2description(ElementScanningTask.java:359)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:309)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.runImpl(ElementScanningTask.java:157)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:96)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:77)
[catch] at 
org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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)

  was:
This exception invalidate completely the IDE, it happens all the time for many 
reasons: renaming methods, creating overloads, removing files. Even after 
restarting the IDE, seems that it keeps trying to reach some "references".

java.util.NoSuchElementException
at 
java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:721)
at 
java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.capCache(ParameterNameProviderImpl.java:196)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.getParameterName(ParameterNameProviderImpl.java:181)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$1.invoke(ParameterNameProviderImpl.java:90)
at com.sun.proxy.$Proxy56.getParameterName(Unknown Source)
at 
com.sun.tools.javac.code.MissingInfoHandler.getParameterName(MissingInfoHandler.java:63)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1746)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1731)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.createHtmlHeader(ElementScanningTask.java:497)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.element2description(ElementScanningTask.java:359)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:309)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.runImpl(ElementScanningTask.java:157)
at 

[jira] [Created] (NETBEANS-3858) java.util.NoSuchElementException

2020-02-11 Thread jose luis romero (Jira)
jose luis romero created NETBEANS-3858:
--

 Summary: java.util.NoSuchElementException
 Key: NETBEANS-3858
 URL: https://issues.apache.org/jira/browse/NETBEANS-3858
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: W10, JDK 8
Reporter: jose luis romero


This exception invalidate completely the IDE, it happens all the time for many 
reasons: renaming methods, creating overloads, removing files. Even after 
restarting the IDE, seems that it keeps trying to reach some "references".

java.util.NoSuchElementException
at 
java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:721)
at 
java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.capCache(ParameterNameProviderImpl.java:196)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl.getParameterName(ParameterNameProviderImpl.java:181)
at 
org.netbeans.modules.java.source.parsing.ParameterNameProviderImpl$1.invoke(ParameterNameProviderImpl.java:90)
at com.sun.proxy.$Proxy56.getParameterName(Unknown Source)
at 
com.sun.tools.javac.code.MissingInfoHandler.getParameterName(MissingInfoHandler.java:63)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1746)
at 
com.sun.tools.javac.code.Symbol$ParamSymbol.getSimpleName(Symbol.java:1731)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.createHtmlHeader(ElementScanningTask.java:497)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.element2description(ElementScanningTask.java:359)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.addMembers(ElementScanningTask.java:309)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.runImpl(ElementScanningTask.java:157)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:96)
at 
org.netbeans.modules.java.navigation.ElementScanningTask.run(ElementScanningTask.java:77)
[catch] at 
org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:273)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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)



--
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-3857) More Bugfixes vs new Features

2020-02-11 Thread Jira


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

Sandro Röllin commented on NETBEANS-3857:
-

I understand your answer. My company wants to switch to Jetbrains Intellij but 
I've liked Netbeans for so many years. 
I think the manpower is everywhere the problem. :(

> More Bugfixes vs new Features
> -
>
> Key: NETBEANS-3857
> URL: https://issues.apache.org/jira/browse/NETBEANS-3857
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.2
>Reporter: Sandro Röllin
>Priority: Major
> Attachments: statistik.png
>
>
> Look at the JIRA-Charts "created" and "resolved" issues. For professional use 
> is 
> the quality important. Nobody wants to use a program with many bugs



--
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-3769) Cannot rename or delete project and directory

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3769:


is it fixed with the PR ?

> Cannot rename or delete project and directory
> -
>
> Key: NETBEANS-3769
> URL: https://issues.apache.org/jira/browse/NETBEANS-3769
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 11.3
> Environment: NB 11.3b running on JDK-13.0.2, Win7
>Reporter: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
> Attachments: CannotRenameProject.log.1, CannotRenameProject.log.2, 
> ProjRenameAtRename.png
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> (Attaching log with relevant exceptions)
> To reproduce
>  # NewProject > JavaWithAnt > JavaApplication; accept all defaults
>  # From context menu on new project, select "Rename..."
>  # In dialog change the name
>  # Select "Also Rename Project Folder"
>  # Click "Rename" button
> Observe error dialog
> {quote}Error
> Cannot rename file JavaApplication8 in F:/j/nb-stuff/NetBeansProjects to 
> RenameProject
> {quote}
>  



--
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-1555) update harness to 9.0

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni resolved NETBEANS-1555.

Resolution: Resolved

artefact hosted on central

> update harness to 9.0
> -
>
> Key: NETBEANS-1555
> URL: https://issues.apache.org/jira/browse/NETBEANS-1555
> Project: NetBeans
>  Issue Type: Bug
>  Components: mavenutilities
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Minor
>
> there is still a dependencies with codehaus nbm harness that will need to be 
> updated at the time we have Netbeans 9.0 maven artifacts online



--
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-3801) SAXParseException on given Textmate file

2020-02-11 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-3801:
--

https://github.com/Huachao/vscode-restclient/issues/517

> SAXParseException on given Textmate file
> 
>
> Key: NETBEANS-3801
> URL: https://issues.apache.org/jira/browse/NETBEANS-3801
> Project: NetBeans
>  Issue Type: Bug
>  Components: textmate-lexer
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.3-beta2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta2
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: textmate-lexer
> Attachments: http.tmLanguage.xml
>
>
> I downloaded the newest version of NetBeans 11.3 beta 2. I tried to add a new 
> language via Options -> Editor -> Language Servers for HTTP. See my attached 
> textmate file for that.
> After I added the language and hit apply on the options window, I got this 
> exception:
> {code}
> org.xml.sax.SAXParseException; lineNumber: 66; columnNumber: 34; The content 
> of elements must consist of well-formed character data or markup.
>   at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1243)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:635)
>   at 
> org.eclipse.tm4e.core.internal.parser.xml.XMLPListParser.parse(XMLPListParser.java:48)
>   at 
> org.eclipse.tm4e.core.internal.grammar.reader.GrammarReader$1.parse(GrammarReader.java:36)
>   at 
> org.eclipse.tm4e.core.internal.grammar.reader.SyncGrammarReader.load(SyncGrammarReader.java:33)
>   at 
> org.eclipse.tm4e.core.internal.grammar.reader.GrammarReader.readGrammarSync(GrammarReader.java:52)
>   at 
> org.eclipse.tm4e.core.registry.Registry.loadGrammarFromPathSync(Registry.java:154)
>   at 
> org.eclipse.tm4e.core.registry.Registry.loadGrammarFromPathSync(Registry.java:144)
>   at 
> org.eclipse.tm4e.core.registry.Registry.loadGrammarFromPathSync(Registry.java:140)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageStorage.findScope(LanguageStorage.java:231)
> [catch] at 
> org.netbeans.modules.lsp.client.options.LanguageStorage.lambda$store$1(LanguageStorage.java:115)
>   at org.openide.filesystems.FileUtil$2.run(FileUtil.java:413)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:397)
>   at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:417)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageStorage.store(LanguageStorage.java:65)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageServersPanel.store(LanguageServersPanel.java:193)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageServersOptionsPanelController$1.run(LanguageServersOptionsPanelController.java:51)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> {code}
> The exception is hidden inside of the Notifications, this wouldn't be a 
> problem, 

[jira] [Closed] (NETBEANS-3801) SAXParseException on given Textmate file

2020-02-11 Thread Christian Lenz (Jira)


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

Christian Lenz closed NETBEANS-3801.

Resolution: Invalid

The XML file was invalid. Thx for pointing that out [~jlahoda]

> SAXParseException on given Textmate file
> 
>
> Key: NETBEANS-3801
> URL: https://issues.apache.org/jira/browse/NETBEANS-3801
> Project: NetBeans
>  Issue Type: Bug
>  Components: textmate-lexer
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.3-beta2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta2
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: textmate-lexer
> Attachments: http.tmLanguage.xml
>
>
> I downloaded the newest version of NetBeans 11.3 beta 2. I tried to add a new 
> language via Options -> Editor -> Language Servers for HTTP. See my attached 
> textmate file for that.
> After I added the language and hit apply on the options window, I got this 
> exception:
> {code}
> org.xml.sax.SAXParseException; lineNumber: 66; columnNumber: 34; The content 
> of elements must consist of well-formed character data or markup.
>   at 
> java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1243)
>   at 
> java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:635)
>   at 
> org.eclipse.tm4e.core.internal.parser.xml.XMLPListParser.parse(XMLPListParser.java:48)
>   at 
> org.eclipse.tm4e.core.internal.grammar.reader.GrammarReader$1.parse(GrammarReader.java:36)
>   at 
> org.eclipse.tm4e.core.internal.grammar.reader.SyncGrammarReader.load(SyncGrammarReader.java:33)
>   at 
> org.eclipse.tm4e.core.internal.grammar.reader.GrammarReader.readGrammarSync(GrammarReader.java:52)
>   at 
> org.eclipse.tm4e.core.registry.Registry.loadGrammarFromPathSync(Registry.java:154)
>   at 
> org.eclipse.tm4e.core.registry.Registry.loadGrammarFromPathSync(Registry.java:144)
>   at 
> org.eclipse.tm4e.core.registry.Registry.loadGrammarFromPathSync(Registry.java:140)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageStorage.findScope(LanguageStorage.java:231)
> [catch] at 
> org.netbeans.modules.lsp.client.options.LanguageStorage.lambda$store$1(LanguageStorage.java:115)
>   at org.openide.filesystems.FileUtil$2.run(FileUtil.java:413)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:397)
>   at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:417)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageStorage.store(LanguageStorage.java:65)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageServersPanel.store(LanguageServersPanel.java:193)
>   at 
> org.netbeans.modules.lsp.client.options.LanguageServersOptionsPanelController$1.run(LanguageServersOptionsPanelController.java:51)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> {code}
> The exception is hidden inside of the Notifications, this wouldn't be a 
> problem, but the 

[jira] [Resolved] (NETBEANS-3857) More Bugfixes vs new Features

2020-02-11 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga resolved NETBEANS-3857.
-
Resolution: Not A Bug

> More Bugfixes vs new Features
> -
>
> Key: NETBEANS-3857
> URL: https://issues.apache.org/jira/browse/NETBEANS-3857
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.2
>Reporter: Sandro Röllin
>Priority: Major
> Attachments: statistik.png
>
>
> Look at the JIRA-Charts "created" and "resolved" issues. For professional use 
> is 
> the quality important. Nobody wants to use a program with many bugs



--
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-3857) More Bugfixes vs new Features

2020-02-11 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3857:
-

Right, so start working on them, then. :-)

> More Bugfixes vs new Features
> -
>
> Key: NETBEANS-3857
> URL: https://issues.apache.org/jira/browse/NETBEANS-3857
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.2
>Reporter: Sandro Röllin
>Priority: Major
> Attachments: statistik.png
>
>
> Look at the JIRA-Charts "created" and "resolved" issues. For professional use 
> is 
> the quality important. Nobody wants to use a program with many bugs



--
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-3857) More Bugfixes vs new Features

2020-02-11 Thread Jira


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

Sandro Röllin updated NETBEANS-3857:

Attachment: statistik.png

> More Bugfixes vs new Features
> -
>
> Key: NETBEANS-3857
> URL: https://issues.apache.org/jira/browse/NETBEANS-3857
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.2
>Reporter: Sandro Röllin
>Priority: Major
> Attachments: statistik.png
>
>
> Look at the JIRA-Charts "created" and "resolved" issues. For professional use 
> is 
> the quality important. Nobody wants to use a program with many bugs



--
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-3857) More Bugfixes vs new Features

2020-02-11 Thread Jira
Sandro Röllin created NETBEANS-3857:
---

 Summary: More Bugfixes vs new Features
 Key: NETBEANS-3857
 URL: https://issues.apache.org/jira/browse/NETBEANS-3857
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 11.2
Reporter: Sandro Röllin


Look at the JIRA-Charts "created" and "resolved" issues. For professional use 
is 
the quality important. Nobody wants to use a program with many bugs



--
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-3234) Apache NetBeans running on JDK 11 cannot access package classes

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3234:
--

Assignee: Jason Clarke  (was: Eric Barboni)

> Apache NetBeans running on JDK 11 cannot access package classes
> ---
>
> Key: NETBEANS-3234
> URL: https://issues.apache.org/jira/browse/NETBEANS-3234
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Boris Heithecker
>Assignee: Jason Clarke
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> If a package-info element is defined in some package, it cannot be properly 
> accessed at runtime:  
>  
> java.lang.Package p = AnyClass.class.getPackage();
>  
> should return a package object representing the actual package-info element 
> of that package. It is, for example, used by the JAXB runtime to read 
> XmlSchema annotations at package level. 
>  
> This has been tested in oracle jdk11.0.4. Class java.lang.Package in Java 11 
> has a private field called "packageInfo" of type "Class", which should 
> hold a reference to the actual package-info class object, i.e. 
> AnyPackage.package-info. In NetBeans, always wrongly references 
> "java.lang.Package$1PackageInfoProxy", which is a fallback reference set if 
> no actual package-info could be found. 
>  
> The reason is most likely that neither 
>  
> org.netbeans.JarClassLoader
> nor org.netbeans.ProxyClassLoader
> nor org.netbeans.StandardModule$OneModuleClassLoader (all in 
> platform/o.n.bootstrap)
>  
> override method "java.lang.ClassLoader.findClass(String name)". The default 
> implementation throws an exceptions which causes the above fallback reference 
> to be set. 
>  
> This is a serious issue. If it is not fixed, the platform will not be fully 
> comptabile, among others, with the JAXB RI and also JAX-WS RI. 



--
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-3234) Apache NetBeans running on JDK 11 cannot access package classes

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni resolved NETBEANS-3234.

Resolution: Fixed

PR resolve issue, https://github.com/apache/netbeans/pull/1575

> Apache NetBeans running on JDK 11 cannot access package classes
> ---
>
> Key: NETBEANS-3234
> URL: https://issues.apache.org/jira/browse/NETBEANS-3234
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Boris Heithecker
>Assignee: Eric Barboni
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> If a package-info element is defined in some package, it cannot be properly 
> accessed at runtime:  
>  
> java.lang.Package p = AnyClass.class.getPackage();
>  
> should return a package object representing the actual package-info element 
> of that package. It is, for example, used by the JAXB runtime to read 
> XmlSchema annotations at package level. 
>  
> This has been tested in oracle jdk11.0.4. Class java.lang.Package in Java 11 
> has a private field called "packageInfo" of type "Class", which should 
> hold a reference to the actual package-info class object, i.e. 
> AnyPackage.package-info. In NetBeans, always wrongly references 
> "java.lang.Package$1PackageInfoProxy", which is a fallback reference set if 
> no actual package-info could be found. 
>  
> The reason is most likely that neither 
>  
> org.netbeans.JarClassLoader
> nor org.netbeans.ProxyClassLoader
> nor org.netbeans.StandardModule$OneModuleClassLoader (all in 
> platform/o.n.bootstrap)
>  
> override method "java.lang.ClassLoader.findClass(String name)". The default 
> implementation throws an exceptions which causes the above fallback reference 
> to be set. 
>  
> This is a serious issue. If it is not fixed, the platform will not be fully 
> comptabile, among others, with the JAXB RI and also JAX-WS RI. 



--
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-3234) Apache NetBeans running on JDK 11 cannot access package classes

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni reassigned NETBEANS-3234:
--

Assignee: Eric Barboni

> Apache NetBeans running on JDK 11 cannot access package classes
> ---
>
> Key: NETBEANS-3234
> URL: https://issues.apache.org/jira/browse/NETBEANS-3234
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Boris Heithecker
>Assignee: Eric Barboni
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> If a package-info element is defined in some package, it cannot be properly 
> accessed at runtime:  
>  
> java.lang.Package p = AnyClass.class.getPackage();
>  
> should return a package object representing the actual package-info element 
> of that package. It is, for example, used by the JAXB runtime to read 
> XmlSchema annotations at package level. 
>  
> This has been tested in oracle jdk11.0.4. Class java.lang.Package in Java 11 
> has a private field called "packageInfo" of type "Class", which should 
> hold a reference to the actual package-info class object, i.e. 
> AnyPackage.package-info. In NetBeans, always wrongly references 
> "java.lang.Package$1PackageInfoProxy", which is a fallback reference set if 
> no actual package-info could be found. 
>  
> The reason is most likely that neither 
>  
> org.netbeans.JarClassLoader
> nor org.netbeans.ProxyClassLoader
> nor org.netbeans.StandardModule$OneModuleClassLoader (all in 
> platform/o.n.bootstrap)
>  
> override method "java.lang.ClassLoader.findClass(String name)". The default 
> implementation throws an exceptions which causes the above fallback reference 
> to be set. 
>  
> This is a serious issue. If it is not fixed, the platform will not be fully 
> comptabile, among others, with the JAXB RI and also JAX-WS RI. 



--
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-3254) Remove requirement for allowAmbiguousCommands in Maven support

2020-02-11 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3254:


[~lhochet] can we consider fixed ? With a followup to remove the system 
property for 12.0

> Remove requirement for allowAmbiguousCommands in Maven support
> --
>
> Key: NETBEANS-3254
> URL: https://issues.apache.org/jira/browse/NETBEANS-3254
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Ludovic HOCHET
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The system property {{-J-DallowAmbiguousCommands=true }}was added to 
> netbeans.conf late in the 11.2 release process due to changes in recent JDKs 
> regarding process argument causing Maven builds to fail. The requirement for 
> this property to be set should be evaluated, and if at all possible, removed 
> in the 11.3 timeframe.



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