Reviewer > Provided PTC reviews > Style reviews > Missing default (Reviewer Review)
  
Missing default (Reviewer Review)
Attributes of certain data types (typically primitives) should have their default values specified.
Consequences
Specifying default values of primitives can help to reduce ambiguities in your model.
Strategy
Specify default values, for primitives which will initialize with system specified defaults (e.g. your language may initialize int as 0). You may choose to ignore this review item.