All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.teamscale.report.EDuplicateClassFileBehavior Maven / Gradle / Ivy

The newest version!
package com.teamscale.report;

/**
 * Behavior when two non-identical class files with the same package name are found.
 */
public enum EDuplicateClassFileBehavior {
	/** Completely ignores it. */
	IGNORE,

	/** Prints a warning to the logger. */
	WARN,

	/** Fails and stops further processing. */
	FAIL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy