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
When studying the implementation of Simple Language, I noticed something odd in SLMain.java.
In line 142, if the option name contains a dot, everything up until the dot is removed, but nothing is done with the result of that. The group variable is basically unused.
Is this on purpose, and if so, what is the purpose of it?
The text was updated successfully, but these errors were encountered:
When studying the implementation of Simple Language, I noticed something odd in
SLMain.java
.In line 142, if the option name contains a dot, everything up until the dot is removed, but nothing is done with the result of that. The
group
variable is basically unused.Is this on purpose, and if so, what is the purpose of it?
The text was updated successfully, but these errors were encountered: