Skip to content

Commit

Permalink
Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.39.0 to 3.40.0 (#335)
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.jdt:org.eclipse.jdt.core](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.39.0 to 3.40.0.
- [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)

---
updated-dependencies:
- dependency-name: org.eclipse.jdt:org.eclipse.jdt.core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 88f758c commit dbca4a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>roaster-jdt</artifactId>
<name>Forge Roaster - JDT Implementation</name>
<properties>
<version.jdt>3.39.0</version.jdt>
<version.jdt>3.40.0</version.jdt>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public JavaUnit parseUnit(final String data)
parser.setSource(document.get().toCharArray());
parser.setCompilerOptions(JDTOptions.getJDTOptions());

parser.setResolveBindings(true);
parser.setKind(ASTParser.K_COMPILATION_UNIT);
CompilationUnit unit = (CompilationUnit) parser.createAST(null);
unit.recordModifications();
Expand Down

0 comments on commit dbca4a0

Please sign in to comment.