Oliver Stöneberg
Oliver Stöneberg
I tried using `DocumentUtil.getLineTextRange()` for the `TextRange` generation instead but it lead to the same result. So it appears this is an upstream issue. Needs more investigating. We should still...
> I tried using `DocumentUtil.getLineTextRange()` for the `TextRange` generation instead but it lead to the same result. So it appears this is an upstream issue. Needs more investigating. > >...
I did not consider `unmatchedSuppression` important previously since it requires `information` to be enabled. It has also various bugs which might lead to false positives. It is currently not even...
That's possible. I haven't looked at it at all. I first need to be able to understand how to test a development plugin in CLion.
I was able to build the plugin before based on 2020.1 or 2020.2. Somehow the latest SDK from 2020.3 EAP isn't working anymore. ``` S:\idea\clion-cppcheck\src\com\github\johnthagen\cppcheck\Configuration.java:3:36 java: cannot access com.intellij.openapi.options.Configurable bad...
Please re-open it. I want to investigate this at least a bit as this should be working. Recently I have just been logging issues and not following up on them...
Thanks - there's still the `invalid` tag though. Seems like this is an issue within CLion - https://youtrack.jetbrains.com/issue/CPP-22712. I think this issue should stay open until it is resolved upstream....
BTW I am able to build the plugin again. Turns out I had to switch to JDK 11 as the SDK. The IDEA error message even says that but I...
I ran into this again. ```cpp #include static void f() { std::string s6(0); } ``` ``` /mnt/s/___temp/input.cpp:5:17: error: Null pointer dereference [nullPointer] std::string s6(0); ^ /mnt/s/___temp/input.cpp:5:19: style: Variable 's6' is...
I have no suggestion on how to fix it since CLion has the same problem with clang-tidy (https://youtrack.jetbrains.com/issue/CPP-19518) and certain compiler warnings (no ticket yet / some of those are...