Work toward improving solidity. Add a few more unit tests, and some toString()
[cfb.git] / prod / net / jaekl / cfb / analyze / Analysis.java
index 81f4b89bad189a0722e89a2c28d3ebdd99d9636f..d720184b22326325ba3706df619a3c9d7e6a61de 100644 (file)
@@ -31,6 +31,7 @@ public class Analysis {
                m_buildNumber = buildNumber;
                m_start = new Date().getTime();
                m_end = 0;
+               m_bugCollection = new BugCollection();
        }
        
        public BugCollection getBugCollection() { return m_bugCollection; }