SlideShare a Scribd company logo
The	
  Object	
  Repository	
  
Boris	
  Spasojević,	
  Mohammad	
  Ghafari,	
  Oscar	
  Nierstrasz	
  
Software	
  Composition	
  Group	
  
University	
  of	
  Bern	
  
IDEA:	
  Objects	
  on	
  demand!	
  
Object	
  
Repository	
  
Documentation	
  
Browser	
  
Playground	
  
Random	
  Test	
  
Engine	
  
Debugger	
  
Your	
  tool!	
  
Object	
  
Miner	
  
The	
  miner	
  from	
  the	
  outside	
  
Object	
  
Repository	
  
Object	
  
Miner	
  141	
  
projects	
  
	
  
13,909	
  
classes	
  
source	
  
code	
  	
  
snippets	
  
The	
  miner	
  from	
  the	
  inside	
  
PomodoroMorph>>progressBar
progressBar ifNil: [
progressBar := ProgressBarMorph new
].
ˆ progressBar
0
1
2
3
4
5
6
7
8
9
MethodNode	
  
SequenceNode	
  
ReturnNode	
  
MessageNode	
  
BlockNode	
  
SequenceNode	
  
AssighnmentNode	
  
MessageNode	
  
VariableNode	
  
VariableNode	
  
^ progressBar
progressBar ifNil: [
progressBar :=
ProgressBarMorph new
].
ProgressBarMorph new
ProgressBarMorph
1,525,914	
  
154,904	
  
[~10%]	
  
Does	
  not	
  
compile	
  
[>82%]	
  
do: #asString; asSet
Object	
  
Repository	
  
Snippets:92,460	
  
[~60%]	
  
Classes:	
  10,917	
  
[~78%]	
  
Multiple	
  
snippets	
  
20%	
  
Single	
  
snippet	
  
80%	
  
	
  Classes	
  
Multiple	
  
snippets	
  
20%	
  
Literal	
  
56%	
  
Trivial	
  
22%	
  
Single	
  
2%	
  
	
  Classes	
  
0	
  
2000	
  
4000	
  
6000	
  
8000	
  
10000	
  
12000	
  
14000	
  
16000	
  
18000	
  
#	
  of	
  snippets	
  
Summary	
  
Object	
  
Repository	
  
0
1
2
3
5
6
8
9
Works	
  for	
  80%	
  
of	
  classes	
  

More Related Content

ODP
LCDS - State Presentation
PDF
function* - ES6, generators, and all that (JSRomandie meetup, February 2014)
PDF
Go Profiling - John Graham-Cumming
PPTX
Developing High Performance Application with Aerospike & Go
PDF
Go Memory
PDF
R and C++
PDF
Go debugging and troubleshooting tips - from real life lessons at SignalFx
PDF
JavaScriptCore's DFG JIT (JSConf EU 2012)
LCDS - State Presentation
function* - ES6, generators, and all that (JSRomandie meetup, February 2014)
Go Profiling - John Graham-Cumming
Developing High Performance Application with Aerospike & Go
Go Memory
R and C++
Go debugging and troubleshooting tips - from real life lessons at SignalFx
JavaScriptCore's DFG JIT (JSConf EU 2012)

What's hot (20)

PDF
Go memory
PPTX
Improving go-git performance
PPTX
¡El mejor lenguaje para automatizar pruebas!
PDF
Building a Serverless Computation Environment with Python
PPT
.Net Garbage Collector 101
PDF
Мониторинг. Опять, rootconf 2016
PPTX
Metrics: where and how
PDF
Devel::NYTProf 2009-07 (OUTDATED, see 201008)
PDF
Bidirectional Programming for Self-adaptive Software
ODP
Владимир Перепелица "Модули"
PDF
PLAM 2015 - Evolving Backups Strategy, Devploying pyxbackup
PDF
R and cpp
PDF
tokyotalk
PPT
Devel::NYTProf::Apache
PPTX
Streams for the Web
PDF
Debugger Principle Overview & GDB Tricks
PDF
NBIS ChIP-seq course
PDF
Time Series Data with InfluxDB
PDF
Asynchronous IO in Rust - Enrico Risa - Codemotion Rome 2017
PDF
Live in shell
Go memory
Improving go-git performance
¡El mejor lenguaje para automatizar pruebas!
Building a Serverless Computation Environment with Python
.Net Garbage Collector 101
Мониторинг. Опять, rootconf 2016
Metrics: where and how
Devel::NYTProf 2009-07 (OUTDATED, see 201008)
Bidirectional Programming for Self-adaptive Software
Владимир Перепелица "Модули"
PLAM 2015 - Evolving Backups Strategy, Devploying pyxbackup
R and cpp
tokyotalk
Devel::NYTProf::Apache
Streams for the Web
Debugger Principle Overview & GDB Tricks
NBIS ChIP-seq course
Time Series Data with InfluxDB
Asynchronous IO in Rust - Enrico Risa - Codemotion Rome 2017
Live in shell
Ad

