paragasa / openholdembot

Automatically exported from code.google.com/p/openholdembot
Other
0 stars 0 forks source link

Code-clones in CFormula #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Many code-clones in 
void CFormula::WriteFormula(CArchive& ar, bool use_new_OHF_style) 
Candidate for refactoring

Original issue reported on code.google.com by thehighfish@googlemail.com on 2 Feb 2010 at 10:57

GoogleCodeExporter commented 8 years ago
Also in 
void CFormula::CheckForDefaultFormulaEntries()

Original comment by thehighfish@googlemail.com on 2 Feb 2010 at 10:59

GoogleCodeExporter commented 8 years ago
void CFormula::CheckForDefaultFormulaEntries() done

but also lots of clones in
void CSymbols::CalcSecondaryFormulas(void)

Original comment by thehighfish@googlemail.com on 2 Feb 2010 at 11:21

GoogleCodeExporter commented 8 years ago
CSymbols::CalcSecondaryFormulas(void) hard to change
the rest has been done.

Original comment by thehighfish@googlemail.com on 11 Feb 2010 at 12:46