[jira] [Commented] (NETBEANS-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis commented on NETBEANS-3243:
--

Can You explain, how it will work after your changes? I don't really 
understand, what you changed. Thanks.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-84) Support for JSF 2.3

2019-10-17 Thread ASF GitHub Bot (Jira)


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

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

> Support for JSF 2.3
> ---
>
> Key: NETBEANS-84
> URL: https://issues.apache.org/jira/browse/NETBEANS-84
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javaee - JSF
>Affects Versions: 8.2, 9.0, Next
>Reporter: Philip Durbin
>Assignee: Josh Juneau
>Priority: Critical
>  Labels: pull-request-available
> Attachments: netbeans-red-jsf2.3.png
>
>
> One thing that struck me while attending Ed Burns' JSF talk[1] about JSF 2.3 
> at JavaOne 2017 was a comment he made that autocompletion isn't working in 
> Netbeans for JSF 2.3 features. I would describe this as NetBeans 8.2 showing 
> "angry red" for components it doesn't understand, such as f:validateWholeBean.
> As in the attached screenshot, an example error is "The component library Jsf 
> Core does not contain component validateWholeBean".
> Here's the code from the screenshot: 
> https://github.com/javaee/glassfish-samples/blob/4b3a37500a256bb7d94e2abe273503c9fb017c6b/ws/javaee8/jsf/ee8additions/src/main/webapp/validateWholeBean.xhtml
> In the past, NetBeans releases were coordinated with Java EE releases. When 
> Java EE 8 came out, I expected that NetBeans 9 would come out and support JSF 
> 2.3. When we onboard new developers, I would rather not say to them, "It's ok 
> to see angry red like this in NetBeans."
> Incidentally, during Ed's talk I asked if he knew if JSF 2.3 is supported by 
> IntelliJ or Eclipse and he wasn't aware if they support it or not.
> !netbeans-red-jsf2.3.png|thumbnail!
> !https://issues.apache.org/jira/secure/attachment/12891266/netbeans-red-jsf2.3.png|height=300,width=444!
> [1] Contemporary Java Web Applications with JSF 2.3 - 
> https://www.youtube.com/watch?v=yshXLB_HdhU



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-84) Support for JSF 2.3

2019-10-17 Thread Josh Juneau (Jira)


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

Josh Juneau commented on NETBEANS-84:
-

Hi [~mnesarco], unfortunately I do not think it will make it into NetBeans 
11.2.  I have the pull request ready to go, but it is too late to be adding 
such a change to this impending release.  That said, feel free to incorporate 
the changes of the pull request into your local build once the PR has been 
made.   Thanks again for your assistance.

> Support for JSF 2.3
> ---
>
> Key: NETBEANS-84
> URL: https://issues.apache.org/jira/browse/NETBEANS-84
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javaee - JSF
>Affects Versions: 8.2, 9.0, Next
>Reporter: Philip Durbin
>Assignee: Josh Juneau
>Priority: Critical
> Attachments: netbeans-red-jsf2.3.png
>
>
> One thing that struck me while attending Ed Burns' JSF talk[1] about JSF 2.3 
> at JavaOne 2017 was a comment he made that autocompletion isn't working in 
> Netbeans for JSF 2.3 features. I would describe this as NetBeans 8.2 showing 
> "angry red" for components it doesn't understand, such as f:validateWholeBean.
> As in the attached screenshot, an example error is "The component library Jsf 
> Core does not contain component validateWholeBean".
> Here's the code from the screenshot: 
> https://github.com/javaee/glassfish-samples/blob/4b3a37500a256bb7d94e2abe273503c9fb017c6b/ws/javaee8/jsf/ee8additions/src/main/webapp/validateWholeBean.xhtml
> In the past, NetBeans releases were coordinated with Java EE releases. When 
> Java EE 8 came out, I expected that NetBeans 9 would come out and support JSF 
> 2.3. When we onboard new developers, I would rather not say to them, "It's ok 
> to see angry red like this in NetBeans."
> Incidentally, during Ed's talk I asked if he knew if JSF 2.3 is supported by 
> IntelliJ or Eclipse and he wasn't aware if they support it or not.
> !netbeans-red-jsf2.3.png|thumbnail!
> !https://issues.apache.org/jira/secure/attachment/12891266/netbeans-red-jsf2.3.png|height=300,width=444!
> [1] Contemporary Java Web Applications with JSF 2.3 - 
> https://www.youtube.com/watch?v=yshXLB_HdhU



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-2983) Custom GUI Components Cannot be Added in Gradle Projects

2019-10-17 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2983:
---

Neither a ProjectClassPathModifierImplementation nor a ProjectClassPathExtender 
can be implemented as they supposed to modify the project files. The current 
implementation treats the Gradle project as read-only.
Though this issue probably can be solved without that support.

> Custom GUI Components Cannot be Added in Gradle Projects
> 
>
> Key: NETBEANS-2983
> URL: https://issues.apache.org/jira/browse/NETBEANS-2983
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Horváth Péter
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3116) Release NetBeans 11.2

2019-10-17 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-3116:
--
Priority: Blocker  (was: Minor)

> Release NetBeans 11.2
> -
>
> Key: NETBEANS-3116
> URL: https://issues.apache.org/jira/browse/NETBEANS-3116
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
> Fix For: 11.2
>
>
> This is the task of releasing Apache NetBeans 11.2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3116) Release NetBeans 11.2

2019-10-17 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-3116:
--
Affects Version/s: (was: 11.1)
   11.2

> Release NetBeans 11.2
> -
>
> Key: NETBEANS-3116
> URL: https://issues.apache.org/jira/browse/NETBEANS-3116
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Minor
> Fix For: 11.2
>
>
> This is the task of releasing Apache NetBeans 11.2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3247) Disable auto-formatting NOT WORKING

2019-10-17 Thread anon (Jira)


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

anon updated NETBEANS-3247:
---
Description: 
When I type <> I instead get <%%> auto-completed into my .html.erb files.

I have all autoformat/autocomplete settings turned OFF, all code templates have 
been REMOVED, all code clips in the pallette have been disabled.

WHY is it still auto-completing my code!!??? How do I turn it OFF?

  was:
When I type <> I instead get <%%> auto-completed into my .html.erb files.

I have all autoformat settings turned OFF, all code templates have been 
REMOVED, all code clips in the pallette have been disabled.

WHY is it still auto-completing my code!!??? How do I turn it OFF?


> Disable auto-formatting NOT WORKING
> ---
>
> Key: NETBEANS-3247
> URL: https://issues.apache.org/jira/browse/NETBEANS-3247
> Project: NetBeans
>  Issue Type: Bug
>  Components: ruby - Code
>Affects Versions: 8.2
>Reporter: anon
>Priority: Major
>
> When I type <> I instead get <%%> auto-completed into my .html.erb files.
> I have all autoformat/autocomplete settings turned OFF, all code templates 
> have been REMOVED, all code clips in the pallette have been disabled.
> WHY is it still auto-completing my code!!??? How do I turn it OFF?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3247) Disable auto-formatting NOT WORKING

2019-10-17 Thread anon (Jira)
anon created NETBEANS-3247:
--

 Summary: Disable auto-formatting NOT WORKING
 Key: NETBEANS-3247
 URL: https://issues.apache.org/jira/browse/NETBEANS-3247
 Project: NetBeans
  Issue Type: Bug
  Components: ruby - Code
Affects Versions: 8.2
Reporter: anon


When I type <> I instead get <%%> auto-completed into my .html.erb files.

I have all autoformat settings turned OFF, all code templates have been 
REMOVED, all code clips in the pallette have been disabled.

WHY is it still auto-completing my code!!??? How do I turn it OFF?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3116) Release NetBeans 11.2

2019-10-17 Thread Tormenta Cerebral S.A (Jira)


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

Tormenta Cerebral S.A updated NETBEANS-3116:

Issue Type: Bug  (was: Task)

> Release NetBeans 11.2
> -
>
> Key: NETBEANS-3116
> URL: https://issues.apache.org/jira/browse/NETBEANS-3116
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
> Fix For: 11.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3116) Release NetBeans 11.2

2019-10-17 Thread Tormenta Cerebral S.A (Jira)


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

Tormenta Cerebral S.A updated NETBEANS-3116:

Priority: Minor  (was: Blocker)

> Release NetBeans 11.2
> -
>
> Key: NETBEANS-3116
> URL: https://issues.apache.org/jira/browse/NETBEANS-3116
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Minor
> Fix For: 11.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3116) Release NetBeans 11.2

2019-10-17 Thread Tormenta Cerebral S.A (Jira)


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

Tormenta Cerebral S.A updated NETBEANS-3116:

Affects Version/s: (was: 11.2)
   11.1

> Release NetBeans 11.2
> -
>
> Key: NETBEANS-3116
> URL: https://issues.apache.org/jira/browse/NETBEANS-3116
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Minor
> Fix For: 11.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3116) Release NetBeans 11.2

2019-10-17 Thread Tormenta Cerebral S.A (Jira)


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

Tormenta Cerebral S.A updated NETBEANS-3116:

Description: (was: This is the task of releasing Apache NetBeans 11.1)

> Release NetBeans 11.2
> -
>
> Key: NETBEANS-3116
> URL: https://issues.apache.org/jira/browse/NETBEANS-3116
> Project: NetBeans
>  Issue Type: Task
>Affects Versions: 11.2
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
> Fix For: 11.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3205) coverage report not shown

2019-10-17 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3205:
---

I would close the issue.
Cannot reproduce it in a meaningful way other than sending you my 
mis-configured machine.
A fresh (beta3) install with fresh user dir (.netbeans) does not have this 
issue.

> coverage report not shown
> -
>
> Key: NETBEANS-3205
> URL: https://issues.apache.org/jira/browse/NETBEANS-3205
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> In the 2019-10-03 build, the jacoco coverage reports are not shown.
> If the pom file or a profile added the jacoco dependency, it used to be that 
> the maven specific menu was enhanced with a *Code Coverage* option. This was 
> working well in the previous download. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3205) coverage report not shown

2019-10-17 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3205:
---

Might very well be.
I have two machines, one with the problem, one without.
I tried again on the machine with the problem, finding it to still be there. 
Since that machine
inherited its nb environment from some older version, I renamed my ~/.netbeans 
folder and restarted.
Now the problem is gone, so I may have had some strange combination of settings.

The maven support for jacoco now works as expected.
Thanks for the effort.

> coverage report not shown
> -
>
> Key: NETBEANS-3205
> URL: https://issues.apache.org/jira/browse/NETBEANS-3205
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> In the 2019-10-03 build, the jacoco coverage reports are not shown.
> If the pom file or a profile added the jacoco dependency, it used to be that 
> the maven specific menu was enhanced with a *Code Coverage* option. This was 
> working well in the previous download. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3205) coverage report not shown

2019-10-17 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-3205:


As far as I know, nothing actually changed between beta2 and beta3 that would 
account for this.

> coverage report not shown
> -
>
> Key: NETBEANS-3205
> URL: https://issues.apache.org/jira/browse/NETBEANS-3205
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> In the 2019-10-03 build, the jacoco coverage reports are not shown.
> If the pom file or a profile added the jacoco dependency, it used to be that 
> the maven specific menu was enhanced with a *Code Coverage* option. This was 
> working well in the previous download. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3205) coverage report not shown

2019-10-17 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3205.

Resolution: Invalid

> coverage report not shown
> -
>
> Key: NETBEANS-3205
> URL: https://issues.apache.org/jira/browse/NETBEANS-3205
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> In the 2019-10-03 build, the jacoco coverage reports are not shown.
> If the pom file or a profile added the jacoco dependency, it used to be that 
> the maven specific menu was enhanced with a *Code Coverage* option. This was 
> working well in the previous download. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3205) coverage report not shown

2019-10-17 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3205:
---

In beta3 the problem no longer appears neither with java8 nor with java 11.
Bravo.

running with jacoco 0.84 and java 11, maven 3.6.1. (which I always do).

Runs without flaws. The test report status now is accurately reflected, so this 
part improved quite a lot.


> coverage report not shown
> -
>
> Key: NETBEANS-3205
> URL: https://issues.apache.org/jira/browse/NETBEANS-3205
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> In the 2019-10-03 build, the jacoco coverage reports are not shown.
> If the pom file or a profile added the jacoco dependency, it used to be that 
> the maven specific menu was enhanced with a *Code Coverage* option. This was 
> working well in the previous download. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3223) delete class is broken in build 20191009

2019-10-17 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3223.
---
Fix Version/s: 11.2
   Resolution: Fixed

Reported as not reproducible in NB 11.2.

> delete class is broken in build 20191009
> 
>
> Key: NETBEANS-3223
> URL: https://issues.apache.org/jira/browse/NETBEANS-3223
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
> Environment: org.netbeans.modules.uihandler.Bundle
>   Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   
>   AssertionError at 
> org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
> Fix For: 11.2
>
>
> ---
> >Log Session: Wednesday, October 9, 2019 2:21:19 PM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   Operating System= Linux version 5.0.0-31-generic running on amd64
>   Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
> 25.201-b09; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>   Java Home   = /usr/lib/jvm/java-8-oracle/jre
>   System Locale; Encoding = en_GB (nb); UTF-8
>   Home Directory  = /home/hom
>   Current Directory   = /home/hom/Downloads/nb
>   User Directory  = /home/hom/.netbeans/dev
>   Cache Directory = /home/hom/.cache/netbeans/dev
>   Installation= /home/hom/Downloads/nb/netbeans/nb
> /home/hom/Downloads/nb/netbeans/ergonomics
> /home/hom/Downloads/nb/netbeans/ide
> /home/hom/Downloads/nb/netbeans/extide
> /home/hom/Downloads/nb/netbeans/java
> /home/hom/Downloads/nb/netbeans/apisupport
> /home/hom/Downloads/nb/netbeans/webcommon
> /home/hom/Downloads/nb/netbeans/websvccommon
> /home/hom/Downloads/nb/netbeans/enterprise
> /home/hom/Downloads/nb/netbeans/profiler
> /home/hom/Downloads/nb/netbeans/php
> /home/hom/Downloads/nb/netbeans/harness
> /home/hom/Downloads/nb/netbeans/groovy
> /home/hom/Downloads/nb/netbeans/javafx
> /home/hom/Downloads/nb/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>   Startup Classpath   = 
> 

[jira] [Commented] (NETBEANS-3212) nbjavac error with multiplass compiler worker

2019-10-17 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3212:
---

I do not know exactly what induced the problem.
If I run into it again, I will report.
Will use 11.2-beta3 on all my machines, to see what happens.


> nbjavac error with multiplass compiler worker
> -
>
> Key: NETBEANS-3212
> URL: https://issues.apache.org/jira/browse/NETBEANS-3212
> Project: NetBeans
>  Issue Type: Bug
> Environment: Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
>   
>   AssertionError: error
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> Classpath: 
> /home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/target/classes:/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/target/test-classes:/home/hom/.m2/repository/nl/fontys/sebivenlo/sortingservice/api/1.0/api-1.0.jar:/home/hom/.m2/repository/junit/junit/4.12/junit-4.12.jar:/home/hom/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/hom/.m2/repository/org/mockito/mockito-core/2.24.0/mockito-core-2.24.0.jar:/home/hom/.m2/repository/net/bytebuddy/byte-buddy/1.9.7/byte-buddy-1.9.7.jar:/home/hom/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.7/byte-buddy-agent-1.9.7.jar:/home/hom/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar
> Sourcepath: 
> /home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/java:/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/resources
> java.lang.AssertionError: 
>   at 
> com.sun.tools.javac.jvm.ClassWriter$AttributeWriter.visitError(ClassWriter.java:648)
>   at com.sun.tools.javac.code.Attribute$Error.accept(Attribute.java:387)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute(ClassWriter.java:671)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeJavaAnnotations(ClassWriter.java:505)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeMemberAttrs(ClassWriter.java:365)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeMethod(ClassWriter.java:1006)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeMethods(ClassWriter.java:1478)
>   at 
> com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1586)
>   at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1507)
>   at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:787)
>   at 
> com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1749)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:574)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:577)
> [catch] at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:303)
>   at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>   at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3300)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$3.call(RepositoryUpdater.java:3255)
>   at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>   at 
> 

