salesforce / bazel-java-sdk

Apache License 2.0
26 stars 4 forks source link

finish refactor of label and path code #38

Closed plaird closed 3 years ago

plaird commented 3 years ago

Lots of renames, what a mess. The BazelLabel class is one of the most important in the SDK, and had organically grown. It had inconsistent naming conventions. Also the newer BazelPathHelper class was folded into BazelLabel because they were modeling the same thing. New class FSPathHelper now contains the file system path utils.

This is the last PR I plan for Issue #4 .