Ticket #517 (closed task: fixed)

Opened 5 years ago

Last modified 5 years ago

General cleanup

Reported by: waltweltonlair Owned by: waltweltonlair
Priority: low Milestone: 2.1
Component: General Version: 2.0.0
Severity: minor Keywords:
Cc: External ID:

Description

Just a generic ticket for any code cleanup we want to do.

Change History

Changed 5 years ago by waltweltonlair

  • status changed from new to assigned

Submission  https://trac.osgeo.org/mapguide/changeset/3110:

Renamed some stylization variables pointing to collections - they now end with 's'.

  • std::vector<SE_Symbolization*> symbolization => symbolizations

Renamed some stylization variables referring to symbol instances.

  • SymbolInstanceCollection m_collSymbols => m_collInstances

In stylization code, used ++i convention in for loops where possible, instead of i++.

Removed tab characters.

Changed 5 years ago by waltweltonlair

Submission  https://trac.osgeo.org/mapguide/changeset/3136:

  • use consistent variable names

Changed 5 years ago by waltweltonlair

Submission to branch stream  https://trac.osgeo.org/mapguide/changeset/3139

  • use consistent variable names

Changed 5 years ago by waltweltonlair

  • status changed from assigned to closed
  • resolution set to fixed

Done with this ticket for now.

Note: See TracTickets for help on using tickets.