You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkstyle does not account for symbol characters(+, -) when calculating column positions of a literal,
therefore in the upperEll recipe Column positions are off by the number of symbols present in literal values
Fix: Updated method to count and add symbol characters to the base column offset calculation.