[jira] [Commented] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread Thilina Ranathunga (JIRA)


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

Thilina Ranathunga commented on NETBEANS-330:
-

Yes, it works. But, not always, Not smooth.
 like 3 out of 5 times it fails. saying "Unable to connect to the Latest 
Development Build because of 
[http://www-eu.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/updates.xml.gz];
 
 [refer attached images]

Clicking "Try Again" several times makes it work.

!NBUCERR-2018-06-07 10-04-41.png!
 !NBUCERRCFN2018-06-07 10-06-42.png!
 !NBUCERRDL2018-06-07 10-22-27.png!

plugin tried: git

Networking problem in 
[https://netbeans.apache.org/nb/updates/9.0/ide/org-eclipse-jgit.nbm]

Fails on download at 17% most of the tries. 

However, it works, but not smooth. 

Tested on the build from latest source as of "2018 June 07th 09:30 AM UTC +5:30"
 with clean user dir

Country: Sri Lanka

OS: Linux Mint 18.3

 

 

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 
> 10-06-42.png, NBUCERRDL2018-06-07 10-22-27.png
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread Thilina Ranathunga (JIRA)


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

Thilina Ranathunga updated NETBEANS-330:

Attachment: NBUCERR-2018-06-07 10-04-41.png
NBUCERRCFN2018-06-07 10-06-42.png
NBUCERRDL2018-06-07 10-22-27.png

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 
> 10-06-42.png, NBUCERRDL2018-06-07 10-22-27.png
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-923) Add throws clause triggers exception in editor

2018-06-06 Thread Jan Lahoda (JIRA)


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

Jan Lahoda commented on NETBEANS-923:
-

Is there a particular code on which this can be reproduced?

Thanks.

 

> Add throws clause triggers exception in editor
> --
>
> Key: NETBEANS-923
> URL: https://issues.apache.org/jira/browse/NETBEANS-923
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Hints
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Priority: Major
>
> Using the hint to add a throws clause to the main method results in the 
> following exception:
> {code:java}
> java.lang.IllegalArgumentException: Copying to 773 is greater then its size 
> (770).
> at 
> org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:5797)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:5776)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:1092)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5250)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5144)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5071)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5042)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:3878)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTopLevel(CasualDiff.java:574)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5223)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5144)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5071)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5054)
> at org.netbeans.modules.java.source.save.CasualDiff.diff(CasualDiff.java:342)
> at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:907)
> at org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1319)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:675)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)
> at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
> at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
> at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
> at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
> at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
> at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:683)
> at 
> org.netbeans.modules.java.hints.errors.UncaughtException$AddThrowsClauseHintImpl.implement(UncaughtException.java:494)
> [catch] at org.netbeans.modules.editor.hints.HintsUI$1.run(HintsUI.java:835)
> 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)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-330:


Thanks guys. I have updated redirection as Jan suggested so it would be great 
if you could now test it from NetBeans directly:
 # Go to *Tools > Plugins* and select *Settings* tab.
 # Uncheck _Additional Development Plugins_ and _Plugin Portal_ update centers.
 # Select _Latest Development Build_ update center and click *Edit* button.
 # Change its _URL_ to 
[https://netbeans.apache.org/nb/updates/9.0/updates.xml.gz] and click *OK* 
button.
 # Go to *Installed* tab, pick some non-essential plugin, *Uninstall* it and 
then let IDE to restart itself.
 # Repeat step 1 and make sure that the plugin is now listed in *Available 
Plugins (1)* tab.
 # Check it and then *Install* it.

Let us know how it worked!

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-930) Code folding does not apply to lambdas

2018-06-06 Thread John Call (JIRA)
John Call created NETBEANS-930:
--

 Summary: Code folding does not apply to lambdas
 Key: NETBEANS-930
 URL: https://issues.apache.org/jira/browse/NETBEANS-930
 Project: NetBeans
  Issue Type: Improvement
Reporter: John Call


There is a matching ticket on the old bug tracker: 
[https://netbeans.org/bugzilla/show_bug.cgi?id=247038]

 

Might I suggest you just allow code folding all curly braced elements? for(), 
if(), while(), switch(), etc?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-830) jaxb-xjc-2.2.5-2.jar license/notice

2018-06-06 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-830:

