Robert Varga
Robert Varga
@robshakir Well, in that case just define a oc:pattern-language extension, which could apply to an entire model or to a particular use of pattern, for example: ``` module foo {...
@robshakir @aashaikh alternative solution, which does not involve any changes to the OC models would be to declare that all models in namespaces starting with "http://openconfig.net/yang/" will always use posix...
> Specially as there is little difference between the flavors. Well, the differences for simple expressions are neglible, but if you ever get into character groups (https://www.w3.org/TR/xmlschema-2/#nt-charGroup) it becomes quickly...
@aashaikh thanks for the clarification, I do not follow the models closely enough to have noticed that extension. I have filed https://jira.opendaylight.org/browse/YANGTOOLS-1005 to track its adoption in OpenDaylight. @robshakir I...
Sure thing, I will comment on the page. Nevertheless, a pre-existing comment already states that: ```By that argument, ERR08-J should not be a hard-and-fast rule, but rather a recommendation.```
Well, neither of those annotations are `@java.lang.annotation.Inherited`, unlike `com.google.errorprone.annotations.Immutable`, hence I do not believe they are meant to extend the contract to subclasses. As per [JCIP docs](https://jcip.net/annotations/doc/net/jcip/annotations/Immutable.html) that version of...
> No more investigation on this? I agree with your assessment. As far as I understand (in-brain cache, obviously not reliable), though, SB treats all .Immutable contracts the same --...
With mockito-5 defaulting to the inline mockmaker, the problem with OSGi highlighted above has become a bit annoying, the default configuration triggers it. In OpenDaylight we have a few tests...
I guess DaemonInputStream is waiting for something to come from https://github.com/apache/maven-mvnd/blame/master/common/src/main/java/org/mvndaemon/mvnd/common/logging/TerminalOutput.java#L501, which never arrives.
full jstack output: [spotbugs_deadlock.txt](https://github.com/apache/maven-mvnd/files/15131670/spotbugs_deadlock.txt)