Hi ! I haven't analyzed by myself yet what kind of output dehydra produces - but I would guess it's something fetched to output - plain text. I've tried pc-lint - and was suprised how many different kind of warnings it can potentially produce. Then I throught that that output needs to be somehow sorted out - but I've could not find any lint output parser / post processor.
Question - Do you have / do you know any good framework / scripts, which can generate for example .html as output, from where you can see the summaries of your project (e.g. errors, warnings, etc...) and by following the link - going deeper into the problematic of your code. Something similar I have found in here http://www.riverblade.co.uk/products/visual_lint/features.html - but it's visual studio plugin (windows only, development environment only), and I would prefer open source (no license pays) and easily adjustable (e.g. .html generated by perl). Do you have something similar in dehydra ? I can provide you scripts if I'll develop something similar... Also not only error number is needed , but detailed recommendation - e.g. http://www.gimpel.com/html/ptch80.htm - see msg.txt there. (P.S. do you see also that dehydra's output format could be somehow formatted differently also in similar manner to lint ? (E.g. create dehydra's base .js module which would be responsible for outputting, and format of output) ) all other's .js uses that base module. _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
