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

JBIDE-19319 As-you-type validator accumulates temporary mesages #377

Merged
merged 1 commit into from
Feb 20, 2015

Conversation

scabanovich
Copy link
Contributor

No description provided.

@@ -194,10 +195,26 @@ private IMessage addMesssage(IResource target, int lineNumber, int offset, int l
if(type!=null) {
message.setAttribute(MESSAGE_TYPE_ATTRIBUTE_NAME, type);
}

if(message != null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

message cannot be null here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

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