public static void resetParensInfo(final OffsetMap offsetMap) {
   offsetMap.removeOffset(LPAREN_OFFSET);
   offsetMap.removeOffset(RPAREN_OFFSET);
   offsetMap.removeOffset(ARG_LIST_END_OFFSET);
   offsetMap.removeOffset(CompletionInitializationContext.IDENTIFIER_END_OFFSET);
 }