Search Results

1
vote

Integrating static analysis tools with each other?

I am not clear on what qualifies as a single uniform report in your book but here is what I do. I use Maven2 for builds and with it you can configure a series of reporting plugins (includin …
1
vote

What are the benefits of the Iterator interface in Java?

An interesting paper discussing the pro's and con's of using iterators: http://www.sei.cmu.edu/pacc/CBSE5/ …