Some progress toward implementing store(Analysis).
[cfb.git] / prod / net / jaekl / cfb / xml / BugClass.java
index 40cc84b8a3874dd550be2e201ffec705f928d040..99a561f9bb0a24e66ddff1ba48826f2deca938bf 100644 (file)
@@ -25,6 +25,9 @@ public class BugClass extends ParseResult {
                m_className = "";
                m_lines = new ArrayList<SourceLine>();
        }
+       
+       public String getClassName() { return m_className; }
+       public SourceLine[] getSourceLines() { return m_lines.toArray(new SourceLine[m_lines.size()]); }
 
        @Override
        public void handleMainAttributes(Attributes attr) throws MissingAttributeException