[jira] [Created] (NETBEANS-1612) Netbeans 8.2 check update error: can not read catalog.xml.gz

2018-11-04 Thread sunjoong (JIRA)
sunjoong created NETBEANS-1612:
--

 Summary: Netbeans 8.2 check update error: can not read 
catalog.xml.gz
 Key: NETBEANS-1612
 URL: https://issues.apache.org/jira/browse/NETBEANS-1612
 Project: NetBeans
  Issue Type: Bug
 Environment: windows 10, netbeans 8.;2
Reporter: sunjoong
 Attachments: messages.log

build autopsy4 project using netbeans 8.2 on windows10.

netbeans update check? is doing "Downloading clusters harness|java|platform"

and success , task.jar called downloading catalog.xml.gz.

but this is failed.

error msg is:

INFO [org.netbeans.nbbuild.AutoUpdateCatalogParser]: The file at 
http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz,
 corresponding to the catalog at 
http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz,
 does not look like the gzip file, trying to parse it as the pure xml

and java.io.EOFException: WARNING 
[org.netbeans.nbbuild.AutoUpdateCatalogParser]: 
http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz:1:1:Premature
 end of file.

 

but i can download catalog.xml.gz using webbrowser: firefox.

adding my messages.log



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

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

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



[jira] [Closed] (NETBEANS-1611) test

2018-11-04 Thread sunjoong (JIRA)


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

sunjoong closed NETBEANS-1611.
--
Resolution: Won't Do

> test
> 
>
> Key: NETBEANS-1611
> URL: https://issues.apache.org/jira/browse/NETBEANS-1611
> Project: NetBeans
>  Issue Type: Bug
>Reporter: sunjoong
>Priority: Major
>




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

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

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



[jira] [Created] (NETBEANS-1611) test

2018-11-04 Thread sunjoong (JIRA)
sunjoong created NETBEANS-1611:
--

 Summary: test
 Key: NETBEANS-1611
 URL: https://issues.apache.org/jira/browse/NETBEANS-1611
 Project: NetBeans
  Issue Type: Bug
Reporter: sunjoong






--
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-1609) @Messages annotation does not work with JDK version >= 10

2018-11-04 Thread Peter Nabbefeld (JIRA)


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

Peter Nabbefeld commented on NETBEANS-1609:
---

Already added:

https://github.com/pnabbefeld/NbProjectManagement

> @Messages annotation does not work with JDK version >= 10
> -
>
> Key: NETBEANS-1609
> URL: https://issues.apache.org/jira/browse/NETBEANS-1609
> Project: NetBeans
>  Issue Type: Improvement
>  Components: apisupport - Project, platform - Module System
>Affects Versions: 10.0
> Environment: I'm running NB 10.0vc2 on JDK 11.
>Reporter: Peter Nabbefeld
>Priority: Major
>
> The @Messages annotation creates a non-translatable Bundle file, because the 
> package of the @Generated annotation has changed:
>  
> @javax.annotation.Generated  =>  @javax.annotation.processing.Generated



--
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-1609) @Messages annotation does not work with JDK version >= 10

2018-11-04 Thread Peter Nabbefeld (JIRA)


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

Peter Nabbefeld updated NETBEANS-1609:
--
Component/s: platform - Module System

> @Messages annotation does not work with JDK version >= 10
> -
>
> Key: NETBEANS-1609
> URL: https://issues.apache.org/jira/browse/NETBEANS-1609
> Project: NetBeans
>  Issue Type: Improvement
>  Components: apisupport - Project, platform - Module System
>Affects Versions: 10.0
> Environment: I'm running NB 10.0vc2 on JDK 11.
>Reporter: Peter Nabbefeld
>Priority: Major
>
> The @Messages annotation creates a non-translatable Bundle file, because the 
> package of the @Generated annotation has changed:
>  
> @javax.annotation.Generated  =>  @javax.annotation.processing.Generated



--
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-1609) @Messages annotation does not work with JDK version >= 10

2018-11-04 Thread Peter Nabbefeld (JIRA)


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

Peter Nabbefeld commented on NETBEANS-1609:
---

While NB seems to be happily starting with different JDKs, it has a problem 
with reloading - probably there's a compatibility layer involved, which is 
active only on startup? BTW, I've noticed in the IDE log some messages about 
reloading of one or two IDE modules together with mine (I doubt this should 
happen), and then NetBeans blocks Java development (e.g. cannot build, no code 
completion) because of CNFEs - some resources seem to be missing on 
initialization.

I'll push my project to Github this evening and post the link here.

> @Messages annotation does not work with JDK version >= 10
> -
>
> Key: NETBEANS-1609
> URL: https://issues.apache.org/jira/browse/NETBEANS-1609
> Project: NetBeans
>  Issue Type: Improvement
>  Components: apisupport - Project
>Affects Versions: 10.0
> Environment: I'm running NB 10.0vc2 on JDK 11.
>Reporter: Peter Nabbefeld
>Priority: Major
>
> The @Messages annotation creates a non-translatable Bundle file, because the 
> package of the @Generated annotation has changed:
>  
> @javax.annotation.Generated  =>  @javax.annotation.processing.Generated



--
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-1609) @Messages annotation does not work with JDK version >= 10

2018-11-04 Thread Peter Nabbefeld (JIRA)


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

Peter Nabbefeld commented on NETBEANS-1609:
---

There're 2 possible solutions for the problem:
 # Make the annotation dependent on platform version.
 # Remove it at all. "Generated" has Retention(SOURCE), so no behavior 
would change.

Well, if the first solution is used, the annotation should be usable for other 
annotation processors, too, so there should be a utility method implemented for 
creating the correct annotation.

TODO:

While this is not an issue for NetBeans, what could be done with sources 
generated by external tasks? Would it be possible to post-process such sources?

> @Messages annotation does not work with JDK version >= 10
> -
>
> Key: NETBEANS-1609
> URL: https://issues.apache.org/jira/browse/NETBEANS-1609
> Project: NetBeans
>  Issue Type: Improvement
>  Components: apisupport - Project
>Affects Versions: 10.0
> Environment: I'm running NB 10.0vc2 on JDK 11.
>Reporter: Peter Nabbefeld
>Priority: Major
>
> The @Messages annotation creates a non-translatable Bundle file, because the 
> package of the @Generated annotation has changed:
>  
> @javax.annotation.Generated  =>  @javax.annotation.processing.Generated



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

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

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



[jira] [Resolved] (NETBEANS-1308) Windows launcher fails to suppress console

2018-11-04 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar resolved NETBEANS-1308.
-
Resolution: Fixed

Issue is fixed with PR: https://github.com/apache/incubator-netbeans/pull/969

> Windows launcher fails to suppress console
> --
>
> Key: NETBEANS-1308
> URL: https://issues.apache.org/jira/browse/NETBEANS-1308
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Affects Versions: 10.0
> Environment: Windows 10
>Reporter: Eirik Bakke
>Assignee: vikas kumar prabhakar
>Priority: Critical
>
> The latest version of the Windows launcher (netbeans64.exe), on the master 
> branch per September 16, opens a new console window every time NetBeans is 
> launched from a shortcut or by double-clicking on the executable in Explorer. 
> The console was suppressed in earlier versions.
> I think this applied to the platform application launcher as well (app64.exe) 
> when I tested two weeks ago.
> This bug was present before the unrelated changes in NETBEANS-1227 ( 
> https://github.com/apache/incubator-netbeans/pull/573 ).



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



[no subject]

2018-11-04 Thread aristides villarreal



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

2018-11-04 Thread Kevin T (JIRA)


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

Kevin T updated NETBEANS-1610:
--
Attachment: constant background cpu usage netbeans 9.0.txt

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



--
This message was sent by Atlassian JIRA
(v7.6.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-1610) Constant background CPU usage

2018-11-04 Thread Kevin T (JIRA)
Kevin T created NETBEANS-1610:
-

 Summary: Constant background CPU usage
 Key: NETBEANS-1610
 URL: https://issues.apache.org/jira/browse/NETBEANS-1610
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Kevin T
 Fix For: Next, 9.0


Product Version = Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_162
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.162-b12

STEPS:
 * Open project
 * Minimize netbeans window or not have it in the foreground

ACTUAL:
 Background CPU usage is constantly at 16-18%, so that my laptop fan turns on.  
Does not cease unless I close netbeans or put it back in the foreground.

EXPECTED:
 No background CPU usage when minimized or not the active window


I unchecked "Enable auto-scanning of sources" in Options->Miscellaneous->Files, 
but the IDE appears to still be scanning and constantly using CPU.

This issue was also present in version 8.2.



--
This message was sent by Atlassian JIRA
(v7.6.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-1609) @Messages annotation does not work with JDK version >= 10

2018-11-04 Thread Peter Nabbefeld (JIRA)
Peter Nabbefeld created NETBEANS-1609:
-

 Summary: @Messages annotation does not work with JDK version >= 10
 Key: NETBEANS-1609
 URL: https://issues.apache.org/jira/browse/NETBEANS-1609
 Project: NetBeans
  Issue Type: Improvement
  Components: apisupport - Project
Affects Versions: 10.0
 Environment: I'm running NB 10.0vc2 on JDK 11.
Reporter: Peter Nabbefeld


The @Messages annotation creates a non-translatable Bundle file, because the 
package of the @Generated annotation has changed:

 

@javax.annotation.Generated  =>  @javax.annotation.processing.Generated



--
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-1419) AssertionError when edit JDK

