Skip to content

Instantly share code, notes, and snippets.

@domix
Created May 8, 2012 22:03
Show Gist options
  • Save domix/2639748 to your computer and use it in GitHub Desktop.
Save domix/2639748 to your computer and use it in GitHub Desktop.
Codenarc marks the following enum with UnnecessaryPackageReference violation
package com.company.payment
enum PaymentStatus {
APPROVED,
REJECTED,
CANCELLED,
UNDETERMINED
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment