To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

error when build ProM project

here is the error description:

description: The declared package "org.processmining.models.workshop.fbetancor.dataqualityaspects.domainConsistency" does not match the expected package "org.processmining.models.workshop.fbetancor.dataqualityaspects.DomainConsistency"

Resource: ValuesByCompression.java

Path:/ProM Workshop/src/org/processmining/models/workshop/fbetancor/dataqualityaspects/DomainConsistency

Location: line 1

type: Java Problem


how can i fix that?

Comments

  • Hi,

    This is because the class resides in the folder named "DomainCosistency" (with capital D) but the package declaration in the class mentions "domainConsistency" (with lowercase d). Please make sure they match.

    While you're a tit, you may want to drop all capitals in these names completely. The Java Code Conventions mention that package names should use lower case characters if possible. So, here the preferred name would be "domainconsistency".

    Kind regards,

    Eric.

Sign In or Register to comment.