[jira] [Created] (NETBEANS-742) Can not open component windows

2018-04-27 Thread Hung Pham (JIRA)
Hung Pham created NETBEANS-742:
--

 Summary: Can not open component windows
 Key: NETBEANS-742
 URL: https://issues.apache.org/jira/browse/NETBEANS-742
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 8.2
 Environment: Distributor ID:   Ubuntu
Description:Ubuntu 18.04 LTS
Release:18.04
Codename:   bionic

openjdk version "10.0.1" 2018-04-17
OpenJDK Runtime Environment (build 10.0.1+10-Ubuntu-3ubuntu1)
OpenJDK 64-Bit Server VM (build 10.0.1+10-Ubuntu-3ubuntu1, mixed mode)
Reporter: Hung Pham
 Fix For: 8.2
 Attachments: messages.log

Open netbeans,
 * Side panel empty, try to show an window item (Projects explorer, Files 
explorer, services explorer ...) by choose in Window menu item doesn't work.
 * Open Options doesn't work
 * New project doesn't work
 * Re-install Netbeans doesn't help

There are errors and exceptions in attachment file



--
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-741) Block comments for non-Java languages insert an asterisk on each new line.

2018-04-27 Thread Some (JIRA)
Some created NETBEANS-741:
-

 Summary: Block comments for non-Java languages insert an asterisk 
on each new line.
 Key: NETBEANS-741
 URL: https://issues.apache.org/jira/browse/NETBEANS-741
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Completion  Templates
Affects Versions: 9.0
Reporter: Some


When insert a block comment (non-docblock), each new line within the block 
comment is prefixed with an asterisk. This should only happen for docblock type 
comments.

This is the current behavior:

/*
 *
 *
 */

But it should be this behaviour:

/*


*/

For docblock comments it should be this behaviour:

/**
 *
 *
 */

All languages should have an option to toggle this if desired (PHP, javascript, 
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] [Commented] (NETBEANS-6) Add support for JUnit 5

2018-04-27 Thread John McDonnell (JIRA)

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

John McDonnell commented on NETBEANS-6:
---

I've started to capture requirements in confluence, its work in progress, but 
its a start  :)

[https://cwiki.apache.org/confluence/display/NETBEANS/Feature+Request+-+JUnit+5+Outline]

 

[~marcphilipp] Any chance you or another JUnit 5 team member can take a look 
and see if you think we're missing something or if we have something wrong?

> Add support for JUnit 5
> ---
>
> Key: NETBEANS-6
> URL: https://issues.apache.org/jira/browse/NETBEANS-6
> Project: NetBeans
>  Issue Type: New Feature
>  Components: java - JUnit
>Reporter: Marc Philipp
>Priority: Major
>
> I’m a member of the JUnit team. We’re currently working on a major new 
> version: JUnit 5. It will require work by IDEs to support test execution and 
> reporting within the IDE. IntelliJ IDEA and Eclipse (on a branch) already 
> support the new JUnit Platform and the new Jupiter API to write tests.
> Are there any plans to add JUnit 5 support to Netbeans? If so, how can we 
> help?



--
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-110) Maven code coverage does not consider integraton tests when using jacoco

2018-04-27 Thread mike duigou (JIRA)

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

mike duigou commented on NETBEANS-110:
--

I have a patch which reads both of the jacoco report files but the UI doesn't 
seem to refresh properly. The only way you can see the results is to turn off 
code coverage and then turn it back on and then use the "Run All Tests" action. 
In all of the other use cases the UI doesn't refresh and I haven't figured out 
why.

> Maven code coverage does not consider integraton tests when using jacoco
> 
>
> Key: NETBEANS-110
> URL: https://issues.apache.org/jira/browse/NETBEANS-110
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
>Reporter: mike duigou
>Assignee: mike duigou
>Priority: Minor
>  Labels: maven
> Fix For: 9.0
>
>
> jacoco records integration test coverage results to jacoco-it.xml which are 
> not currently included in coverage statistics.



--
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-740) java.util.ConcurrentModificationException with jsf file

2018-04-27 Thread Gilberto C Andrade (JIRA)

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

Gilberto C Andrade updated NETBEANS-740:

Fix Version/s: (was: 9.0)

> java.util.ConcurrentModificationException with jsf file
> ---
>
> Key: NETBEANS-740
> URL: https://issues.apache.org/jira/browse/NETBEANS-740
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - JSF Editor
>Affects Versions: 9.0
> Environment: openSUSE Leap 42.3
> openjdk version "1.8.0_161"
>Reporter: Gilberto C Andrade
>Priority: Minor
>  Labels: editor, jsf
> Attachments: Screenshot_20180427_133156.png
>
>
> When I open a JSF (xhtml), the editor open the file and after it shows 
> Unexpected Exception dialog with the following content:
> {code:java}
> java.util.ConcurrentModificationException
>   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
>   at java.util.ArrayList$Itr.next(ArrayList.java:859)
>   at 
> org.openide.nodes.NodeLookup$AggregatingExecutor.run(NodeLookup.java:264)
>   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
>   at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>   at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
> {code}
> And this one, when open the git history through MENU->GIT->SHOW HISTORY(since 
> I can not use the tab one because of the issue 
> [#592|https://issues.apache.org/jira/browse/NETBEANS-592])
> {code:java}
> java.lang.NullPointerException
>   at 
> se.softstuff.tabmaster.EditorUtils.lambda$getEditorTabs$1(EditorUtils.java:143)
>   at 
> java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
>   at 
> java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
>   at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
>   at 
> java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
>   at 
> java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
>   at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
>   at 
> java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
>   at 
> se.softstuff.tabmaster.EditorUtils.getEditorTabs(EditorUtils.java:143)
>   at 
> se.softstuff.tabmaster.EditorUtils.getEditorProjectTabs(EditorUtils.java:178)
>   at 
> se.softstuff.tabmaster.node.ProjNodeFactory.refresh(ProjNodeFactory.java:78)
>   at 
> se.softstuff.tabmaster.TabFinderTopComponent$2$1.done(TabFinderTopComponent.java:115)
>   at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
>   at 
> javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
>   at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
>   at 
> javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
>   at javax.swing.Timer.fireActionPerformed(Timer.java:313)
>   at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
>   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)

[jira] [Updated] (NETBEANS-740) java.util.ConcurrentModificationException with jsf file

2018-04-27 Thread Gilberto C Andrade (JIRA)

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

Gilberto C Andrade updated NETBEANS-740:

Description: 
When I open a JSF (xhtml), the editor open the file and after it shows 
Unexpected Exception dialog with the following content:

{code:java}
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at java.util.ArrayList$Itr.next(ArrayList.java:859)
at 
org.openide.nodes.NodeLookup$AggregatingExecutor.run(NodeLookup.java:264)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

{code}



And this one, when open the git history through MENU->GIT->SHOW HISTORY(since I 
can not use the tab one because of the issue 
[#592|https://issues.apache.org/jira/browse/NETBEANS-592])
{code:java}
java.lang.NullPointerException
at 
se.softstuff.tabmaster.EditorUtils.lambda$getEditorTabs$1(EditorUtils.java:143)
at 
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
at 
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at 
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at 
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at 
se.softstuff.tabmaster.EditorUtils.getEditorTabs(EditorUtils.java:143)
at 
se.softstuff.tabmaster.EditorUtils.getEditorProjectTabs(EditorUtils.java:178)
at 
se.softstuff.tabmaster.node.ProjNodeFactory.refresh(ProjNodeFactory.java:78)
at 
se.softstuff.tabmaster.TabFinderTopComponent$2$1.done(TabFinderTopComponent.java:115)
at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
at 
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
at 
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
at javax.swing.Timer.fireActionPerformed(Timer.java:313)
at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

{code}


  was:
When I open a JSF (xhtml), the editor open the file and after it shows 
Unexpected Exception dialog with the following content:

{code:java}
java.util.ConcurrentModificationException
at 

[jira] [Updated] (NETBEANS-740) java.util.ConcurrentModificationException with jsf file

2018-04-27 Thread Gilberto C Andrade (JIRA)

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

Gilberto C Andrade updated NETBEANS-740:

Description: 
When I open a JSF (xhtml), the editor open the file and after it shows 
Unexpected Exception dialog with the following content:

{code:java}
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at java.util.ArrayList$Itr.next(ArrayList.java:859)
at 
org.openide.nodes.NodeLookup$AggregatingExecutor.run(NodeLookup.java:264)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

{code}



And this one, when open the git history through MENU->GIT->SHOW HISTORY(since I 
can not use the tab one because of the issuse #592)
{code:java}
java.lang.NullPointerException
at 
se.softstuff.tabmaster.EditorUtils.lambda$getEditorTabs$1(EditorUtils.java:143)
at 
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
at 
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at 
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at 
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at 
se.softstuff.tabmaster.EditorUtils.getEditorTabs(EditorUtils.java:143)
at 
se.softstuff.tabmaster.EditorUtils.getEditorProjectTabs(EditorUtils.java:178)
at 
se.softstuff.tabmaster.node.ProjNodeFactory.refresh(ProjNodeFactory.java:78)
at 
se.softstuff.tabmaster.TabFinderTopComponent$2$1.done(TabFinderTopComponent.java:115)
at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
at 
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
at 
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
at javax.swing.Timer.fireActionPerformed(Timer.java:313)
at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

{code}


  was:
When I open a JSF (xhtml), the editor open the file and after it shows 
Unexpected Exception dialog with the following content:

{code:java}
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at 

[jira] [Updated] (NETBEANS-740) java.util.ConcurrentModificationException with jsf file

2018-04-27 Thread Gilberto C Andrade (JIRA)

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

Gilberto C Andrade updated NETBEANS-740:

Description: 
When I open a JSF (xhtml), the editor open the file and after it shows 
Unexpected Exception dialog with the following content:

{code:java}
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at java.util.ArrayList$Itr.next(ArrayList.java:859)
at 
org.openide.nodes.NodeLookup$AggregatingExecutor.run(NodeLookup.java:264)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

{code}

{code:java}

And this one, when open the git history through MENU->GIT->SHOW HISTORY(since I 
can not use the tab one because of the issuse #592)
java.lang.NullPointerException
at 
se.softstuff.tabmaster.EditorUtils.lambda$getEditorTabs$1(EditorUtils.java:143)
at 
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
at 
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at 
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at 
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at 
se.softstuff.tabmaster.EditorUtils.getEditorTabs(EditorUtils.java:143)
at 
se.softstuff.tabmaster.EditorUtils.getEditorProjectTabs(EditorUtils.java:178)
at 
se.softstuff.tabmaster.node.ProjNodeFactory.refresh(ProjNodeFactory.java:78)
at 
se.softstuff.tabmaster.TabFinderTopComponent$2$1.done(TabFinderTopComponent.java:115)
at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
at 
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
at 
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
at javax.swing.Timer.fireActionPerformed(Timer.java:313)
at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

{code}


  was:
When I open a JSF (xhtml), the editor open the file and after it shows 
Unexpected Exception dialog with the following content:

{code:java}
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at 

[jira] [Commented] (NETBEANS-740) java.util.ConcurrentModificationException with jsf file

2018-04-27 Thread Gilberto C Andrade (JIRA)

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

Gilberto C Andrade commented on NETBEANS-740:
-

I'm using this build: 
NetBeans-dev-incubator-netbeans-linux-413-on-20180424-basic.zip

> java.util.ConcurrentModificationException with jsf file
> ---
>
> Key: NETBEANS-740
> URL: https://issues.apache.org/jira/browse/NETBEANS-740
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - JSF Editor
>Affects Versions: 9.0
> Environment: openSUSE Leap 42.3
> openjdk version "1.8.0_161"
>Reporter: Gilberto C Andrade
>Priority: Minor
>  Labels: editor, jsf
> Fix For: 9.0
>
> Attachments: Screenshot_20180427_133156.png
>
>
> When I open a JSF (xhtml), the editor open the file and after it shows 
> Unexpected Exception dialog with the following content:
> {code:java}
> java.util.ConcurrentModificationException
>   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
>   at java.util.ArrayList$Itr.next(ArrayList.java:859)
>   at 
> org.openide.nodes.NodeLookup$AggregatingExecutor.run(NodeLookup.java:264)
>   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
>   at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>   at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
> {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] [Created] (NETBEANS-740) java.util.ConcurrentModificationException with jsf file

2018-04-27 Thread Gilberto C Andrade (JIRA)
Gilberto C Andrade created NETBEANS-740:
---

 Summary: java.util.ConcurrentModificationException with jsf file
 Key: NETBEANS-740
 URL: https://issues.apache.org/jira/browse/NETBEANS-740
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - JSF Editor
Affects Versions: 9.0
 Environment: openSUSE Leap 42.3
openjdk version "1.8.0_161"

Reporter: Gilberto C Andrade
 Fix For: 9.0
 Attachments: Screenshot_20180427_133156.png

When I open a JSF (xhtml), the editor open the file and after it shows 
Unexpected Exception dialog with the following content:

{code:java}
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at java.util.ArrayList$Itr.next(ArrayList.java:859)
at 
org.openide.nodes.NodeLookup$AggregatingExecutor.run(NodeLookup.java:264)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

{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] [Assigned] (NETBEANS-417) Adjust native Windows IDE launcher for JDK 9

2018-04-27 Thread Laszlo Kishalmi (JIRA)

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

Laszlo Kishalmi reassigned NETBEANS-417:


Assignee: Eric Barboni  (was: Laszlo Kishalmi)

> Adjust native Windows IDE launcher for JDK 9 
> -
>
> Key: NETBEANS-417
> URL: https://issues.apache.org/jira/browse/NETBEANS-417
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
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] [Reopened] (NETBEANS-417) Adjust native Windows IDE launcher for JDK 9

2018-04-27 Thread Laszlo Kishalmi (JIRA)

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

Laszlo Kishalmi reopened NETBEANS-417:
--

> Adjust native Windows IDE launcher for JDK 9 
> -
>
> Key: NETBEANS-417
> URL: https://issues.apache.org/jira/browse/NETBEANS-417
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
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-417) Adjust native Windows IDE launcher for JDK 9

2018-04-27 Thread Laszlo Kishalmi (JIRA)

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

Laszlo Kishalmi reassigned NETBEANS-417:


Assignee: Laszlo Kishalmi  (was: Eric Barboni)

> Adjust native Windows IDE launcher for JDK 9 
> -
>
> Key: NETBEANS-417
> URL: https://issues.apache.org/jira/browse/NETBEANS-417
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Reporter: Eric Barboni
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
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-739) ClassNotFoundException when i try to search a class

2018-04-27 Thread Marc Collin (JIRA)

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

Marc Collin updated NETBEANS-739:
-
Description: 
With netbeans 9 and jdk 8

 

I gone to : Go to Type modal, started to type text

and get this stack trace

 

java.lang.ClassNotFoundException: javax.lang.model.element.ModuleElement
 at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
 Caused: java.lang.ClassNotFoundException: 
javax.lang.model.element.ModuleElement starting from 
ModuleCL@2fc10237[org.netbeans.modules.java.source.base] with possible defining 
loaders null and declared parents 
[ModuleCL@7d4545b9[org.netbeans.modules.java.platform], 
ModuleCL@5005eb0e[org.netbeans.modules.java.preprocessorbridge], 
ModuleCL@33285fc9[org.netbeans.libs.javacimpl], 
ModuleCL@7754b17f[org.netbeans.modules.queries], 
ModuleCL@4039a1a6[org.netbeans.api.java], 
ModuleCL@59ec95a5[org.netbeans.lib.nbjavac], 
ModuleCL@2de09e2f[org.netbeans.modules.projectapi], 
ModuleCL@670767d7[org.netbeans.modules.lexer], 
ModuleCL@14c3dd71[org.netbeans.api.progress], 
ModuleCL@360c2afe[org.netbeans.modules.parsing.lucene], ...17 more]
 at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 Caused: java.lang.NoClassDefFoundError: javax/lang/model/element/ModuleElement
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:348)
 at 
org.netbeans.modules.java.source.ElementHandleAccessor.getInstance(ElementHandleAccessor.java:44)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:596)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:592)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:576)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem$JavaTypeDescriptionConvertor.convert(JavaTypeProvider.java:787)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem$JavaTypeDescriptionConvertor.convert(JavaTypeProvider.java:768)
 at org.netbeans.modules.parsing.lucene.LuceneIndex.query(LuceneIndex.java:178)
 at 
