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 org-netbeans-modules-java-metrics-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.java.metrics.hints
├─ org.netbeans.modules.java.metrics.hints.Bundle.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.ClassMetrics.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.ComplexArithmeticExpression.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.ComplexLogicalExpression.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.CyclomaticComplexityVisitor.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.DeclaredTypeCollector.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.DependencyCollector.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.DepthVisitor.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.ExpressionVisitor.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.MethodMetrics.class - [JAR]
├─ org.netbeans.modules.java.metrics.hints.NCLOCVisitor.class - [JAR]