├── assignment_report ├── Social Network Analysis 2013 Assignment.JDependFull.docx ├── Social Network Analysis 2013 Assignment.docx └── Social Network Analysis 2013 Assignment.pdf ├── child-parent-to-nodes_and_edges.py ├── examples ├── gephi │ ├── GephiVisualizationPluginModularity.png │ ├── GephiVisualizationPluginStrongComponents.png │ └── jdepend-on-gephi-visualization_plugin.xml └── junit │ ├── GephiJUnitDataLaboratory.png │ ├── GephiJUnitRankingByAbstractness.png │ ├── JUnitInGephi.png │ ├── JUnitRankingByAbstractness.png │ ├── jdepend-on-junit.xml │ └── junit_as_graph.gephi ├── jdepend-xml-to-nodes_and_edges.py └── readme.md /assignment_report/Social Network Analysis 2013 Assignment.JDependFull.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/assignment_report/Social Network Analysis 2013 Assignment.JDependFull.docx -------------------------------------------------------------------------------- /assignment_report/Social Network Analysis 2013 Assignment.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/assignment_report/Social Network Analysis 2013 Assignment.docx -------------------------------------------------------------------------------- /assignment_report/Social Network Analysis 2013 Assignment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/assignment_report/Social Network Analysis 2013 Assignment.pdf -------------------------------------------------------------------------------- /child-parent-to-nodes_and_edges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/child-parent-to-nodes_and_edges.py -------------------------------------------------------------------------------- /examples/gephi/GephiVisualizationPluginModularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/gephi/GephiVisualizationPluginModularity.png -------------------------------------------------------------------------------- /examples/gephi/GephiVisualizationPluginStrongComponents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/gephi/GephiVisualizationPluginStrongComponents.png -------------------------------------------------------------------------------- /examples/gephi/jdepend-on-gephi-visualization_plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/gephi/jdepend-on-gephi-visualization_plugin.xml -------------------------------------------------------------------------------- /examples/junit/GephiJUnitDataLaboratory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/junit/GephiJUnitDataLaboratory.png -------------------------------------------------------------------------------- /examples/junit/GephiJUnitRankingByAbstractness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/junit/GephiJUnitRankingByAbstractness.png -------------------------------------------------------------------------------- /examples/junit/JUnitInGephi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/junit/JUnitInGephi.png -------------------------------------------------------------------------------- /examples/junit/JUnitRankingByAbstractness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/junit/JUnitRankingByAbstractness.png -------------------------------------------------------------------------------- /examples/junit/jdepend-on-junit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/junit/jdepend-on-junit.xml -------------------------------------------------------------------------------- /examples/junit/junit_as_graph.gephi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/examples/junit/junit_as_graph.gephi -------------------------------------------------------------------------------- /jdepend-xml-to-nodes_and_edges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/jdepend-xml-to-nodes_and_edges.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huberp/graph_sourcecode_analysis/HEAD/readme.md --------------------------------------------------------------------------------