Package cdc.issues

Class IssueId

  • All Implemented Interfaces:
    Comparable<IssueId>

    public class IssueId
    extends Object
    implements Comparable<IssueId>
    Data issue identifier.

    It is composed of:

    • a rule identifier (domain and rule name)
    • rule parameters
    • a project name
    • locations
    Note: several occurrences of issues may have the same identifier. They will differ by their snapshot.
    Author:
    Damien Carbonne