Giter Site home page Giter Site logo

Comments (1)

phodal avatar phodal commented on July 1, 2024

事实上,可以直接搜索代码:

SIZING_MODULE_BY_LOC("体量维度", "过大的模块", "模块的总代码行数 > 指标阈值"),
SIZING_MODULE_BY_PACKAGE_COUNT("体量维度", "过大的模块", "模块中包含包的个数 > 指标阈值"),
SIZING_PACKAGE_BY_LOC("体量维度", "过大的包", "包的总代码行数(不含import行数) > 指标阈值"),
SIZING_PACKAGE_BY_CLASS_COUNT("体量维度", "过大的包", "包中包含的类个数 > 指标阈值"),
SIZING_CLASS_BY_LOC("体量维度", "过大的类", "类的代码行数 > 指标阈值"),
SIZING_CLASS_BY_FUNC_COUNT("体量维度", "过大的类", "类中包含的方法个数 > 指标阈值"),
SIZING_METHOD_BY_LOC("体量维度", "过大的方法", "方法代码行数(含空行) > 指标阈值"),
COUPLING_HUB_MODULE("耦合纬度", "枢纽模块", "出向依赖或入向依赖 > 指标阈值"),
COUPLING_HUB_PACKAGE("耦合纬度", "枢纽包", "出向依赖或入向依赖 > 指标阈值"),
COUPLING_HUB_CLASS("耦合纬度", "枢纽类", "出向依赖或入向依赖 > 指标阈值"),
COUPLING_HUB_METHOD("耦合纬度", "枢纽方法", "出向依赖或入向依赖 > 指标阈值"),
COUPLING_DATA_CLUMPS("耦合纬度", "数据泥团", "缺乏内聚指标(LCOM) > 指标阈值"),
COUPLING_DEEP_INHERITANCE("耦合纬度", "过深继承", "继承深度 > 指标阈值"),
COUPLING_CIRCULAR("耦合纬度", "循环依赖", "循环依赖的数量 > 指标阈值")
}

然后查看引用就可以了。

from archguard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.