2018-11-04 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1419 at 11/4/18 10:17 PM:
-

This version of NetBeans, which was mentioned on [GitHub Pull Request 
#995|https://github.com/apache/incubator-netbeans/pull/995], I have just tried.

This error message does not appear in this version, so I wrote the previous 
post.

I did not understand your question.


was (Author: michal_cat):
This version of NetBeans, which was mentioned on [GitHub Pull Request 
#995|https://github.com/apache/incubator-netbeans/pull/995], I have just tried.

This bug did not appear in that version and therefore I wrote the previous post.

I did not understand your question.

> AssertionError when edit JDK
> 
>
> Key: NETBEANS-1419
> URL: https://issues.apache.org/jira/browse/NETBEANS-1419
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 880, Java 11.0.1
>Reporter: Michal Rama
>Assignee: Sarvesh Kesharwani
>Priority: Minor
>  Labels: JDK, pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Hello,
> When I right-click on jdk (any version) and choose edit, it will throw an 
> error.
> *A org.openide.util.RequestProcessor$SlowItem exception has occurred.*
> Clicking Show Details will appear
> {code:java}
> java.lang.AssertionError
>  at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:78)
>  at 
> org.openide.awt.HtmlRendererImpl.getTreeCellRendererComponent(HtmlRendererImpl.java:122)
>  at 
> org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:131)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:3155)
>  at 
> java.desktop/javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:493)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1344)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes(VariableHeightLayoutCache.java:903)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:371)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI.setCellRenderer(BasicTreeUI.java:465)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3816)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
>  at java.desktop/java.awt.Component.firePropertyChange(Component.java:8728)
>  at java.desktop/javax.swing.JTree.setCellRenderer(JTree.java:775)
>  at org.openide.explorer.view.TreeView.initializeTree(TreeView.java:281)
>  at org.openide.explorer.view.TreeView.(TreeView.java:213)
>  at org.openide.explorer.view.TreeView.(TreeView.java:203)
>  at org.openide.explorer.view.BeanTreeView.(BeanTreeView.java:73)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer$PlatformsView.(PlatformsCustomizer.java:527)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer.initComponents(PlatformsCustomizer.java:153)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer.(PlatformsCustomizer.java:94)
>  at 
> org.netbeans.api.java.platform.PlatformsCustomizer.showCustomizer(PlatformsCustomizer.java:41)
>  at 
> org.netbeans.modules.java.api.common.project.ui.PlatformNode$PlatformEditable.edit(PlatformNode.java:292)
>  at 
> org.netbeans.modules.java.api.common.project.ui.EditRootAction.performAction(EditRootAction.java:41)
>  at 
> org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:561)
>  at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
>  at 
> org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:137)
>  at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:84)
>  at 
> org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:35)
>  at 
> org.openide.util.actions.ActionInvoker$ActionRunnable.doRun(ActionInvoker.java:128)
>  at org.openide.util.actions.ActionInvoker$2.run(ActionInvoker.java:85)
>  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 
> 

[jira] [Commented] (NETBEANS-1419) AssertionError when edit JDK

2018-11-04 Thread Michal Rama (JIRA)


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

Michal Rama commented on NETBEANS-1419:
---

