View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sonar-csharp-stylecop-plugin-2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sonar.plugins.csharp.stylecop.profiles.utils
├─ org.sonar.plugins.csharp.stylecop.profiles.utils.StyleCopRule.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.profiles.utils.StyleCopRuleParser.class - [JAR]
org.sonar.plugins.csharp.stylecop
├─ org.sonar.plugins.csharp.stylecop.StyleCopConstants.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.StyleCopPlugin.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.StyleCopResultParser.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.StyleCopRuleRepository.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.StyleCopSensor.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.StyleCopUnitTestsRuleRepository.class - [JAR]
org.sonar.plugins.csharp.stylecop.profiles
├─ org.sonar.plugins.csharp.stylecop.profiles.SonarWayProfile.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.profiles.StyleCopProfileExporter.class - [JAR]
├─ org.sonar.plugins.csharp.stylecop.profiles.StyleCopProfileImporter.class - [JAR]