Labels: pull-request-available  (was: )

> jaxb-xjc-2.2.5-2.jar license/notice
> ---
>
> Key: NETBEANS-830
> URL: https://issues.apache.org/jira/browse/NETBEANS-830
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>
> ./ide/modules/ext/jaxb/jaxb-xjc-2.2.5-2.jar
> - contains org.kohsuke.rngom MIT licensed missing from LICENSE
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-876) Update release 9.0 branding

2018-06-06 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-876:

Labels: pull-request-available  (was: )

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-831) jaxb1-impl-2.2.5-2.jar license/notice

2018-06-06 Thread JIRA


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

Matthias Bläsing reassigned NETBEANS-831:
-

Assignee: Matthias Bläsing

> jaxb1-impl-2.2.5-2.jar license/notice
> -
>
> Key: NETBEANS-831
> URL: https://issues.apache.org/jira/browse/NETBEANS-831
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
>
> ./ide/modules/ext/jaxb/jaxb1-impl-2.2.5-2.jar
> - also contains 3rd party code not mentioned in LICENSE
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-929) Create a mimetype for nbm files

2018-06-06 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-929:
---

 Summary: Create a mimetype for nbm files
 Key: NETBEANS-929
 URL: https://issues.apache.org/jira/browse/NETBEANS-929
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Other
Affects Versions: Next
Reporter: Christian Lenz
 Attachments: nbm-file-icon.png

It would be nice, to see the nb icons for nbm files, for this, we need a 
specific mimetype for nbm files. The idea behind this is, that I should can 
install my NBM files, right insiide the IDE. Double click them, or drag and 
drop them into the IDE or whatever. Of course, this is an other topic, but this 
ticket here is the beginning.

I started to work on this. The mimetype and the icon works great, but now you 
can expand the NBM file inside the IDE. Maybe a mixed mimetype should be 
better, if possible to have the default functionality to expand it inside the 
files view. https://github.com/Netbeans-Modules/NbInstallPlugin


Yiu can see further discussion, in the old Bugzilla ticket, that I attached 
here.


Cheers

Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-330:
--

Accesing 
[http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/updates.xml.gz]
 got me redirected to 
[http://www-eu.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/updates.xml.gz]
 with a 404 Not Found error.

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



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

2018-06-06 Thread jmborer (JIRA)


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

jmborer commented on NETBEANS-467:
--

Thanks. This is helpful.

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-928) Lombok <1.6.22 does not work in Netbeans 9 RC1 (with JDK8)

2018-06-06 Thread Nicolai Ehemann (JIRA)
Nicolai Ehemann created NETBEANS-928:


 Summary: Lombok <1.6.22 does not work in Netbeans 9 RC1 (with JDK8)
 Key: NETBEANS-928
 URL: https://issues.apache.org/jira/browse/NETBEANS-928
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Nicolai Ehemann


I recently installed Netbeans 9 RC1 on my Windows 10 PC with JDK 1.8.172. When 
creating a minimal maven project with Lombok dependency <1.16.22, and adding a 
simple class with lombok annotations, the generated methods are not picked up 
by netbeans (they do not show up in navigator and are not recognised in 
editor). For example, when I add a final field and @RequiredArgsConstructor, 
the field is marked as "not initialized in default constructor". As soon as I 
change the lombok version to 1.16.22 or 1.18.0, it works as expected.

 

I'm not 100% sure this is a netbeans issue, as I already found similar issued 
for lombok (for example 
[https://github.com/rzwitserloot/lombok/issues/1435),|https://github.com/rzwitserloot/lombok/issues/1435]),]
 but those all mentioned JDK9, where I am using JDK8...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-927) Large number of "org.openide.util.RequestProcessor$SlowItem" exceptions and random failure of GUI controls

2018-06-06 Thread Karl Richter (JIRA)
Karl Richter created NETBEANS-927:
-

 Summary: Large number of 
"org.openide.util.RequestProcessor$SlowItem" exceptions and random failure of 
GUI controls
 Key: NETBEANS-927
 URL: https://issues.apache.org/jira/browse/NETBEANS-927
 Project: NetBeans
  Issue Type: Improvement
Reporter: Karl Richter


After a failed attempt to add OpenJDK 9 on Ubuntu 18.04 I experience frequent 
popup dialogs with the two following exceptions (always in pairs) suggesting 
the typical review and report for dev versions. Sometimes, GUI operations like 
expanding a project tree simply have no effect.

{code:java}
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.spi.project.ui.support.NodeFactorySupport$DelegateChildren$1
java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer;
at jdk.internal.jimage.BasicImageReader.slice(BasicImageReader.java:211)
at 
jdk.internal.jimage.BasicImageReader.intBuffer(BasicImageReader.java:218)
at 
jdk.internal.jimage.BasicImageReader.(BasicImageReader.java:152)
at 
jdk.internal.jimage.ImageReader$SharedImageReader.(ImageReader.java:224)
at 
jdk.internal.jimage.ImageReader$SharedImageReader.open(ImageReader.java:238)
at jdk.internal.jimage.ImageReader.open(ImageReader.java:67)
at jdk.internal.jimage.ImageReader.open(ImageReader.java:71)
at jdk.internal.jrtfs.SystemImage.open(SystemImage.java:59)
at jdk.internal.jrtfs.JrtFileSystem.(JrtFileSystem.java:90)
at 
jdk.internal.jrtfs.JrtFileSystemProvider.newFileSystem(JrtFileSystemProvider.java:108)
at 
jdk.internal.jrtfs.JrtFileSystemProvider.newFileSystem(JrtFileSystemProvider.java:127)
at 
jdk.internal.jrtfs.JrtFileSystemProvider.newFileSystem(JrtFileSystemProvider.java:106)
at java.nio.file.FileSystems.newFileSystem(FileSystems.java:336)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystem.create(NBJRTFileSystem.java:72)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystemProvider.getFileSystem(NBJRTFileSystemProvider.java:64)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTFileSystemProvider.getFileSystem(NBJRTFileSystemProvider.java:49)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTURLMapper.getFileObjects(NBJRTURLMapper.java:74)
at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:188)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.Util.createModulePath(Util.java:105)
at 
org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformImpl.getBootstrapLibraries(J2SEPlatformImpl.java:256)
at 
org.netbeans.modules.java.platform.queries.PlatformSourceForBinaryQuery.contains(PlatformSourceForBinaryQuery.java:124)
at 
org.netbeans.modules.java.platform.queries.PlatformSourceForBinaryQuery.findSourceRoots2(PlatformSourceForBinaryQuery.java:85)
at 
org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots2(SourceForBinaryQuery.java:101)
at 
org.netbeans.modules.parsing.impl.indexing.PathRegistry.createResources(PathRegistry.java:728)
at 
org.netbeans.modules.parsing.impl.indexing.PathRegistry.getPathIdToRoots(PathRegistry.java:631)
at 
org.netbeans.modules.parsing.impl.indexing.PathRegistry.getRootsMarkedAs(PathRegistry.java:458)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.getClasspathRoots(QuerySupport.java:771)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.collectClasspathRoots(QuerySupport.java:737)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.collectClasspathRoots(QuerySupport.java:729)
at 
org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.findRoots(QuerySupport.java:223)
at 
org.netbeans.modules.html.editor.api.index.HtmlIndex.(HtmlIndex.java:92)
at 
org.netbeans.modules.html.editor.api.index.HtmlIndex.get(HtmlIndex.java:79)
at 
org.netbeans.modules.html.editor.api.index.HtmlIndex.get(HtmlIndex.java:69)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.getHtmlIndex(RemoteFiles.java:83)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.updateRemoteFiles(RemoteFiles.java:114)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles.access$100(RemoteFiles.java:66)
at 
org.netbeans.modules.web.clientproject.remotefiles.RemoteFiles$2.run(RemoteFiles.java:103)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:357)
at 

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

2018-06-06 Thread Chris Luff (JIRA)


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

Chris Luff commented on NETBEANS-467:
-

[~jmborer] you can use the nb-repository-plugin to build the NB9 artifacts and 
install them into your local repo.

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-925) slowness, just starting netbeans, log added in description

2018-06-06 Thread Eduard Drenth (JIRA)
Eduard Drenth created NETBEANS-925:
--

 Summary: slowness, just starting netbeans, log added in description
 Key: NETBEANS-925
 URL: https://issues.apache.org/jira/browse/NETBEANS-925
 Project: NetBeans
  Issue Type: Bug
Reporter: Eduard Drenth


---
>Log Session: Wednesday, June 6, 2018 at 12:52:45 PM Central European Summer 
>Time
>System Info: 
  Product Version = Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-302-on-20180517)
  Operating System= Linux version 4.4.0-127-generic running on amd64
  Java; VM; Vendor= 10.0.1; OpenJDK 64-Bit Server VM 10.0.1+10; Oracle 
Corporation
  Runtime = OpenJDK Runtime Environment 10.0.1+10
  Java Home   = /home/eduard/jdk-10.0.1
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory  = /home/eduard
  Current Directory   = /home/eduard
  User Directory  = /home/eduard/.netbeans/dev
  Cache Directory = /home/eduard/.cache/netbeans/dev
  Installation= /home/eduard/netbeans/nb
/home/eduard/netbeans/ide
/home/eduard/netbeans/extide
/home/eduard/netbeans/java
/home/eduard/netbeans/apisupport
/home/eduard/netbeans/webcommon
/home/eduard/netbeans/websvccommon
/home/eduard/netbeans/enterprise
/home/eduard/netbeans/profiler
/home/eduard/netbeans/harness
/home/eduard/netbeans/javafx
/home/eduard/netbeans/dukestudio
/home/eduard/netbeans/platform
  Boot & Ext. Classpath   = 
  Application Classpath   = 
/home/eduard/netbeans/platform/lib/boot.jar:/home/eduard/netbeans/platform/lib/org-openide-modules.jar:/home/eduard/netbeans/platform/lib/org-openide-util.jar:/home/eduard/netbeans/platform/lib/org-openide-util-lookup.jar:/home/eduard/netbeans/platform/lib/org-openide-util-ui.jar
  Startup Classpath   = 
/home/eduard/netbeans/platform/core/org-openide-filesystems.jar:/home/eduard/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/eduard/netbeans/platform/core/core-base.jar:/home/eduard/netbeans/platform/core/core.jar:/home/eduard/netbeans/platform/core/asm-all-5.0.1.jar:/home/eduard/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/eduard/netbeans/nb/core/org-netbeans-upgrader.jar:/home/eduard/netbeans/nb/core/locale/core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/home/eduard/netbeans/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which 
is deprecated.
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.apisupport.ant, org.netbeans.modules.java.hints, 
org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints, 
org.netbeans.modules.maven.j2ee, org.netbeans.modules.web.beans] use 
org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java Hints 
SPI (org.netbeans.spi.java.hints) instead.
WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base 
passed when looking up build_info at 
org.netbeans.modules.uihandler.BuildInfo.logBuildInfo(BuildInfo.java:61)
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
org.openide.util.lookup [8.34 
incubator-netbeans-release-302-on-20180517]
org.openide.util [9.8 incubator-netbeans-release-302-on-20180517]
org.openide.util.ui [9.8 incubator-netbeans-release-302-on-20180517]
org.openide.modules [7.49 incubator-netbeans-release-302-on-20180517]
org.netbeans.api.annotations.common/1 [1.28 
incubator-netbeans-release-302-on-20180517]
org.openide.filesystems [9.11 
incubator-netbeans-release-302-on-20180517]
org.openide.awt [7.68 incubator-netbeans-release-302-on-20180517]
org.netbeans.api.progress/1 [1.48 
incubator-netbeans-release-302-on-20180517]
org.netbeans.api.progress.nb [1.48 
incubator-netbeans-release-302-on-20180517]
org.openide.dialogs [7.43 incubator-netbeans-release-302-on-20180517]
org.openide.nodes [7.46 incubator-netbeans-release-302-on-20180517]
org.openide.windows [6.77 incubator-netbeans-release-302-on-20180517]
org.netbeans.modules.editor.mimelookup/1 

[jira] [Commented] (NETBEANS-892) Refactor -> Move Class into other class breaks multicatches and lambas in destination class

2018-06-06 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-892:
---

Tried with jdk8 +nb-javac plugin.

Found below issues :
1 In MoveTo.java 

catch stmt in a method changed from 

