Loading...
Comment:
Remove Obfuscation Explorer
Status: all builds with this change have finished
Revision: f793d783978567f982ddf90810ca5b746e262e9f VCS Roots: minecraft-dev/MinecraftDev (Git), minecraft-dev/MinecraftDev Nightly (Git)
Parent revisions: 95c88298e41359f9ef9571c9b029f2165f9a7305  
User: Unknown (none of TeamCity users defined kyle wood username in their VCS username settings)

Edit change description

Here you can change the description in TeamCity only. You may consider changing it in the VCS as well, to avoid an ambiguity and inconsistency.

Cancel
Changed: 234 files (233 removed, 1 edited) in
removed obfuscation-explorer/.gitignore
removed obfuscation-explorer/build.gradle.kts
removed obfuscation-explorer/changelog.md
removed obfuscation-explorer/gradle.properties
removed obfuscation-explorer/icons/csrg.svg
removed obfuscation-explorer/icons/enigma.svg
removed obfuscation-explorer/icons/jam.svg
removed obfuscation-explorer/icons/pluginIcon.svg
removed obfuscation-explorer/icons/proguard.svg
removed obfuscation-explorer/icons/srg.svg
removed obfuscation-explorer/icons/tinyv1.svg
removed obfuscation-explorer/icons/tinyv2.svg
removed obfuscation-explorer/icons/tsrg.svg
removed obfuscation-explorer/icons/tsrg2.svg
removed obfuscation-explorer/icons/xsrg.svg
removed obfuscation-explorer/src/main/grammars/CSrgLexer.flex
removed obfuscation-explorer/src/main/grammars/CSrgParser.bnf
removed obfuscation-explorer/src/main/grammars/EnigmaLexer.flex
removed obfuscation-explorer/src/main/grammars/EnigmaParser.bnf
removed obfuscation-explorer/src/main/grammars/JamLexer.flex
removed obfuscation-explorer/src/main/grammars/JamParser.bnf
removed obfuscation-explorer/src/main/grammars/ProGuardLexer.flex
removed obfuscation-explorer/src/main/grammars/ProGuardParser.bnf
removed obfuscation-explorer/src/main/grammars/SrgLexer.flex
removed obfuscation-explorer/src/main/grammars/SrgParser.bnf
removed obfuscation-explorer/src/main/grammars/TSrg2Lexer.flex
removed obfuscation-explorer/src/main/grammars/TSrg2Parser.bnf
removed obfuscation-explorer/src/main/grammars/TSrgLexer.flex
removed obfuscation-explorer/src/main/grammars/TSrgParser.bnf
removed obfuscation-explorer/src/main/grammars/TinyV1Lexer.flex
removed obfuscation-explorer/src/main/grammars/TinyV1Parser.bnf
removed obfuscation-explorer/src/main/grammars/TinyV2Lexer.flex
removed obfuscation-explorer/src/main/grammars/TinyV2Parser.bnf
removed obfuscation-explorer/src/main/kotlin/ObfIcons.kt
removed obfuscation-explorer/src/main/kotlin/facet/ObfExFacet.kt
removed obfuscation-explorer/src/main/kotlin/facet/ObfExFacetConfiguration.kt
removed obfuscation-explorer/src/main/kotlin/facet/ObfExFacetType.kt
removed obfuscation-explorer/src/main/kotlin/facet/config/MappingsTable.kt
removed obfuscation-explorer/src/main/kotlin/facet/config/MappingsTableCell.kt
removed obfuscation-explorer/src/main/kotlin/facet/config/MappingsTableRow.kt
removed obfuscation-explorer/src/main/kotlin/facet/config/ObfExFacetEditorTab.kt
removed obfuscation-explorer/src/main/kotlin/formats/MappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/MappingsFormatTypeManager.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/CSrgMappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/CSrgMappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/CSrgFile.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/CSrgFileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/CSrgLanguage.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/CSrgParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/colors/CSrgAnnotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/colors/CSrgSyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/colors/CSrgSyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/psi/CSrgElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/psi/CSrgLexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/csrg/lang/psi/CSrgTokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/EnigmaLanguageCodeStyleSettingsProvider.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/EnigmaMappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/EnigmaMappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/EnigmaFile.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/EnigmaFileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/EnigmaLanguage.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/EnigmaLayoutLexer.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/EnigmaParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/colors/EnigmaAnnotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/colors/EnigmaSyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/colors/EnigmaSyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/psi/EnigmaElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/psi/EnigmaLexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/psi/EnigmaParserUtil.kt
removed obfuscation-explorer/src/main/kotlin/formats/enigma/lang/psi/EnigmaTokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/JamMappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/JamMappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/JamFile.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/JamFileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/JamLanguage.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/JamParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/colors/JamAnnotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/colors/JamSyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/colors/JamSyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/psi/JamElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/psi/JamLexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/jam/lang/psi/JamTokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/ProGuardMappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/ProGuardMappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/ProGuardFile.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/ProGuardFileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/ProGuardFileTypeDetector.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/ProGuardLanguage.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/ProGuardParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/colors/ProGuardAnnotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/colors/ProGuardSyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/colors/ProGuardSyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/psi/ProGuardElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/psi/ProGuardLexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/proguard/lang/psi/ProGuardTokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/SrgMappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/SrgMappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/SrgFile.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/SrgFileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/SrgLanguage.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/SrgParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/colors/SrgAnnotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/colors/SrgSyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/colors/SrgSyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/psi/SrgElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/psi/SrgLexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/psi/SrgTokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/psi/mixins/SrgFieldMappingMixin.kt
removed obfuscation-explorer/src/main/kotlin/formats/srg/lang/psi/mixins/impl/SrgFieldMappingImplMixin.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/TinyV1MappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/TinyV1MappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/TinyFileTypeDetector.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/TinyV1File.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/TinyV1FileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/TinyV1Language.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/TinyV1ParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/colors/TinyV1Annotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/colors/TinyV1RainbowVisitor.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/colors/TinyV1SyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/colors/TinyV1SyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/psi/TinyV1ElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/psi/TinyV1LexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv1/lang/psi/TinyV1TokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/TinyV2LanguageCodeStyleSettingsProvider.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/TinyV2MappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/TinyV2MappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/TinyV2File.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/TinyV2FileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/TinyV2Language.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/TinyV2ParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/colors/TinyV2Annotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/colors/TinyV2RainbowVisitor.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/colors/TinyV2SyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/colors/TinyV2SyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/psi/TinyV2ElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/psi/TinyV2LexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tinyv2/lang/psi/TinyV2TokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/TSrgLanguageCodeStyleSettingsProvider.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/TSrgMappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/TSrgMappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/TSrgFile.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/TSrgFileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/TSrgFileTypeDetector.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/TSrgLanguage.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/TSrgParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/colors/TSrgAnnotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/colors/TSrgSyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/colors/TSrgSyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/psi/TSrgElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/psi/TSrgLexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg/lang/psi/TSrgTokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/TSrg2LanguageCodeStyleSettingsProvider.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/TSrg2MappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/TSrg2MappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/TSrg2File.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/TSrg2FileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/TSrg2Language.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/TSrg2LayoutLexer.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/TSrg2ParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/colors/TSrg2Annotator.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/colors/TSrg2RainbowVisitor.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/colors/TSrg2SyntaxHighlighter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/colors/TSrg2SyntaxHighlighterFactory.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/psi/TSrg2ElementType.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/psi/TSrg2LexerAdapter.kt
removed obfuscation-explorer/src/main/kotlin/formats/tsrg2/lang/psi/TSrg2TokenType.kt
removed obfuscation-explorer/src/main/kotlin/formats/util/NamespaceRainbowVisitor.kt
removed obfuscation-explorer/src/main/kotlin/formats/util/TabCodeStyleSettingsProvider.kt
removed obfuscation-explorer/src/main/kotlin/formats/util/sigws/SignificantWhitespaceLexer.kt
removed obfuscation-explorer/src/main/kotlin/formats/util/sigws/SignificantWhitespaceParserUtil.kt
removed obfuscation-explorer/src/main/kotlin/formats/util/util.kt
removed obfuscation-explorer/src/main/kotlin/formats/xsrg/XSrgMappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/formats/xsrg/XSrgMappingsFormatType.kt
removed obfuscation-explorer/src/main/kotlin/formats/xsrg/lang/XSrgFile.kt
removed obfuscation-explorer/src/main/kotlin/formats/xsrg/lang/XSrgFileType.kt
removed obfuscation-explorer/src/main/kotlin/formats/xsrg/lang/XSrgLanguage.kt
removed obfuscation-explorer/src/main/kotlin/formats/xsrg/lang/XSrgParserDefinition.kt
removed obfuscation-explorer/src/main/kotlin/lookup/HashLookupIndex.kt
removed obfuscation-explorer/src/main/kotlin/lookup/HashLookupTable.kt
removed obfuscation-explorer/src/main/kotlin/lookup/LookupIndex.kt
removed obfuscation-explorer/src/main/kotlin/lookup/MultiLookupTable.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingElement.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingLocation.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingNamespace.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingSet.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingSetBuilder.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingSetSource.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingsDefinition.kt
removed obfuscation-explorer/src/main/kotlin/mappings/MappingsFormatParser.kt
removed obfuscation-explorer/src/main/kotlin/mappings/store/MappingLookupIndex.kt
removed obfuscation-explorer/src/main/kotlin/mappings/store/MappingLookupTable.kt
removed obfuscation-explorer/src/main/kotlin/mappings/store/NamespaceLookup.kt
removed obfuscation-explorer/src/main/kotlin/ref/ref.kt
removed obfuscation-explorer/src/main/kotlin/ref/types.kt
removed obfuscation-explorer/src/main/kotlin/util.kt
removed obfuscation-explorer/src/main/resources/META-INF/plugin.xml
removed obfuscation-explorer/src/main/resources/META-INF/pluginIcon.svg
removed obfuscation-explorer/src/main/resources/fileTypes/csrg.svg
removed obfuscation-explorer/src/main/resources/fileTypes/enigma.svg
removed obfuscation-explorer/src/main/resources/fileTypes/jam.svg
removed obfuscation-explorer/src/main/resources/fileTypes/obfex.svg
removed obfuscation-explorer/src/main/resources/fileTypes/proguard.svg
removed obfuscation-explorer/src/main/resources/fileTypes/srg.svg
removed obfuscation-explorer/src/main/resources/fileTypes/tinyv1.svg
removed obfuscation-explorer/src/main/resources/fileTypes/tinyv2.svg
removed obfuscation-explorer/src/main/resources/fileTypes/tsrg.svg
removed obfuscation-explorer/src/main/resources/fileTypes/tsrg2.svg
removed obfuscation-explorer/src/main/resources/fileTypes/xsrg.svg
removed obfuscation-explorer/src/test/kotlin/TypeParsingTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/ParserFixture.kt
removed obfuscation-explorer/src/test/kotlin/formats/csrg/CSrgMappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/enigma/EnigmaLexerTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/enigma/EnigmaMappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/jam/JamMappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/proguard/ProGuardMappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/srg/SrgLexerTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/srg/SrgMappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/tinyv1/TinyV1MappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/tinyv2/TinyV2LexerTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/tinyv2/TinyV2MappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/tsrg/TSrgMappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/tsrg2/TSrg2LexerTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/tsrg2/TSrg2MappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/formats/xsrg/XSrgMappingsFormatParserTest.kt
removed obfuscation-explorer/src/test/kotlin/test-util.kt
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/enigma/lexer/fixtures/test.mapping
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/enigma/lexer/fixtures/test.txt
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/srg/lexer/fixtures/test.srg
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/srg/lexer/fixtures/test.txt
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/tinyv2/lexer/fixtures/test.tiny
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/tinyv2/lexer/fixtures/test.txt
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/tsrg2/lexer/fixtures/test.tsrg2
removed obfuscation-explorer/src/test/resources/io/mcdev/obfex/formats/tsrg2/lexer/fixtures/test.txt
edited settings.gradle.kts

Add build comment

Cancel

Mute test

Server communication failure

Server is unavailable

Server stopped or communication with the server is not possible due to network failure.

Server shutdown started.

Please relogin to continue your work.

Run custom build

TODO

Loading related builds...
Cancel

Responsibility

Edit tags

Cancel

Loading...

Are you sure?

Cancel

Please type to confirm.
Cancel