Package edu.hm.hafner.analysis
Class RevApiInfoExtension
java.lang.Object
edu.hm.hafner.analysis.RevApiInfoExtension
- All Implemented Interfaces:
Serializable
Stores additional information of the Revapi analysis (severities, issue name, old file, and new file).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RevApiInfoExtension
public RevApiInfoExtension(@CheckForNull String code, String oldFile, String newFile, Map<String, String> severities) Creates an object to store additional information of the Revapi analysis.- Parameters:
code- of the parsed issueoldFile- the oldFile where something was changednewFile- the newFile where something was changedseverities- the severities of Binary and source
-
-
Method Details
-
getSeverities
-
getIssueName
-
getOldFile
-
getNewFile
-