lint
Parsing Lint Errors in Eclipse
A while back I wrote a blog on using lint in eclipse, now I would like to finally get the error parsing to work so that I can click on the lint info/warning/error line and have it jump to that locatio[详细]
2023-02-17 20:02 分类:问答A suitable text editor for C that includes lint & cstyle?
I\'d like to use a nice C code-editor, that would have built-in support for: Code-colouring for C, Make, XML, Java, etc.[详细]
2023-02-15 01:24 分类:问答What levels should static analyzers analyze?
I\'ve noticed that some static analyzers operate on source code, while others operate on bytecode (e.g., FindBugs). I\'m sure there are even some that work on object code.[详细]
2023-02-14 22:15 分类:问答Writing a R lint program
When I program in python, I find using pylint very useful. However, when I program in R, there is nothing comparable.[详细]
2023-02-14 17:46 分类:问答Django internationalization (i18n) lint checker? Tell me what hasn't been _()'ed or {% trans %}'ed
I have to internationalize (i18n) a django project. It\'s combined of many in house django apps. I开发者_Go百科t is partially i18n\'ed already, i.e. some of the strings are _(), but some are bare. Som[详细]
2023-02-13 23:10 分类:问答Lint-checking tools for Objective-C development [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-10 13:27 分类:问答Setting up SCons to Autolint
I\'m using google\'s cpplint.py to verify source code in my project meets the standards set forth in the Google C++ Style Guide. We use SCons to build so I\'d like to automate the process by having SC[详细]
2023-02-07 04:22 分类:问答Has anybody built a C-file for verifying the code-checking tools for MISRA-2004?
We are using PC-Lint for code-checking our sources for compliance with MISRA-2004. As this is a safety-relevant project and we\'re heading for a certificate by TUV, we need to show pr开发者_如何转开发[详细]
2023-02-03 09:31 分类:问答Server-side Performance Testing of a php Web Application
Before I get marked as dupe of articles like: [http://stackoverflow.com/questions/635123/what-is-a-good-tool-or-site-to-use-to-performance-test-a-web-page-site][1][详细]
2023-01-27 08:53 分类:问答What causes an xmllint warning?
I\'m currently writing a plugin for our integration server that uses libxml2\'s xmllint command line tool to validate XML files. According to the manual, xmllint has a --nowarning option that suppress[详细]
2023-01-22 17:32 分类:问答