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-analyzer-recognizers-2.7.0.1482.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sonarsource.analyzer.commons.recognizers
├─ org.sonarsource.analyzer.commons.recognizers.CamelCaseDetector.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.CodeRecognizer.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.ContainsDetector.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.Detector.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.EndWithDetector.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.KeywordsDetector.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.LanguageFootprint.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.RegexDetector.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.StringUtils.class - [JAR]
├─ org.sonarsource.analyzer.commons.recognizers.package-info.class - [JAR]