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

Enabling partial reparse; improving and detection of mistakes. #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jlahoda
Copy link
Owner

@jlahoda jlahoda commented Jan 31, 2021

No description provided.

Repository owner deleted a comment from jlahoda-jackpot Jan 31, 2021
Repository owner deleted a comment from jlahoda-jackpot Jan 31, 2021
writer.println(failInfo);
}
}
LOGGER.log(Level.INFO, "Incorrect partial reparse detected, dump filed: " + dumpFile);

Choose a reason for hiding this comment

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

Jackpot:
warning: Inefficient use of string concatenation in logger

if (original != null) {
writer.println("----- Original text: ---------------------------------------------");
writer.println(original.getText());
};

Choose a reason for hiding this comment

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

Jackpot:
warning: Empty statement

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.

2 participants