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.
Howdy, Stranger!
Categories
- 1.6K All Categories
- 45 Announcements / News
- 225 Process Mining
- 6 - BPI Challenge 2020
- 9 - BPI Challenge 2019
- 24 - BPI Challenge 2018
- 27 - BPI Challenge 2017
- 8 - BPI Challenge 2016
- 68 Research
- 1K ProM 6
- 394 - Usage
- 288 - Development
- 9 RapidProM
- 1 - Usage
- 7 - Development
- 54 ProM5
- 19 - Usage
- 187 Event Logs
- 32 - ProMimport
- 75 - XESame