Skip to content

Commit

Permalink
Build input for build I20241229-0950
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclipse Releng Bot committed Dec 29, 2024
1 parent 40cf44f commit 78ba1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse.jdt.core
Submodule eclipse.jdt.core updated 20 files
+3 −0 org.eclipse.jdt.compiler.tool.tests/resources/module_locations/GH958/module-info.java
+11 −0 org.eclipse.jdt.compiler.tool.tests/resources/module_locations/GH958/org/example/impl/AddNumbers.java
+4 −0 org.eclipse.jdt.compiler.tool.tests/resources/module_locations/GH958_2/module-info.java
+13 −0 org.eclipse.jdt.compiler.tool.tests/resources/module_locations/GH958_2/org/example2/Main.java
+ org.eclipse.jdt.compiler.tool.tests/resources/module_locations/GH958_automod.jar
+ org.eclipse.jdt.compiler.tool.tests/resources/module_locations/GH958_mod.jar
+91 −1 org.eclipse.jdt.compiler.tool.tests/src/org/eclipse/jdt/compiler/tool/tests/CompilerToolJava9Tests.java
+11 −2 org.eclipse.jdt.compiler.tool.tests/src/org/eclipse/jdt/compiler/tool/tests/InMemoryCompilationTest.java
+35 −5 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/dispatch/BatchFilerImpl.java
+2 −2 ...ipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/dispatch/BatchProcessingEnvImpl.java
+22 −5 ...clipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.java
+157 −19 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/ClasspathJsr199.java
+23 −5 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/Main.java
+4 −3 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/ModuleFinder.java
+3 −2 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
+19 −17 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompiler.java
+54 −29 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java
+24 −12 org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java
+19 −0 org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
+2 −1 org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CommentsPreparator.java

0 comments on commit 78ba1f6

Please sign in to comment.