network analysis of software repositories
play

Network Analysis of Software Repositories The Eclipse Bugzilla Case - PowerPoint PPT Presentation

Knowledge Management Institute Network Analysis of Software Repositories The Eclipse Bugzilla Case Monika Schubert, Michel Wermelinger, Yijun Yu Knowledge Management Institute Department of Computing Graz University of Technology The Open


  1. Knowledge Management Institute Network Analysis of Software Repositories The Eclipse Bugzilla Case Monika Schubert, Michel Wermelinger, Yijun Yu Knowledge Management Institute Department of Computing Graz University of Technology The Open University Milton Keynes, UK monika.schubert@tugraz.at Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 1

  2. Knowledge Management Institute Conway‘s Law “Any organization that designs a system will inevitably produce a design whose structure is a copy of the organization's communication structure” [Con1968] Community Software Architecture Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 2

  3. Knowledge Management Institute Research Questions • How can we infer social structure and hierarchies among software engineers from open source software repositories? • Is there a correlation between the social and the technical aspects of software development? Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 3

  4. Knowledge Management Institute Eclipse Bugzilla Dataset Data provided: Total SDK • Software component Number of Bugs: 207743 101966 • Reporter Number of Developer: 25741 16025 • Assignee Number of Components: 662 18 • Discussants Distribution of Developers #Bugs #Developer 4500 4000 1 4134 3500 Number of Developers 2 1356 3000 2500 3 544 2000 1500 4 350 1000 … … 500 0 10 60 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77 81 85 89 93 97 … … Number of Bugs Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 4

  5. Knowledge Management Institute Related Work • Work on Conway‘s Law – Analysing the structure of organizations and products of scientific computing projects [Ara2008] • Work on the Eclipse Bugzilla dataset – Bug Prediction [Jos2007] – Forecasting the number of changes [Her2007] – Author–Topic Modelling [Lin2007] – Fixing time of a Bug [Wei2007] Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 5

  6. Knowledge Management Institute Analysis Concepts • Analysis of Community – Folding, Cooccurance [Was1994] – Formal Concept Analysis[Wil2005] • Analysis of the Architecture In cooperation with The Open University – Static and Dynamic Dependencies • Correlations – Degree Centrality – Centrality Rank [Spe1987] Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 6

  7. Knowledge Management Institute Social Structure and Hierarchies • Single entity dominance • Geographic clustering Network of Developers Created by folding a Component-Developer Graph Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 7

  8. Knowledge Management Institute Social vs. Technical Aspects Equiniox Equiniox JDT JDT PDE PDE Platform Platform Network of Components created Connections between components by folding a Component-Developer from the architecture Graph K=256 Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 8

  9. Knowledge Management Institute Degree Distribution Degree Distribution: ranking according to the degree of each node Histogramm: clustering nodes to degree intervals Total Degree Distribution: cumulative degree distribution for a given number Social inferred component network with k=32 Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 9

  10. Knowledge Management Institute Degree Distribution k=32 k=1024 static undir. dynamic undir. Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 10

  11. Knowledge Management Institute Rank Correlation k=32 k=1024 static undirected dynamic undirected PlatformUI PlatformUI PlatformUI PlatformResources 1 1 1 1 PlatformResources PlatformUI PlatformSWT 2 JDTUI 2 2 2 PlatformResources JDTUI 3 3 JDTUI 3 JDTUI 3 PDEUI 4 PlatformText 3 PDEUI 4 PlatformTeam 4 JDTCore 5 JDTCore 5 PlatformTeam 5 PDEUI 5 PlatformResources 6 PDEUI 5 PlatformText 6 EquinoxFramework 6 PlatformTeam 7 PlatformUpdate 5 PlatformUser Assistance 7 PlatformText 7 PlatformText 8 EquinoxFramework 8 JDTAnt 8 PlatformUser Assistance 8 JDTDebug 9 JDTAnt 8 JDTCore 9 JDTAnt 9 PlatformUpdate 10 JDTDebug 8 JDTDebug 10 PlatformSWT 9 PDEBuild PlatformUser Assistance 11 8 PlatformUpdate 10 JDTDebug 11 EquinoxFramework 12 PlatformDoc 8 PlatformSWT 12 JDTCore 12 PDEBuild PDEBuild 13 PlatformSearch 8 13 PlatformUpdate 13 PlatformDoc 14 PlatformSWT 8 EquinoxFramework 14 PlatformSearch 14 PlatformSearch 15 PlatformTeam 8 PlatformSearch 14 PlatformDoc 15 PDEBuild JDTAnt 16 PlatformUser Assistance 8 PlatformDoc 16 16 Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 11

  12. Knowledge Management Institute Rank Correlation Spearman: • Compared all different social-inferred and code-inferred graphs with each other Results: – up to 0.7368 correlation – between k=1024 and static undirected • Compared the social-inferred with random graphs Results: – Up to 0.1114 correlation Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 12

  13. Knowledge Management Institute Contributions • Provide a large-scale study of the relationship between social systems and the software architecture • Exploring evidence that speaks for and/or against Conway‘s Law Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 13

  14. Knowledge Management Institute Discussion Points • Conway‘s law is incomplete – What is a communication structure? – What is the structure of a product or source code? • Degree centrality versus graph structure – The degree centrality is an indication of the importance of a node – The graph structure is represented by the edges • Rank correlation – How do the tied ranks effect the interpretation? Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 14

  15. Knowledge Management Institute Monika Schubert Graz, University of Technology monika.schubert@tugraz.at Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 15

  16. Knowledge Management Institute References [Con1968] Conway M.E. (1968). How do committees invent. Datamation , (14)4:28—31. [Her2007] Herraiz, I.; Gonzalez-Barahona, J. M.; Robles, G. (2007), Forecasting the number of changes in Eclipse using time series analysis , in 'Proceedings of the 29th International Conference on Software Engineering Workshops', IEEE Computer Society. [Jos2007] Joshi, H.; Zhang, C.; Ramaswamy, S.; Bayrak, C. (2007), Local and Global Recency Weighting Approach to Bug Prediction , in 'Proceedings of the Fourth International Workshop on Mining Software Repositories', IEEE Computer Society. [Lin2007] Linstead, E.; Rigor, P.; Bajracharya, S.; Lopes, C.; Baldi, P. (2007), Mining Eclipse Developer Contributions via Author-Topic Models , in 'Proceedings of the Fourth International Workshop on Mining Software Repositories', IEEE Computer Society. [Was1994] Wasserman S.; Faust K. (1994). Social Network Analysis: Methods and Applications . Cambridge University Press. [Wei2007] Weiss, C.; Premraj, R.; Zimmermann, T. & Zeller, A. (2007), How Long will it Take to Fix This Bug?, in Harald Gall & Michele Lanza, ed.,'Proceedings of the Fourth International Workshop on Mining Software Repositories'. [Wil2005] Wille R. (2005). Formal Concept Analysis as Mathematical Theory of Concepts and Concept Hierarchies . Formal Concept Analysis, 1--33, 2005. Monika Schubert Graz, 2.9.2008 Network Analysis of Software Repositories 16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend