Günter Wirth

Results 18 issues of Günter Wirth

Handle unknown MACOSs more tolerant in case of string concatenation. In case not all headers are available this should be handled without syntax error. In case below MACRO could be...

enhancement
Up for grabs

The _cxx plugin_ is using an preprocessor to handle the `#include` files. The preprocessor is searching in the `sonar.cxx.includeDirectories` paths for include files. Up to now there is no possibility...

enhancement
discussion
up for grabs

Parsing of the below rare use case is still slow. (leftover #1685) **still slow:** ```C++ void f() { ss < a < b < c < d < e <...

bug

As an user I like to have shorter cxx-plugin scanner times. **Hint:** At the moment we are using only one thread for analysis. Most of the current analysis time is...

discussion

Show analysis warnings in the UI: https://jira.sonarsource.com/browse/MMF-1244

enhancement
up for grabs

Like to review and refactor issue context. Not sure if we are using additional location and flow always in the right way. **Manual of SQ is saying:** https://docs.sonarqube.org/latest/user-guide/issues/#header-1 Sometimes, issues...

discussion

As an user I like to get symbol highlighting support within a file. Double clicking a symbol all corresponding symbols should also be highlighted. --- Sample could be: https://github.com/SonarSource/sonar-java/blob/d35941d6b78031c22a63b875226a4f0ea49cd967/java-frontend/src/main/java/org/sonar/java/ast/visitors/SonarSymbolTableVisitor.java

discussion
up for grabs

Hi, Like to add an generic **regex** sensor like our 'other' XML sensor. Looking to our code we have two different kinds of sensors: * reading/parsing XML files * reading...

discussion
up for grabs

Hi @raffienficiaud, Like to ask which tool you are using to format Boost.Test or code writing unit test using this library. We did some first test with ClangFormat and had...

**SQ 10.4: New Log File Shows Deprecated APIs And API Parameters** To make upgrading smoother, SonarSource added a log file containing details when you call deprecated web APIs and use...

enhancement
Up for grabs