Skip to content
/ LOC8 Public

A static analysis tool which suggests fixes for Lack of Cohesion problems

Notifications You must be signed in to change notification settings

zebmason/LOC8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOC8

A static analysis tool which suggests fixes for Lack of Cohesion problems

Introduction

LOC8 is currently under development, this repository exists to track contributions to open-source projects made as a result of using the tool to analyse their source code. Projects to be considered are those written in C++, C# and Visual Basic .NET.

Although LOC8 is a code review tool designed to address Lack of Cohesion problems it also attempts to find dead code. The reasons for the existence of dead code include

  • Missing conditional compilation guard. e.g. #if DEBUG
  • Code under development. i.e. will be used due a later commit
  • Lack of tidying after refactoring
  • Broken code no longer calls the dead code

Projects analysed

About

A static analysis tool which suggests fixes for Lack of Cohesion problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published