-
-
Notifications
You must be signed in to change notification settings - Fork 886
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
136 changed files
with
374 additions
and
755 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
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
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
Binary file not shown.
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
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
34 changes: 24 additions & 10 deletions
34
verification/src/changes/accepted-bukkit-public-api-changes.json
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 |
---|---|---|
@@ -1,11 +1,25 @@ | ||
{ | ||
"Removal of override method that exists in superclass": [ | ||
{ | ||
"type": "com.sk89q.worldedit.bukkit.BukkitWorld", | ||
"member": "Method com.sk89q.worldedit.bukkit.BukkitWorld.fullySupports3DBiomes()", | ||
"changes": [ | ||
"METHOD_REMOVED" | ||
] | ||
} | ||
] | ||
} | ||
"Incorrect removal detection due to problems with classpath": [ | ||
{ | ||
"type": "com.sk89q.worldedit.bukkit.BukkitWorld", | ||
"member": "Method com.sk89q.worldedit.bukkit.BukkitWorld.fullySupports3DBiomes()", | ||
"changes": [ | ||
"METHOD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.bukkit.BukkitServerInterface", | ||
"member": "Method com.sk89q.worldedit.bukkit.BukkitServerInterface.getId()", | ||
"changes": [ | ||
"METHOD_REMOVED" | ||
] | ||
}, | ||
{ | ||
"type": "com.sk89q.worldedit.bukkit.BukkitWorld", | ||
"member": "Method com.sk89q.worldedit.bukkit.BukkitWorld.getId()", | ||
"changes": [ | ||
"METHOD_REMOVED" | ||
] | ||
} | ||
] | ||
} |
11 changes: 10 additions & 1 deletion
11
verification/src/changes/accepted-cli-public-api-changes.json
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 |
---|---|---|
@@ -1,2 +1,11 @@ | ||
{ | ||
} | ||
"Incorrect removal detection due to problems with classpath": [ | ||
{ | ||
"type": "com.sk89q.worldedit.cli.schematic.ClipboardWorld", | ||
"member": "Method com.sk89q.worldedit.cli.schematic.ClipboardWorld.getId()", | ||
"changes": [ | ||
"METHOD_REMOVED" | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.