Unit testing: confirm that Analyzer can parse some sample XML
[cfb.git] / prod / net / jaekl / cfb / xml / BugInstance.java
index 900cd1cfd37c1f9fa6fa5643b624dbf635d5fb38..4764c1ca5cef826a83bf0e6bf411b891370478c0 100644 (file)
@@ -35,6 +35,8 @@ public class BugInstance extends ParseResult {
                m_lines = new ArrayList<SourceLine>();
        }
        
+       public String getType() { return m_type; }
+       
        @Override
        public void endContents(String uri, String localName, String qName, String chars) 
                throws XmlParseException