[jira] [Resolved] (NETBEANS-2646) Improve border appearances with fractional HiDPI scaling factors (Windows LAF)

2019-06-17 Thread Eirik Bakke (JIRA)


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

Eirik Bakke resolved NETBEANS-2646.
---
   Resolution: Fixed
Fix Version/s: 11.1

> Improve border appearances with fractional HiDPI scaling factors (Windows LAF)
> --
>
> Key: NETBEANS-2646
> URL: https://issues.apache.org/jira/browse/NETBEANS-2646
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Affects Versions: 11.0
> Environment: Windows 10 with HiDPI monitor in fractional scaling mode 
> (e.g. 150%), Java 9 and above
>Reporter: Eirik Bakke
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Fix For: 11.1
>
> Attachments: BordersAfterPatch.png, BordersBeforePatch.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> On Windows 10 systems with HiDPI monitors, it is possible to specify 
> fractional DPI scaling factors, such as 150%. Some of the borders around 
> components visible in the main NetBeans window end up looking ugly on this 
> setting, because of rounding errors that cause a border 1 logical pixels wide 
> to be painted as either 1 or 2 device pixels wide, depending on exactly where 
> on the screen the border is drawn. This can be seen on Windows 10 with a 150% 
> DPI scaling factor, by dragging the split pane between the "Projects" tab and 
> the source code editor back and forth, and observing spurious changes in the 
> surrounding borders. See the attached screenshots (be sure to view at 100% 
> scaling).
> I'll add a pull request to fix this in the most visible places, which is 
> borders used in the NetBeans tab control. There are similar problems in other 
> Swing components, e.g. JTextField, but that would have to be reported as a 
> bug against the JDK's Windows LAF.
> This issue/PR relates only to the Windows LAF. On MacOS, the problem does not 
> appear, since only an integral scaling factor (2x) is used for HiDPI 
> ("retina") screens, which avoids the underlying rounding errors.
> A similar problem may also appear on Linux; if this is the case, feel free to 
> open a new ticket. I did not have a Linux machine to test on, so I prepared 
> this patch for the Windows LAF only.



--
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-1696) PHP 7.4 Support

2019-06-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1696:
---
Description: 
* [RFC: PHP 7.4|https://wiki.php.net/rfc#php_74]
* [Typed Properties 2.0|https://wiki.php.net/rfc/typed_properties_v2]
* [Null Coalescing Assignment 
Operator|https://wiki.php.net/rfc/null_coalesce_equal_operator]
* [Spread Operator in Array 
Expression|https://wiki.php.net/rfc/spread_operator_for_array]
* [Arrow Functions 2.0|https://wiki.php.net/rfc/arrow_functions_v2]
* [Numeric Literal Separator|https://wiki.php.net/rfc/numeric_literal_separator]
* [New custom object serialization 
mechanism|https://wiki.php.net/rfc/custom_object_serialization]

  was:
* [RFC: PHP 7.4|https://wiki.php.net/rfc#php_74]
* [Typed Properties 2.0|https://wiki.php.net/rfc/typed_properties_v2]
* [Null Coalescing Assignment 
Operator|https://wiki.php.net/rfc/null_coalesce_equal_operator]
* [Spread Operator in Array 
Expression|https://wiki.php.net/rfc/spread_operator_for_array]
* [Arrow Functions 2.0|https://wiki.php.net/rfc/arrow_functions_v2]
* [Numeric Literal Separator|https://wiki.php.net/rfc/numeric_literal_separator]


> PHP 7.4 Support
> ---
>
> Key: NETBEANS-1696
> URL: https://issues.apache.org/jira/browse/NETBEANS-1696
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> * [RFC: PHP 7.4|https://wiki.php.net/rfc#php_74]
> * [Typed Properties 2.0|https://wiki.php.net/rfc/typed_properties_v2]
> * [Null Coalescing Assignment 
> Operator|https://wiki.php.net/rfc/null_coalesce_equal_operator]
> * [Spread Operator in Array 
> Expression|https://wiki.php.net/rfc/spread_operator_for_array]
> * [Arrow Functions 2.0|https://wiki.php.net/rfc/arrow_functions_v2]
> * [Numeric Literal 
> Separator|https://wiki.php.net/rfc/numeric_literal_separator]
> * [New custom object serialization 
> mechanism|https://wiki.php.net/rfc/custom_object_serialization]



--
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-2515) cleanup the build issues

2019-06-17 Thread Brad Walker (JIRA)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-2715
- remove junit.framework deprecation warnings

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
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-2715) remove junit.framework deprecation warnings..

2019-06-17 Thread Brad Walker (JIRA)
Brad Walker created NETBEANS-2715:
-

 Summary: remove junit.framework deprecation warnings..
 Key: NETBEANS-2715
 URL: https://issues.apache.org/jira/browse/NETBEANS-2715
 Project: NetBeans
  Issue Type: Bug
Reporter: Brad Walker


There are some deprecation warnings sent by using JUnit..

   [repeat] 
/home/bwalker/netbeans-11.0/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java:57:
 warning: [deprecation] Assert in junit.framework has been deprecated

   [repeat] import junit.framework.Assert;
   [repeat]   ^
   [repeat] 
/home/bwalker/netbeans-11.0/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java:58:
 warning: [deprecation] Assert in junit.framework has been deprecated
   [repeat] import static junit.framework.Assert.assertEquals;
   [repeat]  ^
   [repeat] 
/home/bwalker/netbeans-11.0/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java:59:
 warning: [deprecation] Assert in junit.framework has been deprecated
   [repeat] import static junit.framework.Assert.assertNotNull;
   [repeat]  ^
   [repeat] 
/home/bwalker/netbeans-11.0/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java:60:
 warning: [deprecation] Assert in junit.framework has been deprecated
   [repeat] import static junit.framework.Assert.assertNotSame;
   [repeat]  ^
   [repeat] 
/home/bwalker/netbeans-11.0/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java:61:
 warning: [deprecation] Assert in junit.framework has been deprecated
   [repeat] import static junit.framework.Assert.assertTrue;
   [repeat]  ^

These warning are because the JUnit class has changed. The method has stayed 
the same..

So changing from
import junit.framework.Assert;

to
+import org.junit.Assert;

will fix all of these..





--
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-2670) cleanup raw type warnings..

2019-06-17 Thread Brad Walker (JIRA)


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

Brad Walker closed NETBEANS-2670.
-
   Resolution: Fixed
Fix Version/s: 11.1

fixed as part of merge:

https://github.com/apache/netbeans/commit/8facebfce84017a66ae2b50d079ed3e7652604c9



> cleanup raw type warnings..
> ---
>
> Key: NETBEANS-2670
> URL: https://issues.apache.org/jira/browse/NETBEANS-2670
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.1
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The NetBeans code has a lot of the following warnings..
> [repeat] 
> /home/bwalker/netbeans-11.0/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/TabLayoutManager.java:245:
>  warning: [rawtypes] found raw type: ArrayList
>  [repeat] ArrayList[] rowIndexes = new ArrayList[rowCount];
>  [repeat] ^
>  [repeat] missing type arguments for generic class ArrayList
>  
> So remove the warnings by doing just simply providing a proper type for the 
> generic class..
>  



--
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-2271) Problem with putting breakpoint at a php source when "stop at first line" is disabled

2019-06-17 Thread Andre Schild (JIRA)


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

Andre Schild commented on NETBEANS-2271:


Related to Issue #NETBEANS-2610 ?

> Problem with putting breakpoint at a php source when "stop at first line" is 
> disabled
> -
>
> Key: NETBEANS-2271
> URL: https://issues.apache.org/jira/browse/NETBEANS-2271
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0, 11.0
> Environment: Windows 10 64-bit
>Reporter: Daes Mond
>Priority: Minor
>
> When PHP debugging "stop at first line" is disabled when netbeans just loaded
> and opened/create a php project, breakpoints cannot be set,
> until enabling "stop at first line" and run the project in debug mode.
> Breakpoint can be set without enabling "stop at first line" after sometime
> (a few minutes or more). It seems that x-debug loading is being delayed when
> "stop at first line" is disabled..



--
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-2610) PHP can't set breakpoint

2019-06-17 Thread Andre Schild (JIRA)


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

Andre Schild commented on NETBEANS-2610:


Same here under Windows 10 Bit and JDK 10

> PHP can't set breakpoint
> 
>
> Key: NETBEANS-2610
> URL: https://issues.apache.org/jira/browse/NETBEANS-2610
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Ubuntu 19.10, JDK 8 and JDK 11
>Reporter: Owen Savill
>Priority: Major
>  Labels: PHP, php-debug
>
> When Netbeans first fires up it is unable to set a breakpoint in a PHP file 
> until a breakpoint is set elsewhere, e.g. in a Java project. I've also 
> noticed that sometimes after following a jump to the definition of a PHP 
> function enabling breakpoints also becomes enabled.



--
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-2714) NetBeans gradle support does not recognize new subproject creation

2019-06-17 Thread Shevek (JIRA)
Shevek created NETBEANS-2714:


 Summary: NetBeans gradle support does not recognize new subproject 
creation
 Key: NETBEANS-2714
 URL: https://issues.apache.org/jira/browse/NETBEANS-2714
 Project: NetBeans
  Issue Type: Bug
Reporter: Shevek


If I switch git branches or otherwise cause a new subproject to appear in a 
gradle project, NetBeans does not recognize that.

I gather new NB watches the build.gradle(s) for changes, but it appears to miss 
this one.

This is a fairly common use case - the old gradle plugin did NOT watch for 
changes, and one had to do a manual reload. The new gradle plugin does watch 
for changes, and there is no reload option, so the only way to see a new 
subproject is to restart the whole IDE (grrr, again).



--
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-1696) PHP 7.4 Support

2019-06-17 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-1696:
---
Description: 
* [RFC: PHP 7.4|https://wiki.php.net/rfc#php_74]
* [Typed Properties 2.0|https://wiki.php.net/rfc/typed_properties_v2]
* [Null Coalescing Assignment 
Operator|https://wiki.php.net/rfc/null_coalesce_equal_operator]
* [Spread Operator in Array 
Expression|https://wiki.php.net/rfc/spread_operator_for_array]
* [Arrow Functions 2.0|https://wiki.php.net/rfc/arrow_functions_v2]
* [Numeric Literal Separator|https://wiki.php.net/rfc/numeric_literal_separator]

  was:
* [RFC: PHP 7.4|https://wiki.php.net/rfc#php_74]
* [Typed Properties 2.0|https://wiki.php.net/rfc/typed_properties_v2]
* [Null Coalescing Assignment 
Operator|https://wiki.php.net/rfc/null_coalesce_equal_operator]


> PHP 7.4 Support
> ---
>
> Key: NETBEANS-1696
> URL: https://issues.apache.org/jira/browse/NETBEANS-1696
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> * [RFC: PHP 7.4|https://wiki.php.net/rfc#php_74]
> * [Typed Properties 2.0|https://wiki.php.net/rfc/typed_properties_v2]
> * [Null Coalescing Assignment 
> Operator|https://wiki.php.net/rfc/null_coalesce_equal_operator]
> * [Spread Operator in Array 
> Expression|https://wiki.php.net/rfc/spread_operator_for_array]
> * [Arrow Functions 2.0|https://wiki.php.net/rfc/arrow_functions_v2]
> * [Numeric Literal 
> Separator|https://wiki.php.net/rfc/numeric_literal_separator]



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



[netbeans] branch master updated (f02daac -> 7c0c98e)

2019-06-17 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

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


from f02daac  Merge pull request #1302 from neilcsmith-net/update-upgrader
 new 7e9cd40  [NETBEANS-1696] PHP 7.4 Support
 new 8ddb5f1  Fix FieldRedeclarationHintError
 new 7c0c98e  Merge pull request #1301 from 
junichi11/netbeans-1696-php7.4-support

The 2672 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:
 .../php/editor/api/elements/FieldElement.java  |1 +
 .../editor/completion/CompletionContextFinder.java |   17 +-
 .../php/editor/completion/PHPCodeCompletion.java   |  107 +-
 .../php/editor/elements/FieldElementImpl.java  |   35 +-
 .../modules/php/editor/indent/FormatVisitor.java   |   22 +-
 .../modules/php/editor/index/PHPIndexer.java   |6 +-
 .../modules/php/editor/model/FieldElement.java |3 +-
 .../php/editor/model/impl/FieldElementImpl.java|   18 +-
 .../php/editor/model/impl/ModelBuilder.java|7 +-
 .../php/editor/model/impl/ModelVisitor.java|   34 +-
 .../modules/php/editor/model/impl/Type.java|   12 +
 .../model/nodes/SingleFieldDeclarationInfo.java|   14 +
 .../modules/php/editor/parser/ASTPHP5Parser.java   | 1449 ++--
 .../modules/php/editor/parser/ASTPHP5Symbols.java  |2 +-
 .../php/editor/parser/EncodedActionTable1.java |  114 +-
 .../php/editor/parser/EncodedActionTable10.java|  394 +++---
 .../php/editor/parser/EncodedActionTable11.java|  386 +++---
 .../php/editor/parser/EncodedActionTable12.java|  406 +++---
 .../php/editor/parser/EncodedActionTable13.java|  456 +++---
 .../php/editor/parser/EncodedActionTable14.java|  194 ++-
 .../php/editor/parser/EncodedActionTable4.java |  354 ++---
 .../php/editor/parser/EncodedActionTable5.java |  342 ++---
 .../php/editor/parser/EncodedActionTable6.java |  356 ++---
 .../php/editor/parser/EncodedActionTable7.java |  362 ++---
 .../php/editor/parser/EncodedActionTable8.java |  386 +++---
 .../php/editor/parser/EncodedActionTable9.java |  480 +++
 .../editor/parser/astnodes/FieldsDeclaration.java  |   29 +-
 .../parser/astnodes/SingleFieldDeclaration.java|   22 +-
 .../parser/astnodes/visitors/DefaultVisitor.java   |3 +-
 .../modules/php/editor/resources/layer.xml |1 +
 .../verification/FieldRedeclarationHintError.java  |7 +-
 .../editor/verification/PHP74UnhandledError.java   |   16 +
 .../verification/UnusableTypesUnhandledError.java  |  190 +++
 .../ASTPHP5ParserTest/parser/TextSearchQuery.pass  |   26 +
 .../parser/anonymousClass_01.pass  |   10 +
 .../ASTPHP5ParserTest/parser/heredoc_015.pass  |2 +
 .../ASTPHP5ParserTest/parser/issue258959.pass  |2 +
 .../ASTPHP5ParserTest/parser/issue271109.pass  |2 +
 .../parser/php73/heredoc_indent_spaces_01.pass |2 +
 .../parser/php73/heredoc_indent_spaces_02.pass |2 +
 .../parser/php73/heredoc_indent_tabs_01.pass   |2 +
 .../parser/php73/heredoc_indent_tabs_02.pass   |2 +
 .../parser/php73/nowdoc_indent_spaces_01.pass  |2 +
 .../parser/php73/nowdoc_indent_spaces_02.pass  |2 +
 .../parser/php73/nowdoc_indent_tabs_01.pass|2 +
 .../parser/php73/nowdoc_indent_tabs_02.pass|2 +
 .../parser/php74/typedPropertiesClass.pass |  910 
 .../parser/php74/typedPropertiesTrait.pass |  906 
 .../parser/shortArraysStaticScalar_01.pass |2 +
 .../parser/uniformVariableSyntax_33.pass   |2 +
 .../parser/SanitizeSourceTest/sanitize/case01.pass |2 +
 .../SanitizeSourceTest/sanitize/curly05.pass   |2 +
 .../SanitizeSourceTest/sanitize/curly06.pass   |2 +
 .../SanitizeSourceTest/sanitize/curly07.pass   |2 +
 .../SanitizeSourceTest/sanitize/curly08.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize003.pass   |4 +
 .../SanitizeSourceTest/sanitize/sanitize005.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize006.pass   |4 +
 .../SanitizeSourceTest/sanitize/sanitize007.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize008.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize009.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize010.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize011.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize012.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize013.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize014.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize015.pass   |2 +
 .../SanitizeSourceTest/sanitize/sanitize016.pass   |2 +
 

[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 805

2019-06-17 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 8ff945c  Automated site publishing by Jenkins build 805
8ff945c is described below

commit 8ff945cce5fa8f8233241919173dfa63fd449463
Author: jenkins 
AuthorDate: Mon Jun 17 15:31:47 2019 +

Automated site publishing by Jenkins build 805
---
 content/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/.htaccess b/content/.htaccess
index 1efcd5e..ae7c16a 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -6,7 +6,7 @@ Redirect 302 /nb/updates/9.0/ 
http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
 Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
-Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
+Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues
 #cgi mirror script


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

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



[netbeans-website] branch uc-redirect-111 deleted (was ab4f849)

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch uc-redirect-111
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


 was ab4f849  Fix incorrect plugins redirect

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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

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



[netbeans-website] 01/01: Fix incorrect plugins redirect

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch uc-redirect-111
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git

commit ab4f8490a8e4c591af0b330e25922bceb25b0538
Author: Neil C Smith 
AuthorDate: Mon Jun 17 16:29:30 2019 +0100

Fix incorrect plugins redirect
---
 netbeans.apache.org/src/content/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index 1efcd5e..ae7c16a 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -6,7 +6,7 @@ Redirect 302 /nb/updates/9.0/ 
http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
 Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
-Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
+Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues
 #cgi mirror script


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

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



[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 804

2019-06-17 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 257bc77  Automated site publishing by Jenkins build 804
257bc77 is described below

commit 257bc77017b876da051870470d3c89e464cc51df
Author: jenkins 
AuthorDate: Mon Jun 17 15:29:36 2019 +

Automated site publishing by Jenkins build 804
---
 content/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/.htaccess b/content/.htaccess
index 4b42e64..1efcd5e 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -5,6 +5,8 @@ Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz 
http://updates.netbe
 Redirect 302 /nb/updates/9.0/ http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues
 #cgi mirror script


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

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



[netbeans-website] branch uc-redirect-111 created (now ab4f849)

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch uc-redirect-111
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


  at ab4f849  Fix incorrect plugins redirect

This branch includes the following new commits:

 new ab4f849  Fix incorrect plugins redirect

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.



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

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



[netbeans-website] branch master updated: Fix incorrect plugins redirect (#370)

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 980191c  Fix incorrect plugins redirect (#370)
980191c is described below

commit 980191c6eee84c601452b5b13c3acafff72f0b07
Author: Neil C Smith 
AuthorDate: Mon Jun 17 16:29:44 2019 +0100

Fix incorrect plugins redirect (#370)
---
 netbeans.apache.org/src/content/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index 1efcd5e..ae7c16a 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -6,7 +6,7 @@ Redirect 302 /nb/updates/9.0/ 
http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
 Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
-Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
+Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues
 #cgi mirror script


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

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



[netbeans-website] branch master updated: Update .htaccess with temporary redirects for 11.1 beta (#369)

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8cf1b53  Update .htaccess with temporary redirects for 11.1 beta (#369)
8cf1b53 is described below

commit 8cf1b530f07ce4ae9c96aa96cd63dde529c47465
Author: Neil C Smith 
AuthorDate: Mon Jun 17 16:26:12 2019 +0100

Update .htaccess with temporary redirects for 11.1 beta (#369)
---
 netbeans.apache.org/src/content/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index 4b42e64..1efcd5e 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -5,6 +5,8 @@ Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz 
http://updates.netbe
 Redirect 302 /nb/updates/9.0/ http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues
 #cgi mirror script


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

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



[netbeans-website] branch uc-redirects-111 deleted (was 4616b9e)

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch uc-redirects-111
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


 was 4616b9e  Update .htaccess with temporary redirects for 11.1 beta

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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

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



[netbeans-website] 01/01: Update .htaccess with temporary redirects for 11.1 beta

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch uc-redirects-111
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git

commit 4616b9e83578db1893bc887a03034fdfbb0cc7c1
Author: Neil C Smith 
AuthorDate: Mon Jun 17 16:25:04 2019 +0100

Update .htaccess with temporary redirects for 11.1 beta
---
 netbeans.apache.org/src/content/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index 4b42e64..1efcd5e 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -5,6 +5,8 @@ Redirect 301 /updates/8.2/uc/final/certified/catalog.xml.gz 
http://updates.netbe
 Redirect 302 /nb/updates/9.0/ http://netbeans-vm.apache.org/uc/9.0/
 Redirect 302 /nb/updates/10.0/ http://netbeans-vm.apache.org/uc/10.0/
 Redirect 302 /nb/updates/11.0/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/updates/11.1/ http://netbeans-vm.apache.org/uc/11.0/
+Redirect 302 /nb/plugins/11.1/ 
http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues
 #cgi mirror script


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

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



[netbeans-website] branch uc-redirects-111 created (now 4616b9e)

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch uc-redirects-111
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


  at 4616b9e  Update .htaccess with temporary redirects for 11.1 beta

This branch includes the following new commits:

 new 4616b9e  Update .htaccess with temporary redirects for 11.1 beta

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.



-
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-2713) CRASH java.lang.AssertionError

2019-06-17 Thread Vincenzo Luongo (JIRA)


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

Vincenzo Luongo updated NETBEANS-2713:
--
Description: 
background project scanning in progress out this error

INFO [org.netbeans.core.windows.persistence]: 
[PersistenceManager.getTopComponentForID] Problem when deserializing 
TopComponent for tcID:'MultiView-php#002EsouD271294Ftext#002Ehistory#007C'. 
Reason: Top component MultiView-php#002EsouD271294Ftext#002Ehistory#007C could 
not be located or loaded from Components folder.
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.lsp.client.LSPBindings$Cleanup
java.lang.NullPointerException
 at 
org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
INFO [org.netbeans.core.netigso.Netigso]: bundle 
org.eclipse.osgi@3.9.1.v20140110-1610 256
INFO [org.netbeans.core.netigso.Netigso]: bundle 
org.eclipse.osgi@3.9.1.v20140110-1610 stopped
INFO [null]: Last record repeated again. 

  was:
background project scanning in progress out this error

 


> CRASH  java.lang.AssertionError
> ---
>
> Key: NETBEANS-2713
> URL: https://issues.apache.org/jira/browse/NETBEANS-2713
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: fedora 30
>Reporter: Vincenzo Luongo
>Priority: Major
>
> background project scanning in progress out this error
> INFO [org.netbeans.core.windows.persistence]: 
> [PersistenceManager.getTopComponentForID] Problem when deserializing 
> TopComponent for tcID:'MultiView-php#002EsouD271294Ftext#002Ehistory#007C'. 
> Reason: Top component MultiView-php#002EsouD271294Ftext#002Ehistory#007C 
> could not be located or loaded from Components folder.
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.lsp.client.LSPBindings$Cleanup
> java.lang.NullPointerException
>  at 
> org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> INFO [org.netbeans.core.netigso.Netigso]: bundle 
> org.eclipse.osgi@3.9.1.v20140110-1610 256
> INFO [org.netbeans.core.netigso.Netigso]: bundle 
> org.eclipse.osgi@3.9.1.v20140110-1610 stopped
> INFO [null]: Last record repeated again. 



--
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-2713) CRASH java.lang.AssertionError

2019-06-17 Thread Vincenzo Luongo (JIRA)
Vincenzo Luongo created NETBEANS-2713:
-

 Summary: CRASH  java.lang.AssertionError
 Key: NETBEANS-2713
 URL: https://issues.apache.org/jira/browse/NETBEANS-2713
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
 Environment: fedora 30
Reporter: Vincenzo Luongo


background project scanning in progress out this error

 



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



[netbeans-jenkins-lib] branch master updated: add release111 information (incomplete)

2019-06-17 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new dfbbf35  add release111 information (incomplete)
dfbbf35 is described below

commit dfbbf35dad89b1d9f16fc603b5883552da3f81de
Author: Eric Barboni 
AuthorDate: Mon Jun 17 16:50:30 2019 +0200

add release111 information (incomplete)
---
 meta/netbeansrelease.json | 21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index ab03631..a0759fb 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -56,11 +56,30 @@
 "year": "2018"
 }
 },
-"master": {
+"release111": {
 "position": "4",
 "ant": "Ant (latest)",
 "jdk": "JDK 1.8 (latest)",
 "maven": "Maven 3.3.9",
+"versionName": "11.1",
+"tlp": "true",
+"apidocurl": "https://bits.netbeans.org/11.1/javadoc;,
+"releasedate": {
+"day": "17",
+"month": "06",
+"year": "2019"
+},
+"previousreleasedate": {
+"day": "04",
+"month": "04",
+"year": "2018"
+}
+},
+"master": {
+"position": "5",
+"ant": "Ant (latest)",
+"jdk": "JDK 1.8 (latest)",
+"maven": "Maven 3.3.9",
 "versionName": "-",
 "tlp": "true",
 "apidocurl": "https://bits.netbeans.org/dev/javadoc;,


-
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-2712) Multiple crash oracle Js Parser org.netbeans.modules.parsing.spi.ParseException

2019-06-17 Thread Vincenzo Luongo (JIRA)


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

Vincenzo Luongo updated NETBEANS-2712:
--
Description: 
After install oracle Js Parser for javascript from plugins window, restart IDE 
and crash when background scanning is running

 

A java.lang.AssertionError exception has occurred.
Please report this at https://issues.apache.org/jira/projects/NETBEANS/issues,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your 
/home/vluongo/snap/netbeans/common/data/11.0/var/log folder.

 

  was:
After install oracle Js Parser for javascript from plugins window, restart IDE 
and crash when background scanning is running

 


> Multiple crash oracle Js Parser 
> org.netbeans.modules.parsing.spi.ParseException
> ---
>
> Key: NETBEANS-2712
> URL: https://issues.apache.org/jira/browse/NETBEANS-2712
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Fedora 30 Latest release
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDE.log, 
> IDE_org.netbeans.modules.javascript2.editor.parser.SanitizingParser.log, 
> UI.log, UI_USG_PROJECT_OPEN_PHP.log
>
>
> After install oracle Js Parser for javascript from plugins window, restart 
> IDE and crash when background scanning is running
>  
> A java.lang.AssertionError exception has occurred.
> Please report this at https://issues.apache.org/jira/projects/NETBEANS/issues,
> including a copy of your messages.log file as an attachment.
> The messages.log file is located in your 
> /home/vluongo/snap/netbeans/common/data/11.0/var/log folder.
>  



--
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-2712) Multiple crash oracle Js Parser org.netbeans.modules.parsing.spi.ParseException

2019-06-17 Thread Vincenzo Luongo (JIRA)


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

Vincenzo Luongo updated NETBEANS-2712:
--
Attachment: (was: UI.log)

> Multiple crash oracle Js Parser 
> org.netbeans.modules.parsing.spi.ParseException
> ---
>
> Key: NETBEANS-2712
> URL: https://issues.apache.org/jira/browse/NETBEANS-2712
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Fedora 30 Latest release
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDE.log, 
> IDE_org.netbeans.modules.javascript2.editor.parser.SanitizingParser.log, 
> UI.log, UI_USG_PROJECT_OPEN_PHP.log
>
>
> After install oracle Js Parser for javascript from plugins window, restart 
> IDE and crash when background scanning is running
>  



--
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-2712) Multiple crash oracle Js Parser org.netbeans.modules.parsing.spi.ParseException

2019-06-17 Thread Vincenzo Luongo (JIRA)


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

Vincenzo Luongo updated NETBEANS-2712:
--
Attachment: 
IDE_org.netbeans.modules.javascript2.editor.parser.SanitizingParser.log
UI.log
UI_USG_PROJECT_OPEN_PHP.log

> Multiple crash oracle Js Parser 
> org.netbeans.modules.parsing.spi.ParseException
> ---
>
> Key: NETBEANS-2712
> URL: https://issues.apache.org/jira/browse/NETBEANS-2712
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Fedora 30 Latest release
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDE.log, 
> IDE_org.netbeans.modules.javascript2.editor.parser.SanitizingParser.log, 
> UI.log, UI_USG_PROJECT_OPEN_PHP.log
>
>
> After install oracle Js Parser for javascript from plugins window, restart 
> IDE and crash when background scanning is running
>  



--
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-2712) Multiple crash oracle Js Parser org.netbeans.modules.parsing.spi.ParseException

2019-06-17 Thread Vincenzo Luongo (JIRA)


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

Vincenzo Luongo updated NETBEANS-2712:
--
Summary: Multiple crash oracle Js Parser 
org.netbeans.modules.parsing.spi.ParseException  (was: After install oracle Js 
Parser for javascript, restart IDE and crash)

> Multiple crash oracle Js Parser 
> org.netbeans.modules.parsing.spi.ParseException
> ---
>
> Key: NETBEANS-2712
> URL: https://issues.apache.org/jira/browse/NETBEANS-2712
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Fedora 30 Latest release
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDE.log, UI.log
>
>
> After install oracle Js Parser for javascript from plugins window, restart 
> IDE and crash when background scanning is running
>  



--
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-2712) After install oracle Js Parser for javascript, restart IDE and crash

2019-06-17 Thread Vincenzo Luongo (JIRA)


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

Vincenzo Luongo updated NETBEANS-2712:
--
Attachment: IDE.log
UI.log

> After install oracle Js Parser for javascript, restart IDE and crash
> 
>
> Key: NETBEANS-2712
> URL: https://issues.apache.org/jira/browse/NETBEANS-2712
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Fedora 30 Latest release
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDE.log, UI.log
>
>
> After install oracle Js Parser for javascript from plugins window, restart 
> IDE and crash after background scanning
>  



--
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-2712) After install oracle Js Parser for javascript, restart IDE and crash

2019-06-17 Thread Vincenzo Luongo (JIRA)
Vincenzo Luongo created NETBEANS-2712:
-

 Summary: After install oracle Js Parser for javascript, restart 
IDE and crash
 Key: NETBEANS-2712
 URL: https://issues.apache.org/jira/browse/NETBEANS-2712
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
 Environment: Fedora 30 Latest release
Reporter: Vincenzo Luongo


After install oracle Js Parser for javascript from plugins window, restart IDE 
and crash after background scanning

 



--
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-2711) Manual editing of FXML file causes Error / persistent question for certificate

2019-06-17 Thread Helmut Leininger (JIRA)
Helmut Leininger created NETBEANS-2711:
--

 Summary: Manual editing of FXML file causes Error / persistent 
question for certificate
 Key: NETBEANS-2711
 URL: https://issues.apache.org/jira/browse/NETBEANS-2711
 Project: NetBeans
  Issue Type: Bug
 Environment: Windows 10, Netbeans 11, opnejdk 12, openjfx 12, 
Scenebuilder 11
Reporter: Helmut Leininger
 Attachments: 2019-06-17 16_03_42-Window.png, 2019-06-17 
16_04_08-Window.png

When trying to do a manual edit of a FXML file (created by Scenbuilder), 
Netbeans tries to download something, then asks twice for accepting a 
certificate from Oracle, and issues to messages:

17.06.2019, 16:03:19 : Retrieving Location: http://javafx.com/javafx/11.0.1 
Error: An I/O error occured. readHandshakeRecord

The cerificates (although accepted) are not stored for later reuse.
Note: the FXML files contain
xmlns="http://javafx.com/javafx/11.0.1; xmlns:fx="http://javafx.com/fxml/1;

The application may be compiled and executed, though.



--
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-2685) Adjust Update Centers

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2685:
---
Summary: Adjust Update Centers  (was: CLONE - Adjust Update Centers)

> Adjust Update Centers
> -
>
> Key: NETBEANS-2685
> URL: https://issues.apache.org/jira/browse/NETBEANS-2685
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> The update centers needs to be updated to the upcoming release.
> See the linked PR how to do that.
> Thank you Jan!



--
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-2682) Change the launcher settings for release

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2682:
---
Description: 
# Update the userdir path
 # Remove assertion and console logging

  was:
# Update the userdir path
 # Remove assertion


> Change the launcher settings for release
> 
>
> Key: NETBEANS-2682
> URL: https://issues.apache.org/jira/browse/NETBEANS-2682
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> # Update the userdir path
>  # Remove assertion and console logging



--
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-2683) Update JavaDoc Generation

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2683:
---
Summary: Update JavaDoc Generation  (was: Update JavaDoc Generation for 
11.1)

> Update JavaDoc Generation
> -
>
> Key: NETBEANS-2683
> URL: https://issues.apache.org/jira/browse/NETBEANS-2683
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>
> Generated JavaDoc shall present the correct version numbers as well.



--
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-2681) Update currentVersion and main window title

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2681:
---
Description: 
There are 2 files needs to be updated with the correct currentVersion property :
 * {{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}
 * 
{{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}

There are 2 files where the main window title needs updating
 * 
{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}
 * 
{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}

Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
properties.

  was:
There are 2 files needs to be updated with the correct version number:

As of Main Window Title update:
 * 
{{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}
 * 
{{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}

Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
properties.


> Update currentVersion and main window title
> ---
>
> Key: NETBEANS-2681
> URL: https://issues.apache.org/jira/browse/NETBEANS-2681
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> There are 2 files needs to be updated with the correct currentVersion 
> property :
>  * {{platform/core.startup/src/org/netbeans/core/startup/Bundle.properties}}
>  * 
> {{nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties}}
> There are 2 files where the main window title needs updating
>  * 
> {{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}
>  * 
> {{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}
> Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
> properties.



--
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-2681) Update currentVersion and main window title

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2681:
---
Summary: Update currentVersion and main window title  (was: Update 
currentVersion to Show 11.1 as version number.)

> Update currentVersion and main window title
> ---
>
> Key: NETBEANS-2681
> URL: https://issues.apache.org/jira/browse/NETBEANS-2681
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> There are 2 files needs to be updated with the correct version number:
> As of Main Window Title update:
>  * 
> {{nb/ide.branding/core.windows/src/org/netbeans/core/windows/view/ui/Bundle_nb.properties}}
>  * 
> {{platform/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties}}
> Update the {{CTL_MainWindow_Title}}  and {{CTL_MainWindow_Title_No_Project}} 
> properties.



--
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-2678) Branch master to release branch

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2678:
---
Description: 
Create a release branch from master. Branch name is release followed by the 
version number excluding the dot

eg.

Apache NetBeans 11.0 - release110
Apache NetBeans 11.1 - release111
Apache NetBeans 12.0 - release120

  was:Create a release branch from master.

Summary: Branch master to release branch  (was: Branch master to 
release111)

> Branch master to release branch
> ---
>
> Key: NETBEANS-2678
> URL: https://issues.apache.org/jira/browse/NETBEANS-2678
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> Create a release branch from master. Branch name is release followed by the 
> version number excluding the dot
> eg.
> Apache NetBeans 11.0 - release110
> Apache NetBeans 11.1 - release111
> Apache NetBeans 12.0 - release120



--
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-2677) Update pluginimporter and upgrader tool to look for previous release

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2677:
---
Description: 
nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java

nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java

Shall be updated to look for the data directory of the previous release.

  was:
nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java

nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java

Shall be updated to look at the data directory in NetBeans 11.0 installation.


> Update pluginimporter and upgrader tool to look for previous release
> 
>
> Key: NETBEANS-2677
> URL: https://issues.apache.org/jira/browse/NETBEANS-2677
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java
> nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java
> Shall be updated to look for the data directory of the previous release.



--
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-2677) Update pluginimporter and upgrader tool to look for previous release

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith reassigned NETBEANS-2677:
--

Assignee: Neil C Smith

> Update pluginimporter and upgrader tool to look for previous release
> 
>
> Key: NETBEANS-2677
> URL: https://issues.apache.org/jira/browse/NETBEANS-2677
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>
> nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java
> nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java
> Shall be updated to look at the data directory in NetBeans 11.0 installation.



--
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-2684) Create first beta

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2684:
---
Summary: Create first beta  (was: CLONE - Create first vote candidate)

> Create first beta
> -
>
> Key: NETBEANS-2684
> URL: https://issues.apache.org/jira/browse/NETBEANS-2684
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>




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

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

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



[jira] [Updated] (NETBEANS-2684) CLONE - Create first vote candidate

2019-06-17 Thread Neil C Smith (JIRA)


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

Neil C Smith updated NETBEANS-2684:
---
Description: (was: Create the first vote candidate upon the document 
here: 
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+README)

> CLONE - Create first vote candidate
> ---
>
> Key: NETBEANS-2684
> URL: https://issues.apache.org/jira/browse/NETBEANS-2684
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
>




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

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

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



[netbeans] branch release111 created (now f02daac)

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


  at f02daac  Merge pull request #1302 from neilcsmith-net/update-upgrader

No new revisions were added by this update.


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

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



[netbeans] branch master updated: Update Installer and AutoUpgrade to look for 11.0 userdir.

2019-06-17 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6b6c408  Update Installer and AutoUpgrade to look for 11.0 userdir.
 new f02daac  Merge pull request #1302 from neilcsmith-net/update-upgrader
6b6c408 is described below

commit 6b6c4082be6c8830302450f2f3bc3fe8efb74239
Author: Neil C Smith 
AuthorDate: Mon Jun 17 12:16:29 2019 +0100

Update Installer and AutoUpgrade to look for 11.0 userdir.
---
 .../src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java   | 2 +-
 nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java
 
b/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java
index 546525b..42852a2 100644
--- 
a/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java
+++ 
b/nb/autoupdate.pluginimporter/src/org/netbeans/modules/autoupdate/pluginimporter/Installer.java
@@ -51,7 +51,7 @@ public class Installer extends ModuleInstall {
 private static final List VERSION_TO_CHECK =
 Arrays.asList (".netbeans/7.1.2", ".netbeans/7.1.1", 
".netbeans/7.1", ".netbeans/7.0", ".netbeans/6.9"); //NOI18N
 private static final List NEWER_VERSION_TO_CHECK =
-Arrays.asList ("10.0", "9.0", "8.2", "8.1", "8.0.2", "8.0.1", 
"8.0", "7.4", "7.3.1", "7.3", "7.2.1", "7.2"); //NOI18N
+Arrays.asList ("11.0", "10.0", "9.0", "8.2", "8.1", "8.0.2", 
"8.0.1", "8.0", "7.4", "7.3.1", "7.3", "7.2.1", "7.2"); //NOI18N
 private static final String IMPORTED = "imported"; // NOI18N
 
 @Override
diff --git a/nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java 
b/nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java
index b8c16f2..0d87279 100644
--- a/nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java
+++ b/nb/o.n.upgrader/src/org/netbeans/upgrade/AutoUpgrade.java
@@ -93,7 +93,7 @@ public final class AutoUpgrade {
 
 // userdir on OS specific root of userdir (see issue 196075)
 static final List NEWER_VERSION_TO_CHECK =
-Arrays.asList ("10.0", "9.0", "8.2", "8.1", "8.0.2", "8.0.1", 
"8.0", "7.4", "7.3.1", "7.3", "7.2.1", "7.2"); //NOI18N
+Arrays.asList ("11.0", "10.0", "9.0", "8.2", "8.1", "8.0.2", 
"8.0.1", "8.0", "7.4", "7.3.1", "7.3", "7.2.1", "7.2"); //NOI18N
 
 
 private static File checkPreviousOnOsSpecificPlace (final List 
versionsToCheck) {


-
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-2710) NetBeans debugger searches for sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Attachment: selfsampler5847476167391349818.npss

> NetBeans debugger searches for sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
> Attachments: selfsampler2926360216538764988.npss, 
> selfsampler5847476167391349818.npss, selfsampler6055666199251232450.npss
>
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor. 
> Stopping at breakpoints after that is usually fast.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources. See JPDA Debugger 
> thread and time to get GlobalPathRegistry.getSourceRoots() - 
> selfsampler6055666199251232450.npss.
> Attaching also other profiling info when the whole stacktrace info 
> disappeared from the Debug window or variables are being evaluated for tens 
> of seconds or up to minutes - selfsampler2926360216538764988.npss, 
> selfsampler5847476167391349818.npss.



--
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-2710) NetBeans debugger searches for sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Attachment: selfsampler2926360216538764988.npss

> NetBeans debugger searches for sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
> Attachments: selfsampler2926360216538764988.npss, 
> selfsampler5847476167391349818.npss, selfsampler6055666199251232450.npss
>
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor. 
> Stopping at breakpoints after that is usually fast.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources. See JPDA Debugger 
> thread and time to get GlobalPathRegistry.getSourceRoots() - 
> selfsampler6055666199251232450.npss.
> Attaching also other profiling info when the whole stacktrace info 
> disappeared from the Debug window or variables are being evaluated for tens 
> of seconds or up to minutes - selfsampler2926360216538764988.npss, 
> selfsampler5847476167391349818.npss.



--
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-2710) NetBeans debugger searches for sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Description: 
When debugging Java aplication, stopping at the first breakpoint usually takes 
a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
description..." for over 3 minutes before sources are shown in editor. Stopping 
at breakpoints after that is usually fast.

It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
NetBeans 8.0 was working much faster (in seconds).

My environment: Windows 7, Java 8, NetBeans 9.0.

Attached is profiling info while waiting for sources. See JPDA Debugger thread 
and time to get GlobalPathRegistry.getSourceRoots() - 
selfsampler6055666199251232450.npss.

Attaching also other profiling info when the whole stacktrace info disappeared 
from the Debug window or variables are being evaluated for tens of seconds or 
up to minutes - selfsampler2926360216538764988.npss, 
selfsampler5847476167391349818.npss.

  was:
When debugging Java aplication, stopping at the first breakpoint usually takes 
a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
description..." for over 3 minutes before sources are shown in editor. Stopping 
at breakpoints after that is usually fast.

It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
NetBeans 8.0 was working much faster (in seconds).

My environment: Windows 7, Java 8, NetBeans 9.0.

Attached is profiling info while waiting for sources. See JPDA Debugger thread 
and time to get GlobalPathRegistry.getSourceRoots().


> NetBeans debugger searches for sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
> Attachments: selfsampler6055666199251232450.npss
>
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor. 
> Stopping at breakpoints after that is usually fast.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources. See JPDA Debugger 
> thread and time to get GlobalPathRegistry.getSourceRoots() - 
> selfsampler6055666199251232450.npss.
> Attaching also other profiling info when the whole stacktrace info 
> disappeared from the Debug window or variables are being evaluated for tens 
> of seconds or up to minutes - selfsampler2926360216538764988.npss, 
> selfsampler5847476167391349818.npss.



--
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-2710) NetBeans debugger searches for sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Summary: NetBeans debugger searches for sources for over 3 minutes  (was: 
NetBeans debugger searches sources for over 3 minutes)

> NetBeans debugger searches for sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
> Attachments: selfsampler6055666199251232450.npss
>
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor. 
> Stopping at breakpoints after that is usually fast.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources. See JPDA Debugger 
> thread and time to get GlobalPathRegistry.getSourceRoots().



--
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-2710) NetBeans debugger searches sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Description: 
When debugging Java aplication, stopping at the first breakpoint usually takes 
a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
description..." for over 3 minutes before sources are shown in editor. Stopping 
at breakpoints after that is usually fast.

It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
NetBeans 8.0 was working much faster (in seconds).

My environment: Windows 7, Java 8, NetBeans 9.0.

Attached is profiling info while waiting for sources. See JPDA Debugger thread 
and time to get GlobalPathRegistry.getSourceRoots().

  was:
When debugging Java aplication, stopping at the first breakpoint usually takes 
a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
description..." for over 3 minutes before sources are shown in editor.

It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
NetBeans 8.0 was working much faster (in seconds).

My environment: Windows 7, Java 8, NetBeans 9.0.

Attached is profiling info while waiting for sources. See JPDA Debugger thread 
and time to get GlobalPathRegistry.getSourceRoots().


> NetBeans debugger searches sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
> Attachments: selfsampler6055666199251232450.npss
>
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor. 
> Stopping at breakpoints after that is usually fast.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources. See JPDA Debugger 
> thread and time to get GlobalPathRegistry.getSourceRoots().



--
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-2710) NetBeans debugger searches sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Attachment: selfsampler6055666199251232450.npss

> NetBeans debugger searches sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
> Attachments: selfsampler6055666199251232450.npss
>
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources.



--
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-2710) NetBeans debugger searches sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Description: 
When debugging Java aplication, stopping at the first breakpoint usually takes 
a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
description..." for over 3 minutes before sources are shown in editor.

It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
NetBeans 8.0 was working much faster (in seconds).

My environment: Windows 7, Java 8, NetBeans 9.0.

Attached is profiling info while waiting for sources. See JPDA Debugger thread 
and time to get GlobalPathRegistry.getSourceRoots().

  was:
When debugging Java aplication, stopping at the first breakpoint usually takes 
a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
description..." for over 3 minutes before sources are shown in editor.

It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
NetBeans 8.0 was working much faster (in seconds).

My environment: Windows 7, Java 8, NetBeans 9.0.

Attached is profiling info while waiting for sources.


> NetBeans debugger searches sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
> Attachments: selfsampler6055666199251232450.npss
>
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources. See JPDA Debugger 
> thread and time to get GlobalPathRegistry.getSourceRoots().



--
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-2710) NetBeans debugger searches sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)


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

Frantisek Sodomka updated NETBEANS-2710:

Description: 
When debugging Java aplication, stopping at the first breakpoint usually takes 
a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
description..." for over 3 minutes before sources are shown in editor.

It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
NetBeans 8.0 was working much faster (in seconds).

My environment: Windows 7, Java 8, NetBeans 9.0.

Attached is profiling info while waiting for sources.

> NetBeans debugger searches sources for over 3 minutes
> -
>
> Key: NETBEANS-2710
> URL: https://issues.apache.org/jira/browse/NETBEANS-2710
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 9.0
>Reporter: Frantisek Sodomka
>Priority: Major
>
> When debugging Java aplication, stopping at the first breakpoint usually 
> takes a long time. Debugging window (Alt+Shift+9) shows "Loading frame 
> description..." for over 3 minutes before sources are shown in editor.
> It happens in Netbeans 9.0, but I think it was introduced in NetBeans 8.2. 
> NetBeans 8.0 was working much faster (in seconds).
> My environment: Windows 7, Java 8, NetBeans 9.0.
> Attached is profiling info while waiting for sources.



--
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-2710) NetBeans debugger searches sources for over 3 minutes

2019-06-17 Thread Frantisek Sodomka (JIRA)
Frantisek Sodomka created NETBEANS-2710:
---

 Summary: NetBeans debugger searches sources for over 3 minutes
 Key: NETBEANS-2710
 URL: https://issues.apache.org/jira/browse/NETBEANS-2710
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 9.0, 8.2
Reporter: Frantisek Sodomka






--
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-2667) L - Netbeans Dialog API

2019-06-17 Thread Yann Dameron (JIRA)


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

Yann Dameron reassigned NETBEANS-2667:
--

Assignee: Yann Dameron

> L - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - DialogsWizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Assignee: Yann Dameron
>Priority: Minor
> Attachments: example-java-api.png, example-netbeans-api.png
>
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



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