|
1 | 1 | { |
2 | | - "Removing useless Authorizer classes": [ |
3 | | - { |
4 | | - "type": "com.sk89q.worldedit.util.auth.Authorizer", |
5 | | - "member": "Class com.sk89q.worldedit.util.auth.Authorizer", |
6 | | - "changes": [ |
7 | | - "CLASS_REMOVED" |
8 | | - ] |
9 | | - }, |
10 | | - { |
11 | | - "type": "com.sk89q.worldedit.util.auth.Authorizer", |
12 | | - "member": "Method com.sk89q.worldedit.util.auth.Authorizer.testPermission(com.sk89q.minecraft.util.commands.CommandLocals,java.lang.String)", |
13 | | - "changes": [ |
14 | | - "METHOD_REMOVED" |
15 | | - ] |
16 | | - }, |
17 | | - { |
18 | | - "type": "com.sk89q.worldedit.util.auth.NullAuthorizer", |
19 | | - "member": "Class com.sk89q.worldedit.util.auth.NullAuthorizer", |
20 | | - "changes": [ |
21 | | - "CLASS_REMOVED" |
22 | | - ] |
23 | | - }, |
24 | | - { |
25 | | - "type": "com.sk89q.worldedit.util.auth.NullAuthorizer", |
26 | | - "member": "Constructor com.sk89q.worldedit.util.auth.NullAuthorizer()", |
27 | | - "changes": [ |
28 | | - "CONSTRUCTOR_REMOVED" |
29 | | - ] |
30 | | - } |
31 | | - ], |
32 | | - "No one should be using these fields outside the class anyways": [ |
33 | | - { |
34 | | - "type": "com.sk89q.worldedit.world.storage.FileMcRegionChunkStore", |
35 | | - "member": "Class com.sk89q.worldedit.world.storage.FileMcRegionChunkStore", |
36 | | - "changes": [ |
37 | | - "FIELD_REMOVED_IN_SUPERCLASS" |
38 | | - ] |
39 | | - }, |
40 | | - { |
41 | | - "type": "com.sk89q.worldedit.world.storage.McRegionChunkStore", |
42 | | - "member": "Field cachedReader", |
43 | | - "changes": [ |
44 | | - "FIELD_REMOVED" |
45 | | - ] |
46 | | - }, |
47 | | - { |
48 | | - "type": "com.sk89q.worldedit.world.storage.McRegionChunkStore", |
49 | | - "member": "Field curFilename", |
50 | | - "changes": [ |
51 | | - "FIELD_REMOVED" |
52 | | - ] |
53 | | - }, |
54 | | - { |
55 | | - "type": "com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore", |
56 | | - "member": "Class com.sk89q.worldedit.world.storage.TrueZipMcRegionChunkStore", |
57 | | - "changes": [ |
58 | | - "FIELD_REMOVED_IN_SUPERCLASS" |
59 | | - ] |
60 | | - }, |
61 | | - { |
62 | | - "type": "com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore", |
63 | | - "member": "Class com.sk89q.worldedit.world.storage.ZippedMcRegionChunkStore", |
64 | | - "changes": [ |
65 | | - "FIELD_REMOVED_IN_SUPERCLASS" |
66 | | - ] |
67 | | - }, |
68 | | - { |
69 | | - "type": "com.sk89q.util.yaml.YAMLProcessor", |
70 | | - "member": "Field file", |
71 | | - "changes": [ |
72 | | - "FIELD_REMOVED" |
73 | | - ] |
74 | | - } |
75 | | - ], |
76 | | - "Acceptable addition of default method in interface": [ |
77 | | - { |
78 | | - "type": "com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat", |
79 | | - "member": "Method com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat.isFormat(java.nio.file.Path)", |
80 | | - "changes": [ |
81 | | - "METHOD_NEW_DEFAULT" |
82 | | - ] |
83 | | - } |
84 | | - ], |
85 | | - "Record conversion of Properties, no one should be extending this": [ |
86 | | - { |
87 | | - "type": "com.sk89q.worldedit.registry.state.BooleanProperty", |
88 | | - "member": "Class com.sk89q.worldedit.registry.state.BooleanProperty", |
89 | | - "changes": [ |
90 | | - "CLASS_NOW_FINAL" |
91 | | - ] |
92 | | - }, |
93 | | - { |
94 | | - "type": "com.sk89q.worldedit.registry.state.DirectionalProperty", |
95 | | - "member": "Class com.sk89q.worldedit.registry.state.DirectionalProperty", |
96 | | - "changes": [ |
97 | | - "CLASS_NOW_FINAL" |
98 | | - ] |
99 | | - }, |
100 | | - { |
101 | | - "type": "com.sk89q.worldedit.registry.state.EnumProperty", |
102 | | - "member": "Class com.sk89q.worldedit.registry.state.EnumProperty", |
103 | | - "changes": [ |
104 | | - "CLASS_NOW_FINAL" |
105 | | - ] |
106 | | - }, |
107 | | - { |
108 | | - "type": "com.sk89q.worldedit.registry.state.IntegerProperty", |
109 | | - "member": "Class com.sk89q.worldedit.registry.state.IntegerProperty", |
110 | | - "changes": [ |
111 | | - "CLASS_NOW_FINAL" |
112 | | - ] |
113 | | - } |
114 | | - ], |
115 | | - "EditSession is not externally extendable": [ |
116 | | - { |
117 | | - "type": "com.sk89q.worldedit.EditSession", |
118 | | - "member": "Method com.sk89q.worldedit.EditSession.green(com.sk89q.worldedit.math.BlockVector3,double,boolean)", |
119 | | - "changes": [ |
120 | | - "METHOD_NOW_FINAL" |
121 | | - ] |
122 | | - }, |
123 | | - { |
124 | | - "type": "com.sk89q.worldedit.EditSession", |
125 | | - "member": "Method com.sk89q.worldedit.EditSession.makeCuboidFaces(com.sk89q.worldedit.regions.Region,com.sk89q.worldedit.world.block.BlockStateHolder)", |
126 | | - "changes": [ |
127 | | - "METHOD_NOW_FINAL" |
128 | | - ] |
129 | | - }, |
130 | | - { |
131 | | - "type": "com.sk89q.worldedit.EditSession", |
132 | | - "member": "Method com.sk89q.worldedit.EditSession.simulateSnow(com.sk89q.worldedit.math.BlockVector3,double)", |
133 | | - "changes": [ |
134 | | - "METHOD_NOW_FINAL" |
135 | | - ] |
136 | | - }, |
137 | | - { |
138 | | - "type": "com.sk89q.worldedit.EditSession", |
139 | | - "member": "Method com.sk89q.worldedit.EditSession.thaw(com.sk89q.worldedit.math.BlockVector3,double)", |
140 | | - "changes": [ |
141 | | - "METHOD_NOW_FINAL" |
142 | | - ] |
143 | | - } |
144 | | - ], |
145 | | - "Extending Location made little sense and could not work with the equals implementation": [ |
146 | | - { |
147 | | - "type": "com.sk89q.worldedit.util.Location", |
148 | | - "member": "Class com.sk89q.worldedit.util.Location", |
149 | | - "changes": [ |
150 | | - "CLASS_NOW_FINAL" |
151 | | - ] |
152 | | - } |
153 | | - ], |
154 | | - "Extending BufferedResponse was impossible due to private constructor": [ |
155 | | - { |
156 | | - "type": "com.sk89q.worldedit.util.net.HttpRequest$BufferedResponse", |
157 | | - "member": "Class com.sk89q.worldedit.util.net.HttpRequest$BufferedResponse", |
158 | | - "changes": [ |
159 | | - "CLASS_NOW_FINAL" |
160 | | - ] |
161 | | - } |
162 | | - ], |
163 | | - "Extending SideEffectSet made little sense": [ |
164 | | - { |
165 | | - "type": "com.sk89q.worldedit.util.SideEffectSet", |
166 | | - "member": "Class com.sk89q.worldedit.util.SideEffectSet", |
167 | | - "changes": [ |
168 | | - "CLASS_NOW_FINAL" |
169 | | - ] |
170 | | - } |
171 | | - ] |
172 | 2 | } |
0 commit comments