Carsten Pfeiffer
Carsten Pfeiffer
https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/main/java/edu/umd/cs/findbugs/detect/MultipleInstantiationsOfSingletons.java#L218 lists the criteria for recognizing a class as a Singleton. While already quite sophisticated, it wrongly recognizes some non-singleton classes as singleton. E.g. protobuf-generated classes that contain a builder...
#2008 is already closed, so maybe comment https://github.com/spotbugs/spotbugs/issues/2008#issuecomment-1763774427 got overlooked. The signature of the eclipse-plugin has expired (two years ago) @KengoTODA
Fixes MJAVADOC-798 to avoid dependency downloading problems due to ignoring user settings. - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAVADOC) filed for the change (usually before you start working...
- [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MINVOKER) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA...
It would be nice, if the asciidoctor-editor would be compatible with [antora](http://antora.org/) conventions/concepts ([antora docs](http://docs.antora.org/)) In particular, resolving of resources would be helpful, taking [family directories](https://docs.antora.org/antora/latest/family-directories/) into account. E.g. instead...