Opened 16 years ago

Closed 16 years ago

#517 closed task (fixed)

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 (4)

comment:1 by waltweltonlair, 16 years ago

Status: newassigned

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.

comment:2 by waltweltonlair, 16 years ago

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

  • use consistent variable names

comment:3 by waltweltonlair, 16 years ago

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

  • use consistent variable names

comment:4 by waltweltonlair, 16 years ago

Resolution: fixed
Status: assignedclosed

Done with this ticket for now.

Note: See TracTickets for help on using tickets.