[jira] [Commented] (NETBEANS-3221) exception throw, operation failed on java class copy from one maven project to another

2019-10-17 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3221:
---

Problem no longer present in beta3.

Excellent.
Can no copy between maven projects (again) and  delete java files (again).

> exception throw, operation failed on java class copy from one maven project 
> to another
> --
>
> Key: NETBEANS-3221
> URL: https://issues.apache.org/jira/browse/NETBEANS-3221
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
> Environment: Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
>   
>   AssertionError at 
> org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> ---
> >Log Session: Wednesday, October 9, 2019 8:34:44 AM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-2f3fd90cef69fce35cd61bc985660e3c70236ec4)
>   Operating System= Linux version 5.0.0-31-generic running on amd64
>   Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
> 25.201-b09; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>   Java Home   = /usr/lib/jvm/java-8-oracle/jre
>   System Locale; Encoding = en_GB (nb); UTF-8
>   Home Directory  = /home/hom
>   Current Directory   = 
> /home/hom/sebi/alda/trunk/30_practical/appointmentplanner/solution
>   User Directory  = /home/hom/.netbeans/dev
>   Cache Directory = /home/hom/.cache/netbeans/dev
>   Installation= /home/hom/Downloads/nb/netbeans/nb
> /home/hom/Downloads/nb/netbeans/ergonomics
> /home/hom/Downloads/nb/netbeans/ide
> /home/hom/Downloads/nb/netbeans/extide
> /home/hom/Downloads/nb/netbeans/java
> /home/hom/Downloads/nb/netbeans/apisupport
> /home/hom/Downloads/nb/netbeans/webcommon
> /home/hom/Downloads/nb/netbeans/websvccommon
> /home/hom/Downloads/nb/netbeans/enterprise
> /home/hom/Downloads/nb/netbeans/profiler
> /home/hom/Downloads/nb/netbeans/php
> /home/hom/Downloads/nb/netbeans/harness
> /home/hom/Downloads/nb/netbeans/groovy
> /home/hom/Downloads/nb/netbeans/javafx
> /home/hom/Downloads/nb/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>   Startup Classpath   = 
> 

[jira] [Commented] (NETBEANS-3223) delete class is broken in build 20191009

2019-10-17 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3223:
---

Problem is not present in 11.2-beta3.



> delete class is broken in build 20191009
> 
>
> Key: NETBEANS-3223
> URL: https://issues.apache.org/jira/browse/NETBEANS-3223
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
> Environment: org.netbeans.modules.uihandler.Bundle
>   Linux, 5.0.0-31-generic, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.201-b09, Java(TM) SE Runtime 
> Environment, 1.8.0_201-b09
>   Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   
>   AssertionError at 
> org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> ---
> >Log Session: Wednesday, October 9, 2019 2:21:19 PM CEST
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-7a6f223c66c72bb69dad211ba1f91a17c0bdc615)
>   Operating System= Linux version 5.0.0-31-generic running on amd64
>   Java; VM; Vendor= 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 
> 25.201-b09; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_201-b09
>   Java Home   = /usr/lib/jvm/java-8-oracle/jre
>   System Locale; Encoding = en_GB (nb); UTF-8
>   Home Directory  = /home/hom
>   Current Directory   = /home/hom/Downloads/nb
>   User Directory  = /home/hom/.netbeans/dev
>   Cache Directory = /home/hom/.cache/netbeans/dev
>   Installation= /home/hom/Downloads/nb/netbeans/nb
> /home/hom/Downloads/nb/netbeans/ergonomics
> /home/hom/Downloads/nb/netbeans/ide
> /home/hom/Downloads/nb/netbeans/extide
> /home/hom/Downloads/nb/netbeans/java
> /home/hom/Downloads/nb/netbeans/apisupport
> /home/hom/Downloads/nb/netbeans/webcommon
> /home/hom/Downloads/nb/netbeans/websvccommon
> /home/hom/Downloads/nb/netbeans/enterprise
> /home/hom/Downloads/nb/netbeans/profiler
> /home/hom/Downloads/nb/netbeans/php
> /home/hom/Downloads/nb/netbeans/harness
> /home/hom/Downloads/nb/netbeans/groovy
> /home/hom/Downloads/nb/netbeans/javafx
> /home/hom/Downloads/nb/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar
>   Application Classpath   = 
> /home/hom/Downloads/nb/netbeans/platform/lib/boot.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-modules.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-lookup.jar:/home/hom/Downloads/nb/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-8-oracle/lib/dt.jar:/usr/lib/jvm/java-8-oracle/lib/tools.jar
>   Startup Classpath   = 
> 

