[jira] [Updated] (NETBEANS-635) Surefire 2.19.1 (and later) stacktrace hyperlinks don't work with Maven

2018-11-26 Thread jmborer (JIRA)


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

jmborer updated NETBEANS-635:
-
Summary: Surefire 2.19.1 (and later) stacktrace hyperlinks don't work with 
Maven  (was: Surefire 2.19.1 stacktrace hyperlinks don't work with Maven)

> Surefire 2.19.1 (and later) stacktrace hyperlinks don't work with Maven
> ---
>
> Key: NETBEANS-635
> URL: https://issues.apache.org/jira/browse/NETBEANS-635
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 8.2, 9.0
>Reporter: jmborer
>Priority: Major
> Attachments: mavenproject3.zip
>
>
> When running tests with surefire 2.19.1, to see the stacktrace, make sure the 
> plugin is configured as following:
> {code:java}
> 
>     org.apache.maven.plugins
>     maven-surefire-plugin
>      2.19.1
>      
>          false
>      
>  {code}
> Then you will see the stacktraces in the output. Even though they are 
> recognized as being hyperlinks, when you click on them, nothing happens and 
> in the status bar of Netbeans it says that the source file cannot be found.
> This works perfectly with surefire 2.18.1. Something changed between these 
> versions.
> Related topics:
> [1] [https://netbeans.org/bugzilla/show_bug.cgi?id=257563]
> [2] [https://netbeans.org/bugzilla/show_bug.cgi?id=222587]
> [3] [https://netbeans.org/bugzilla/show_bug.cgi?id=262207]
>  
>  



--
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-1750) C++ templated using typedefs are not found with Go to Symbol / Go to Type

2018-11-26 Thread Sergey Dyachenko (JIRA)


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

Sergey Dyachenko updated NETBEANS-1750:
---
Description: 
Example:

{{template }}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

{{...}}

{{template }}
 {{using Cv_Data = Cv_Data_Separate_Buffers;}}

 

*Cv_Data* usage (Find Usages) is found OK.

But *Cv_Data* is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to *Cv_Data* in NetBeans C++ (without direct 
hyperlink form usage place or full text search).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for *A* with Go to Symbol / Go to Type in

{{template <...> using A = B<...>;}}

 

  was:
Example:

{{template }}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

{\{{{}}{{

{...}

}}{{

{{...}}

{{template }}
 {{using Cv_Data = Cv_Data_Separate_Buffers;}}

 

Cv_Data usage (Find Usages) is found OK.

But Cv_Data is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
hyperlink form usage place).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for A with Go to Symbol / Go to Type in

{{template <...> using A = B<...>;}}

 


> C++ templated using typedefs are not found with Go to Symbol / Go to Type
> -
>
> Key: NETBEANS-1750
> URL: https://issues.apache.org/jira/browse/NETBEANS-1750
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Model, cnd - Navigation, cnd - Other
>Affects Versions: 8.2
> Environment: Windows 7, NetBeans IDE 8.2 64bit.
>Reporter: Sergey Dyachenko
>Priority: Major
>
> Example:
> {{template }}
> {{class Cv_Data_Separate_Buffers: private boost::noncopyable}}
> {{...}}
> {{template }}
>  {{using Cv_Data = Cv_Data_Separate_Buffers;}}
>  
> *Cv_Data* usage (Find Usages) is found OK.
> But *Cv_Data* is NOT found with Go to Symbol / Go to Type.
> I do not know any way to navigate to *Cv_Data* in NetBeans C++ (without 
> direct hyperlink form usage place or full text search).
> {{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.
> The problem occurs only for *A* with Go to Symbol / Go to Type in
> {{template <...> using A = B<...>;}}
>  



--
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-1739) Fix Notice & MIT license note for version of HTML/Java API

2018-11-26 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach updated NETBEANS-1739:
--
Description: 
Justin & Bertrand found:

[https://lists.apache.org/thread.html/07d6de7e4409c26c7191ce89819ec590580cfe8dd3d9dd51b958bf6c@%3Cgeneral.incubator.apache.org%3E]

The NOTICE copyright year is “2017-2017” that should be 2017-2018 right?

The LICENSE is missing mention of (and license text) of MIT licensed Knockout 
[1]

Thanks,
 Justin
 # 
incubator-netbeans-html4j/ko4j/src/main/resources/org/netbeans/html/ko4j/knockout-3.4.0.js

The file has been introduced by commit 
[https://github.com/apache/incubator-netbeans-html4j/commit/2d7f1a8e5df7057dfe78ac2e6d32f15182a9a5ed]
 and it should be an exactly copy of version 3.4.0 from the 
https://github.com/knockout/knockout/releases/tag/v3.4.0

  was:
Justin found:

https://lists.apache.org/thread.html/07d6de7e4409c26c7191ce89819ec590580cfe8dd3d9dd51b958bf6c@%3Cgeneral.incubator.apache.org%3E

The NOTICE copyright year is “2017-2017” that should be 2017-2018 right?

The LICENSE is missing mention of (and license text) of MIT licensed Knockout 
[1]

Thanks,
Justin

1. 
incubator-netbeans-html4j/ko4j/src/main/resources/org/netbeans/html/ko4j/knockout-3.4.0.js


> Fix Notice & MIT license note for version of HTML/Java API
> --
>
> Key: NETBEANS-1739
> URL: https://issues.apache.org/jira/browse/NETBEANS-1739
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Major
>
> Justin & Bertrand found:
> [https://lists.apache.org/thread.html/07d6de7e4409c26c7191ce89819ec590580cfe8dd3d9dd51b958bf6c@%3Cgeneral.incubator.apache.org%3E]
> The NOTICE copyright year is “2017-2017” that should be 2017-2018 right?
> The LICENSE is missing mention of (and license text) of MIT licensed Knockout 
> [1]
> Thanks,
>  Justin
>  # 
> incubator-netbeans-html4j/ko4j/src/main/resources/org/netbeans/html/ko4j/knockout-3.4.0.js
> The file has been introduced by commit 
> [https://github.com/apache/incubator-netbeans-html4j/commit/2d7f1a8e5df7057dfe78ac2e6d32f15182a9a5ed]
>  and it should be an exactly copy of version 3.4.0 from the 
> https://github.com/knockout/knockout/releases/tag/v3.4.0



--
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-1739) Fix Notice & MIT license note for version of HTML/Java API

2018-11-26 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach commented on NETBEANS-1739:
---

The file has been introduced by commit 
[https://github.com/apache/incubator-netbeans-html4j/commit/2d7f1a8e5df7057dfe78ac2e6d32f15182a9a5ed]
 and it should be the exact copy of the 3.4.0 version taken from the 
Knockout.js project: https://github.com/knockout/knockout/releases/tag/v3.4.0

> Fix Notice & MIT license note for version of HTML/Java API
> --
>
> Key: NETBEANS-1739
> URL: https://issues.apache.org/jira/browse/NETBEANS-1739
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Major
>
> Justin found:
> https://lists.apache.org/thread.html/07d6de7e4409c26c7191ce89819ec590580cfe8dd3d9dd51b958bf6c@%3Cgeneral.incubator.apache.org%3E
> The NOTICE copyright year is “2017-2017” that should be 2017-2018 right?
> The LICENSE is missing mention of (and license text) of MIT licensed Knockout 
> [1]
> Thanks,
> Justin
> 1. 
> incubator-netbeans-html4j/ko4j/src/main/resources/org/netbeans/html/ko4j/knockout-3.4.0.js



--
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-1739) Fix Notice & MIT license note for version of HTML/Java API

2018-11-26 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach commented on NETBEANS-1739:
---

This has also be observed by Bertrand: 
https://lists.apache.org/thread.html/824f00c96cd8082988043cc7baceb42e7a7e79dd6b0cfbd2e3502ad2@%3Cgeneral.incubator.apache.org%3E

The file has been introduced by commit 
[https://github.com/apache/incubator-netbeans-html4j/commit/2d7f1a8e5df7057dfe78ac2e6d32f15182a9a5ed]
 and should exactly match version 3.4.0 downloadable from Knockout.js project: 
https://github.com/knockout/knockout/releases/tag/v3.4.0

> Fix Notice & MIT license note for version of HTML/Java API
> --
>
> Key: NETBEANS-1739
> URL: https://issues.apache.org/jira/browse/NETBEANS-1739
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Major
>
> Justin found:
> https://lists.apache.org/thread.html/07d6de7e4409c26c7191ce89819ec590580cfe8dd3d9dd51b958bf6c@%3Cgeneral.incubator.apache.org%3E
> The NOTICE copyright year is “2017-2017” that should be 2017-2018 right?
> The LICENSE is missing mention of (and license text) of MIT licensed Knockout 
> [1]
> Thanks,
> Justin
> 1. 
> incubator-netbeans-html4j/ko4j/src/main/resources/org/netbeans/html/ko4j/knockout-3.4.0.js



--
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-1739) Fix Notice & MIT license note for version of HTML/Java API

2018-11-26 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach reassigned NETBEANS-1739:
-

Assignee: Jaroslav Tulach

> Fix Notice & MIT license note for version of HTML/Java API
> --
>
> Key: NETBEANS-1739
> URL: https://issues.apache.org/jira/browse/NETBEANS-1739
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Major
>
> Justin found:
> https://lists.apache.org/thread.html/07d6de7e4409c26c7191ce89819ec590580cfe8dd3d9dd51b958bf6c@%3Cgeneral.incubator.apache.org%3E
> The NOTICE copyright year is “2017-2017” that should be 2017-2018 right?
> The LICENSE is missing mention of (and license text) of MIT licensed Knockout 
> [1]
> Thanks,
> Justin
> 1. 
> incubator-netbeans-html4j/ko4j/src/main/resources/org/netbeans/html/ko4j/knockout-3.4.0.js



--
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-1753) Support of Junit5 @DisplayName Annotation

2018-11-26 Thread Sebastian (JIRA)
Sebastian created NETBEANS-1753:
---

 Summary: Support of Junit5 @DisplayName Annotation
 Key: NETBEANS-1753
 URL: https://issues.apache.org/jira/browse/NETBEANS-1753
 Project: NetBeans
  Issue Type: Bug
Reporter: Sebastian


The Junit-5 Api has the possibility to define an alternative display test name 
(https://junit.org/junit5/docs/5.3.2/api/org/junit/jupiter/api/DisplayName.html).

To improve the integration of Junit-5 in netbeans this feature should be 
supported too.



--
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-1752) Test run hyperlink in output doesn't work for Maven projects when Surefire version is not exactly two digits

2018-11-26 Thread JIRA
Stig Rohde Døssing created NETBEANS-1752:


 Summary: Test run hyperlink in output doesn't work for Maven 
projects when Surefire version is not exactly two digits
 Key: NETBEANS-1752
 URL: https://issues.apache.org/jira/browse/NETBEANS-1752
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Stig Rohde Døssing
Assignee: Stig Rohde Døssing


When a test set is run in a Maven project, the output window will contain a 
line like

{code}
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.043 s <<< 
FAILURE! - in ch.skyguide.crystal.mavenproject3.TestTest
{code}

which is a link. If the project Surefire version has 3 digits, the link doesn't 
work.



--
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-1752) Test run hyperlink in output doesn't work for Maven projects when Surefire version is not exactly two digits

2018-11-26 Thread JIRA


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

Stig Rohde Døssing commented on NETBEANS-1752:
--

A good project for demonstrating this is the example posted on 
https://issues.apache.org/jira/browse/NETBEANS-635. 

> Test run hyperlink in output doesn't work for Maven projects when Surefire 
> version is not exactly two digits
> 
>
> Key: NETBEANS-1752
> URL: https://issues.apache.org/jira/browse/NETBEANS-1752
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Stig Rohde Døssing
>Assignee: Stig Rohde Døssing
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When a test set is run in a Maven project, the output window will contain a 
> line like
> {code}
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.043 s <<< 
> FAILURE! - in ch.skyguide.crystal.mavenproject3.TestTest
> {code}
> which is a link. If the project Surefire version has 3 digits, the link 
> doesn't work.



--
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-1752) Test run hyperlink in output doesn't work for Maven projects when Surefire version is not exactly two digits

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


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

ASF GitHub Bot updated NETBEANS-1752:
-
Labels: pull-request-available  (was: )

> Test run hyperlink in output doesn't work for Maven projects when Surefire 
> version is not exactly two digits
> 
>
> Key: NETBEANS-1752
> URL: https://issues.apache.org/jira/browse/NETBEANS-1752
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Stig Rohde Døssing
>Assignee: Stig Rohde Døssing
>Priority: Minor
>  Labels: pull-request-available
>
> When a test set is run in a Maven project, the output window will contain a 
> line like
> {code}
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.043 s <<< 
> FAILURE! - in ch.skyguide.crystal.mavenproject3.TestTest
> {code}
> which is a link. If the project Surefire version has 3 digits, the link 
> doesn't work.



--
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-1751) Anagram sample not working with JDK 12 due to compatibility with JDK 6

2018-11-26 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1751:
---

Thanks, i had not considered that. Should the issue put be in hold until JDK 12 
is released? Or should it be closed?

> Anagram sample not working with JDK 12 due to compatibility with JDK 6
> --
>
> Key: NETBEANS-1751
> URL: https://issues.apache.org/jira/browse/NETBEANS-1751
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: JDK 12, Windows 10
>Reporter: Eduardo Quintanilla
>Priority: Minor
>
> Anagram sample not working with JDK 12 due to compatibility with JDK 6
>  
> *Steps to reproduce:*
>  
>  # Open Netbeans 10 vc4.
>  # Create new project
>  ## Select Samples => Anagram Game
>  ## Complete the wizard
>  # Build the project
>  # The build fails
> *Workaround:*
> Changing the Source/Binary format to JDJ 7 fixes the problem.
>  
> *Error details:*
> error: Source option 6 is no longer supported. Use 7 or later.
> error: Target option 6 is no longer supported. Use 7 or later.
> BUILD FAILED (total time: 0 seconds)
>  
> *Environment details:*
>  
> *Product Version:* Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-370-on-20181121)
> *Java:* 12-ea; OpenJDK 64-Bit Server VM 12-ea+19
> *Runtime:* OpenJDK Runtime Environment 12-ea+19
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> *User directory:* C:\Users\block\AppData\Roaming\NetBeans\10.0
> *Cache directory:* C:\Users\block\AppData\Local\NetBeans\Cache\10.0



--
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-1428) Fatal error when profiling

2018-11-26 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1428:
---

I tested the provided DLL and it is not crashing anymore.

Tested with:

 

Oracle JDK 11.0.1 

OpenJDK  11.0.1 

Oracle JDK 9.0.1

Oracle JDK 10

Oracle JDK 1.8.0_191 

 

> Fatal error when profiling
> --
>
> Key: NETBEANS-1428
> URL: https://issues.apache.org/jira/browse/NETBEANS-1428
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, JDK11 (OpenJDK 11.0+28)
>Reporter: Peter Hull
>Priority: Major
>  Labels: netcat
> Attachments: hs_err_pid38528.log
>
>
> Attempting to profile a Java freeform project (Netcat 10, Profiling FreeForm, 
> Step 2)
> I get the following error
> {{#}}
> {{# A fatal error has been detected by the Java Runtime Environment:}}
> {{#}}
> {{#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff8e831c775, 
> pid=38528, tid=38596}}
> {{#}}
> {{# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)}}
> {{# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered, compressed 
> oops, g1 gc, windows-amd64)}}
> {{# Problematic frame:}}
> {{# V  [jvm.dll+0x5ec775]}}
> {{#}}
> {{# No core dump will be written. Minidumps are not enabled by default on 
> client versions of Windows}}
> {{#}}
> {{# An error report file with more information is saved as:}}
> {{# D:\Libraries\Downloads\TS_Profiler_freeform\freeform\hs_err_pid38528.log}}
> {{#}}
> {{# If you would like to submit a bug report, please visit:}}
> {{#   http://bugreport.java.com/bugreport/crash.jsp}}
> {{#}}
> Seems reproducible, I have attached the crash log.



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

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

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



[jira] [Commented] (NETBEANS-1751) Anagram sample not working with JDK 12 due to compatibility with JDK 6

2018-11-26 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1751:
-

JDK 12 does not exist yet, Apache NetBeans does not and cannot support it.

> Anagram sample not working with JDK 12 due to compatibility with JDK 6
> --
>
> Key: NETBEANS-1751
> URL: https://issues.apache.org/jira/browse/NETBEANS-1751
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: JDK 12, Windows 10
>Reporter: Eduardo Quintanilla
>Priority: Minor
>
> Anagram sample not working with JDK 12 due to compatibility with JDK 6
>  
> *Steps to reproduce:*
>  
>  # Open Netbeans 10 vc4.
>  # Create new project
>  ## Select Samples => Anagram Game
>  ## Complete the wizard
>  # Build the project
>  # The build fails
> *Workaround:*
> Changing the Source/Binary format to JDJ 7 fixes the problem.
>  
> *Error details:*
> error: Source option 6 is no longer supported. Use 7 or later.
> error: Target option 6 is no longer supported. Use 7 or later.
> BUILD FAILED (total time: 0 seconds)
>  
> *Environment details:*
>  
> *Product Version:* Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-370-on-20181121)
> *Java:* 12-ea; OpenJDK 64-Bit Server VM 12-ea+19
> *Runtime:* OpenJDK Runtime Environment 12-ea+19
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> *User directory:* C:\Users\block\AppData\Roaming\NetBeans\10.0
> *Cache directory:* C:\Users\block\AppData\Local\NetBeans\Cache\10.0



--
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-1751) Anagram sample not working with JDK 12 due to compatibility with JDK 6

2018-11-26 Thread Eduardo Quintanilla (JIRA)
Eduardo Quintanilla created NETBEANS-1751:
-

 Summary: Anagram sample not working with JDK 12 due to 
compatibility with JDK 6
 Key: NETBEANS-1751
 URL: https://issues.apache.org/jira/browse/NETBEANS-1751
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
 Environment: JDK 12, Windows 10
Reporter: Eduardo Quintanilla


Anagram sample not working with JDK 12 due to compatibility with JDK 6

 

*Steps to reproduce:*

 
 # Open Netbeans 10 vc4.
 # Create new project
 ## Select Samples => Anagram Game
 ## Complete the wizard
 # Build the project
 # The build fails

*Workaround:*

Changing the Source/Binary format to JDJ 7 fixes the problem.

 

*Error details:*

error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
BUILD FAILED (total time: 0 seconds)

 

*Environment details:*

 
*Product Version:* Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-370-on-20181121)

*Java:* 12-ea; OpenJDK 64-Bit Server VM 12-ea+19

*Runtime:* OpenJDK Runtime Environment 12-ea+19

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

*User directory:* C:\Users\block\AppData\Roaming\NetBeans\10.0

*Cache directory:* C:\Users\block\AppData\Local\NetBeans\Cache\10.0



--
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-635) Surefire 2.19.1 stacktrace hyperlinks don't work with Maven

2018-11-26 Thread jmborer (JIRA)


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

jmborer commented on NETBEANS-635:
--

I added a sample project to show the issue. It won't work neither with NB 8.2 
nor with 9.0

> Surefire 2.19.1 stacktrace hyperlinks don't work with Maven
> ---
>
> Key: NETBEANS-635
> URL: https://issues.apache.org/jira/browse/NETBEANS-635
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 8.2, 9.0
>Reporter: jmborer
>Priority: Major
> Attachments: mavenproject3.zip
>
>
> When running tests with surefire 2.19.1, to see the stacktrace, make sure the 
> plugin is configured as following:
> {code:java}
> 
>     org.apache.maven.plugins
>     maven-surefire-plugin
>      2.19.1
>      
>          false
>      
>  {code}
> Then you will see the stacktraces in the output. Even though they are 
> recognized as being hyperlinks, when you click on them, nothing happens and 
> in the status bar of Netbeans it says that the source file cannot be found.
> This works perfectly with surefire 2.18.1. Something changed between these 
> versions.
> Related topics:
> [1] [https://netbeans.org/bugzilla/show_bug.cgi?id=257563]
> [2] [https://netbeans.org/bugzilla/show_bug.cgi?id=222587]
> [3] [https://netbeans.org/bugzilla/show_bug.cgi?id=262207]
>  
>  



--
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-635) Surefire 2.19.1 stacktrace hyperlinks don't work with Maven

2018-11-26 Thread jmborer (JIRA)


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

jmborer updated NETBEANS-635:
-
Attachment: mavenproject3.zip

> Surefire 2.19.1 stacktrace hyperlinks don't work with Maven
> ---
>
> Key: NETBEANS-635
> URL: https://issues.apache.org/jira/browse/NETBEANS-635
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 8.2, 9.0
>Reporter: jmborer
>Priority: Major
> Attachments: mavenproject3.zip
>
>
> When running tests with surefire 2.19.1, to see the stacktrace, make sure the 
> plugin is configured as following:
> {code:java}
> 
>     org.apache.maven.plugins
>     maven-surefire-plugin
>      2.19.1
>      
>          false
>      
>  {code}
> Then you will see the stacktraces in the output. Even though they are 
> recognized as being hyperlinks, when you click on them, nothing happens and 
> in the status bar of Netbeans it says that the source file cannot be found.
> This works perfectly with surefire 2.18.1. Something changed between these 
> versions.
> Related topics:
> [1] [https://netbeans.org/bugzilla/show_bug.cgi?id=257563]
> [2] [https://netbeans.org/bugzilla/show_bug.cgi?id=222587]
> [3] [https://netbeans.org/bugzilla/show_bug.cgi?id=262207]
>  
>  



--
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-1668) Netbeans Appears to Become Unresponsive

2018-11-26 Thread Michael D Billman (JIRA)


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

Michael D Billman commented on NETBEANS-1668:
-

For what it's worth, the problem seems to get much worse when I add the 
following dependency:

'org.apache.cxf:apache-cxf:3.1.0'

I hope this helps.  I still can't seem to reproduce unless i have all of our 
internal code.

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
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-1428) Fatal error when profiling

2018-11-26 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-1428:
---

(Also sent this comment as a reply to the mailing list; including here for 
those looking at the JIRA issue:)
I tested the new DLL--it works!!

Here's what I did:
1) Start a Java profiling session via the "-agentpath" JVM argument and 
invoking "Attach to External Process". Shortly thereafter the JVM crashes with 
the "SUREFIRE-859: #  EXCEPTION_ACCESS_VIOLATION (0xc005) at 
pc=0x5f131f25, pid=10112, tid=23396" error (and a long JVM dump).
2) Download Peter Hull's recompiled profiler binaries from 
https://github.com/pedro-w/incubator-netbeans/releases/tag/v0.1-alpha , and 
paste the two files (profilerinterface.dll and profilerinterface.map) into 
NetBeans\profiler\lib\deployed\jdk16\windows-amd64 (overwriting the two 
existing files).
3) Repeat (1) again. No crash this time, everything works fine!

This is great. Very happy that the profiler functionality will be working 
again, for newer JDKs. Thanks, Peter!


> Fatal error when profiling
> --
>
> Key: NETBEANS-1428
> URL: https://issues.apache.org/jira/browse/NETBEANS-1428
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, JDK11 (OpenJDK 11.0+28)
>Reporter: Peter Hull
>Priority: Major
>  Labels: netcat
> Attachments: hs_err_pid38528.log
>
>
> Attempting to profile a Java freeform project (Netcat 10, Profiling FreeForm, 
> Step 2)
> I get the following error
> {{#}}
> {{# A fatal error has been detected by the Java Runtime Environment:}}
> {{#}}
> {{#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff8e831c775, 
> pid=38528, tid=38596}}
> {{#}}
> {{# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)}}
> {{# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered, compressed 
> oops, g1 gc, windows-amd64)}}
> {{# Problematic frame:}}
> {{# V  [jvm.dll+0x5ec775]}}
> {{#}}
> {{# No core dump will be written. Minidumps are not enabled by default on 
> client versions of Windows}}
> {{#}}
> {{# An error report file with more information is saved as:}}
> {{# D:\Libraries\Downloads\TS_Profiler_freeform\freeform\hs_err_pid38528.log}}
> {{#}}
> {{# If you would like to submit a bug report, please visit:}}
> {{#   http://bugreport.java.com/bugreport/crash.jsp}}
> {{#}}
> Seems reproducible, I have attached the crash log.



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

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

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



[jira] [Comment Edited] (NETBEANS-1428) Fatal error when profiling

2018-11-26 Thread Eirik Bakke (JIRA)


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

Eirik Bakke edited comment on NETBEANS-1428 at 11/26/18 3:44 PM:
-

(Also sent this comment as a reply to the mailing list; including here for 
those looking at the JIRA issue: )
I tested the new DLL--it works!!

Here's what I did:
1) Start a Java profiling session via the "-agentpath" JVM argument and 
invoking "Attach to External Process". Shortly thereafter the JVM crashes with 
the "SUREFIRE-859: #  EXCEPTION_ACCESS_VIOLATION (0xc005) at 
pc=0x5f131f25, pid=10112, tid=23396" error (and a long JVM dump).
2) Download Peter Hull's recompiled profiler binaries from 
https://github.com/pedro-w/incubator-netbeans/releases/tag/v0.1-alpha , and 
paste the two files (profilerinterface.dll and profilerinterface.map) into 
NetBeans\profiler\lib\deployed\jdk16\windows-amd64 (overwriting the two 
existing files).
3) Repeat (1) again. No crash this time, everything works fine!

This is great. Very happy that the profiler functionality will be working 
again, for newer JDKs. Thanks, Peter!



was (Author: ebakke):
(Also sent this comment as a reply to the mailing list; including here for 
those looking at the JIRA issue:)
I tested the new DLL--it works!!

Here's what I did:
1) Start a Java profiling session via the "-agentpath" JVM argument and 
invoking "Attach to External Process". Shortly thereafter the JVM crashes with 
the "SUREFIRE-859: #  EXCEPTION_ACCESS_VIOLATION (0xc005) at 
pc=0x5f131f25, pid=10112, tid=23396" error (and a long JVM dump).
2) Download Peter Hull's recompiled profiler binaries from 
https://github.com/pedro-w/incubator-netbeans/releases/tag/v0.1-alpha , and 
paste the two files (profilerinterface.dll and profilerinterface.map) into 
NetBeans\profiler\lib\deployed\jdk16\windows-amd64 (overwriting the two 
existing files).
3) Repeat (1) again. No crash this time, everything works fine!

This is great. Very happy that the profiler functionality will be working 
again, for newer JDKs. Thanks, Peter!


> Fatal error when profiling
> --
>
> Key: NETBEANS-1428
> URL: https://issues.apache.org/jira/browse/NETBEANS-1428
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, JDK11 (OpenJDK 11.0+28)
>Reporter: Peter Hull
>Priority: Major
>  Labels: netcat
> Attachments: hs_err_pid38528.log
>
>
> Attempting to profile a Java freeform project (Netcat 10, Profiling FreeForm, 
> Step 2)
> I get the following error
> {{#}}
> {{# A fatal error has been detected by the Java Runtime Environment:}}
> {{#}}
> {{#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7ff8e831c775, 
> pid=38528, tid=38596}}
> {{#}}
> {{# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)}}
> {{# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered, compressed 
> oops, g1 gc, windows-amd64)}}
> {{# Problematic frame:}}
> {{# V  [jvm.dll+0x5ec775]}}
> {{#}}
> {{# No core dump will be written. Minidumps are not enabled by default on 
> client versions of Windows}}
> {{#}}
> {{# An error report file with more information is saved as:}}
> {{# D:\Libraries\Downloads\TS_Profiler_freeform\freeform\hs_err_pid38528.log}}
> {{#}}
> {{# If you would like to submit a bug report, please visit:}}
> {{#   http://bugreport.java.com/bugreport/crash.jsp}}
> {{#}}
> Seems reproducible, I have attached the crash log.



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

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

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



[jira] [Updated] (NETBEANS-1750) C++ templated using typedefs are not found with Go to Symbol / Go to Type

2018-11-26 Thread Sergey Dyachenko (JIRA)


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

Sergey Dyachenko updated NETBEANS-1750:
---
Description: 
Example:

{{template }}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

{\{{{}}{{

{...}

}}{{

{{...}}

{{template }}
 {{using Cv_Data = Cv_Data_Separate_Buffers;}}

 

Cv_Data usage (Find Usages) is found OK.

But Cv_Data is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
hyperlink form usage place).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for A with Go to Symbol / Go to Type in

{{template <...> using A = B<...>;}}

 

  was:
Example:

{{template }}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

}}{{{...}}}{{

{{...}}

{{template }}
 {{using Cv_Data = Cv_Data_Separate_Buffers;}}

 

Cv_Data usage (Find Usages) is found OK.

But Cv_Data is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
hyperlink form usage place).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for

{{template <...> using A = B<...>;}}

 


> C++ templated using typedefs are not found with Go to Symbol / Go to Type
> -
>
> Key: NETBEANS-1750
> URL: https://issues.apache.org/jira/browse/NETBEANS-1750
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Model, cnd - Navigation, cnd - Other
>Affects Versions: 8.2
> Environment: Windows 7, NetBeans IDE 8.2 64bit.
>Reporter: Sergey Dyachenko
>Priority: Major
>
> Example:
> {{template }}
> {{class Cv_Data_Separate_Buffers: private boost::noncopyable}}
> {\{{{}}{{
> {...}
> }}{{
> {{...}}
> {{template }}
>  {{using Cv_Data = Cv_Data_Separate_Buffers;}}
>  
> Cv_Data usage (Find Usages) is found OK.
> But Cv_Data is NOT found with Go to Symbol / Go to Type.
> I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
> hyperlink form usage place).
> {{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.
> The problem occurs only for A with Go to Symbol / Go to Type in
> {{template <...> using A = B<...>;}}
>  



--
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-1750) C++ templated using typedefs are not found with Go to Symbol / Go to Type

2018-11-26 Thread Sergey Dyachenko (JIRA)


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

Sergey Dyachenko updated NETBEANS-1750:
---
Description: 
Example:

{{template }}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

}}{{{...}}}{{

{{...}}

{{template }}
 {{using Cv_Data = Cv_Data_Separate_Buffers;}}

 

Cv_Data usage (Find Usages) is found OK.

But Cv_Data is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
hyperlink form usage place).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for

{{template <...> using A = B<...>;}}

 

  was:
Example:

{{template }}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

{{{...}}}

{{...}}{{template }}
{{using Cv_Data = Cv_Data_Separate_Buffers;}}

 

Cv_Data usage (Find Usages) is found OK.

But Cv_Data is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
hyperlink form usage place).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for

{{template <...> }}{{using A = B<...>;}}

 


> C++ templated using typedefs are not found with Go to Symbol / Go to Type
> -
>
> Key: NETBEANS-1750
> URL: https://issues.apache.org/jira/browse/NETBEANS-1750
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Model, cnd - Navigation, cnd - Other
>Affects Versions: 8.2
> Environment: Windows 7, NetBeans IDE 8.2 64bit.
>Reporter: Sergey Dyachenko
>Priority: Major
>
> Example:
> {{template }}
> {{class Cv_Data_Separate_Buffers: private boost::noncopyable}}
> }}{{{...}}}{{
> {{...}}
> {{template }}
>  {{using Cv_Data = Cv_Data_Separate_Buffers;}}
>  
> Cv_Data usage (Find Usages) is found OK.
> But Cv_Data is NOT found with Go to Symbol / Go to Type.
> I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
> hyperlink form usage place).
> {{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.
> The problem occurs only for
> {{template <...> using A = B<...>;}}
>  



--
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-1750) C++ templated using typedefs are not found with Go to Symbol / Go to Type

2018-11-26 Thread Sergey Dyachenko (JIRA)
Sergey Dyachenko created NETBEANS-1750:
--

 Summary: C++ templated using typedefs are not found with Go to 
Symbol / Go to Type
 Key: NETBEANS-1750
 URL: https://issues.apache.org/jira/browse/NETBEANS-1750
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Code Model, cnd - Navigation, cnd - Other
Affects Versions: 8.2
 Environment: Windows 7, NetBeans IDE 8.2 64bit.
Reporter: Sergey Dyachenko


Example:

{{template }}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

{{{...}}}

{{...}}{{template }}
{{using Cv_Data = Cv_Data_Separate_Buffers;}}

 

Cv_Data usage (Find Usages) is found OK.

But Cv_Data is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
hyperlink form usage place).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for

{{template <...> }}{{using A = B<...>;}}

 



--
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-1749) about_dark_nb.png is not PNG

2018-11-26 Thread jmborer (JIRA)
jmborer created NETBEANS-1749:
-

 Summary: about_dark_nb.png is not PNG
 Key: NETBEANS-1749
 URL: https://issues.apache.org/jira/browse/NETBEANS-1749
 Project: NetBeans
  Issue Type: Bug
  Components: core
Affects Versions: 9.0
Reporter: jmborer


Apparently, when you use a dark LaF the about_dark_nb.png resources seems to be 
wrong:

INFO [org.openide.util.ImageUtilities]: Image 
org/netbeans/core/startup/about_dark_nb.png is not PNG
javax.imageio.IIOException: Bad PNG signature!
 at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:242)
Caused: javax.imageio.IIOException: I/O error reading PNG header!
 at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:315)
 at 
com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:654)
 at 
com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1256)
 at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1614)
[catch] at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:545)
 at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:458)
 at org.openide.util.ImageUtilities.loadImage(ImageUtilities.java:143)
 at org.netbeans.core.startup.Splash.loadContent(Splash.java:210)
 at 
org.netbeans.core.ui.ProductInformationPanel.(ProductInformationPanel.java:123)
 at org.netbeans.core.actions.AboutAction.performAction(AboutAction.java:48)
 at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:105)
 at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
 at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
 at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
 at 
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:102)
 at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
 at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
 at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
 at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
 at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
 at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:842)
 at 
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:886)
 at java.awt.Component.processMouseEvent(Component.java:6539)
 at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
 at java.awt.Component.processEvent(Component.java:6304)
 at java.awt.Container.processEvent(Container.java:2239)
 at java.awt.Component.dispatchEventImpl(Component.java:4889)
 at java.awt.Container.dispatchEventImpl(Container.java:2297)
 at java.awt.Component.dispatchEvent(Component.java:4711)
 at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
 at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
 at java.awt.Container.dispatchEventImpl(Container.java:2283)
 at java.awt.Window.dispatchEventImpl(Window.java:2746)
 at java.awt.Component.dispatchEvent(Component.java:4711)
 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
 at java.awt.EventQueue.access$500(EventQueue.java:97)
 at java.awt.EventQueue$3.run(EventQueue.java:709)
 at java.awt.EventQueue$3.run(EventQueue.java:703)
 at java.security.AccessController.doPrivileged(Native Method)
 at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
 at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
 at java.awt.EventQueue$4.run(EventQueue.java:733)
 at java.awt.EventQueue$4.run(EventQueue.java:731)
 at java.security.AccessController.doPrivileged(Native Method)
 at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
 at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
 at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
 at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
 at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)



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

[jira] [Commented] (NETBEANS-635) Surefire 2.19.1 stacktrace hyperlinks don't work with Maven

2018-11-26 Thread jmborer (JIRA)


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

jmborer commented on NETBEANS-635:
--

Tried also with 2.20.x, 2.21.x, 2.22.x. Doesn't work either.

> Surefire 2.19.1 stacktrace hyperlinks don't work with Maven
> ---
>
> Key: NETBEANS-635
> URL: https://issues.apache.org/jira/browse/NETBEANS-635
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 8.2, 9.0
>Reporter: jmborer
>Priority: Major
>
> When running tests with surefire 2.19.1, to see the stacktrace, make sure the 
> plugin is configured as following:
> {code:java}
> 
>     org.apache.maven.plugins
>     maven-surefire-plugin
>      2.19.1
>      
>          false
>      
>  {code}
> Then you will see the stacktraces in the output. Even though they are 
> recognized as being hyperlinks, when you click on them, nothing happens and 
> in the status bar of Netbeans it says that the source file cannot be found.
> This works perfectly with surefire 2.18.1. Something changed between these 
> versions.
> Related topics:
> [1] [https://netbeans.org/bugzilla/show_bug.cgi?id=257563]
> [2] [https://netbeans.org/bugzilla/show_bug.cgi?id=222587]
> [3] [https://netbeans.org/bugzilla/show_bug.cgi?id=262207]
>  
>  



--
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-1747) Parse error

2018-11-26 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1747:
-
Attachment: exception file.txt

> Parse error
> ---
>
> Key: NETBEANS-1747
> URL: https://issues.apache.org/jira/browse/NETBEANS-1747
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Povilas Brilius
>Priority: Minor
> Attachments: exception file.txt
>
>
> Editing file UI drops an exception message, see attached! file.



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

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

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



[jira] [Updated] (NETBEANS-635) Surefire 2.19.1 stacktrace hyperlinks don't work with Maven

2018-11-26 Thread jmborer (JIRA)


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

jmborer updated NETBEANS-635:
-
Affects Version/s: 9.0

> Surefire 2.19.1 stacktrace hyperlinks don't work with Maven
> ---
>
> Key: NETBEANS-635
> URL: https://issues.apache.org/jira/browse/NETBEANS-635
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 8.2, 9.0
>Reporter: jmborer
>Priority: Major
>
> When running tests with surefire 2.19.1, to see the stacktrace, make sure the 
> plugin is configured as following:
> {code:java}
> 
>     org.apache.maven.plugins
>     maven-surefire-plugin
>      2.19.1
>      
>          false
>      
>  {code}
> Then you will see the stacktraces in the output. Even though they are 
> recognized as being hyperlinks, when you click on them, nothing happens and 
> in the status bar of Netbeans it says that the source file cannot be found.
> This works perfectly with surefire 2.18.1. Something changed between these 
> versions.
> Related topics:
> [1] [https://netbeans.org/bugzilla/show_bug.cgi?id=257563]
> [2] [https://netbeans.org/bugzilla/show_bug.cgi?id=222587]
> [3] [https://netbeans.org/bugzilla/show_bug.cgi?id=262207]
>  
>  



--
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-1748) JUnit 5 there is no posibilities how run Repeated test method

2018-11-26 Thread JIRA
Tomáš Poledný created NETBEANS-1748:
---

 Summary: JUnit 5 there is no posibilities how run Repeated test 
method 
 Key: NETBEANS-1748
 URL: https://issues.apache.org/jira/browse/NETBEANS-1748
 Project: NetBeans
  Issue Type: Bug
  Components: java - JUnit
Affects Versions: 10.0
Reporter: Tomáš Poledný


JUnit 5 has 
[RepeatedTest|https://junit.org/junit5/docs/current/user-guide/#writing-tests-repeated-tests].
 There is no posibilities how run method with annotation RepeatedTest (Run 
Focused Test Method). Error message is: No test method found.  RepeatedTest 
methods are running after Test File only.

Example:
{code:java}
class SomeRepeatedTest {
@RepeatedTest(10)
void repeatedTestTest() {
System.out.println("repeatedTest");
}
}
{code}
I am not able to run test method repeatedTestTest.



--
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-1746) Error while parsing form a java source file

2018-11-26 Thread Michal Rama (JIRA)


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

Michal Rama updated NETBEANS-1746:
--
Description: 
For an existing JavaFX project (JDK 10), I have the option to switch to design 
(for class with the main method).

But if I do, it will be displayed.

!picture1.png!

It is quite logical. This is an editor for JFrame (Swing). For such JavaFX 
editing, you need to install the JavaFX Scene Builder.

So why is that option here? And why, at the new JavaFX project, the design tab 
is not.

Please help

Thank you

  was:
For an existing JavaFX project (JDK 10), I have the option to switch to design 
(for class with the main method).

But if I do, it will be displayed.

!picture1.png!

It is quite logical. This is an editor for JFrame (Swing). For such JavaFX 
editing, you need to install the JavaFX Scene Builder.

So why is that option here? And why, at the new JavaFX project, the design tab 
is not at all.

Please help

Thank you


> Error while parsing form a java source file
> ---
>
> Key: NETBEANS-1746
> URL: https://issues.apache.org/jira/browse/NETBEANS-1746
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 927, Java 12 
> Early-Access 20
>Reporter: Michal Rama
>Priority: Major
>  Labels: editor, javafx
> Attachments: picture1.png
>
>
> For an existing JavaFX project (JDK 10), I have the option to switch to 
> design (for class with the main method).
> But if I do, it will be displayed.
> !picture1.png!
> It is quite logical. This is an editor for JFrame (Swing). For such JavaFX 
> editing, you need to install the JavaFX Scene Builder.
> So why is that option here? And why, at the new JavaFX project, the design 
> tab is not.
> Please help
> Thank you



--
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-1742) Support for templating engine Blade

2018-11-26 Thread Christian Lenz (JIRA)


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

Christian Lenz resolved NETBEANS-1742.
--
Resolution: Duplicate

> Support for templating engine Blade
> ---
>
> Key: NETBEANS-1742
> URL: https://issues.apache.org/jira/browse/NETBEANS-1742
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 10.0
>Reporter: Los Vitaly
>Priority: Major
>
> Laravel is most popular PHP framework nowadays . Unfortunately NB has not 
> support for Blade templating engine provided with Laravel
> Blade has own syntax, like Twig and use the {{.blade.php}} file extension. 
> And with continuously increasing laravel popularity, it would be good to have 
> autocomplete and errors checking for Blade
>  
>  



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