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-education-plugin-10.1.0.73491.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sonar.education
├─ org.sonar.education.EducationBuiltInQualityProfileDefinition.class - [JAR]
├─ org.sonar.education.EducationLanguage.class - [JAR]
├─ org.sonar.education.EducationPlugin.class - [JAR]
├─ org.sonar.education.EducationRulesDefinition.class - [JAR]
org.sonar.education.sensors
├─ org.sonar.education.sensors.EducationPrinciplesSensor.class - [JAR]
├─ org.sonar.education.sensors.EducationRuleSensor.class - [JAR]
├─ org.sonar.education.sensors.EducationWith2LinkedCodeSnippetsSensor.class - [JAR]
├─ org.sonar.education.sensors.EducationWith4LinkedCodeSnippetsSensor.class - [JAR]
├─ org.sonar.education.sensors.EducationWithContextsSensor.class - [JAR]
├─ org.sonar.education.sensors.EducationWithDetectedContextSensor.class - [JAR]
├─ org.sonar.education.sensors.EducationWithSingleContextSensor.class - [JAR]