Skip to content

Commit 1078241

Browse files
committed
Fix javadoc errors
Even if it's javadoc plugin failure in tests bundle, it's better to remove references to non-existing classes. ``` org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform_PR-1828/ant/org.eclipse.ant.tests.ui/test plugin/org/eclipse/ant/tests/ui/testplugin/AbstractAntUITest.java:375: error: reference not found * @see ProjectCreationDecorator ^ 1 error ```
1 parent 11e6f8d commit 1078241

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ant/org.eclipse.ant.tests.ui/test plugin/org/eclipse/ant/tests/ui/testplugin/AbstractAntUITest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ protected void launchWithDebug(String buildFileName) throws CoreException {
372372
*
373373
* @param buildFileName
374374
* build file to launch
375-
* @see ProjectCreationDecorator
376375
*/
377376
protected ILaunchConfiguration getLaunchConfiguration(String buildFileName) {
378377
IFile file = getJavaProject().getProject().getFolder("launchConfigurations").getFile(buildFileName + ".launch"); //$NON-NLS-1$ //$NON-NLS-2$

ant/org.eclipse.ant.tests.ui/test plugin/org/eclipse/ant/tests/ui/testplugin/AntUIPerformanceTests.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2004, 2008 IBM Corporation and others.
2+
* Copyright (c) 2004, 2025 IBM Corporation and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -21,9 +21,7 @@
2121
import org.junit.platform.suite.api.Suite;
2222

2323
/**
24-
* Performance Test suite for the Ant UI. All of the tests in this suite rely on
25-
* the setup that occurs in the ProjectCreationDecorator suite. It must always
26-
* run before any of the other test suites.
24+
* Performance Test suite for the Ant UI.
2725
*/
2826
@Suite
2927
@SelectClasses({ OpenAntEditorTest.class, OpenLaunchConfigurationDialogTests.class, SeparateVMTests.class })

0 commit comments

Comments
 (0)