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

io.codemodder.remediation.RemediationMessages Maven / Gradle / Ivy

There is a newer version: 0.98.6
Show newest version
package io.codemodder.remediation;

/**
 * Holds common messages for remediation intended for human consumption as a part of CodeTF
 * reporting
 */
public interface RemediationMessages {

  /** No calls at that location */
  String noCallsAtThatLocation = "No calls at that location";

  /** Multiple calls found at the given location and that may cause confusion */
  String multipleCallsFound =
      "Multiple calls found at the given location and that may cause confusion";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy