repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
alkarn/sslengine.example
https://github.com/alkarn/sslengine.example/blob/13a9e6cb04713213a8ac3fc7ced06e5ef8cdf720/src/main/java/alkarn/github/io/sslengine/example/NioSslServer.java
src/main/java/alkarn/github/io/sslengine/example/NioSslServer.java
package alkarn.github.io.sslengine.example; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketChannel; import java.nio.channels...
java
MIT
13a9e6cb04713213a8ac3fc7ced06e5ef8cdf720
2026-01-05T02:42:05.260857Z
false
alkarn/sslengine.example
https://github.com/alkarn/sslengine.example/blob/13a9e6cb04713213a8ac3fc7ced06e5ef8cdf720/src/main/java/alkarn/github/io/sslengine/example/NioSslPeer.java
src/main/java/alkarn/github/io/sslengine/example/NioSslPeer.java
package alkarn.github.io.sslengine.example; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.nio.BufferOverflowException; import java.nio.ByteBuffer; import java.nio.channels.SocketChannel; import java.security.KeyStore; import java.util.concurrent.ExecutorService; im...
java
MIT
13a9e6cb04713213a8ac3fc7ced06e5ef8cdf720
2026-01-05T02:42:05.260857Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/util/AstAsserts.java
src/test/java/org/spongepowered/test/util/AstAsserts.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/util/TestHelper.java
src/test/java/org/spongepowered/test/util/TestHelper.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/util/TestMethodBuilder.java
src/test/java/org/spongepowered/test/util/TestMethodBuilder.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/util/KotlinTestHelper.java
src/test/java/org/spongepowered/test/util/KotlinTestHelper.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/generate/TestGenerator.java
src/test/java/org/spongepowered/test/generate/TestGenerator.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/builder/BuilderTest.java
src/test/java/org/spongepowered/test/builder/BuilderTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/kotlin/StringTests.java
src/test/java/org/spongepowered/test/kotlin/StringTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/kotlin/TernaryTests.java
src/test/java/org/spongepowered/test/kotlin/TernaryTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/kotlin/RangeTests.java
src/test/java/org/spongepowered/test/kotlin/RangeTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/kotlin/BasicTests.java
src/test/java/org/spongepowered/test/kotlin/BasicTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/kotlin/OperatorTests.java
src/test/java/org/spongepowered/test/kotlin/OperatorTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/kotlin/IfTests.java
src/test/java/org/spongepowered/test/kotlin/IfTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/TernaryTests.java
src/test/java/org/spongepowered/test/decompile/TernaryTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/DoWhileTests.java
src/test/java/org/spongepowered/test/decompile/DoWhileTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/MethodTests.java
src/test/java/org/spongepowered/test/decompile/MethodTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/OperatorTests.java
src/test/java/org/spongepowered/test/decompile/OperatorTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/TryCatchTests.java
src/test/java/org/spongepowered/test/decompile/TryCatchTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/SwitchTests.java
src/test/java/org/spongepowered/test/decompile/SwitchTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/IfTests.java
src/test/java/org/spongepowered/test/decompile/IfTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/decompile/WhileTests.java
src/test/java/org/spongepowered/test/decompile/WhileTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/formatting/FormattingTest.java
src/test/java/org/spongepowered/test/formatting/FormattingTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/formatting/FormattingTestClass.java
src/test/java/org/spongepowered/test/formatting/FormattingTestClass.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/ast/SignatureParserTest.java
src/test/java/org/spongepowered/test/ast/SignatureParserTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/ast/LambdaTest.java
src/test/java/org/spongepowered/test/ast/LambdaTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/ast/ConditionSimplificationTest.java
src/test/java/org/spongepowered/test/ast/ConditionSimplificationTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/ast/FullClassTests.java
src/test/java/org/spongepowered/test/ast/FullClassTests.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/serialization/MessagePackTest.java
src/test/java/org/spongepowered/test/serialization/MessagePackTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/serialization/SignatureSerializationTest.java
src/test/java/org/spongepowered/test/serialization/SignatureSerializationTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/test/java/org/spongepowered/test/serialization/AstSerializationTest.java
src/test/java/org/spongepowered/test/serialization/AstSerializationTest.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/package-info.java
src/main/java/org/spongepowered/despector/package-info.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/Despector.java
src/main/java/org/spongepowered/despector/Despector.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/Language.java
src/main/java/org/spongepowered/despector/Language.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/NonnullByDefault.java
src/main/java/org/spongepowered/despector/util/NonnullByDefault.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/package-info.java
src/main/java/org/spongepowered/despector/util/package-info.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/DebugUtil.java
src/main/java/org/spongepowered/despector/util/DebugUtil.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/TypeHelper.java
src/main/java/org/spongepowered/despector/util/TypeHelper.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/ConditionUtil.java
src/main/java/org/spongepowered/despector/util/ConditionUtil.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/AstUtil.java
src/main/java/org/spongepowered/despector/util/AstUtil.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/Pair.java
src/main/java/org/spongepowered/despector/util/Pair.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/SignatureParser.java
src/main/java/org/spongepowered/despector/util/SignatureParser.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/Tristate.java
src/main/java/org/spongepowered/despector/util/Tristate.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/viewer/TabData.java
src/main/java/org/spongepowered/despector/util/viewer/TabData.java
package org.spongepowered.despector.util.viewer; import javax.swing.JTextArea; public class TabData { public final TabType type; public String data = ""; public JTextArea left = new JTextArea(); public JTextArea right = new JTextArea(); public TabData(TabType type) { this.type = type; ...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/viewer/TabType.java
src/main/java/org/spongepowered/despector/util/viewer/TabType.java
package org.spongepowered.despector.util.viewer; public enum TabType { SOURCE, BYTECODE, DECOMPILED, GRAPH_0, GRAPH_1, GRAPH_2, }
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/viewer/Viewer.java
src/main/java/org/spongepowered/despector/util/viewer/Viewer.java
package org.spongepowered.despector.util.viewer; import com.google.common.base.Charsets; import org.spongepowered.despector.Despector; import org.spongepowered.despector.ast.type.MethodEntry; import org.spongepowered.despector.ast.type.TypeEntry; import org.spongepowered.despector.config.LibraryConfiguration; import o...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/serialization/MessageUnpacker.java
src/main/java/org/spongepowered/despector/util/serialization/MessageUnpacker.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/serialization/MessagePacker.java
src/main/java/org/spongepowered/despector/util/serialization/MessagePacker.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/serialization/MessageType.java
src/main/java/org/spongepowered/despector/util/serialization/MessageType.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/serialization/AstLoader.java
src/main/java/org/spongepowered/despector/util/serialization/AstLoader.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
true
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/serialization/MessagePrinter.java
src/main/java/org/spongepowered/despector/util/serialization/MessagePrinter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/util/serialization/AstSerializer.java
src/main/java/org/spongepowered/despector/util/serialization/AstSerializer.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/ConditionEmitter.java
src/main/java/org/spongepowered/despector/emitter/ConditionEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/EmitterSet.java
src/main/java/org/spongepowered/despector/emitter/EmitterSet.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/InstructionEmitter.java
src/main/java/org/spongepowered/despector/emitter/InstructionEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/package-info.java
src/main/java/org/spongepowered/despector/emitter/package-info.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/Emitters.java
src/main/java/org/spongepowered/despector/emitter/Emitters.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/StatementEmitter.java
src/main/java/org/spongepowered/despector/emitter/StatementEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/AstEmitter.java
src/main/java/org/spongepowered/despector/emitter/AstEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/SpecialEmitter.java
src/main/java/org/spongepowered/despector/emitter/SpecialEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/AbstractEmitterContext.java
src/main/java/org/spongepowered/despector/emitter/AbstractEmitterContext.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/Emitter.java
src/main/java/org/spongepowered/despector/emitter/Emitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/WildEmitter.java
src/main/java/org/spongepowered/despector/emitter/WildEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/ir/MethodIREmitter.java
src/main/java/org/spongepowered/despector/emitter/ir/MethodIREmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/ir/IREmitter.java
src/main/java/org/spongepowered/despector/emitter/ir/IREmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/BytecodeEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/BytecodeEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/BytecodeEmitterContext.java
src/main/java/org/spongepowered/despector/emitter/bytecode/BytecodeEmitterContext.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/type/BytecodeClassEntryEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/type/BytecodeClassEntryEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/type/BytecodeMethodEntryEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/type/BytecodeMethodEntryEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeDoubleConstantEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeDoubleConstantEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeCastEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeCastEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeNullConstantEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeNullConstantEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeArrayAccessEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeArrayAccessEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeInstanceMethodInvokeEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeInstanceMethodInvokeEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeIntConstantEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeIntConstantEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeFloatConstantEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeFloatConstantEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeStaticFieldAccessEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeStaticFieldAccessEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeLocalAccessEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeLocalAccessEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeLongConstantEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeLongConstantEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeStringConstantEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeStringConstantEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeTypeConstantEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/instruction/BytecodeTypeConstantEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeInvokeStatementEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeInvokeStatementEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeReturnEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeReturnEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeIfEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeIfEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeLocalAssignmentEmitter.java
src/main/java/org/spongepowered/despector/emitter/bytecode/statement/BytecodeLocalAssignmentEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/package-info.java
src/main/java/org/spongepowered/despector/emitter/kotlin/package-info.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/KotlinEmitterUtil.java
src/main/java/org/spongepowered/despector/emitter/kotlin/KotlinEmitterUtil.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/KotlinEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/KotlinEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/type/KotlinClassEntryEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/type/KotlinClassEntryEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/type/package-info.java
src/main/java/org/spongepowered/despector/emitter/kotlin/type/package-info.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/type/KotlinMethodEntryEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/type/KotlinMethodEntryEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/type/KotlinEnumEntryEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/type/KotlinEnumEntryEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinTernaryEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinTernaryEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinOperatorEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinOperatorEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/package-info.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/package-info.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/WhenEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/WhenEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/ElvisEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/ElvisEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinCastEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinCastEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinInstanceOfEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinInstanceOfEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false
Despector/Despector
https://github.com/Despector/Despector/blob/e60cfaaf7a0688bc83f8b00c392521d0b162afba/src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinNewEmitter.java
src/main/java/org/spongepowered/despector/emitter/kotlin/instruction/KotlinNewEmitter.java
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without rest...
java
MIT
e60cfaaf7a0688bc83f8b00c392521d0b162afba
2026-01-05T02:42:07.381192Z
false