org.netbeans.modules.java.source.usages.PersistentClassIndex.lambda$getDeclaredElements$2(PersistentClassIndex.java:290)
 at 
org.netbeans.modules.parsing.lucene.support.IndexManager$4.call(IndexManager.java:192)
 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.lucene.support.IndexManager.priorityAccess(IndexManager.java:189)
 at 
org.netbeans.modules.java.source.usages.PersistentClassIndex.getDeclaredElements(PersistentClassIndex.java:281)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem.collectDeclaredTypes(JavaTypeProvider.java:672)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$2.run(JavaTypeProvider.java:359)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$2.run(JavaTypeProvider.java:346)
 at 
org.netbeans.modules.parsing.lucene.support.IndexManager$4.call(IndexManager.java:192)
 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.lucene.support.IndexManager.priorityAccess(IndexManager.java:189)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider.computeTypeNames(JavaTypeProvider.java:346)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:614)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:522)
 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:406)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction.setListModel(GoToTypeAction.java:289)
 at 
org.netbeans.modules.jumpto.type.GoToPanel$PatternListener.update(GoToPanel.java:558)
 at 
org.netbeans.modules.jumpto.type.GoToPanel$PatternListener.insertUpdate(GoToPanel.java:530)
 at 
javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:201)
 at 

