org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.87, Tue Mar 31 15:02:58 2009 UTC revision 1.88, Mon Apr 27 08:46:43 2009 UTC
# Line 1048  Line 1048 
1048                                          converter.scanner = new RecoveryScanner(scanner, data.removeUnused());                                          converter.scanner = new RecoveryScanner(scanner, data.removeUnused());
1049                                          converter.docParser.scanner = converter.scanner;                                          converter.docParser.scanner = converter.scanner;
1050                                          converter.scanner.setSource(scanner.source);                                          converter.scanner.setSource(scanner.source);
1051    
1052                                            compilationUnit.setStatementsRecoveryData(data);
1053                                  }                                  }
1054                                  RecordedParsingInformation recordedParsingInformation = codeSnippetParsingUtil.recordedParsingInformation;                                  RecordedParsingInformation recordedParsingInformation = codeSnippetParsingUtil.recordedParsingInformation;
1055                                  int[][] comments = recordedParsingInformation.commentPositions;                                  int[][] comments = recordedParsingInformation.commentPositions;

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88