Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Deprecated API
Contents
Deprecated Methods
Deprecated Methods
net.sf.statcvs.model.Revision.getLinesAdded()
Use
getLinesDelta()
and
getReplacedLines()
instead.
net.sf.statcvs.model.Revision.getLinesRemoved()
Use
getLinesDelta()
and
getReplacedLines()
instead.
net.sf.statcvs.model.Revision.getLinesOfCode()
Use
getLines()
instead.
net.sf.statcvs.model.Revision.getEffectiveLinesOfCode()
Use
getLines()
instead.
net.sf.statcvs.model.Revision.getLinesOfCodeChange()
Use
getLinesDelta()
instead.
net.sf.statcvs.model.Revision.getLineValue()
Use
getNewLines()
instead.
net.sf.statcvs.model.Revision.getRemovingValue()
Use
getReplacedLines()
and
getLinesDelta()
instead.
net.sf.statcvs.model.Revision.getFileCountChange()
Use
getFileCountDelta()
instead.
net.sf.statcvs.model.Revision.getRevision()
Use
getRevisionNumber()
instead.
Overview
Package
Class
Use
Tree
Index
Deprecated
About