Groovy代码分析工具 CodeNarc

软件介绍

CodeNarc是一个对Groovy代码进行静态分析的工具和框架。CodeNarc通过扫描Groovy源代码来寻找那些违反预定或自定义的相关规则,包括检测编码标准、寻找未使用的代码、可预见的bug或者编码习惯,并生成一个关于扫描结果的HTML报告。

输出报表示例

Rule Name Priority Line # Source Line / Message
DuplicateImport 1 5

[SRC]import org.codenarc.sample.other.Other

EmptyElseBlock 2 24

[SRC]else {

EmptyIfStatement 2 21

[SRC]if (name) {

ImportFromSamePackage 3 4

[SRC]import org.codenarc.sample.domain.OtherDomain

UnnecessaryGroovyImport 3 3

[SRC]import java.util.Map

本文地址:https://codercto.com/soft/d/20607.html

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2006-2-24 / USD 122.00

Based on a Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, "Introduction to the Design and Analysis of Algorithms" presents the subject in a c......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换