Add found bugs to database.
[cfb.git] / prod / net / jaekl / cfb / store / Location.java
index 208c3db3dd10d8740e532ae9c89af39715499130..2cd91c80f70e5a81c5f5df4e8b00f97b55cd954b 100644 (file)
@@ -28,6 +28,11 @@ public class Location {
                m_className = bugClass.getClassName();
        }
        
+       public String getClassName() { return m_className; }
+       public String getMethodName() { return m_methodName; }
+       public int getStart() { return m_startLine; }
+       public int getEnd() { return m_endLine; }
+       
        private void init(SourceLine[] sourceLines) 
        {
                if (sourceLines.length > 0) {