This version of NetBeans, which was mentioned on [GitHub Pull Request 
#995|https://github.com/apache/incubator-netbeans/pull/995], I have just tried.

This bug did not appear in that version and therefore I wrote the previous post.

I did not understand your question.

> AssertionError when edit JDK
> 
>
> Key: NETBEANS-1419
> URL: https://issues.apache.org/jira/browse/NETBEANS-1419
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 880, Java 11.0.1
>Reporter: Michal Rama
>Assignee: Sarvesh Kesharwani
>Priority: Minor
>  Labels: JDK, pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Hello,
> When I right-click on jdk (any version) and choose edit, it will throw an 
> error.
> *A org.openide.util.RequestProcessor$SlowItem exception has occurred.*
> Clicking Show Details will appear
> {code:java}
> java.lang.AssertionError
>  at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:78)
>  at 
> org.openide.awt.HtmlRendererImpl.getTreeCellRendererComponent(HtmlRendererImpl.java:122)
>  at 
> org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:131)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:3155)
>  at 
> java.desktop/javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:493)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1344)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes(VariableHeightLayoutCache.java:903)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:371)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI.setCellRenderer(BasicTreeUI.java:465)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3816)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
>  at java.desktop/java.awt.Component.firePropertyChange(Component.java:8728)
>  at java.desktop/javax.swing.JTree.setCellRenderer(JTree.java:775)
>  at org.openide.explorer.view.TreeView.initializeTree(TreeView.java:281)
>  at org.openide.explorer.view.TreeView.(TreeView.java:213)
>  at org.openide.explorer.view.TreeView.(TreeView.java:203)
>  at org.openide.explorer.view.BeanTreeView.(BeanTreeView.java:73)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer$PlatformsView.(PlatformsCustomizer.java:527)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer.initComponents(PlatformsCustomizer.java:153)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer.(PlatformsCustomizer.java:94)
>  at 
> org.netbeans.api.java.platform.PlatformsCustomizer.showCustomizer(PlatformsCustomizer.java:41)
>  at 
> org.netbeans.modules.java.api.common.project.ui.PlatformNode$PlatformEditable.edit(PlatformNode.java:292)
>  at 
> org.netbeans.modules.java.api.common.project.ui.EditRootAction.performAction(EditRootAction.java:41)
>  at 
> org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:561)
>  at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
>  at 
> org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:137)
>  at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:84)
>  at 
> org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:35)
>  at 
> org.openide.util.actions.ActionInvoker$ActionRunnable.doRun(ActionInvoker.java:128)
>  at org.openide.util.actions.ActionInvoker$2.run(ActionInvoker.java:85)
>  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)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
>  at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
>  at 
> org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:89)
>  at 

[jira] [Created] (NETBEANS-1608) F6 to open a web page in Chrome

2018-11-04 Thread John Q. Lavelle (JIRA)
John Q. Lavelle created NETBEANS-1608:
-

 Summary: F6 to open a web page in Chrome
 Key: NETBEANS-1608
 URL: https://issues.apache.org/jira/browse/NETBEANS-1608
 Project: NetBeans
  Issue Type: Bug
  Components: php - Code
Affects Versions: 9.0, 10.0
 Environment: VirtualBox Virtual Machine
Linux Mint 19 Cinnamon (4.15.0-38-generic)
Intel i5-2430M @ 2.40GHz
3.9 GiB
Reporter: John Q. Lavelle



 2018-11-04T16:38:41
 1541345921222
 26
 300
 15
 SCREEN SIZE
 1280
 960
 1
 
 
 2018-11-04T16:38:41
 1541345921224
 27
 700
 15
 IDE_STARTUP
 
 
 2018-11-04T16:38:46
 1541345926045
 37
 800
 15
 USG_LOOK_AND_FEEL
 Nimbus
 Nimbus
 
 
 2018-11-04T16:39:06
 1541345946476
 120
 800
 26
 MEMORY
 4136677376
 
 
 2018-11-04T16:39:12
 1541345952807
 123
 800
 14
 USG_PROJECT_OPEN_PHP
 USG_PROJECT_OPEN_PHP
 org.netbeans.modules.php.project.Bundle
 Smarty PHP Web Framework
 
 
 2018-11-04T16:39:13
 1541345953460
 124
 700
 14
 UI_INIT_PROJECTS
 UI_INIT_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 org.netbeans.modules.php.project.PhpProject
 PhpProject
 1
 
 
 2018-11-04T16:39:13
 1541345953461
 125
 800
 14
 USG_PROJECT_OPEN
 org.netbeans.modules.php.project.PhpProject
 
 
 2018-11-04T16:39:13
 1541345953755
 126
 800
 28
 INDEXING_STARTED
 INDEXING_STARTED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 0
 
 
 2018-11-04T16:39:22
 1541345962704
 136
 800
 28
 INDEXING_FINISHED
 INDEXING_FINISHED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 8945
 TaskListIndexer
 6
 1
 org-netbeans-modules-jumpto-file-FileIndexer
 6
 31
 
 
 2018-11-04T16:39:50
 1541345990306
 137
 400
 39
 UI_ACTION_BUTTON_PRESS
 UI_ACTION_BUTTON_PRESS
 org.openide.awt.Bundle
 org.openide.awt.DropDownButton[null]
 org.openide.awt.DropDownButton
 
org.netbeans.modules.project.ui.actions.MainProjectActionWithHistory[
 Main Project]
 
org.netbeans.modules.project.ui.actions.MainProjectActionWithHistory
  Main Project
 
 
 2018-11-04T16:39:50
 1541345990306
 138
 500
 39
 UI_ACTION_BUTTON_PRESS
 org.openide.awt.DropDownButton[null]
 org.openide.awt.DropDownButton
 
org.netbeans.modules.project.ui.actions.MainProjectActionWithHistory[
 Main Project]
 
org.netbeans.modules.project.ui.actions.MainProjectActionWithHistory
  Main Project
 
 
 2018-11-04T16:39:50
 1541345990317
 139
 500
 39
 PROJECT_ACTION
 
org.netbeans.modules.project.ui.actions.MainProjectActionWithHistory
 org.netbeans.modules.php.project.PhpProject
  Main Project
 
 
 2018-11-04T16:39:50
 1541345990632
 141
 800
 64
 USG_PROJECT_BROWSER
 USG_PROJECT_BROWSER
 org.netbeans.modules.web.common.api.Bundle
 org.netbeans.modules.php.project
 Chromium.INTEGRATED
 CHROMIUM
 
 
 2018-11-04T16:39:53
 1541345993045
 142
 1000
 28
 Error in RequestProcessor 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl
 
 java.lang.NoClassDefFoundError: 
javax/xml/bind/DatatypeConverter
 
 org.netbeans.modules.netserver.websocket.AbstractWSHandler7
 generateAcceptKey
 231
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.netbeans.modules.netserver.websocket.WebSocketHandler7
 createAcceptKey
 116
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.netbeans.modules.netserver.websocket.WebSocketHandler7
 sendHandshake
 44
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl$WebSocketHandler
 initHandler
 226
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl$WebSocketHandler
 handshake
 197
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 
org.netbeans.modules.netserver.websocket.WebSocketServerImpl$WebSocketHandler
 read
 186
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.netbeans.modules.netserver.SocketFramework
 readData
 155
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.netbeans.modules.netserver.SocketFramework
 process
 129
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.netbeans.modules.netserver.SocketServer
 process
 82
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.netbeans.modules.netserver.SocketFramework
 doRun
 113
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.netbeans.modules.netserver.SocketServer
 run
 53
 ${netBeansDir}modules/org-netbeans-modules-netserver.jar
 
 
 org.openide.util.RequestProcessor$Task
 run
 1418
 ${netbeans.home}lib/org-openide-util.jar
 
 
 org.netbeans.modules.openide.util.GlobalLookup
 execute
 45
 ${netbeans.home}lib/org-openide-util-lookup.jar
 
 
 org.openide.util.lookup.Lookups
 executeWith
 278
 ${netbeans.home}lib/org-openide-util-lookup.jar
 
 
 org.openide.util.RequestProcessor$Processor
 run
 2033
 ${netbeans.home}lib/org-openide-util.jar
 
 
 
 java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter 
starting 

[jira] [Commented] (NETBEANS-1419) AssertionError when edit JDK

2018-11-04 Thread Sarvesh Kesharwani (JIRA)


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

Sarvesh Kesharwani commented on NETBEANS-1419:
--

The reason why that error is not visible anymore in 
[https://cwiki.apache.org/confluence/display/NETBEANS/10vc2] is that, all 
assertions are suppressed in a release, so that assertion error would never be 
present in any NetBeans release. Could you please try downloading NetBeans 10.0 
vc2 and see if the error is still present?

> AssertionError when edit JDK
> 
>
> Key: NETBEANS-1419
> URL: https://issues.apache.org/jira/browse/NETBEANS-1419
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 880, Java 11.0.1
>Reporter: Michal Rama
>Assignee: Sarvesh Kesharwani
>Priority: Minor
>  Labels: JDK, pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Hello,
> When I right-click on jdk (any version) and choose edit, it will throw an 
> error.
> *A org.openide.util.RequestProcessor$SlowItem exception has occurred.*
> Clicking Show Details will appear
> {code:java}
> java.lang.AssertionError
>  at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:78)
>  at 
> org.openide.awt.HtmlRendererImpl.getTreeCellRendererComponent(HtmlRendererImpl.java:122)
>  at 
> org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:131)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:3155)
>  at 
> java.desktop/javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:493)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1344)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache.updateNodeSizes(VariableHeightLayoutCache.java:903)
>  at 
> java.desktop/javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:371)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI.setCellRenderer(BasicTreeUI.java:465)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3816)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
>  at java.desktop/java.awt.Component.firePropertyChange(Component.java:8728)
>  at java.desktop/javax.swing.JTree.setCellRenderer(JTree.java:775)
>  at org.openide.explorer.view.TreeView.initializeTree(TreeView.java:281)
>  at org.openide.explorer.view.TreeView.(TreeView.java:213)
>  at org.openide.explorer.view.TreeView.(TreeView.java:203)
>  at org.openide.explorer.view.BeanTreeView.(BeanTreeView.java:73)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer$PlatformsView.(PlatformsCustomizer.java:527)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer.initComponents(PlatformsCustomizer.java:153)
>  at 
> org.netbeans.modules.java.platform.ui.PlatformsCustomizer.(PlatformsCustomizer.java:94)
>  at 
> org.netbeans.api.java.platform.PlatformsCustomizer.showCustomizer(PlatformsCustomizer.java:41)
>  at 
> org.netbeans.modules.java.api.common.project.ui.PlatformNode$PlatformEditable.edit(PlatformNode.java:292)
>  at 
> org.netbeans.modules.java.api.common.project.ui.EditRootAction.performAction(EditRootAction.java:41)
>  at 
> org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:561)
>  at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
>  at 
> org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:137)
>  at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:84)
>  at 
> org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:35)
>  at 
> org.openide.util.actions.ActionInvoker$ActionRunnable.doRun(ActionInvoker.java:128)
>  at org.openide.util.actions.ActionInvoker$2.run(ActionInvoker.java:85)
>  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)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
>  at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
>  at 
> 

[incubator-netbeans] branch master updated (65bca73 -> d1f3611)

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

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


from 65bca73  [NETBEANS-1344] Force to use GTK 2.2 on Linux to improve LAF 
on Java 11+.
 add a0105a2  [NETBEANS-1576] PHP autocompletion partially broken
 new d1f3611  Merge pull request #1008 from 
junichi11/netbeans-1576-vardoc-cc

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:
 .../src/org/netbeans/modules/php/editor/model/impl/ModelVisitor.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #1008 from junichi11/netbeans-1576-vardoc-cc

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

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

commit d1f3611596cbe3290b0e429807cc0ae902f72f10
Merge: 65bca73 a0105a2
Author: Tomáš Myšík 
AuthorDate: Sun Nov 4 14:15:49 2018 +0100

Merge pull request #1008 from junichi11/netbeans-1576-vardoc-cc

[NETBEANS-1576] PHP autocompletion partially broken

 .../src/org/netbeans/modules/php/editor/model/impl/ModelVisitor.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


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

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



[jira] [Commented] (NETBEANS-1576) PHP autocompletion partially broken

2018-11-04 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1576:


[~Nameless] It is another problem. So, please submit it as a new issue.

[~lkishalmi] Please do it if it's OK with you. I've verified that unit tests 
pass at least. I've created a new PR for this issue because of my mistake. So, 
If you cherry pick it, could you please also do this?: 
https://github.com/apache/incubator-netbeans/pull/1008

Thanks!

> PHP autocompletion partially broken
> ---
>
> Key: NETBEANS-1576
> URL: https://issues.apache.org/jira/browse/NETBEANS-1576
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0, 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-890-on-20181029)
> Java: 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.1+13-LTS
> System: Linux version 4.18.15-1-default running on amd64; UTF-8; ru_RU (nb)
>Reporter: Nameless
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: autocompletion, php, pull-request-available
> Fix For: Next
>
> Attachments: PhpAutocompletionProblems.zip, 
> autocompletion_problem_screencast.mp4, image-2018-11-03-11-36-48-134.png, 
> image-2018-11-03-15-33-28-173.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> It seems that autocompletion partially broken for PHP project.
> In project's properties PHP version 7.2 selected for my example.
> Here is [screencast|https://streamable.com/auldi] (attached also). 
> Screencast was made with NB v10#890, but I'm getting the same troubles with 
> Netbeans 9 (with installed PHP plugin from 8.2 dev) too, so both versions are 
> specified.
> Textual description (in comments):
> {code:php}
>  namespace Repo;
> 
> use Entity\EntityClass;
> 
> /**
>  * @method EntityClass[] getAll() 
>  */
> class RepoClass
> {
> /**
>  * 
>  * @param array $params
>  * @return EntityClass
>  */
> public function findOrCreate(array $params): EntityClass
> {
> return new EntityClass();
> }
> }
> {code}
> {code:php}
>  
> namespace App;
> 
> class App
> {
> public function exec()
> {
> $repo = $magick->getRepo();
> /* @var $repo \Repo\RepoClass */
> $obj = $repo->findOrCreate($params);
> // for now all goes fine, ctrl+space after `->` shows methods 
> // `getAll()` and  `findOrCreate(array $params)`
> $obj-> // but no autocompletion here :(
> }
> 
> }
> {code}
> {panel:title=Versions}
> Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-890-on-20181029)
> Java: 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.1+13-LTS
> System: Linux version 4.18.15-1-default running on amd64; UTF-8; ru_RU (nb)
> {panel}



--
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-1607) Error occures with cpp unit tests

2018-11-04 Thread Alex Tomb (JIRA)


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

Alex Tomb updated NETBEANS-1607:

Summary: Error occures with cpp unit tests  (was: Error occures with cpp 
unot tests)

> Error occures with cpp unit tests
> -
>
> Key: NETBEANS-1607
> URL: https://issues.apache.org/jira/browse/NETBEANS-1607
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Alex Tomb
>Priority: Major
> Attachments: IDE_log.txt
>
>
> The exception appears from time to time while I run the c++ unit test
> See the file attached for more info, please.



--
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-1607) Error occures with cpp unot tests

2018-11-04 Thread Alex Tomb (JIRA)
Alex Tomb created NETBEANS-1607:
---

 Summary: Error occures with cpp unot tests
 Key: NETBEANS-1607
 URL: https://issues.apache.org/jira/browse/NETBEANS-1607
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Alex Tomb
 Attachments: IDE_log.txt

The exception appears from time to time while I run the c++ unit test
See the file attached for more info, please.



--
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-1561) Reproducible NullPointerException at Refactor-Move in Java Modular Project breaks refactoring

2018-11-04 Thread Andreas Eckstein (JIRA)


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

Andreas Eckstein updated NETBEANS-1561:
---
Description: 
_(Edit: When reporting this first, I neglected to mention that refactoring in 
certain situations when this NullPointerException is triggered, refactoring is 
actually broken.)_

 

I found a reproducible case of NullPointerException when trying to 
refactor-move a class. In the attached testProject1, each module contains two 
classes. In mod1a, class Test1A2.java can be moved to package mod1a.pkg without 
issue. Trying the same thing in mod1b with Test1B2.java results in an exception.

*Importantly, I can still select 'Refactor' afterwards, but the classes just 
are moved without refactoring.*

Not sure what triggers this, but simpler projects with less class/module 
relations seem to work fine.

Platform:

Linux x86_64

openjdk version "11.0.1" 2018-10-16

NetBeans-dev-incubator-netbeans-linux-882-on-20181025-release.zip

