Despite the many WTFs surrounding the current project I work on, someone got the idea to start using CVS back in November 2005.
It is really unclear how long this codebase has belonged, but the original revision was commited in November 2005. With that revision, this comment appears in several places:
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/*********** DO NOT ADD ANY CODE BELOW HERE - ALL CODE BELOW IS NEW FOR THE RE-WRITE. THANK YOU: PAULA *********/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
So far, this rewrite has lasted 975 days (at
least), but Paula no longer works here. In fact, I've never known a Paula here.
Not all the developers act like they know how VCS works, nor how to use the tools available.
The following comments are added even to present day and are quite common:
//////////////////////////////////////////////////////////////////////////////////////////
//////// The following if statement was added by Paula /////
//////////////////////////////////////////////////////////////////////////////////////////
// Next line added by Paula
// This line added by Paula
<!-- tttravis commented out on 09-11-06
<!-- tttravis added on 05-19-2008 -->
// tttravis commented out temporarily on 07/26/07
// tttravis added on 07/276/2007
// if((numOfACatMins < 5 *** Commented out per CS ***
// && numOfObs == cntACat) && (previousCntlNumber != currentCntlNumber))
else if (cat == "B") //elses added per CS; were separate if stmts
if (sqlBuilder.exists()) {
//tttravis modified on 05/25/2007: logging the error instead of throwing SQL exception
//logger.error("Record already exists for control number " + RecordData.getCntlNumber());
throw new SQLException("Record already exists for control number " + RecordData.getCntlNumber());
} else {
sqlBuilder.insertSQL();
}
private String[] effStrtDts;
private String[] effEndDts;
private String[] ids;
private String[] names;
private String[] statusInds;
//tttran added comment on 08/07/07
public static String[] oneTimeProc;
public static String[] oneTimeAm;
public static String[] oneTimeNames;