Skip to content

Commit

Permalink
Fix unresolved reference in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare authored and Michael5601 committed Feb 12, 2024
1 parent 199975a commit f1963ae
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,16 @@ public void tearDown() throws Exception {
}

/**
* Creates a project with no contents and a builder, and triggers a project build from multiple jobs.
* Checks that no {@link AssertionFailedException} were logged during the builds.
* Creates a project with no contents and a builder, and triggers a project
* build from multiple jobs. Checks that no
* {@link org.eclipse.core.runtime.AssertionFailedException} were logged during
* the builds.
*
* Repeats this several times, to ensure that no exceptions are thrown due to the build from parallel threads.
* Repeats this several times, to ensure that no exceptions are thrown due to
* the build from parallel threads.
*
* @see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=517411">Eclipse bug 517411</a>
* @see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=517411">Eclipse
* bug 517411</a>
*/
@Test
public void test10IterationsWithBuildsFrom8Jobs() throws Exception {
Expand Down

0 comments on commit f1963ae

Please sign in to comment.