hkajiwara / ASummary

Summary report for Apex class, trigger, page and component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A*Summary

Summary report for Apex class, trigger, page and component

  • Number of all components
  • Length without comments(class and trigger)
  • API version of all components
  • Number of all created components
  • Number of all modified components

Screenshots

my image my image my image

Deploying

  1. Install Salesforce Migration Tool
    Force.com Apex Code Developer's Guide

  2. Modify build.properties correctly

sf.serverurl=<serverurl>
sf.username=<username>
sf.password=<password>
  1. Deploy the code
$ ant deploy
  1. Make ASummary* tab visible in your profile

Testing

Run ASummaryController_TEST.cls

License

Released under the MIT Licenses

About

Summary report for Apex class, trigger, page and component


Languages

Language:Apex 100.0%