catch (RuntimeException | AssertionError e){
to
catch (RuntimeException | AssertionErrore){

(Compilation error, issue reproducible in NetBeans 8.2)

2 In MoveTo.java,
Method call with Lambda expr got modified from
doStuff(item-> item.substring(20));
to 

doStuff(String item-> item.substring(20));
(Compilation error, issue reproducible in NetBeans 8.2)

3 In MoveFrom.java, class unrelated to above Move change, same issues as 1 and 
2 above.

4 In ReadOnlyCode.java, original file had no imports, class used package 
appended Class names. Move operation added imports. This seems to be the only 
change.
No Compilation issue. But unrelated class shouldn't have got modified.

(Issues 3, 4 are not reproducible in NetBeans 8.2)



> Refactor -> Move Class into other class breaks multicatches and lambas in 
> destination class
> ---
>
> Key: NETBEANS-892
> URL: https://issues.apache.org/jira/browse/NETBEANS-892
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Assignee: Reema Taneja
>Priority: Blocker
> Fix For: 9.0
>
> Attachments: EvilRefactorBug.zip
>
>
> Move the class "MoveMeIn" into the class "MoveTo". Things break. Many, many 
> thing break.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach commented on NETBEANS-330:
--

I have just connected via my iPad and got redirected to 
[http://ftp.nluug.nl/internet/apache/incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/updates.xml.gz]
 - e.g. The redirect seems to be working.

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-330:


Perfect, it offers download from mirrors.sonic.net for me. Can anyone else try 
to download 
[www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/updates.xml.gz|http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/updates.xml.gz]
 and confirm here the selected mirror?

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread Jan Lahoda (JIRA)


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

Jan Lahoda edited comment on NETBEANS-330 at 6/6/18 10:10 AM:
--

Please try:

[http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/$1]

(Might also be good to strip the query parameters, if that's possible; maybe 
something like:
{code:java}
RedirectMatch ^/uc/9.0/(.*)(\?.*)?$ 
http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/$1
{code}
 


was (Author: jlahoda):
Please try:

[http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/$1]

(Might also be good to strip the query parameters, if that's possible; maybe 
something like:

RedirectMatch ^/uc/9.0/(.*)(\?.*)?$ 
[http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/$1]

 

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread Jan Lahoda (JIRA)


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

Jan Lahoda commented on NETBEANS-330:
-

Please try:

[http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/$1]

(Might also be good to strip the query parameters, if that's possible; maybe 
something like:

RedirectMatch ^/uc/9.0/(.*)(\?.*)?$ 
[http://www.apache.org/dyn/closer.lua?action=download=incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/$1]

 

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-06 Thread JIRA


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

Jiří Kovalský commented on NETBEANS-330:


We have setup a redirection rule [1] but 9.0 module catalog [2] does not 
automatically pick the suggested mirror and only opens HTML page [3] with user 
options. Suggestions welcome.

[1] root@netbeans-vm:/var/www/html/uc/9.0# cat .htaccess 
RedirectMatch ^/uc/9.0/(.*)$ 
[https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/$1]
root@netbeans-vm:/var/www/html/uc/9.0#

[2] [http://netbeans-vm.apache.org/uc/9.0/updates.xml.gz]


[3] 
[https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans-java/incubating-9.0-rc1/nbms/updates.xml.gz]

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[incubator-netbeans] branch master updated (9295f7b -> f9bbf29)

2018-06-06 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from 9295f7b  [NETBEANS-817] Preventing exceptions when opening project: 
(#552)
 add 9a4196e  [NETBEANS-438] Cannot Sign Platform app due to symlink Now 
creating an intermediate sh file to invoke the executable so resulting apps 
will sign properly
 add 217452f  [NETBEANS-438] Cannot Sign Platform app due to symlink Fixed 
various issues that were brought up in the pull request discussion No longer 
cd’ing to the script directory
 new f9bbf29  Merge pull request #440 from SirIntellegence/NETBEANS-438

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:
 apisupport.harness/release/suite.xml | 34 +-
 1 file changed, 33 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
jtul...@apache.org.

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

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



[incubator-netbeans] 01/01: Merge pull request #440 from SirIntellegence/NETBEANS-438

2018-06-06 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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

commit f9bbf29506a8fa996921cdfbd9d8a003a4514be2
Merge: 9295f7b 217452f
Author: Jaroslav Tulach 
AuthorDate: Wed Jun 6 10:51:54 2018 +0200

Merge pull request #440 from SirIntellegence/NETBEANS-438

[NETBEANS-438] Cannot Sign Platform app due to symlink

 apisupport.harness/release/suite.xml | 34 +-
 1 file changed, 33 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
jtul...@apache.org.

-
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-924) NPE when search usages of method in class

2018-06-06 Thread Tomas Huryn (JIRA)


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

Tomas Huryn updated NETBEANS-924:
-
Description: 
It happens when NB tries to find method in dependencies in multi-module project 
managed by gradle, but I'm not sure about this idea.

 

Exception is:

java.lang.NullPointerException
     at 
org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:118)
     at 
org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolveElement(TreePathHandle.java:530)
     at 
org.netbeans.api.java.source.TreePathHandle.resolveElement(TreePathHandle.java:162)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:574)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:548)
     at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
     at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
     at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
     at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
     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:83)
     at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
     at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
     at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:319)
     at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:263)
     at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.queryFiles(JavaRefactoringPlugin.java:253)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin.prepare(JavaWhereUsedQueryPlugin.java:362)
 [catch] at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:417)
     at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:401)
     at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:212)
     at 
org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare$2.run(ParametersPanel.java:1059)
     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:
It happens when NB tries to find method in dependencies in multi-module project 
managed by gradle.

 

Exception is:

java.lang.NullPointerException
     at 
org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:118)
     at 
org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolveElement(TreePathHandle.java:530)
     at 
org.netbeans.api.java.source.TreePathHandle.resolveElement(TreePathHandle.java:162)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:574)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:548)
     at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
     at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
     at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
     at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
     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)
     

[jira] [Updated] (NETBEANS-924) NPE when search usages of method in class

2018-06-06 Thread Tomas Huryn (JIRA)


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

Tomas Huryn updated NETBEANS-924:
-
Description: 
It happens when NB tries to find method in dependencies in multi-module project 
managed by gradle.

 

Exception is:

java.lang.NullPointerException
     at 
org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:118)
     at 
org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolveElement(TreePathHandle.java:530)
     at 
org.netbeans.api.java.source.TreePathHandle.resolveElement(TreePathHandle.java:162)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:574)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:548)
     at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
     at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
     at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
     at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
     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:83)
     at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
     at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
     at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:319)
     at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:263)
     at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.queryFiles(JavaRefactoringPlugin.java:253)
     at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin.prepare(JavaWhereUsedQueryPlugin.java:362)
 [catch] at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:417)
     at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:401)
     at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:212)
     at 
org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare$2.run(ParametersPanel.java:1059)
     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:
java.lang.NullPointerException
    at 
org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:118)
    at 
org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolveElement(TreePathHandle.java:530)
    at 
org.netbeans.api.java.source.TreePathHandle.resolveElement(TreePathHandle.java:162)
    at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:574)
    at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:548)
    at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
    at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
    at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
    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 

[jira] [Created] (NETBEANS-924) NPE when search usages of method in class

2018-06-06 Thread Tomas Huryn (JIRA)
Tomas Huryn created NETBEANS-924:


 Summary: NPE when search usages of method in class
 Key: NETBEANS-924
 URL: https://issues.apache.org/jira/browse/NETBEANS-924
 Project: NetBeans
  Issue Type: Bug
Reporter: Tomas Huryn


java.lang.NullPointerException
    at 
org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:118)
    at 
org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolveElement(TreePathHandle.java:530)
    at 
org.netbeans.api.java.source.TreePathHandle.resolveElement(TreePathHandle.java:162)
    at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:574)
    at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin$FindTask.run(JavaWhereUsedQueryPlugin.java:548)
    at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
    at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
    at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
    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:83)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
    at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:319)
    at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:263)
    at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.queryFiles(JavaRefactoringPlugin.java:253)
    at 
org.netbeans.modules.refactoring.java.plugins.JavaWhereUsedQueryPlugin.prepare(JavaWhereUsedQueryPlugin.java:362)
[catch] at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:417)
    at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:401)
    at 
org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:212)
    at 
org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare$2.run(ParametersPanel.java:1059)
    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
(v7.6.3#76005)

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

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