Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000237Rosetta[All Projects] Bad Codingpublic2013-04-01 20:012013-04-01 23:15
ReporterLabonte 
Assigned ToLabonte 
PrioritylowSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformAll platformsOSAnyOS VersionAny
Product VersionTrunk 
Fixed in VersionTrunk 
Summary0000237: ResidueType::delete_property() actuals ADDS duplicate properties to ResidueType
Descriptiondelete_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 ReproduceN/A
TagsNo tags attached.
Application(s) Affectedany using patch files that remove properties
Command Line UsedN/A
Developer Options
Fixed in SVN Version54635
Attached Files

- Relationships

-  Notes
(0000236)
Labonte (Developer)
2013-04-01 23:15

converted push_back() to erase()

- Issue History
Date Modified Username Field Change
2013-04-01 20:01 Labonte New Issue
2013-04-01 20:01 Labonte Status new => assigned
2013-04-01 20:01 Labonte Assigned To => Labonte
2013-04-01 23:15 Labonte Fixed in SVN Version => 54635
2013-04-01 23:15 Labonte Note Added: 0000236
2013-04-01 23:15 Labonte Status assigned => resolved
2013-04-01 23:15 Labonte Fixed in Version => Trunk
2013-04-01 23:15 Labonte Resolution open => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker