I might say I\'m getting quite familiar with Code Contracts: I\'ve read and understood most of the user manual and have been using them for quite a while now, but I still have questions. When I search
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We just refactored several implementations of ThreadFactory into a single class. I\'d like to set up a build which will report if new implementations of ThreadFactory get checked 开发者_JAVA百科in.Two
What I\'d like to do is scan a set of Java classes, and trace all method calls from a specific method of an Abstract Class, and within that context, build a list of all code which performs some operat
I have a school project to develop a static analyzer in C for C. Where should I start? What are some resources which could assist me?
Does anyone know if there\'s a good tool for analyzing JavaScript code and detecting type errors?I know that JavaScript itself is weakly and dynamically typed, but it would be really nice if I could h
Are there static analysis tools for Asp.Net that measure the DRY-ness (\"Don\'t开发者_如何转开发 Repeat Yourself\") of code?
I am using PMD to analyze code and it produces a few high priority warnings which I do not know how to fix.
I have one particular file in my project which is being worked on by someone else.I don\'t want to mess with it and would rather not wait for \"Build and Analyze\" to process it.Is there a way to tell
As far as I know, if I have a class such as the following: class TileSurface{ public: Tile * tile; enum Type{