[jira] [Updated] (NETBEANS-739) ClassNotFoundException when i try to search a class

2018-04-27 Thread Marc Collin (JIRA)

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

Marc Collin updated NETBEANS-739:
-
Description: 
With netbeans 9 and jdk 8 under linux

 

I gone to : Go to Type modal, started to type text

and get this stack trace

 

java.lang.ClassNotFoundException: javax.lang.model.element.ModuleElement
 at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
 Caused: java.lang.ClassNotFoundException: 
javax.lang.model.element.ModuleElement starting from 
ModuleCL@2fc10237[org.netbeans.modules.java.source.base] with possible defining 
loaders null and declared parents 
[ModuleCL@7d4545b9[org.netbeans.modules.java.platform], 
ModuleCL@5005eb0e[org.netbeans.modules.java.preprocessorbridge], 
ModuleCL@33285fc9[org.netbeans.libs.javacimpl], 
ModuleCL@7754b17f[org.netbeans.modules.queries], 
ModuleCL@4039a1a6[org.netbeans.api.java], 
ModuleCL@59ec95a5[org.netbeans.lib.nbjavac], 
ModuleCL@2de09e2f[org.netbeans.modules.projectapi], 
ModuleCL@670767d7[org.netbeans.modules.lexer], 
ModuleCL@14c3dd71[org.netbeans.api.progress], 
ModuleCL@360c2afe[org.netbeans.modules.parsing.lucene], ...17 more]
 at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 Caused: java.lang.NoClassDefFoundError: javax/lang/model/element/ModuleElement
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:348)
 at 
org.netbeans.modules.java.source.ElementHandleAccessor.getInstance(ElementHandleAccessor.java:44)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:596)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:592)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:576)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem$JavaTypeDescriptionConvertor.convert(JavaTypeProvider.java:787)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem$JavaTypeDescriptionConvertor.convert(JavaTypeProvider.java:768)
 at org.netbeans.modules.parsing.lucene.LuceneIndex.query(LuceneIndex.java:178)
 at 
org.netbeans.modules.java.source.usages.PersistentClassIndex.lambda$getDeclaredElements$2(PersistentClassIndex.java:290)
 at 
org.netbeans.modules.parsing.lucene.support.IndexManager$4.call(IndexManager.java:192)
 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.lucene.support.IndexManager.priorityAccess(IndexManager.java:189)
 at 
org.netbeans.modules.java.source.usages.PersistentClassIndex.getDeclaredElements(PersistentClassIndex.java:281)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem.collectDeclaredTypes(JavaTypeProvider.java:672)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$2.run(JavaTypeProvider.java:359)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$2.run(JavaTypeProvider.java:346)
 at 
org.netbeans.modules.parsing.lucene.support.IndexManager$4.call(IndexManager.java:192)
 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.lucene.support.IndexManager.priorityAccess(IndexManager.java:189)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider.computeTypeNames(JavaTypeProvider.java:346)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:614)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:522)
 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:406)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction.setListModel(GoToTypeAction.java:289)
 at 
org.netbeans.modules.jumpto.type.GoToPanel$PatternListener.update(GoToPanel.java:558)
 at 
org.netbeans.modules.jumpto.type.GoToPanel$PatternListener.insertUpdate(GoToPanel.java:530)
 at 

[jira] [Created] (NETBEANS-739) ClassNotFoundException when i try to search a class

2018-04-27 Thread Marc Collin (JIRA)
Marc Collin created NETBEANS-739:


 Summary: ClassNotFoundException when i try to search a class
 Key: NETBEANS-739
 URL: https://issues.apache.org/jira/browse/NETBEANS-739
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 9.0
Reporter: Marc Collin


I gone to : Go to Type modal, started to type text

and get this stack trace

 

java.lang.ClassNotFoundException: javax.lang.model.element.ModuleElement
 at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
Caused: java.lang.ClassNotFoundException: 
javax.lang.model.element.ModuleElement starting from 
ModuleCL@2fc10237[org.netbeans.modules.java.source.base] with possible defining 
loaders null and declared parents 
[ModuleCL@7d4545b9[org.netbeans.modules.java.platform], 
ModuleCL@5005eb0e[org.netbeans.modules.java.preprocessorbridge], 
ModuleCL@33285fc9[org.netbeans.libs.javacimpl], 
ModuleCL@7754b17f[org.netbeans.modules.queries], 
ModuleCL@4039a1a6[org.netbeans.api.java], 
ModuleCL@59ec95a5[org.netbeans.lib.nbjavac], 
ModuleCL@2de09e2f[org.netbeans.modules.projectapi], 
ModuleCL@670767d7[org.netbeans.modules.lexer], 
ModuleCL@14c3dd71[org.netbeans.api.progress], 
ModuleCL@360c2afe[org.netbeans.modules.parsing.lucene], ...17 more]
 at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Caused: java.lang.NoClassDefFoundError: javax/lang/model/element/ModuleElement
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:348)
 at 
org.netbeans.modules.java.source.ElementHandleAccessor.getInstance(ElementHandleAccessor.java:44)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:596)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:592)
 at 
org.netbeans.modules.java.source.usages.DocumentUtil$ElementHandleConvertor.convert(DocumentUtil.java:576)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem$JavaTypeDescriptionConvertor.convert(JavaTypeProvider.java:787)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem$JavaTypeDescriptionConvertor.convert(JavaTypeProvider.java:768)
 at org.netbeans.modules.parsing.lucene.LuceneIndex.query(LuceneIndex.java:178)
 at 
org.netbeans.modules.java.source.usages.PersistentClassIndex.lambda$getDeclaredElements$2(PersistentClassIndex.java:290)
 at 
org.netbeans.modules.parsing.lucene.support.IndexManager$4.call(IndexManager.java:192)
 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.lucene.support.IndexManager.priorityAccess(IndexManager.java:189)
 at 
org.netbeans.modules.java.source.usages.PersistentClassIndex.getDeclaredElements(PersistentClassIndex.java:281)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$CacheItem.collectDeclaredTypes(JavaTypeProvider.java:672)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$2.run(JavaTypeProvider.java:359)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider$2.run(JavaTypeProvider.java:346)
 at 
org.netbeans.modules.parsing.lucene.support.IndexManager$4.call(IndexManager.java:192)
 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.lucene.support.IndexManager.priorityAccess(IndexManager.java:189)
 at 
org.netbeans.modules.java.source.ui.JavaTypeProvider.computeTypeNames(JavaTypeProvider.java:346)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:614)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:522)
 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:406)
 at 
org.netbeans.modules.jumpto.type.GoToTypeAction.setListModel(GoToTypeAction.java:289)
 at 
org.netbeans.modules.jumpto.type.GoToPanel$PatternListener.update(GoToPanel.java:558)
 at 

[jira] [Commented] (NETBEANS-738) Trim white spaces in code generation guard.

2018-04-27 Thread Mateusz (JIRA)

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

Mateusz commented on NETBEANS-738:
--

When i lost my auto-generated code guard by trying to employ ULM editor, it 
took me few hours to find out, that i just needed to clear spaces after 
//GEN-BEGIN:initComponents

> Trim white spaces in code generation guard.
> ---
>
> Key: NETBEANS-738
> URL: https://issues.apache.org/jira/browse/NETBEANS-738
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Mateusz
>Priority: Trivial
>




--
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-738) Trim white spaces in code generation guard.

2018-04-27 Thread Mateusz (JIRA)
Mateusz created NETBEANS-738:


 Summary: Trim white spaces in code generation guard.
 Key: NETBEANS-738
 URL: https://issues.apache.org/jira/browse/NETBEANS-738
 Project: NetBeans
  Issue Type: Improvement
Reporter: Mateusz






--
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-738) Trim white spaces in code generation guard.

2018-04-27 Thread Mateusz (JIRA)

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

Mateusz updated NETBEANS-738:
-
Priority: Trivial  (was: Major)

> Trim white spaces in code generation guard.
> ---
>
> Key: NETBEANS-738
> URL: https://issues.apache.org/jira/browse/NETBEANS-738
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Mateusz
>Priority: Trivial
>




--
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 (9a102db -> ae65358)

2018-04-27 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 9a102db  [NETBEANS-710] Ensure the javac's module system is 
initialized before constructing scope, fixing DeclarativeHintsParserTest tests 
on JDK 11 by using the default platform's bootclasspath implicitly rather than 
explicitly.
 add 9d599ba  Fix @PropertyEditorRegistration to work with inner classes
 add f95dabe  Adjusted to handle primitive types as well
 add d30d46f  Added test for processor to handle inner type
 new ae65358  Merge pull request #522 from sdedic/bugfix/nodes-processor

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:
 .../netbeans/modules/openide/nodes/NodesAnnotationProcessor.java | 4 
 .../unit/src/org/netbeans/modules/openide/nodes/CustomData.java  | 9 +
 .../modules/openide/nodes/PEAnnotationProcessorTest.java | 2 ++
 .../org/netbeans/modules/openide/nodes/TestPropertyEditor.java   | 2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)
 copy openide.util/test/unit/src/org/openide/util/base/BundleClass.java => 
openide.nodes/test/unit/src/org/netbeans/modules/openide/nodes/CustomData.java 
(87%)

-- 
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 #522 from sdedic/bugfix/nodes-processor

2018-04-27 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 ae65358e3fb606611d6fb809d543a388bbc4f1fb
Merge: 9a102db d30d46f
Author: Jaroslav Tulach 
AuthorDate: Fri Apr 27 13:07:14 2018 +0200

Merge pull request #522 from sdedic/bugfix/nodes-processor

Fix @PropertyEditorRegistration to work with inner classes

 .../openide/nodes/NodesAnnotationProcessor.java|  4 +++
 .../netbeans/modules/openide/nodes/CustomData.java | 29 ++
 .../openide/nodes/PEAnnotationProcessorTest.java   |  2 ++
 .../modules/openide/nodes/TestPropertyEditor.java  |  2 +-
 4 files changed, 36 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-482) NoClassDefFoundError when trying to handle properties of JavaFX project

2018-04-27 Thread ARUNAVA SINHA (JIRA)

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

ARUNAVA SINHA updated NETBEANS-482:
---

Open-JDK10 Does Not Support JavaFX, So tried running JavaFX application in 
NetBeans with Oracle-JDK10. Was able to launch the application successfully.

Below command was used to launch NetBeans.
ant tryme -Dtryme.jdkhome=

 

System Info:
Product Version = Apache NetBeans IDE Dev (Build 20180427-9a102db55c58) 
(#9a102db55c58)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10; Oracle 
Corporation
Runtime = Java(TM) SE Runtime Environment 10.0.1+10

> NoClassDefFoundError when trying to handle properties of JavaFX project
> ---
>
> Key: NETBEANS-482
> URL: https://issues.apache.org/jira/browse/NETBEANS-482
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Property Editors
> Environment: Windows 10, 64-bit
> Java 9.0.4, an  Java 10
>Reporter: Helmut Leininger
>Assignee: ARUNAVA SINHA
>Priority: Critical
> Attachments: TestFX1.zip, messages.zip
>
>
> I installed Netbeans 9.0 from Apche incubating. Then, I ran the wizard to 
> cfreate a n application:
>  - New Project / JavaFX / JavaFX FXML application
> After the wizard has ebded, I tried to view / adapt the project properties:
>   -  right click on the project / Properties
> Then, click on "Run"
> --> Unexcpected Exception



--
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-482) NoClassDefFoundError when trying to handle properties of JavaFX project

2018-04-27 Thread ARUNAVA SINHA (JIRA)

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

ARUNAVA SINHA reassigned NETBEANS-482:
--

Assignee: ARUNAVA SINHA

> NoClassDefFoundError when trying to handle properties of JavaFX project
> ---
>
> Key: NETBEANS-482
> URL: https://issues.apache.org/jira/browse/NETBEANS-482
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Property Editors
> Environment: Windows 10, 64-bit
> Java 9.0.4, an  Java 10
>Reporter: Helmut Leininger
>Assignee: ARUNAVA SINHA
>Priority: Critical
> Attachments: TestFX1.zip, messages.zip
>
>
> I installed Netbeans 9.0 from Apche incubating. Then, I ran the wizard to 
> cfreate a n application:
>  - New Project / JavaFX / JavaFX FXML application
> After the wizard has ebded, I tried to view / adapt the project properties:
>   -  right click on the project / Properties
> Then, click on "Run"
> --> Unexcpected Exception



--
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-491) Turn off exception reporter

2018-04-27 Thread JIRA

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

Jiří Kovalský updated NETBEANS-491:
---
Fix Version/s: (was: 9.0)

> Turn off exception reporter
> ---
>
> Key: NETBEANS-491
> URL: https://issues.apache.org/jira/browse/NETBEANS-491
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: pull-request-available
> Attachments: report_error.png
>
>  Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Apache NetBeans 9.0 tries to send exception reports even though the backend 
> infrastructure is no longer available. In case of an exception NetBeans IDE 
> should no longer display the *Review and Report Problem* button and report 
> URL in the error message should instead read: 
> [https://issues.apache.org/jira/secure/CreateIssue!default.jspa]
> *Steps to reproduce:*
>  # Launch development build #20180320 of Apache NetBeans 9.0.
>  # Type e.g. _properties_ into the *Search* field in the upper right corner 
> of the IDE.
>  # Press Enter.
> *Expected:*
> Due to another bug NetBeans opens an exception dialog which contains old link 
> to _issues.html_ page and *Review and Report Problem* button.
> *Actual:*
> NetBeans opens an exception dialog only instructing user to report the 
> exception to Apache Jira and no *Review and Report Problem* button is shown.



--
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-417) Adjust native Windows IDE launcher for JDK 9

2018-04-27 Thread Eric Barboni (JIRA)

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

Eric Barboni commented on NETBEANS-417:
---

This works is not complete, we need to publish the binaries from this source 
and then use it in the netbeans build.

> Adjust native Windows IDE launcher for JDK 9 
> -
>
> Key: NETBEANS-417
> URL: https://issues.apache.org/jira/browse/NETBEANS-417
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Reporter: Eric Barboni
>Assignee: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
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-04-27 Thread JIRA

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

Jiří Kovalský updated NETBEANS-330:
---
Fix Version/s: (was: 9.0)

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>
> 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-7) Provide basic editor features (syntax highlighting, braces matching, completion, etc) for more file types

2018-04-27 Thread Christian Lenz (JIRA)

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

Christian Lenz commented on NETBEANS-7:
---

I can say, that gitlab or github or other online tools like pastebin, to show 
snippets, have syntax highlighting features for more languages than NB. Sure 
this is only syntax highlighting, but this is fully enough. And there were such 
plans for NB decades ago but unfortunately, the token files are missing. So to 
use VS Code files or notepad++ or ultraedit, would be a better solution than a 
new/old format only working for NB. IMHO.

> Provide basic editor features (syntax highlighting, braces matching, 
> completion, etc) for more file types
> -
>
> Key: NETBEANS-7
> URL: https://issues.apache.org/jira/browse/NETBEANS-7
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Reporter: Emilian Bold
>Priority: Major
>
> We could provide basic editor features (syntax highlighting, braces matching, 
> completion, etc) for more languages based on the existing corpus of 
> definitions from other editors/IDEs. See
> * 
> http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files
> * http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html
> * https://code.visualstudio.com/docs/extensionAPI/language-support
> * http://www.ultraedit.com/downloads/extras/wordfiles.html#wordfiles
> The basic editor features would usually get replaced once more proper plugins 
> are installed for a given language.
> We could even introduce a mechanism to promote to users the full plugins 
> (from the Plugin Portal, etc) once they start editing given file types.



--
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-146) Apache art-work rebranding

2018-04-27 Thread Christian Lenz (JIRA)

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

Christian Lenz edited comment on NETBEANS-146 at 4/27/18 7:04 AM:
--

But we can handle it now. We can make a vote for the splash screen as we had it 
for the logo. The rest is coming later.


was (Author: chrizzly):
But we can handle it now. We can make a vote for the splash screen as we had it 
for the logo. The rest is coming later. Which PR did you mean?

> Apache art-work rebranding
> --
>
> Key: NETBEANS-146
> URL: https://issues.apache.org/jira/browse/NETBEANS-146
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: lbruun
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
> Attachments: v1 eye.png, v2 connected.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This lists what needs to be done for a complete re-branding of art-work, e.g. 
> if logo changes. It complements NETBEANS-145.
> The purpose of the list is to document all places where a change will be 
> required, if for example the logo changes.
> Those marked with (*) were updated in 
> [PR275|https://github.com/apache/incubator-netbeans/pull/275] so that is will 
> be possible to release under the ASF hospice. Consider this as a stop-gap 
> measure.
> Those marked with (*b) were updated in 
> [PR447|https://github.com/apache/incubator-netbeans/pull/447/commits/2773da624be0b22c6f0ac77eb44a7236b4f6a386]
> *About Dialog*
>  * There's no specific image for the About Dialog: the splash image is used.
> *Splash*
>  * 
> [splash.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash.gif]
>  (*)
>  * 
> [splash_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash_dark.gif]
>  (*)
>  * It may be required to change splash image size in 
> [Bundle.properties|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/Bundle.properties]
> *Frame icons*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame.gif]
>  (*b)
>  * 
> [frame_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame_dark.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32.gif]
>  (*b)
>  * 
> [frame32_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32_dark.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48.gif]
>  (*b)
>  * 
> [frame48_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48_dark.gif]
>  (*b)
> *Updater*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame32.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame48.gif]
>  (*b)
>  * 
> [updatersplash.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif].
>  Very old, contains reference to _Sun Public License_, which hasn't been used 
> for years. However, the Updater Splash is shown so very briefly, so I don't 
> think anyone notices. (reference to Sun Public License on this gif was 
> removed in [PR-275|https://github.com/apache/incubator-netbeans/pull/275]  
> committed on 29 Nov 2017)
> *Launcher*
>  * Windows launcher (.exe embedded icon): 
> [app.ico|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/windows-launcher-src/app.ico]
>  
>  * Mac OS X launcher (embedded icon): 
> [applicationIcon.icns|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/release/etc/applicationIcon.icns]
> *Installer*
>  * Windows installer launcher (.exe embedded icon): 
> [icon.ico|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/resources/icon.ico]
>  * Mac OS X installer dock icon : 
> [dockicon.icns|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/dockicon.icns]
>  * Frame icon : 
> 

[jira] [Commented] (NETBEANS-146) Apache art-work rebranding

2018-04-27 Thread Christian Lenz (JIRA)

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

Christian Lenz commented on NETBEANS-146:
-

But we can handle it now. We can make a vote for the splash screen as we had it 
for the logo. The rest is coming later. Which PR did you mean?

> Apache art-work rebranding
> --
>
> Key: NETBEANS-146
> URL: https://issues.apache.org/jira/browse/NETBEANS-146
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: lbruun
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
> Attachments: v1 eye.png, v2 connected.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This lists what needs to be done for a complete re-branding of art-work, e.g. 
> if logo changes. It complements NETBEANS-145.
> The purpose of the list is to document all places where a change will be 
> required, if for example the logo changes.
> Those marked with (*) were updated in 
> [PR275|https://github.com/apache/incubator-netbeans/pull/275] so that is will 
> be possible to release under the ASF hospice. Consider this as a stop-gap 
> measure.
> Those marked with (*b) were updated in 
> [PR447|https://github.com/apache/incubator-netbeans/pull/447/commits/2773da624be0b22c6f0ac77eb44a7236b4f6a386]
> *About Dialog*
>  * There's no specific image for the About Dialog: the splash image is used.
> *Splash*
>  * 
> [splash.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash.gif]
>  (*)
>  * 
> [splash_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash_dark.gif]
>  (*)
>  * It may be required to change splash image size in 
> [Bundle.properties|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/Bundle.properties]
> *Frame icons*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame.gif]
>  (*b)
>  * 
> [frame_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame_dark.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32.gif]
>  (*b)
>  * 
> [frame32_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32_dark.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48.gif]
>  (*b)
>  * 
> [frame48_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48_dark.gif]
>  (*b)
> *Updater*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame32.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame48.gif]
>  (*b)
>  * 
> [updatersplash.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif].
>  Very old, contains reference to _Sun Public License_, which hasn't been used 
> for years. However, the Updater Splash is shown so very briefly, so I don't 
> think anyone notices. (reference to Sun Public License on this gif was 
> removed in [PR-275|https://github.com/apache/incubator-netbeans/pull/275]  
> committed on 29 Nov 2017)
> *Launcher*
>  * Windows launcher (.exe embedded icon): 
> [app.ico|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/windows-launcher-src/app.ico]
>  
>  * Mac OS X launcher (embedded icon): 
> [applicationIcon.icns|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/release/etc/applicationIcon.icns]
> *Installer*
>  * Windows installer launcher (.exe embedded icon): 
> [icon.ico|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/resources/icon.ico]
>  * Mac OS X installer dock icon : 
> [dockicon.icns|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/dockicon.icns]
>  * Frame icon : 
> [frame-icon.png|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/helper/swing/frame-icon.png]
> h2. IDE Branding
> (overrides images in Platform)
> *About Dialog*
>  * 
> 

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

2018-04-27 Thread Jaroslav Tulach (JIRA)

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

Jaroslav Tulach updated NETBEANS-467:
-

Possibly related to INFRA-16435

> 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: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
>Reporter: Eric Barboni
>Priority: Blocker
> Fix For: 9.0
>
>
> 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