Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ml-in-programming
/
ArchitectureReloaded
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
8
Code
Issues
31
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Draft of Quality-oriented Move Method Refactoring Algorithm. Do not merge!
- #46
#46
Open
olgalupuleac
wants to merge 15 commits into
master
ml-in-programming/ArchitectureReloaded:master
from
QOMMR
ml-in-programming/ArchitectureReloaded:QOMMR
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Draft of Quality-oriented Move Method Refactoring Algorithm. Do not merge!
#46
olgalupuleac
wants to merge 15 commits into
master
ml-in-programming/ArchitectureReloaded:master
from
QOMMR
ml-in-programming/ArchitectureReloaded:QOMMR
Copy head branch name to clipboard
Commits
Commits on Mar 24, 2018
number of public methods in class metric implemented
olgalupuleac
committed
0331488
View commit details
Copy full SHA for 0331488
Browse repository at this point
Data Access Class Metric implemented
olgalupuleac
committed
c6b418c
View commit details
Copy full SHA for c6b418c
Browse repository at this point
measure of functional abstraction metric implemented
olgalupuleac
committed
82d9a0e
View commit details
Copy full SHA for 82d9a0e
Browse repository at this point
Commits on Apr 10, 2018
all other metrics implemented
olgalupuleac
committed
48975f7
View commit details
Copy full SHA for 48975f7
Browse repository at this point
Commits on Apr 16, 2018
created QMoveClassEntity, QMoveEntitySearcher and QMoveEntitySearchResult, added requested metrics to profile in AutomaticRefactoringAction
olgalupuleac
committed
1d70d02
View commit details
Copy full SHA for 1d70d02
Browse repository at this point
forgot to add some files in previous commit :(
olgalupuleac
committed
6d06cdc
View commit details
Copy full SHA for 6d06cdc
Browse repository at this point
Commits on Apr 24, 2018
changed all metrics to ClassMetrics, implemented add and remove method to QMoveClassEntity with recalculations of cohesion and coupling
olgalupuleac
committed
5521dd5
View commit details
Copy full SHA for 5521dd5
Browse repository at this point
Commits on Apr 27, 2018
changed DirectClassCouplingProjectMetric to DirectClassCouplingMetric (ClassMetric)
olgalupuleac
committed
9f22feb
View commit details
Copy full SHA for 9f22feb
Browse repository at this point
Commits on May 15, 2018
trying to emulate method move from one class to another and recalculate metrics
olgalupuleac
committed
64dc1c8
View commit details
Copy full SHA for 64dc1c8
Browse repository at this point
Commits on May 17, 2018
speedified metrics recalculation
olgalupuleac
committed
6ca0fd7
View commit details
Copy full SHA for 6ca0fd7
Browse repository at this point
Commits on May 19, 2018
cohesion recalculated faster
olgalupuleac
committed
ce8c9c1
View commit details
Copy full SHA for ce8c9c1
Browse repository at this point
Commits on May 22, 2018
method is not moved now, metrics are just recalculted if it has been moved
olgalupuleac
committed
e66e767
View commit details
Copy full SHA for e66e767
Browse repository at this point
Commits on May 26, 2018
created QMoveRelevantProperties, all calculations in QMoveEntitySearcher, check ability to move method
olgalupuleac
committed
47c21b9
View commit details
Copy full SHA for 47c21b9
Browse repository at this point
Commits on May 27, 2018
fixed bug in copying metric in QMove
olgalupuleac
committed
ad4b53f
View commit details
Copy full SHA for ad4b53f
Browse repository at this point
Commits on May 28, 2018
changed PsiType and PsiClass in maps to String, speed increased
olgalupuleac
committed
b385a63
View commit details
Copy full SHA for b385a63
Browse repository at this point
You can’t perform that action at this time.