Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v44 update, reduce MetadataService file size, support non-virtual types #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 4, 2018

  1. 1) updated to v44.0 (Winter '19) of the API

    2) attempt to generate a smaller MetadataService class (see details below)
    3) Support for nested inheritance and non-virtual types
    4) Misc updates, PMD cleanup, adding squirly braces, etc.
    
    in an effort to create a smaller class file (and stay under the 1mb limit):
     * use 'NS' instead of 'SOAP_M_URI' for the static variable name, saves 8 bytes per use
     * use tabs instead of spaces
     * replaced some more instances where the namespace URL was used (such as in the _info array)
    
    put static final variables at top of class that specify 'MetadataServiceImported' and 'MetadataService' classes so it is easier to change if needed
    Ryan McCullough committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    4768483 View commit details
    Browse the repository at this point in the history