So I'm looking at the very handy checkup.atlassian.com, but get one field that is being reported as unavailable:
Checkup says the following is unavailable:
Usages SummarySystemField#MAX_LEN:Long
AbstractFieldProcessorFixer#fixupSummary(Map):void where the field is read.
AbstractFieldProcessorFixer#fixupSummary(Map):void where the field is read.
Yet, the 5.2-m05 source bundle begs to differ:
public static Long MAX_LEN = 255L;
So, question: what is checkup telling me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.