Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt-Creator and code maintainability checks
Forum Updated to NodeBB v4.3 + New Features

Qt-Creator and code maintainability checks

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 787 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    walteste
    wrote on last edited by
    #1

    Hi,

    I am looking for a plugin or another easy way to check my code for maintainability.

    I would like to check for some very basic limits like:

    • lines of code per function
    • total lines of code per file
    • % of comments respective to the code
    • cyclomatic complexity of functions

    Thanks to all of you in advance,
    Stefan

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      I have never seen such a plugin for creator but many free standing tools exists
      https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved