DrGPolygonRegularBuilder: reset: all instance variables are reset to 'value'
Bug #1260750 reported by
Matthieu Baerts
on 2013-12-13
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Dr. Geo II |
Low
|
Unassigned |
Bug Description
Hello,
When analysing DrGeo's code for a course, we may found a possible bug:
DrGPolygonReg
reset
super reset.
center := pointA := value
Maybe we didn't understand why but we think there is a little mistake, all these instance variables should be set to 'nil'. The last line should be:
center := pointA := value := nil
Have a nice day,
hilaire (hilaire-fernandes)
on 2013-12-13
Changed in drgeo: | |
importance: | Undecided → High |
status: | New → Confirmed |
hilaire (hilaire-fernandes)
on 2014-05-16
Changed in drgeo: | |
importance: | High → Low |
hilaire (hilaire-fernandes)
on 2014-06-13
Changed in drgeo: | |
milestone: | none → 14.07 |
hilaire (hilaire-fernandes)
on 2014-06-17
Changed in drgeo: | |
status: | Confirmed → Fix Committed |
hilaire (hilaire-fernandes)
on 2014-06-28
Changed in drgeo: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.