/* the context information is calculated with respect to the java document
* thus it needs to be updated in respect of the JSP document.
*/
if(contextInformation instanceof ProposalContextInformation) {
ProposalContextInformation proposalInfo = (ProposalContextInformation)contextInformation;
int contextInfoJSPOffset = fTranslation.getJspOffset(proposalInfo.getContextInformationPosition());
proposalInfo.setContextInformationPosition(contextInfoJSPOffset);
}
int relevance = javaProposal.getRelevance();
boolean updateLengthOnValidate = true;