CC007
CC007
In this code snippet: ```java default String getTemplateFileName(HttpServletRequest request, Model model) { URI baseUri = getBaseUri(); String templateFileName = this.getClass().getSimpleName() + ".ftl"; String canonicalFileName = getResource(templateFileName) .map(baseUri::relativize) .map(URI::getPath) .orElse(COMPONENT_TEMPLATE_PREFIX +...
It would be nice to have a Manifold section in Settings -> Editor -> Code Style, where you could configure several things like the color of fields from manifold-props, extension...
**Describe the bug** Highlighting doesn't seem to work in the manifold project itself, for instance for `ManIterableExt` from manifold-collections. **To Reproduce** Steps to reproduce the behavior: 1. Fork manifold and...
This is a continuation of #1391, since the problem still persists. Aside from that, I also noticed that this same error also occurs when extending the `WsConfigAdapter`, and I'm not...
## Describe the bug After https://github.com/longhorn/longhorn/issues/8091 was fixed, I updated to 1.6.1, but got the another error. ## To Reproduce What I did: - I uninstalled longhorn, along with ALL...
### Current Behavior Reopening #27844, because it seems to not be fixed and has been broken since 8.5 When trying to build a freshly created project, I get the following...