mpet

Results 35 comments of mpet

@missedone what happened to this? Or did someone else implement it?

@hazendaz I will verify with: com.github.spotbugs spotbugs-maven-plugin 4.8.2.0

When I tested with this version it is ok. Do @hazendaz or @gtoison know in which version this was fixed?

I am a bit confused now since when I run with the spotbugs maven plugin,spotbugs-maven-plugin, on the below code: https://github.com/manikmagar/java14-examples/tree/master Both spotbugs versions 4.7.3.0 and 4.8.2.0 ![image](https://github.com/spotbugs/sonar-findbugs/assets/1445826/83c7e8d9-d27f-4957-b9cd-fbc44804f345) ![image](https://github.com/spotbugs/sonar-findbugs/assets/1445826/c10621c2-45bb-42ba-bc3e-c9d756e6dd01) But I...

This is really confusing since the messge from the people admin the SQ server was: "Currently we are using: FindBugs 4.2.3 / SpotBugs 4.7.3" is it not only one plugin...

@gtoison yes I understand I need to be able to reproduce the problem. I do not have access to the SQ instance since I am not admin. That is why...

@gtoison we have been running it on windows and linux but the jdk 17 is the same from Azul. I got this info from SQ admin. ![image](https://github.com/spotbugs/sonar-findbugs/assets/1445826/2803b69a-d64d-42b3-98a3-d08cee5a1ecf)

So you mean I can do an edit-config as long as the subtree contains the correct parents? How can I query for the parents of the node? Run something on...

I checked the following: For [4.1.2.1. ](https://www.ietf.org/archive/id/draft-ietf-netconf-tls-client-server-21.html#section-4.1.2.1)[The "tls-server-grouping" Grouping](https://www.ietf.org/archive/id/draft-ietf-netconf-tls-client-server-21.html#name-the-tls-server-grouping-gro) From the comment I read: ``` The "hello-params" node, which must be enabled by a feature, configures parameters for the TLS...

Hi I am using the following when building in docker: # libyang [61 ](https://jcat-opengrok.internal.ericsson.com/opengrok/xref/common-library/managed-objects-bundle/netconf/jcat_commonlibrary_netconf/src/test/resources/com/ericsson/commonlibrary/netconf/callhome/docker/Dockerfile?r=9eef0acd#61) [62 ](https://jcat-opengrok.internal.ericsson.com/opengrok/xref/common-library/managed-objects-bundle/netconf/jcat_commonlibrary_netconf/src/test/resources/com/ericsson/commonlibrary/netconf/callhome/docker/Dockerfile?r=9eef0acd#62)RUN \ [63 ](https://jcat-opengrok.internal.ericsson.com/opengrok/xref/common-library/managed-objects-bundle/netconf/jcat_commonlibrary_netconf/src/test/resources/com/ericsson/commonlibrary/netconf/callhome/docker/Dockerfile?r=9eef0acd#63) cd [/opt/dev](https://jcat-opengrok.internal.ericsson.com/opengrok/s?path=/opt/dev&project=common-library) && \ [64 ](https://jcat-opengrok.internal.ericsson.com/opengrok/xref/common-library/managed-objects-bundle/netconf/jcat_commonlibrary_netconf/src/test/resources/com/ericsson/commonlibrary/netconf/callhome/docker/Dockerfile?r=9eef0acd#64) git clone https://github.com/CESNET/libyang.git && cd...