spdx / tools

SPDX Tools
Apache License 2.0
123 stars 68 forks source link

Rename fields code refactoring in ConjunctiveLicenseSet #292

Closed asadshaik1103 closed 2 years ago

asadshaik1103 commented 2 years ago

Fields sb can be changed to stringBuilder and iter can be changed to iterator in ConjunctiveLicenseSet.

goneall commented 2 years ago

Agree the renaming makes the code more readable, but sb and iter are used throughout the code base and changing it in this case would be inconsistent.