[jira] [Commented] (NETBEANS-3224) unused local is no longer embellished with gray wiggly line

2019-10-17 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-3224:
---

Just installed beta 3.
The problem does no longer appear. (Java 8)
Confirmed for java 11 too.


> unused local is no longer embellished with gray wiggly line
> ---
>
> Key: NETBEANS-3224
> URL: https://issues.apache.org/jira/browse/NETBEANS-3224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints  Annotations
>Affects Versions: 11.2
> Environment: ubuntu 18.04 beta2 , java 8
>Reporter: Pieter van den Hombergh
>Priority: Major
> Attachments: unused-11-0.png, unused-11-2-beta2.png
>
>
> When a local variable is no longer in use, the IDE used to indicate that with
> a gray wiggly line.
> This seems no longer the case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3198) Import of previous set options configuration not possible in 11.2-beta2

2019-10-17 Thread Miguel (Jira)


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

Miguel commented on NETBEANS-3198:
--

Works for me now. Thanks.

> Import of previous set options configuration not possible in 11.2-beta2
> ---
>
> Key: NETBEANS-3198
> URL: https://issues.apache.org/jira/browse/NETBEANS-3198
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Miguel
>Assignee: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.2
>
> Attachments: options_import.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The configurations from a previous NetBeans version (11) cannot be imported 
> in 11.2-beta2, via "_Tools -> Options -> Import_".
> The UI freezes, see attached screenshot
>  
> The following exception is shown in the IDE log.
> It worked in the previous beta version.
>  
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
>  at 
> java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
>  at java.base/java.lang.Double.parseDouble(Double.java:549) at 
> org.netbeans.modules.options.export.OptionsChooserPanel.createOptionsTreeModel(OptionsChooserPanel.java:415)
>  at 
> org.netbeans.modules.options.export.OptionsChooserPanel.access$700(OptionsChooserPanel.java:72)[catch]
>  at 
> org.netbeans.modules.options.export.OptionsChooserPanel$6.run(OptionsChooserPanel.java:339)
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3243:


I've created the PR, but unfortunately, we can't add it to NetBeans 11.2. So it 
will be fixed in NetBeans 11.3. Thanks.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread ASF GitHub Bot (Jira)


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

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

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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 info for html4j

2019-10-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 5d9d93a  add info for html4j
5d9d93a is described below

commit 5d9d93adacea05e540414ac4eee77aacf0b458ac
Author: Eric Barboni 
AuthorDate: Thu Oct 17 16:13:48 2019 +0200

add info for html4j
---
 meta/netbeanshtml4j.json | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/meta/netbeanshtml4j.json b/meta/netbeanshtml4j.json
new file mode 100644
index 000..cb5b65d
--- /dev/null
+++ b/meta/netbeanshtml4j.json
@@ -0,0 +1,42 @@
+{
+"release-1.5": {
+"position": "1",
+"jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
+"version": "1.5",
+"tlp": "false",
+"apidocurl": "https://bits.netbeans.org/html+java/1.5;
+},
+"release-1.5.1": {
+"position": "2",
+"jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
+"version": "1.5.1",
+"tlp": "false",
+"apidocurl": "https://bits.netbeans.org/html+java/1.5.1;
+},
+"release-1.6": {
+"position": "3",
+"jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
+"version": "1.6",
+"tlp": "false",
+"apidocurl": "https://bits.netbeans.org/html+java/1.6;
+},
+"release-1.6.1": {
+"position": "4",
+"jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
+"version": "1.6.1",
+"tlp": "false",
+"apidocurl": "https://bits.netbeans.org/html+java/1.6.1;
+},
+"master": {
+"position": "4",
+"jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
+"version": "dev",
+"tlp": "true",
+"apidocurl": "https://bits.netbeans.org/html+java/dev;
+}
+}


-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3243:


I've already removed "--runtime-set" "default_standard" since 10.0. Those 
parameters are supported no longer. OK?

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] annotated tag 11.2-beta3 updated (d60b284 -> b24bb63)

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

neilcsmith pushed a change to annotated tag 11.2-beta3
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 11.2-beta3 was modified! ***

from d60b284  (commit)
  to b24bb63  (tag)
 tagging d60b28422c35fc6f2fa0952dc214c3bf010c33d3 (commit)
 replaces 11.2-beta2
  by Neil C Smith
  on Thu Oct 17 14:58:21 2019 +0100

- Log -
Apache NetBeans 11.2-beta3
---


No new revisions were added by this update.

Summary of changes:


-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis commented on NETBEANS-3243:
--

That would be perfect, but then need to remove default standard as required 
field. Right now, I can't leave it empty. Or, in worst case, you cold make it 
work same as in version 8.2.

 
{code:java}
"/usr/local/ampps/php-5.6/bin/php" "/home/user/Test/bin/phpcs" 
"--standard=/home/user/Test/ruleset.xml" "-s" "--runtime-set" 
"default_standard" "MySource" "--report=xml" 
"--extensions=php4,php5,php3,phtml,phpt,inc,php" "--encoding=UTF-8" 
"/home/user/Test/autoload.php"{code}
 With "default_standard" and not two "standard" attributes.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3243:


Your test project was helpful. 

What is your expected result?

This?
{code:java}
"/usr/bin/php" "/home/junichi11/phars/phpcs.phar" 
"--standard=/home/junichi11/Downloads/Test/ruleset.xml" "-s" "--report=xml" 
"--extensions=phtml,php,php4,php5,php3,phpt,inc" "--encoding=UTF-8" 
"/home/junichi11/Downloads/Test/autoload.php"
{code}

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-3243:
--

Assignee: Junichi Yamamoto

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-84) Support for JSF 2.3

2019-10-17 Thread Frank David Martinez (Jira)


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

Frank David Martinez commented on NETBEANS-84:
--

Thank you for working on this Josh. Do you think it can be included in 11.2?

> Support for JSF 2.3
> ---
>
> Key: NETBEANS-84
> URL: https://issues.apache.org/jira/browse/NETBEANS-84
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javaee - JSF
>Affects Versions: 8.2, 9.0, Next
>Reporter: Philip Durbin
>Assignee: Josh Juneau
>Priority: Critical
> Attachments: netbeans-red-jsf2.3.png
>
>
> One thing that struck me while attending Ed Burns' JSF talk[1] about JSF 2.3 
> at JavaOne 2017 was a comment he made that autocompletion isn't working in 
> Netbeans for JSF 2.3 features. I would describe this as NetBeans 8.2 showing 
> "angry red" for components it doesn't understand, such as f:validateWholeBean.
> As in the attached screenshot, an example error is "The component library Jsf 
> Core does not contain component validateWholeBean".
> Here's the code from the screenshot: 
> https://github.com/javaee/glassfish-samples/blob/4b3a37500a256bb7d94e2abe273503c9fb017c6b/ws/javaee8/jsf/ee8additions/src/main/webapp/validateWholeBean.xhtml
> In the past, NetBeans releases were coordinated with Java EE releases. When 
> Java EE 8 came out, I expected that NetBeans 9 would come out and support JSF 
> 2.3. When we onboard new developers, I would rather not say to them, "It's ok 
> to see angry red like this in NetBeans."
> Incidentally, during Ed's talk I asked if he knew if JSF 2.3 is supported by 
> IntelliJ or Eclipse and he wasn't aware if they support it or not.
> !netbeans-red-jsf2.3.png|thumbnail!
> !https://issues.apache.org/jira/secure/attachment/12891266/netbeans-red-jsf2.3.png|height=300,width=444!
> [1] Contemporary Java Web Applications with JSF 2.3 - 
> https://www.youtube.com/watch?v=yshXLB_HdhU



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-html4j] branch master updated: Update Jenkinsfile.groovy

2019-10-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-html4j.git


The following commit(s) were added to refs/heads/master by this push:
 new 379d11b  Update Jenkinsfile.groovy
379d11b is described below

commit 379d11b9798a2bbe32936c525a80958446106065
Author: Eric Barboni 
AuthorDate: Thu Oct 17 14:58:54 2019 +0200

Update Jenkinsfile.groovy

jar site to move forward
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 90c8a9b..486f27f 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate"
+asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate site:jar"


-
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-html4j] branch master updated: Update Jenkinsfile.groovy

2019-10-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-html4j.git


The following commit(s) were added to refs/heads/master by this push:
 new 379d11b  Update Jenkinsfile.groovy
379d11b is described below

commit 379d11b9798a2bbe32936c525a80958446106065
Author: Eric Barboni 
AuthorDate: Thu Oct 17 14:58:54 2019 +0200

Update Jenkinsfile.groovy

jar site to move forward
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 90c8a9b..486f27f 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate"
+asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate site:jar"


-
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-html4j] branch master updated: Update Jenkinsfile.groovy

2019-10-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-html4j.git


The following commit(s) were added to refs/heads/master by this push:
 new 379d11b  Update Jenkinsfile.groovy
379d11b is described below

commit 379d11b9798a2bbe32936c525a80958446106065
Author: Eric Barboni 
AuthorDate: Thu Oct 17 14:58:54 2019 +0200

Update Jenkinsfile.groovy

jar site to move forward
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 90c8a9b..486f27f 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate"
+asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate site:jar"


-
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-html4j] branch master updated: Update Jenkinsfile.groovy

2019-10-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-html4j.git


The following commit(s) were added to refs/heads/master by this push:
 new 73b6d4a  Update Jenkinsfile.groovy
73b6d4a is described below

commit 73b6d4a73cf9248a2760bdd0bbb50bd5bb0525bf
Author: Eric Barboni 
AuthorDate: Thu Oct 17 14:40:10 2019 +0200

Update Jenkinsfile.groovy

infra build ctd
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index d5de568..90c8a9b 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild xvfb:true cmdline:"clean install javadoc:aggregate"
+asfStandardBuild xvfb:true,cmdline:"clean install javadoc:aggregate"


-
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-html4j] branch master updated: Update Jenkinsfile.groovy

2019-10-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-html4j.git


The following commit(s) were added to refs/heads/master by this push:
 new 5f09044  Update Jenkinsfile.groovy
5f09044 is described below

commit 5f09044376b016a8323c42c5e16a033861a86d05
Author: Eric Barboni 
AuthorDate: Thu Oct 17 14:33:29 2019 +0200

Update Jenkinsfile.groovy

some build infra tests
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index cc8f78d..d5de568 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild()
+asfStandardBuild xvfb:true cmdline:"clean install javadoc:aggregate"


-
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: try to have 2 stages in case of xvfb

2019-10-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 f68dc02  try to have 2 stages in case of xvfb
f68dc02 is described below

commit f68dc02c0db3c4772a50e24b26b1bf0c9e836a56
Author: Eric Barboni 
AuthorDate: Thu Oct 17 14:25:28 2019 +0200

try to have 2 stages in case of xvfb
---
 vars/asfStandardBuild.groovy | 30 +-
 1 file changed, 21 insertions(+), 9 deletions(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 378d17a..eaf39e3 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -46,20 +46,32 @@ def call(Map params = [:]) {
 pipeline {
 agent any
triggers {
-  pollSCM('H/5 * * * * ')
+pollSCM('H/5 * * * * ')
}
 stages{
-stage("Build"){
+stage("Build with xvfb") {
 agent { node { label 'ubuntu' } }
 options { timeout(time: 120, unit: 'MINUTES') }
+when {expression {
+return xvfb
+}
+}
+steps{
+wrap([$class: 'Xvfb', additionalOptions: '', 
assignedLabels: '', displayNameOffset: 0, installationName: 'Xvfb', 
parallelBuild: true, screen: '']) {
+mavenBuild( jdk, cmdline, mvnName, publishers)
+}
+}
+}
+stage("Build") {
+agent { node { label 'ubuntu' } }
+options { timeout(time: 120, unit: 'MINUTES') }
+when {expression {
+return !xvfb
+}
+}
 steps{
-   if (xvbf) {
-   wrap([$class: 'Xvfb', additionalOptions: '', 
assignedLabels: '', displayNameOffset: 0, installationName: 'Xvfb', 
parallelBuild: true, screen: '']) {
-   mavenBuild( jdk, cmdline, mvnName, publishers)
-   }
-   } else {
-mavenBuild( jdk, cmdline, mvnName, publishers)
-   }
+mavenBuild( jdk, cmdline, mvnName, publishers)
+
 }
 }
 }


-
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: Update asfStandardBuild.groovy

2019-10-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 d57b680  Update asfStandardBuild.groovy
d57b680 is described below

commit d57b680bd6b2322a8f0bb4c69b89bd327ba55164
Author: Eric Barboni 
AuthorDate: Thu Oct 17 14:14:39 2019 +0200

Update asfStandardBuild.groovy

add a wrap option
---
 vars/asfStandardBuild.groovy | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index e0f20b6..378d17a 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -33,7 +33,7 @@ def call(Map params = [:]) {
 // use the cmdLine parameter otherwise default depending on current branch
 def cmdline = params.containsKey('cmdline') ? params.cmdline : 
(env.BRANCH_NAME == 'master'?"clean deploy site:jar":"clean install")
 def mvnName = params.containsKey('mvnName') ? params.mvnName : 'Maven 
3.5.4'
-
+def xvfb = params.containsKey('xvfb') ? true : false
 
 def defaultPublishers = [artifactsPublisher(disabled: false), 
junitPublisher(ignoreAttachments: false, disabled: false),
 findbugsPublisher(disabled: true), openTasksPublisher(disabled: true),
@@ -53,7 +53,13 @@ def call(Map params = [:]) {
 agent { node { label 'ubuntu' } }
 options { timeout(time: 120, unit: 'MINUTES') }
 steps{
-mavenBuild( jdk, cmdline, mvnName, publishers)
+   if (xvbf) {
+   wrap([$class: 'Xvfb', additionalOptions: '', 
assignedLabels: '', displayNameOffset: 0, installationName: 'Xvfb', 
parallelBuild: true, screen: '']) {
+   mavenBuild( jdk, cmdline, mvnName, publishers)
+   }
+   } else {
+mavenBuild( jdk, cmdline, mvnName, publishers)
+   }
 }
 }
 }


-
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-3198) Import of previous set options configuration not possible in 11.2-beta2

2019-10-17 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-3198:


This should be fixed in beta3. Please test and report back if any further 
problems.

> Import of previous set options configuration not possible in 11.2-beta2
> ---
>
> Key: NETBEANS-3198
> URL: https://issues.apache.org/jira/browse/NETBEANS-3198
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Miguel
>Assignee: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.2
>
> Attachments: options_import.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The configurations from a previous NetBeans version (11) cannot be imported 
> in 11.2-beta2, via "_Tools -> Options -> Import_".
> The UI freezes, see attached screenshot
>  
> The following exception is shown in the IDE log.
> It worked in the previous beta version.
>  
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
>  at 
> java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
>  at java.base/java.lang.Double.parseDouble(Double.java:549) at 
> org.netbeans.modules.options.export.OptionsChooserPanel.createOptionsTreeModel(OptionsChooserPanel.java:415)
>  at 
> org.netbeans.modules.options.export.OptionsChooserPanel.access$700(OptionsChooserPanel.java:72)[catch]
>  at 
> org.netbeans.modules.options.export.OptionsChooserPanel$6.run(OptionsChooserPanel.java:339)
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3128) Create third beta (if required)

2019-10-17 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-3128.

Resolution: Done

> Create third beta (if required)
> ---
>
> Key: NETBEANS-3128
> URL: https://issues.apache.org/jira/browse/NETBEANS-3128
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3243:


Great. Thank you! I'll take a look at it later.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis commented on NETBEANS-3243:
--

Project:

[^Test.tar.gz]


 Code Sniffer code:
{code:java}
/home/user/Test/bin/phpcs --standard=/home/user/Test/ruleset.xml -s{code}
Netbeans result, when I inspect "autoload.php" file:
{code:java}
"/usr/local/ampps/php-5.6/bin/php" "/home/user/Test/bin/phpcs" 
"--standard=/home/user/Test/ruleset.xml" "-s" "--standard=MySource" 
"--report=xml" "--extensions=phtml,php,php4,php5,php3,phpt,inc" 
"--encoding=UTF-8" "/home/user/Test/autoload.php"{code}
Here is even screen shot of my configuration:

!Screenshot from 2019-10-17 10-08-01.png!

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis updated NETBEANS-3243:
-
Attachment: Screenshot from 2019-10-17 10-08-01.png

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
> Attachments: Screenshot from 2019-10-17 10-08-01.png, Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis updated NETBEANS-3243:
-
Attachment: Test.tar.gz

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
> Attachments: Test.tar.gz
>
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto edited comment on NETBEANS-3243 at 10/17/19 6:51 AM:
--

e.g. 
 # create an empty PHP project
 # add your ruleset.xml to it
 # add files needed to it
 # confirm whether you can reproduce your problem with that project
 # zip it
 # attach the zip file here
 # write your exact steps to reproduce it

That way, we can understand/reproduce your problem more easily. Thanks.


was (Author: junichi11):
e.g. 
 # create an empty PHP project
 # add your ruleset.xml to it
 # add files needed to it
 # zip it
 # confirm whether you can reproduce your problem
 # attach the zip file here
 # write your exact steps to reproduce it

That way, we can understand/reproduce your problem more easily. Thanks.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3243:


e.g. 
 # create an empty PHP project
 # add your ruleset.xml to it
 # add files needed to it
 # zip it
 # confirm whether you can reproduce your problem
 # attach the zip file here
 # write your exact steps to reproduce it

That way, we can understand/reproduce your problem more easily. Thanks.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3243:


We don't have your ruleset.xml. If we create all files/ set configurations to 
reproduce your problem, it takes a lot of time. (Issues are not only yours. 
Please imagine that we create them from scratch for all issues. It would be 
hard. Do you want to do it if you were me?) We would like to avoid it. 

As I wrote above, we need not all files. We need a _simple_ example project. If 
a reporter provides it, we can try it soon, we can investigate the problem soon.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis commented on NETBEANS-3243:
--

btw project weights around 1 GB, so I can't even add it here. But I do not see 
any reason for that too. If you need some specific file, I can add it. For 
example phpcs you can download here: 
https://github.com/squizlabs/PHP_CodeSniffer/blob/master/bin/phpcs. But all 
files in my example does not matter, because netbeans creates result code. Not 
any file, that I use.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis commented on NETBEANS-3243:
--

Project? You can open any file. You do not need my project to reproduce this 
issue. And example code I already gave already. Just fill fields like I 
described and you will see difference between netbeans versions. And this 
difference is issue for me. As long as you can't provide any description, what 
I'm doing wrong.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Dmitrijs Reinmanis (Jira)


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

Dmitrijs Reinmanis edited comment on NETBEANS-3243 at 10/17/19 6:11 AM:


Project? You can open any file. You do not need my project to reproduce this 
issue. And example code I gave already. Just fill fields like I described and 
you will see difference between netbeans versions. And this difference is issue 
for me. As long as you can't provide any description, what I'm doing wrong.


was (Author: dmgpage):
Project? You can open any file. You do not need my project to reproduce this 
issue. And example code I already gave already. Just fill fields like I 
described and you will see difference between netbeans versions. And this 
difference is issue for me. As long as you can't provide any description, what 
I'm doing wrong.

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3243) Code sniffer now working in latest verson

2019-10-17 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3243:


Well, Unfortunately, JIRA is not the place for your question. If you have 
questions, please ask someone via the mailing list. (Jira is an issue tracker, 
i.e. it is for issues or enhancements.)

Then, Please attach a simple example php project as a zip file if possible. 
Otherwise, we cannot reproduce your problem exactly because we don't have your 
project. Thank you for your understanding.

BTW, Is your issue title typo?

 

> Code sniffer now working in latest verson
> -
>
> Key: NETBEANS-3243
> URL: https://issues.apache.org/jira/browse/NETBEANS-3243
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 11.1
>Reporter: Dmitrijs Reinmanis
>Priority: Major
>
> SInce version 11.1 netbeans executes different code sniffer command. In 
> version 8.2 command was executed with "default_standard" attribute. But now 
> it adds "–standard=MySource". Before I could just add my own "standard" 
> attribute and use my custom rules, but now it overwrites it. We have already 
> rules in our project and I just need to add target to that file. But in new 
> version I can't find any way, how to do that. How I can add custom rules now? 
> I can't just skip it, because netbeans requires it. Even if I already added 
> target in my command. I can't find any information about this in google.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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