(I've seen this error since Netbeans 9.0/JDK9)

  was:
I found a reproducible case of NullPointerException when trying to 
refactor-move a class. In the attached testProject1, each module contains two 
classes. In mod1a, class Test1A2.java can be moved to package mod1a.pkg without 
issue. Trying the same thing in mod1b with Test1B2.java results in an 
exception. Not sure what triggers this, but simpler projects with less 
class/module relations seem to work fine.

Platform:

Linux x86_64

openjdk version "11.0.1" 2018-10-16

NetBeans-dev-incubator-netbeans-linux-882-on-20181025-release.zip

(I've seen this error since Netbeans 9.0/JDK9)

Summary: Reproducible NullPointerException at Refactor-Move in Java 
Modular Project breaks refactoring  (was: Reproducible NullPointerException at 
Refactor-Move in Java Modular Project)

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



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

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

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



svn commit: r30646 - in /dev/incubator/netbeans/incubating-netbeans-html4j: ./ incubating-netbeans-html4j-1.6/

2018-11-04 Thread jtulach
Author: jtulach
Date: Sun Nov  4 07:05:56 2018
New Revision: 30646

Log:
Staging release 1.6 of Apache NetBeans incubating HTML/Java API

Added:
dev/incubator/netbeans/incubating-netbeans-html4j/
dev/incubator/netbeans/incubating-netbeans-html4j/README.md

dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/

dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip
   (with props)

dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.asc

dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.md5

dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha1

Added: dev/incubator/netbeans/incubating-netbeans-html4j/README.md
==
--- dev/incubator/netbeans/incubating-netbeans-html4j/README.md (added)
+++ dev/incubator/netbeans/incubating-netbeans-html4j/README.md Sun Nov  4 
07:05:56 2018
@@ -0,0 +1,22 @@
+Release staging area for bits produced by
+https://builds.apache.org/job/incubator-netbeans-html4j-release/
+Jenkins job.
+
+Usual steps to prepare the build include:
+Signing with a Apache NetBeans [approved 
key](https://people.apache.org/keys/group/netbeans.asc)
+like 
[jtul...@apache.org](http://pgp.surfnet.nl/pks/lookup?op=vindex=on=0xE860B148D27236F9)
+with command:
+```
+$ gpg -u f4c8f51d -ab incubating-netbeans-html4j-*.zip
+$ cat incubating-netbeans-html4j-*.zip.asc
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJaBhGBAAoJEOhgsUjScjb5CxMQAIWa4qRFpS4XoJqbfeoumY2M
+
+-END PGP SIGNATURE-
+```
+Uploading the files `.zip`, `.md5`, `.sha1`, `.asc` to
+[svn dist dev 
repository](https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/)
+Once approved with  the bindings votes moving the files to
+[svn release 
location](https://dist.apache.org/repos/dist/release/incubator/netbeans/incubating-netbeans-html4j/).
\ No newline at end of file

Added: 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip
==
Binary file - no diff available.

Propchange: 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.asc
==
--- 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.asc
 (added)
+++ 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.asc
 Sun Nov  4 07:05:56 2018
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEhtR+7Ma5ufd7PXyf6GCxSNJyNvkFAlveiy4ACgkQ6GCxSNJy
+NvknCRAAlR4/sSvpTjvOnoOZj/me5XBt8EqfLvE0mFxpHHYJ9W35jqtEC7GlDtqf
+9/1dPd8mtCzYsIlfa9805YCgjC3DHhTYRO7zCofO+vhaN6+bqu76XCrtb9gtq7wr
+yZL3jbx/s6JFm9fgUrGWw7RX54sPkI8qoFOMU1fXEfS04BC8xEYU64SAUC8E3TuX
+uwpgQJ8LNC5Axh84w2YqGVmklrNWL5oS97rvLfKfxHcOyE6pIfL5dcaKZk/Edjx8
+LCN65o5cV5EdqZ9j1e1Csd0S5C3D/vgZwHfmC85yZu3z8HwjHqhBeckdrhGSS8ty
+Mj1EsuS7wz0UObE/uERJVuMphp00DhE+a9AN0wraARsKwjh9ZnS76TevcV1SZuiw
+cGfz2E+Wyg9+CelgZi/Oc1SUVei2x4luaP4L+yCLGBTochYR0lPQRC30FL0umhxk
+/I4ZdRhoX5BVLNEwe9FduvysYT4JhldPGvqURRFyxGvJp8svZM29T1OkkEmG0EZa
+OOmyFz2ZfLnvltluLYh2s/kLSBUynbVYM2PMQrg6wntX9qfK7MFJ9NN3M8kLZaPd
+RmJZTyZXei/ESDjqobOWmXjMoNqRzwx7It+zVuALoa4Cg4fiWywT+PyyqD8ea8f5
+1pAzaSfsxULtmT3ubrVEDKmJl3uTEfIaQsSzPFYEL8UIdFFdrZ0=
+=eDGl
+-END PGP SIGNATURE-

Added: 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.md5
==
--- 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.md5
 (added)
+++ 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.md5
 Sun Nov  4 07:05:56 2018
@@ -0,0 +1 @@
+66b8b532f318dfec047299c6080ea381  incubating-netbeans-html4j-1.6.zip

Added: 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha1
==
--- 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha1
 (added)
+++