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
MarkdownHandler#processCode() naively assumes that field in this.field is a field of the current class. However, it could just as well be from a super class. I think this should be taken into account.
The text was updated successfully, but these errors were encountered:
MarkdownHandler#processCode()
naively assumes thatfield
inthis.field
is a field of the current class. However, it could just as well be from a super class. I think this should be taken into account.The text was updated successfully, but these errors were encountered: