Skip to content

Commit 690cff1

Browse files
luioxEpicPlayerA10
authored andcommitted
Move attention section to buttom
1 parent 1771c9e commit 690cff1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,6 @@ The above example shows that the value is produced by `ldc` instruction, but it
230230

231231
The project is also greatly documented, so you can find more information about any class or transformer in their javadocs and comments inside the code. You can also view other transformers' code - see how they work and how they are implemented. There are also tests, so you can, for example, see how the transformer behaves when you modify some line of code.
232232

233-
## ❗Attention
234-
235-
### Change the too long class file name
236-
237-
Class files with long file names generated by obfuscator should not be directly submitted to Git, as this will cause Git to display the file as too long.
238-
239-
Modifying the class file name will not have any impact on processing ClassNodes, but a file name that is too long can cause git pull failures.
240-
241233
## 🧪 Testing
242234
### How do these tests work?
243235
The deobfuscator has a clever testing system. It works as follows:
@@ -256,3 +248,11 @@ You can create your own tests for transformers. There are a few ways to do it:
256248

257249
You also need to register each sample in class [TestDeobfuscation.java](./deobfuscator-impl/src/test/java/uwu/narumi/deobfuscator/TestDeobfuscation.java)
258250

251+
## ❗Attention
252+
253+
### Change the too long class file name
254+
255+
Class files with long file names generated by obfuscator should not be directly submitted to Git, as this will cause Git to display the file as too long.
256+
257+
Modifying the class file name will not have any impact on processing ClassNodes, but a file name that is too long can cause git pull failures.
258+

0 commit comments

Comments
 (0)