Skip to content

Nailan/apex-code-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apex-code-inspector (analyst)

===================

Have issues with force.com limitations?
Wish your developers to produce more "clean" code? Less errors, bugs?
Don't want bad-quality code to be deployed to your organization's sandbox?
Apex code inspector is a powerful, flexible tool which helps to control quality of a code, deployed to your sandbox. There are several useful plugins available right "from the box", they are:

  1. SOQL in loops plugin - helps to find SOQL in loops to avoid SOQL limitations
  2. DML in loops plugin - helps to detect operations with database in loops.
  3. Email service usage analyst - validates optimal usage of email service.
and this list will become bigger.
If you wish, you can write your own plugin! That's easy: you need only to implement an interface methods and write your own rules to examinate code quality, and system will automatically detect your plugin and add it to the list of available plugins. Moreover, the app has simple and neat UI, which allows to work with it right after it's install and without programming skills.

Remember: bad-quality code - is a risk for your business.

About

Contains components of an App, which allows to find typical Apex programming errors, such SOQL in loop and etc.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages