jar

com.github.mauricioaniche : springlint

Maven & Gradle

Nov 03, 2016
1 usages
56 stars

SpringLint · Code smells detector for Spring MVC systems

Table Of Contents

Latest Version

Download com.github.mauricioaniche : springlint JAR file - Latest Versions:

All Versions

Download com.github.mauricioaniche : springlint JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5
0.4
0.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window springlint-0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mauricioaniche.springlint.utils

├─ com.github.mauricioaniche.springlint.utils.FileUtils.class - [JAR]

com.github.mauricioaniche.springlint.analysis.smells

├─ com.github.mauricioaniche.springlint.analysis.smells.ArchitecturalRoleDependenciesCountVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.ArchitecturalRoleRequestor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.Parser.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.Smell.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.SmellAnalysis.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.SmellDescription.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.SmellsRequestor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.VariablesAndFieldsVisitor.class - [JAR]

com.github.mauricioaniche.springlint

├─ com.github.mauricioaniche.springlint.RunAllAnalysis.class - [JAR]

├─ com.github.mauricioaniche.springlint.SpringLint.class - [JAR]

com.github.mauricioaniche.springlint.analysis.smells.controller

├─ com.github.mauricioaniche.springlint.analysis.smells.controller.NumberOfRoutesVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.controller.NumberOfServicesVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.controller.PromiscuousController.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.controller.RFCButSpringVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.controller.SmartController.class - [JAR]

com.github.mauricioaniche.springlint.analysis.smells.service

├─ com.github.mauricioaniche.springlint.analysis.smells.service.MeddlingService.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.service.UsePersistenceMechanismVisitor.class - [JAR]

com.github.mauricioaniche.springlint.utils.jdt

├─ com.github.mauricioaniche.springlint.utils.jdt.ClassInfoVisitor.class - [JAR]

com.github.mauricioaniche.springlint.analysis.ck

├─ com.github.mauricioaniche.springlint.analysis.ck.CKAnalysis.class - [JAR]

com.github.mauricioaniche.springlint.architecture

├─ com.github.mauricioaniche.springlint.architecture.ArchitecturalRole.class - [JAR]

├─ com.github.mauricioaniche.springlint.architecture.ArchitecturalRoleVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.architecture.Architecture.class - [JAR]

├─ com.github.mauricioaniche.springlint.architecture.SpringMVCArchitecturalRoleVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.architecture.SpringMVCArchitecture.class - [JAR]

com.github.mauricioaniche.springlint.domain

├─ com.github.mauricioaniche.springlint.domain.Repository.class - [JAR]

├─ com.github.mauricioaniche.springlint.domain.SmellyClass.class - [JAR]

com.github.mauricioaniche.springlint.analysis.smells.repository

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.FatRepository.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.LaboriousRepositoryMethod.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.McCabeComplexityVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.MultiplePersistenceInvocationsVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.NumberOfEntitiesVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.PersistenceAPIs.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.SQLComplexityVisitor.class - [JAR]

├─ com.github.mauricioaniche.springlint.analysis.smells.repository.SmartRepository.class - [JAR]

com.github.mauricioaniche.springlint.output

├─ com.github.mauricioaniche.springlint.output.CSVOutput.class - [JAR]

├─ com.github.mauricioaniche.springlint.output.HTMLOutput.class - [JAR]

├─ com.github.mauricioaniche.springlint.output.Output.class - [JAR]

Advertisement