Reviewer > Provided PTC reviews > Style reviews > Unpackaged class (Reviewer Review)
  
Unpackaged class (Reviewer Review)
Review items are logged when a class exists that is not scoped to a package.
Consequences
It may be impossible (depending on your language choice) to implement a class outside a package. This can lead to errors during code generation.
Strategy
Scope the class to a package. If the class is global then create a global package for the class which other packages can depend upon.