PH251 / evolutionchamber

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

Private method com.fray.evo.fitness.EcStandardFitnessCleanup.augmentScore(double, boolean, boolean, int, double, boolean) is never called #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Bug: Private method 
com.fray.evo.fitness.EcStandardFitnessCleanup.augmentScore(double, boolean, 
boolean, int, double, boolean) is never called
Pattern id: UPM_UNCALLED_PRIVATE_METHOD, type: UPM, category: PERFORMANCE

This private method is never called. Although it is possible that the method 
will be invoked through reflection, it is more likely that the method is never 
used, and should be removed.

Original issue reported on code.google.com by netpr...@gmail.com on 20 Jul 2011 at 7:41

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r293.

Original comment by netpr...@gmail.com on 20 Jul 2011 at 7:55