Skip to content

Update Parser.java#442

Open
ghost wants to merge 2 commits intomasterfrom
unknown repository
Open

Update Parser.java#442
ghost wants to merge 2 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Mar 7, 2017

Replaced method locks with immutability. Removed redundant operations. Used buffered output for write since there was no need to check input char by char. Wrapped checked exceptions in runtime to avoid forced pollution of calling code.

Parser.java Outdated
}

private String getContentInternal(boolean unicode) {
loadFile();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

side effects :-(

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

Successfully merging this pull request may close these issues.

1 participant