Viewers also liked (8)

PDF
Reef: AJAX the way it should be 
PDF
Power and Energy Code Profiling in Pharo
PDF
Pragmas: Literal Messages as Powerful Method Annotations
PDF
Getting Started with Cuis Smalltalk
PDF
Smalltalk Metaprogramming supports Probabilistic Program Analysis
PDF
Sly and the RoarVM: Exploring the Manycore Future of Programming
PPT
Metaprogramacion
PDF
PharoJS
Reef: AJAX the way it should be 
Power and Energy Code Profiling in Pharo
Pragmas: Literal Messages as Powerful Method Annotations
Getting Started with Cuis Smalltalk
Smalltalk Metaprogramming supports Probabilistic Program Analysis
Sly and the RoarVM: Exploring the Manycore Future of Programming
Metaprogramacion
PharoJS
Ad

More from ESUG (20)

PDF
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
PDF
Micromaid: A simple Mermaid-like chart generator for Pharo
PDF
Directing Generative AI for Pharo Documentation
PDF
Even Lighter Than Lightweiht: Augmenting Type Inference with Primitive Heuris...
PDF
Composing and Performing Electronic Music on-the-Fly with Pharo and Coypu
PDF
Gamifying Agent-Based Models in Cormas: Towards the Playable Architecture for...
PDF
Analysing Python Machine Learning Notebooks with Moose
PDF
FASTTypeScript metamodel generation using FAST traits and TreeSitter project
PDF
Migrating Katalon Studio Tests to Playwright with Model Driven Engineering
PDF
Package-Aware Approach for Repository-Level Code Completion in Pharo
PDF
Evaluating Benchmark Quality: a Mutation-Testing- Based Methodology
PDF
An Analysis of Inline Method Refactoring
PDF
Identification of unnecessary object allocations using static escape analysis
PDF
Control flow-sensitive optimizations In the Druid Meta-Compiler
PDF
Clean Blocks (IWST 2025, Gdansk, Poland)
PDF
Encoding for Objects Matters (IWST 2025)
PDF
Challenges of Transpiling Smalltalk to JavaScript
PDF
Immersive experiences: what Pharo users do!
PDF
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
PDF
Cavrois - an Organic Window Management (ESUG 2025)
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
Micromaid: A simple Mermaid-like chart generator for Pharo
Directing Generative AI for Pharo Documentation
Even Lighter Than Lightweiht: Augmenting Type Inference with Primitive Heuris...
Composing and Performing Electronic Music on-the-Fly with Pharo and Coypu
Gamifying Agent-Based Models in Cormas: Towards the Playable Architecture for...
Analysing Python Machine Learning Notebooks with Moose
FASTTypeScript metamodel generation using FAST traits and TreeSitter project
Migrating Katalon Studio Tests to Playwright with Model Driven Engineering
Package-Aware Approach for Repository-Level Code Completion in Pharo
Evaluating Benchmark Quality: a Mutation-Testing- Based Methodology
An Analysis of Inline Method Refactoring
Identification of unnecessary object allocations using static escape analysis
Control flow-sensitive optimizations In the Druid Meta-Compiler
Clean Blocks (IWST 2025, Gdansk, Poland)
Encoding for Objects Matters (IWST 2025)
Challenges of Transpiling Smalltalk to JavaScript
Immersive experiences: what Pharo users do!
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
Cavrois - an Organic Window Management (ESUG 2025)

Recently uploaded (20)

PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
ai tools demonstartion for schools and inter college
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
System and Network Administraation Chapter 3
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
top salesforce developer skills in 2025.pdf
Odoo Companies in India – Driving Business Transformation.pdf
ai tools demonstartion for schools and inter college
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
L1 - Introduction to python Backend.pptx
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Wondershare Filmora 15 Crack With Activation Key [2025
System and Network Administraation Chapter 3
Digital Systems & Binary Numbers (comprehensive )
2025 Textile ERP Trends: SAP, Odoo & Oracle
Reimagine Home Health with the Power of Agentic AI​
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Understanding Forklifts - TECH EHS Solution
Adobe Illustrator 28.6 Crack My Vision of Vector Design
top salesforce developer skills in 2025.pdf

The Object Repository - Pulling Objects out of the Ecosystem