View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000237 | Rosetta | [All Projects] Bad Coding | public | 2013-04-01 20:01 | 2013-04-01 23:15 |
|
Reporter | Labonte | |
Assigned To | Labonte | |
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | All platforms | OS | Any | OS Version | Any |
Product Version | Trunk | |
Fixed in Version | Trunk | |
|
Summary | 0000237: ResidueType::delete_property() actuals ADDS duplicate properties to ResidueType |
Description | delete_property() was clearly a cut-and-paste modification of add_property() and
properties_.push_back( property );
was left in by accident in l. 1246, such that after setting the corresponding boolean to false, a given property is double-added to the vector1 properties_. |
Steps To Reproduce | N/A |
Tags | No tags attached. |
|
Application(s) Affected | any using patch files that remove properties |
Command Line Used | N/A |
Developer Options | |
Fixed in SVN Version | 54635 |
|
Attached Files | |
|