anyone using audits and metrics in Delphi?
anyone using audits and metrics in Delphi?
I'm in a big refactoring process und this would help to see the problems in the code.
the project compiles at moment without any warnings and hints. 1 million lines of code. now try to use the audits and metrics. but it hangs always (Xe7) and Berlin. Is these feature really a enterprise feature?
I'm in a big refactoring process und this would help to see the problems in the code.
the project compiles at moment without any warnings and hints. 1 million lines of code. now try to use the audits and metrics. but it hangs always (Xe7) and Berlin. Is these feature really a enterprise feature?
I had tried to use a few times, audits never works, metrics sometimes, and the usability is not good at all. Now I'm using SonarQube with Delphi Plugin https://github.com/fabriciocolombo/sonar-delphi.
ReplyDeleteCesar Romero I will check it out, thanks
ReplyDelete/sub
ReplyDelete/sub
ReplyDelete/sub
ReplyDeleteUse command line tool, calling it from IDE almost never works. We use command line tool for pretty big projects and it's OK, except for quite a lot of false positives, but they are fixed pretty quickly. I think about 10 issues reported by me were fixed in recent releases
ReplyDeleteEugene Kotlyarov Thank you! It is working for my needs now.
ReplyDelete