Recent content by jerome.grenier

  1. J

    Feature request: code metrics

    Stew, Although a plugin won't be able to analyze the elements of the currently opened project (with the current API at least), it would certainly be able to connect to the DB, find out about my packages/functions/procedures, analyze their code and show the results in a window. But whatever way...
  2. J

    Feature request: code metrics

    Thanks for your insights Stew, If code metrics are presented through a plugin, I'm fine with that, but what do you mean by "across-the-team analysis"? Analysis of the whole project? In that case, I don't see why the plugin couldn't do it (it knows all the packages, procedures and functions). Do...
  3. J

    Feature request: code metrics

    The Test Manager is nice, but does not address what I explained above. I'm talking about static code analysis (I don't have to "run" my code) to derive metrics such as: - lines of code per package - ratio of comment lines - ratio of public/private procedures - cyclomatic complexity - other...
  4. J

    Feature request: code metrics

    Hi, It would be really useful to us if we could have a PL/SQL code metric window embedded in PL/SQL Developer, showing common metrics related to PL/SQL. Being able to specify thresholds and notifying (specific icon or color) when those thresholds are crossed could also be useful. Furthermore...
Back
Top