Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tokenizer.java line 298-299 may put empty string #63

Open
terencezhou opened this issue Oct 25, 2019 · 1 comment
Open

Tokenizer.java line 298-299 may put empty string #63

terencezhou opened this issue Oct 25, 2019 · 1 comment

Comments

@terencezhou
Copy link

tokenizer/src/Tokenizer.java
line 298-299,should be bracketed by an if clouse。
if (!token.isEmpty())
{
....
)
when a token is just '/', this should put an empty string.

@terencezhou terencezhou changed the title When using Tokenizer.java line 298-299 may put empty string Oct 25, 2019
@remenberl
Copy link
Collaborator

Is it on the docker version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants