[jira] [Closed] (NETBEANS-238) Invoking code-complete in Maven projects is extremely slow

2018-02-26 Thread John McDonnell (JIRA)

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

John McDonnell closed NETBEANS-238.
---
Resolution: Fixed

> Invoking code-complete in Maven projects is extremely slow
> --
>
> Key: NETBEANS-238
> URL: https://issues.apache.org/jira/browse/NETBEANS-238
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: build 152
>Reporter: Gili
>Priority: Critical
>  Labels: pull-request-available
> Attachments: NETBEANS-238-experiment.diff, 
> SlowCodeCompleteAntAndMaven.zip, code-complete-profiler.npss, 
> code-complete2.npss, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Say I'm in a class that has a field {{singletonScope}} where this class is 
> defined within the same Maven module.
> I type {{singletonScope.}} then wait for auto-complete to suggest possible 
> methods. Code-complete takes roughly 10 seconds to come back.
> This is reproducible 100% of the time.
> Expected behavior: Code-complete should complete within 300ms or less.



--
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-353) Support maven.compiler.release in pom.xml

2018-02-26 Thread John McDonnell (JIRA)

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

John McDonnell commented on NETBEANS-353:
-

moving this ticket to closed, as it has been merged by [~GeertjanWielenga]

> Support maven.compiler.release in pom.xml
> -
>
> Key: NETBEANS-353
> URL: https://issues.apache.org/jira/browse/NETBEANS-353
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven
>Affects Versions: 9.0
>Reporter: Thomas Zimmermann
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: maven-compiler-release-flag.zip
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I am using incubator-netbeans-release-205-on-20180202.
> Java 9 added the _[--release|http://openjdk.java.net/jeps/247]_ flag to 
> javac, the maven-compiler-plugin already supports this: 
> [https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#release]
> Right now, NetBeans uses _maven.compiler.source_ (and possibly 
> _maven.compiler.target_ ?_)_ to determine the source level in the Editor. It 
> would be nice to have support for _maven.compiler.release_ as well, since 
> that now seems to be the preferred way to specify the source level going 
> forward.
> I tried this new flag because I saw Robert Scholte recommending it: 
> [https://youtu.be/tHTmFlVAyAc?t=1195]
> Attached is a trivial maven project that shows errors in NetBeans but 
> compiles fine when invoking maven directly.
>  
> P.S.: I also want to thank you all for your work on NetBeans, it's very 
> stable and intuitive to get started with. I'm not a power user, but I haven't 
> encountered any issues with the snapshot version so far.



--
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-353) Support maven.compiler.release in pom.xml

2018-02-26 Thread John McDonnell (JIRA)

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

John McDonnell closed NETBEANS-353.
---
   Resolution: Fixed
Fix Version/s: 9.0

> Support maven.compiler.release in pom.xml
> -
>
> Key: NETBEANS-353
> URL: https://issues.apache.org/jira/browse/NETBEANS-353
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven
>Affects Versions: 9.0
>Reporter: Thomas Zimmermann
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: maven-compiler-release-flag.zip
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I am using incubator-netbeans-release-205-on-20180202.
> Java 9 added the _[--release|http://openjdk.java.net/jeps/247]_ flag to 
> javac, the maven-compiler-plugin already supports this: 
> [https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#release]
> Right now, NetBeans uses _maven.compiler.source_ (and possibly 
> _maven.compiler.target_ ?_)_ to determine the source level in the Editor. It 
> would be nice to have support for _maven.compiler.release_ as well, since 
> that now seems to be the preferred way to specify the source level going 
> forward.
> I tried this new flag because I saw Robert Scholte recommending it: 
> [https://youtu.be/tHTmFlVAyAc?t=1195]
> Attached is a trivial maven project that shows errors in NetBeans but 
> compiles fine when invoking maven directly.
>  
> P.S.: I also want to thank you all for your work on NetBeans, it's very 
> stable and intuitive to get started with. I'm not a power user, but I haven't 
> encountered any issues with the snapshot version so far.



--
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-430) Sporadic "Invalid or deleted file" exceptions during Java editing

2018-02-26 Thread Eirik Bakke (JIRA)

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

Eirik Bakke updated NETBEANS-430:
-
Description: 
While editing Java sources in a maven-based multi-module NetBeans Platform 
application on NetBeans 9.0 beta, the following IDE exception happens at 
irregular intervals, while editing unrelated files in a different module:

 
{code}
ALL [null]: An error occurred during parsing of 
'/var/folders/38/g_r_gdts0wx49_kbz5sjfj30gn/T/vcs-1518825448194/vcs-1519673427266/FilterPanel.java'.
 Please report a bug against java/source and attach dump file 
'/Users/ebakke/Library/Application 
Support/NetBeans/dev/var/log/FilterPanel_8.dump'.

{code}
See the attached text file for the complete log dump and stack trace (can't 
attach the ".dump" file as it contains source code). The source file in 
question, FilterPanel.java, is generated in part by the Matisse GUI builder (so 
there's also a FilterPanel.form file). I've also got maven Compile-on-Save 
enabled.

At other times, occasionally when running the same NetBeans Platform-based 
application, the application itself throws the following exception, mentioning 
the same file:
{code}
java.lang.ClassFormatError: Absent Code attribute in method that is not native 
or abstract in class file com/somepackage/project/filter/FilterPanel$2{code}
See again the attached text file for the complete log dump and stack trace.

 

  was:
While editing Java sources in a maven-based multi-module NetBeans Platform 
application on NetBeans 9.0 beta, the following IDE exception happens at 
irregular intervals, while editing unrelated files in a different module:

 
{code:java}
ALL [null]: An error occurred during parsing of 
'/var/folders/38/g_r_gdts0wx49_kbz5sjfj30gn/T/vcs-1518825448194/vcs-1519673427266/FilterPanel.java'.
 Please report a bug against java/source and attach dump file 
'/Users/ebakke/Library/Application 
Support/NetBeans/dev/var/log/FilterPanel_8.dump'.

{code}
See the attached text file for the complete log dump and stack trace (can't 
attach the ".dump" file as it contains source code). The source file in 
question, FilterPanel.java, is generated in part by the Matisse GUI builder (so 
there's also a FilterPanel.form file). I've also got maven Compile-on-Save 
enabled.

At other times, occasionally when running the same NetBeans Platform-based 
application, the application itself throws the following exception, mentioning 
the same file:
{code:java}
java.lang.ClassFormatError: Absent Code attribute in method that is not native 
or abstract in class file com/somepackage/project/filter/FilterPanel$2{code}
See again the attached text file for the complete log dump and stack trace.

 


> Sporadic "Invalid or deleted file" exceptions during Java editing
> -
>
> Key: NETBEANS-430
> URL: https://issues.apache.org/jira/browse/NETBEANS-430
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, java - Classfile, java - Source, 
> projects - Maven
>Affects Versions: 9.0
> Environment: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202), OpenJDK 64-Bit Server VM 
> 9.0.4.1+11, Mac OS X version 10.9.5
>Reporter: Eirik Bakke
>Priority: Major
> Attachments: parseerror.txt
>
>
> While editing Java sources in a maven-based multi-module NetBeans Platform 
> application on NetBeans 9.0 beta, the following IDE exception happens at 
> irregular intervals, while editing unrelated files in a different module:
>  
> {code}
> ALL [null]: An error occurred during parsing of 
> '/var/folders/38/g_r_gdts0wx49_kbz5sjfj30gn/T/vcs-1518825448194/vcs-1519673427266/FilterPanel.java'.
>  Please report a bug against java/source and attach dump file 
> '/Users/ebakke/Library/Application 
> Support/NetBeans/dev/var/log/FilterPanel_8.dump'.
> {code}
> See the attached text file for the complete log dump and stack trace (can't 
> attach the ".dump" file as it contains source code). The source file in 
> question, FilterPanel.java, is generated in part by the Matisse GUI builder 
> (so there's also a FilterPanel.form file). I've also got maven 
> Compile-on-Save enabled.
> At other times, occasionally when running the same NetBeans Platform-based 
> application, the application itself throws the following exception, 
> mentioning the same file:
> {code}
> java.lang.ClassFormatError: Absent Code attribute in method that is not 
> native or abstract in class file 
> com/somepackage/project/filter/FilterPanel$2{code}
> See again the attached text file for the complete log dump and stack trace.
>  



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

-
To unsubscribe, e-mail: 

[jira] [Comment Edited] (NETBEANS-96) New PAC Script evaluator

2018-02-26 Thread Eirik Bakke (JIRA)

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

Eirik Bakke edited comment on NETBEANS-96 at 2/26/18 7:47 PM:
--

Is this patch a replacement for the 
[NetBeansProxy2|https://bitbucket.org/phansson/netbeansproxy2] project? See 
Bugzilla issue [245116|https://netbeans.org/bugzilla/show_bug.cgi?id=245116].


was (Author: ebakke):
Is this patch a replacement for the 
[NetBeansProxy2|https://bitbucket.org/phansson/netbeansproxy2] project? See 
Bugzilla issue [245116|https://netbeans.org/bugzilla/show_bug.cgi?id=245116]).

> New PAC Script evaluator
> 
>
> Key: NETBEANS-96
> URL: https://issues.apache.org/jira/browse/NETBEANS-96
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: lbruun
>Assignee: lbruun
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
>
> The current [PAC script|https://en.wikipedia.org/wiki/Proxy_auto-config] 
> evaluator (in {{core.network}}) was developed pre-Nashorn and has a few 
> problems:
> * It simply fails with Nashorn - but not with Rhino - if the downloaded 
> script uses {{isInNet()}}. This was reported in [Bug 
> 245116|https://netbeans.org/bugzilla/show_bug.cgi?id=245116]. It fails 
> silently in this case and defaults to no proxy. The user will never know the 
> reason - not even by looking in the message log - that there was an error.
> * It doesn't  implement two mandatory JavaScript helper methods, 
> {{dnsResolve()}} and {{myIpAddress()}}. This is a known issue. This causes 
> many PAC scripts to silently fail. 
> * It doesn't implement Microsoft's IPv6-aware additions to the PAC standard. 
> This is a problem in MS shops because they will have designed their PAC 
> script to be compatible with MS IE and MS Edge (which unsurprisingly support 
> these functions .. as do Chrome).
> * It uses a small JavaScript helper, {{nsProxyAutoConfig.js}}, which uses a 
> license which is not compatible with Apache. This is described in NETBEANS-4.
> * Isn't executing the downloaded PAC script in a sandboxed environment. (The 
> PAC script should be treated as hostile because the download may have been 
> spoofed. Browsers indeed treat the PAC script as hostile and so should 
> NetBeans).
> Pull Request with a new implementation is on its way.



--
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-429) Add "lightbox" to show images

2018-02-26 Thread Antonio Vieiro (JIRA)
Antonio Vieiro created NETBEANS-429:
---

 Summary: Add "lightbox" to show images
 Key: NETBEANS-429
 URL: https://issues.apache.org/jira/browse/NETBEANS-429
 Project: NetBeans
  Issue Type: New Feature
  Components: website
Reporter: Antonio Vieiro


Add some sort of "lightbox" tool to netbeans.apache.org, to show enlarged 
version of images in a web dialog within the page.

 



--
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-428) Please add partial commit support

2018-02-26 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-428:
---

 Summary: Please add partial commit support
 Key: NETBEANS-428
 URL: https://issues.apache.org/jira/browse/NETBEANS-428
 Project: NetBeans
  Issue Type: New Feature
  Components: versioncontrol - Git, versioncontrol - Mercurial, 
versioncontrol - Subversion
Affects Versions: Next
Reporter: Christian Lenz


As of this ticket: https://netbeans.org/bugzilla/show_bug.cgi?id=227444 he is 
about asking to add a functionality, to create partial commits within the 
commit dialog or diff dialog.

This features, he means is available in XCode and in IntelliJ, PHPStorm 
(https://blog.jetbrains.com/phpstorm/2018/02/phpstorm-2018-1-eap-181-3870-19/) 
and WebStorm 
(https://blog.jetbrains.com/webstorm/2018/02/webstorm-2018-1-eap-181-3870/)

So this would be a great enhancement of the git tools and for subversion and 
mercurial too. I can create sub tickets for each VCS. If necessary.


Cheers

Chris



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

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

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



[jira] [Commented] (NETBEANS-236) Incorrect brace spacing in try-with-resources

2018-02-26 Thread Gili (JIRA)

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

Gili commented on NETBEANS-236:
---

[~kosmonaffft] Thanks for checking. I can no longer reproduce the problem 
either. Sorry for the false alarm.

> Incorrect brace spacing in try-with-resources
> -
>
> Key: NETBEANS-236
> URL: https://issues.apache.org/jira/browse/NETBEANS-236
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation
>Affects Versions: 8.2
> Environment: build 152
>Reporter: Gili
>Assignee: Gili
>Priority: Major
> Fix For: 9.0
>
>
> Given:
> {{try (Session session = scope.getSession())}}
> Invoking code-format results in:
> {{try ( Session session = scope.getSession())}}
> in spite of the fact that the IDE is configured not to insert a space inside 
> the parenthesis.



--
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-404) Javadoc popup is poorly rendered

2018-02-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot updated NETBEANS-404:

Labels: pull-request-available  (was: )

> Javadoc popup is poorly rendered
> 
>
> Key: NETBEANS-404
> URL: https://issues.apache.org/jira/browse/NETBEANS-404
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates, editor - Hints 
>  Annotations
>Affects Versions: 8.2, 9.0
>Reporter: Eirik Bakke
>Priority: Minor
>  Labels: pull-request-available
> Attachments: javadoc.patch, javadocscreenshot.png
>
>
> This is a patch for the old issue 236403 with the same name, see 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=236403] .
> Since about NetBeans 7.4, the Java editor's Javadoc popup has been rendered 
> with an all-monospace font. There have also been various complaints about the 
> Javadoc's font size (which the monospace font "fixed" because the monospace 
> font looks larger at the same point size).
> The attached patch makes the Javadoc popup once again use a non-monospace 
> font (as in generated Javadoc HTML), while at the same time increasing the 
> font size to match the editor's own zoom level. See the attached screenshot.



--
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-416) Excessive CPU usage

2018-02-26 Thread Acs (JIRA)

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

Acs commented on NETBEANS-416:
--

Added another screenshot of the profiler window.

Seems AWT-EventQueue-0 and W32 File Monitor are the ones that are taking up 
more CPU (a lot more)

> Excessive CPU usage
> ---
>
> Key: NETBEANS-416
> URL: https://issues.apache.org/jira/browse/NETBEANS-416
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 Pro 64bit
>Reporter: Acs
>Priority: Major
> Attachments: 2018-02-22 14_34_52-Task Manager.png, 
> netbeans_9.0_plugins.png, profile_9.0.npss, profiler_window.png, 
> selfsampler.npss
>
>
> Hey,
> Something I have noticed in Netbeans is that from time to time Netbeans CPU 
> usage will go up to around 20% and most of the times I have Netbeans in the 
> background so I am not doing anything in Netbeans.
> Please fix this as this is a huge annoyance.
> Edit: To further explain why this is a huge annoyance: Netbeans will trigger 
> my laptop fans with the usage of CPU when it's not doing anything.
> Please someone analyze the profiler and tell me if I have a plugin that is 
> doing this or this is netbeans.
> I am really considering changing IDEs because of t his.
>  
>  



--
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-416) Excessive CPU usage

2018-02-26 Thread Acs (JIRA)

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

Acs updated NETBEANS-416:
-
Attachment: profiler_window.png

> Excessive CPU usage
> ---
>
> Key: NETBEANS-416
> URL: https://issues.apache.org/jira/browse/NETBEANS-416
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 Pro 64bit
>Reporter: Acs
>Priority: Major
> Attachments: 2018-02-22 14_34_52-Task Manager.png, 
> netbeans_9.0_plugins.png, profile_9.0.npss, profiler_window.png, 
> selfsampler.npss
>
>
> Hey,
> Something I have noticed in Netbeans is that from time to time Netbeans CPU 
> usage will go up to around 20% and most of the times I have Netbeans in the 
> background so I am not doing anything in Netbeans.
> Please fix this as this is a huge annoyance.
> Edit: To further explain why this is a huge annoyance: Netbeans will trigger 
> my laptop fans with the usage of CPU when it's not doing anything.
> Please someone analyze the profiler and tell me if I have a plugin that is 
> doing this or this is netbeans.
> I am really considering changing IDEs because of t his.
>  
>  



--
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-416) Excessive CPU usage

2018-02-26 Thread Acs (JIRA)

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

Acs updated NETBEANS-416:
-
Attachment: netbeans_9.0_plugins.png

> Excessive CPU usage
> ---
>
> Key: NETBEANS-416
> URL: https://issues.apache.org/jira/browse/NETBEANS-416
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 Pro 64bit
>Reporter: Acs
>Priority: Major
> Attachments: 2018-02-22 14_34_52-Task Manager.png, 
> netbeans_9.0_plugins.png, profile_9.0.npss, selfsampler.npss
>
>
> Hey,
> Something I have noticed in Netbeans is that from time to time Netbeans CPU 
> usage will go up to around 20% and most of the times I have Netbeans in the 
> background so I am not doing anything in Netbeans.
> Please fix this as this is a huge annoyance.
> Edit: To further explain why this is a huge annoyance: Netbeans will trigger 
> my laptop fans with the usage of CPU when it's not doing anything.
> Please someone analyze the profiler and tell me if I have a plugin that is 
> doing this or this is netbeans.
> I am really considering changing IDEs because of t his.
>  
>  



--
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-416) Excessive CPU usage

2018-02-26 Thread Acs (JIRA)

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

Acs updated NETBEANS-416:
-
Attachment: profile_9.0.npss

> Excessive CPU usage
> ---
>
> Key: NETBEANS-416
> URL: https://issues.apache.org/jira/browse/NETBEANS-416
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 Pro 64bit
>Reporter: Acs
>Priority: Major
> Attachments: 2018-02-22 14_34_52-Task Manager.png, profile_9.0.npss, 
> selfsampler.npss
>
>
> Hey,
> Something I have noticed in Netbeans is that from time to time Netbeans CPU 
> usage will go up to around 20% and most of the times I have Netbeans in the 
> background so I am not doing anything in Netbeans.
> Please fix this as this is a huge annoyance.
> Edit: To further explain why this is a huge annoyance: Netbeans will trigger 
> my laptop fans with the usage of CPU when it's not doing anything.
> Please someone analyze the profiler and tell me if I have a plugin that is 
> doing this or this is netbeans.
> I am really considering changing IDEs because of t his.
>  
>  



--
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-416) Excessive CPU usage

2018-02-26 Thread Acs (JIRA)

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

Acs updated NETBEANS-416:
-
Affects Version/s: 9.0

> Excessive CPU usage
> ---
>
> Key: NETBEANS-416
> URL: https://issues.apache.org/jira/browse/NETBEANS-416
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 Pro 64bit
>Reporter: Acs
>Priority: Major
> Attachments: 2018-02-22 14_34_52-Task Manager.png, selfsampler.npss
>
>
> Hey,
> Something I have noticed in Netbeans is that from time to time Netbeans CPU 
> usage will go up to around 20% and most of the times I have Netbeans in the 
> background so I am not doing anything in Netbeans.
> Please fix this as this is a huge annoyance.
> Edit: To further explain why this is a huge annoyance: Netbeans will trigger 
> my laptop fans with the usage of CPU when it's not doing anything.
> Please someone analyze the profiler and tell me if I have a plugin that is 
> doing this or this is netbeans.
> I am really considering changing IDEs because of t his.
>  
>  



--
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-145) Apache NetBeans Logo Contest

2018-02-26 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro commented on NETBEANS-145:
-

Current blue-only logo

[^apache-netbeans.svg]!nblogo64x64.png!

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-02-26 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-145:

Attachment: nblogo64x64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> nblogo64x64.png, netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-02-26 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-145:

Attachment: apache-netbeans.svg

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, apache-netbeans.svg, 
> netbeans-logo-2-cleaned.pdf, netbeans-logo-2-cleaned.svg, 
> netbeans-logo-2-cleanedpx64.png, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-02-26 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-145:

Attachment: netbeans-logo-2-cleanedpx64.png

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, netbeans-logo-2-cleaned.pdf, 
> netbeans-logo-2-cleaned.svg, netbeans-logo-2-cleanedpx64.png, 
> possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-02-26 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro commented on NETBEANS-145:
-

James Gosling's proposal, as submitted by Geertjan to the dev mailig list 
(SVG/PDF/PNG versions, more on the mailing list)

[^netbeans-logo-2-cleaned.svg]

[^netbeans-logo-2-cleaned.pdf]!netbeans-logo-2-cleanedpx64.png!

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, netbeans-logo-2-cleaned.pdf, 
> netbeans-logo-2-cleaned.svg, netbeans-logo-2-cleanedpx64.png, 
> possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-02-26 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-145:

Attachment: netbeans-logo-2-cleaned.svg

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, netbeans-logo-2-cleaned.pdf, 
> netbeans-logo-2-cleaned.svg, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-145) Apache NetBeans Logo Contest

2018-02-26 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-145:

Attachment: netbeans-logo-2-cleaned.pdf

> Apache NetBeans Logo Contest
> 
>
> Key: NETBEANS-145
> URL: https://issues.apache.org/jira/browse/NETBEANS-145
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Antonio Vieiro
>Priority: Critical
> Attachments: apache-netbeans-logo.png, netbeans-logo-2-cleaned.pdf, 
> netbeans-logo-2-cleaned.svg, possible-splashscreen-nb9-v2.png
>
>
> This is a contest for the Apache NetBeans logo. To submit an entry, attach it 
> to this ticket.
> Some "nice to have" features:
> - The logo should be approximately square, so that it can be transformed 
> easily into an icon.
> - Vectorial formats are preferred but not strictly required.
> Some useful links:
> - [Apache Project logos 
> requirements|https://www.apache.org/foundation/marks/pmcs#graphics]
> - [The Apache logos|https://www.apache.org/foundation/press/kit/]
> - [Old NetBeans logo, SVG|https://en.wikipedia.org/wiki/File:NetBeans.svg]
> - [Oracle NetBeans logos and splash 
> screens|https://netbeans.org/community/teams/evangelism/collateral.html?print=yes]
>  for inspiration.
> Additional information inspired by the Apache Incubator logo contest 
> (https://blogs.apache.org/incubator/entry/call-for-entries-apache-incubator):
> * *Eligibility*: The Call is open to all, including individuals (students, 
> amateurs, professionals), and organizations (educational institutions, 
> companies, design firms, etc.).
> * *Awards/Recognition*: As the ASF is an all-volunteer, not-for-profit 
> organization, there will be no cash award. The winning design will be 
> announced in the Apache NetBeans mailing lists and related social media. The 
> winner has the right to use the basic logo to identify him/her/itself as the 
> logo designer.
> * *Jurors*: as this a community-oriented activity, we will solicit 
> participation and input from the Open Source community at-large. Final jurors 
> will comprise members of the Apache NetBeans Podling Project Management 
> Committee (PPMC).
> * *Intellectual Property*: 1. All submitted work must be original and not 
> based on any pre-existing design.  2. All entries will become the sole 
> property of the ASF and may be displayed publicly on Websites and related 
> promotional materials.  3. The winning entry will be the property of the ASF 
> and may be registered as a trademark of the ASF. Entrant agrees to transfer 
> all rights and title to the ASF. 



--
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-19) GUI Designer + Maven: icons imported in the wrong directory

2018-02-26 Thread Anton V. Kirilchik (JIRA)

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

Anton V. Kirilchik reassigned NETBEANS-19:
--

Assignee: Anton V. Kirilchik

> GUI Designer + Maven: icons imported in the wrong directory
> ---
>
> Key: NETBEANS-19
> URL: https://issues.apache.org/jira/browse/NETBEANS-19
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, guibuilder - Code
>Affects Versions: 8.2, 9.0
> Environment: Windows 7 Professional
> JDK 1.8.0_111-b14
> Maven 3.3.3
>Reporter: Jean-François El Fouly
>Assignee: Anton V. Kirilchik
>Priority: Minor
>
> An annoying and tricky little bug.
> h1. Nominal scenario (NetBeans non-Maven project)
> # File > New Project...
> # Java | Java application (You could uncheck Create Main Class)
> # New > JFrame Form...
> # In the designer drag a JLabel
> # For the icon property click "..."
> # Click Import to Project...
> # Choose an icon then Finish
> # The icon is copied along the java source file
> # Run
> # Everybody happy. It works
> h1. Maven project
> # File > New Project...
> # Maven | Java application
> # New > JFrame Form...  (Default values OK)
> # In the designer drag a JLabel
> # For the icon property click "..."
> # Click Import to Project...
> # Choose an icon then Finish
> # The icon is copied along the java source file
> # Run
> # It crashes with a NullPointerException
> h2. Manual remediation
> # In the project create src/main/resources
> # Move the icon to this directory (same package as it was under src/main/java)
> # NetBeans detects this and adds "Other Sources" to the project tree
> # mvn clean (to force rebuild)
> # Now it works
> h1. Rationale
> Importing an icon and associating to a JLabel generates code such as this:
> bq. jLabel1.setIcon(new 
> javax.swing.ImageIcon(getClass().getResource("/test/mavenproject1/bookmark.png")));
>  // NOI18N
> But the maven compiler plugin will not copy the icon to target/classes so 
> target/classes contains the classes but not the image. So the code above 
> causes a NPE.
> h2.Bottom line
> In a Maven project icons should not be imported to src/main/java but to 
> src/main/resources, same package.
> This small but annoying bug is not a regression: it can easily be reproduced 
> in 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] [Resolved] (NETBEANS-236) Incorrect brace spacing in try-with-resources

2018-02-26 Thread Anton V. Kirilchik (JIRA)

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

Anton V. Kirilchik resolved NETBEANS-236.
-
   Resolution: Cannot Reproduce
 Assignee: Gili
Fix Version/s: 9.0

Could you check it again, Gili?

> Incorrect brace spacing in try-with-resources
> -
>
> Key: NETBEANS-236
> URL: https://issues.apache.org/jira/browse/NETBEANS-236
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation
>Affects Versions: 8.2
> Environment: build 152
>Reporter: Gili
>Assignee: Gili
>Priority: Major
> Fix For: 9.0
>
>
> Given:
> {{try (Session session = scope.getSession())}}
> Invoking code-format results in:
> {{try ( Session session = scope.getSession())}}
> in spite of the fact that the IDE is configured not to insert a space inside 
> the parenthesis.



--
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-236) Incorrect brace spacing in try-with-resources

2018-02-26 Thread Anton V. Kirilchik (JIRA)

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

Anton V. Kirilchik commented on NETBEANS-236:
-

The same with latest master build.

> Incorrect brace spacing in try-with-resources
> -
>
> Key: NETBEANS-236
> URL: https://issues.apache.org/jira/browse/NETBEANS-236
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation
>Affects Versions: 8.2
> Environment: build 152
>Reporter: Gili
>Priority: Major
>
> Given:
> {{try (Session session = scope.getSession())}}
> Invoking code-format results in:
> {{try ( Session session = scope.getSession())}}
> in spite of the fact that the IDE is configured not to insert a space inside 
> the parenthesis.



--
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-427) RCP branding issues - allow pluggable implementations of NbBundle.getMessage()

2018-02-26 Thread Neil C Smith (JIRA)
Neil C Smith created NETBEANS-427:
-

 Summary: RCP branding issues - allow pluggable implementations of 
NbBundle.getMessage()
 Key: NETBEANS-427
 URL: https://issues.apache.org/jira/browse/NETBEANS-427
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Other
Affects Versions: 8.2, 9.0
Reporter: Neil C Smith


Many areas of the platform allow for an RCP application to override the default 
behaviour.  Unfortunately, NbBundle.getMessage() is not one of them.  There is 
an implicit assumption that the current branding support provides all the 
functionality an RCP application might require to translate the input arguments 
into the desired message.  While true a majority of the time, this does not 
always hold, because it only allows for control of the surrounding static 
aspects of the message.

RCP applications need a way to control how input arguments are transformed into 
strings over and above what is provided by the default formatters in 
MessageFormat (eg. possibly functionality like 
MessageFormat::setFormatByArgumentIndex).  This would allow for RCP 
applications to have full control of how the input arguments are translated 
into text, possibly using services or information _only available within the 
context_ of the RCP application.

An example of such a need is 
[https://issues.apache.org/jira/browse/NETBEANS-352|https://issues.apache.org/jira/browse/NETBEANS-352]
 where the only current solution is to hack system properties.  I've worked 
around others myself.

The suggested solution (preferred in my opinion as least intrusive) would be to 
allow pluggable implementations of NbBundle.getMessage().

An alternative approach would be to improve the NbBundle API with the ability 
to externally plug in formatters (setFormatByArgumentIndex) on a message by 
message basis.

Happy to provide a PR if there's some consensus on a way to fix this (see also 
discussion at 
[https://github.com/apache/incubator-netbeans/pull/425|https://github.com/apache/incubator-netbeans/pull/425])





--
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-426) png file not viewed in scale in retina display

2018-02-26 Thread Peter (JIRA)
Peter created NETBEANS-426:
--

 Summary: png file not viewed in scale in retina display
 Key: NETBEANS-426
 URL: https://issues.apache.org/jira/browse/NETBEANS-426
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 8.2
Reporter: Peter
 Attachments: icon is not one-to-one in scale if in retina.png

png file not viewed in scale in retina display



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