Последняя версия

RefactorFirst 0.3.0

Plugin that identifies God classes in a codebase and suggests which classes should be refactored first. Generates a graph and a table providing (hopefully) easy to understand guidance. Can be used via command line, as a build plugin, or as a report plugin.

Лицензия

Лицензия

Группа

Группа

org.hjug.refactorfirst
Идентификатор

Идентификатор

refactor-first
Версия

Версия

0.3.0
Тип

Тип

pom
Описание

Описание

RefactorFirst
Plugin that identifies God classes in a codebase and suggests which classes should be refactored first. Generates a graph and a table providing (hopefully) easy to understand guidance. Can be used via command line, as a build plugin, or as a report plugin.
Ссылка на сайт

Ссылка на сайт

https://github.com/jimbethancourt/RefactorFirst
Система контроля версий

Система контроля версий

https://github.com/jimbethancourt/RefactorFirst

Скачать refactor-first 0.3.0

Имя Файла Размер
refactor-first-0.3.0.pom 17 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/ -->
<dependency>
    <groupId>org.hjug.refactorfirst</groupId>
    <artifactId>refactor-first</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/
implementation 'org.hjug.refactorfirst:refactor-first:0.3.0'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/
implementation ("org.hjug.refactorfirst:refactor-first:0.3.0")
'org.hjug.refactorfirst:refactor-first:pom:0.3.0'
<dependency org="org.hjug.refactorfirst" name="refactor-first" rev="0.3.0">
  <artifact name="refactor-first" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst', module='refactor-first', version='0.3.0')
)
libraryDependencies += "org.hjug.refactorfirst" % "refactor-first" % "0.3.0"
[org.hjug.refactorfirst/refactor-first "0.3.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok Необязательный jar 1.18.12

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2
org.mockito : mockito-core jar 3.4.4

Модули Проекта

  • test-resources
  • change-proneness-ranker
  • effort-ranker
  • cost-benefit-calculator
  • graph-data-generator
  • refactor-first-maven-plugin
  • coverage