document.getLineEndOffset(lineEnd));
issue.setHash(fragment.toString().hashCode());
}
issue.setStatus(IssueStatus.TO_RESOLVE);
IssueDialog dialog = new IssueDialog(project, true);
dialog.show(issue);
if ((dialog.isOK()) && dialog.updateData(issue))
{
Review review = issue.getReview();
assert (RevuUtils.getCurrentUserLogin() != null) : "Login should be set";