jar

com.uber.piranha : piranha

Maven & Gradle

Feb 09, 2022
2.1k stars

Piranha · A refactoring tool for cleaning up stale feature flag code in Java

Table Of Contents

Latest Version

Download com.uber.piranha : piranha JAR file - Latest Versions:

All Versions

Download com.uber.piranha : piranha JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window piranha-0.1.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.uber.piranha.testannotations

├─ com.uber.piranha.testannotations.AnnotationArgument.class - [JAR]

├─ com.uber.piranha.testannotations.AnnotationResolutionException.class - [JAR]

├─ com.uber.piranha.testannotations.ResolvedTestAnnotation.class - [JAR]

├─ com.uber.piranha.testannotations.TestAnnotationResolver.class - [JAR]

├─ com.uber.piranha.testannotations.TestAnnotationSpecRecord.class - [JAR]

com.uber.piranha.config

├─ com.uber.piranha.config.Config.class - [JAR]

├─ com.uber.piranha.config.MethodRecord.class - [JAR]

├─ com.uber.piranha.config.PiranhaConfigurationException.class - [JAR]

├─ com.uber.piranha.config.PiranhaEnumRecord.class - [JAR]

├─ com.uber.piranha.config.PiranhaMethodRecord.class - [JAR]

├─ com.uber.piranha.config.PiranhaRecord.class - [JAR]

com.uber.piranha

├─ com.uber.piranha.EnumWithClassSymbol.class - [JAR]

├─ com.uber.piranha.PiranhaRuntimeException.class - [JAR]

├─ com.uber.piranha.PiranhaUtils.class - [JAR]

├─ com.uber.piranha.UsageCounter.class - [JAR]

├─ com.uber.piranha.XPFlagCleaner.class - [JAR]

Advertisement