-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparing for upcoming release of NullAway (0.9.9)
This PR updates Annotator to work with the upcoming release of NullAway 0.9.9. Through PR621 and PR622 NullAway had the following changes: Param Protection Test feature is removed from NullAway and the config file for fix serialization has changed. NullAway will no longer serialize the actual @nullable annotation, it only suggests the name of the annotation (e.g. nullable) followed by a change in fix serialization config file. All changes above has been addressed in this PR.
- Loading branch information
Showing
6 changed files
with
15 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ | |
|
||
public interface Factory<T extends Hashable> { | ||
|
||
T build(String[] infos); | ||
T build(String[] info); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 0 additions & 84 deletions
84
core/src/main/java/edu/ucr/cs/riple/core/util/AnnotationConfig.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters