[go: up one dir, main page]

User Activity

  • Posted a comment on discussion General Discussion on cppcheck

    Ah, I had not seen that ticket. I will point out, however, that we checks in that ticket are redundant, indeed, only the redundant check isNull() rather than isEmpty(). In my testcase, neither check is redundant. I also quite disagree with the ticket's (preliminary) conclusion to mark QString::isNull() as deprecated, however. Yes the Qt documentation states "historical reasons", and recommends avoid QString::isNull(), but no, it is neither deprecated upstream, nor is it useless. It can be put to...

  • Posted a comment on discussion General Discussion on cppcheck

    Cppcheck 2.18.3. Consider the following input file: #include <QString> int foo(const QString &in) { if (in.isNull()) { return 1; } else if (in.isEmpty()) { return 2; } return 3; } Running cppcheck --library=qt --enable=style test.cpp yields: Checking test.cpp ... test.cpp:6:26: style: Condition 'in.isEmpty()' is always false [knownConditionTrueFalse] } else if (in.isEmpty()) { ^ test.cpp:4:18: note: Assuming that condition 'in.isNull()' is not redundant if (in.isNull()) { ^ test.cpp:6:26: note: Condition...

  • Created ticket #938 on MinGW-w64 - for 32 and 64 bit Windows

    Downloads are in severe need of fixing

  • Posted a comment on discussion Help on RKWard - GUI for R

    Hi! ... or RKWard can't find it to load it into the window. KDE problem? Similar...

  • Modified ticket #138 on RKWard - GUI for R

    NEEDINFO: Rkward crashes when calculating NMDS

  • Posted a comment on ticket #138 on RKWard - GUI for R

    Ok, thanks for the clarification. I'm closing this (specific) issue ticket, then....

  • Modified ticket #97 on RKWard - GUI for R

    IMPLEMENTED: support multiple installed R backends

  • Modified ticket #97 on RKWard - GUI for R

    support multiple installed R backends

View All

Personal Data

Username:
tfry
Joined:
2001-08-17 14:26:23

Projects

This is a list of open source software projects that Thomas Friedrichsmeier is associated with: