Commits

Christopher Febles committed e15e6feb95c
Removed commented out code. Renamed local variables to avoid naming conflicts with instance variables. Eagerly removed empty String and null from split() String arrays rather than handle them with an if-block. The code is ever so slightly cleaner, but performance will suffer slightly (from unnecessary object creation) as well. I blame Sonar. Replaced for-loop where array counter was incremented within loop with a stack.