Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-09-11 15:09:14 +0000
committerLars Vogel2015-09-11 15:33:41 +0000
commitcb917a92ad2d4d2d819fd082a62bbfa159108e41 (patch)
treed76fd92b35c7447e36fe9265bec965c01c8d5c79
parentcc647f6bd81bcdb8a449b706c8d3d71024c43222 (diff)
downloadeclipse.pde.ui-cb917a92ad2d4d2d819fd082a62bbfa159108e41.tar.gz
eclipse.pde.ui-cb917a92ad2d4d2d819fd082a62bbfa159108e41.tar.xz
eclipse.pde.ui-cb917a92ad2d4d2d819fd082a62bbfa159108e41.zip
Bug 477204 - Run clean whitespace action on PDE plug-insI20150914-0800I20150913-2000
Change-Id: Ica0f7b4fddd1aca52a69fa62a75ceee6b049284e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Activator.java6
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSComponent.java68
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSConstants.java28
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSDocumentFactory.java18
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSImplementation.java8
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSModel.java12
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSObject.java28
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperties.java6
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperty.java30
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProvide.java6
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSReference.java48
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSService.java22
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Messages.java6
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSBuilder.java14
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSErrorReporter.java6
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSMarkerFactory.java6
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSComponent.java4
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentFactory.java2
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentHandler.java2
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSImplementation.java4
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSModel.java4
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSObject.java6
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperties.java8
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperty.java24
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProvide.java8
-rw-r--r--ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSReference.java40
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java6
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/Activator.java2
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSImplementationTestCase.java4
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSObjectTestCase.java18
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertiesTestCase.java36
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertyTestCase.java12
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSProvideTestCase.java38
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSReferenceTestCase.java6
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSServiceTestCase.java38
-rw-r--r--ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSv10tov11TestCase.java6
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Activator.java12
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/IConstants.java4
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Messages.java28
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SWTUtil.java6
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SharedImages.java2
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java6
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditorContributor.java2
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java6
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java6
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSOverviewPage.java4
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSServicesPage.java2
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/FormLayoutFactory.java28
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSAttrCompletionProposal.java4
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java2
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistText.java4
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java2
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java2
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertyDialog.java6
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java8
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java2
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSOptionsSection.java4
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/FormEntry.java24
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/IFormEntryListener.java8
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java4
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java4
-rw-r--r--ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSNewWizard.java2
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/Activator.java6
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/CheatSheetUtil.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java34
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java26
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java24
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSIntro.java6
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java20
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModelFactory.java14
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java32
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSOnCompletion.java6
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java30
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java26
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java42
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java50
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java24
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCS.java32
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSAction.java14
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConditionalSubItem.java10
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConstants.java54
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSDescription.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSHelpObject.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSIntro.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSItem.java46
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSObject.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSOnCompletion.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSPerformWhen.java10
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRepeatedSubItem.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRun.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRunObject.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSSubItem.java12
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCS.java40
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSAction.java22
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSCommand.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSConditionalSubItem.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDescription.java12
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java26
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentHandler.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java18
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSItem.java64
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java10
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java20
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSOnCompletion.java12
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSPerformWhen.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRepeatedSubItem.java14
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRunObject.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSSubItem.java22
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/ICtxHelpConstants.java10
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpCommand.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpContext.java20
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescription.java20
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java2
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentFactory.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentHandler.java6
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java12
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpObject.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpRoot.java14
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpTopic.java16
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCS.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSConstants.java14
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDataObject.java6
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDependency.java6
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSIntro.java2
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSModel.java2
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSObject.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSParam.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTask.java10
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskGroup.java26
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskObject.java30
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/ITocConstants.java6
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/Toc.java10
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocAnchor.java12
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentFactory.java2
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentHandler.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocLink.java14
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java8
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocObject.java4
-rw-r--r--ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocTopic.java32
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/Activator.java2
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/AbstractCheatSheetModelTestCase.java4
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/CheatSheetModelTestCase.java64
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSIntroTestCase.java98
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemAPITestCase.java42
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemTestCase.java44
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSSpellCheckTestCase.java30
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemAPITestCase.java84
-rw-r--r--ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemTestCase.java76
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceUIPlugin.java12
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractDetails.java6
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractEditor.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSDetails.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSMaster.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSContentProvider.java10
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java6
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSFileValidator.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSGroupValidator.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java14
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java32
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java8
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/ActionsMessages.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAbstractAddAction.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSRemoveTaskObjectAction.java6
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSConclusionTextListener.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java22
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSIntroductionTextListener.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java20
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java8
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSCommandManager.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSContentProvider.java8
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java12
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java52
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveRunObjectAction.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveStepAction.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveSubStepAction.java10
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java16
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java22
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java12
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java6
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java10
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleDetailsMessages.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java4
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java12
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java76
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpAbstractAddAction.java6
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDetailsMessages.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpRemoveAction.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocBlock.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDragAdapter.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDropAdapter.java14
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java46
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocFileValidator.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java10
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java82
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocActionMessages.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddObjectAction.java6
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocRemoveObjectAction.java6
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java12
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java6
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetailsMessages.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java10
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/BaseCSCreationOperation.java6
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSCategoryTrackerUtil.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSWizardMessages.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCSFileWizard.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java6
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewSimpleCSFileWizard.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java28
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizard.java2
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java26
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/SimpleCSCreationOperation.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/CtxWizardMessages.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java4
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java18
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizard.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java16
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocHTMLWizardPage.java4
-rwxr-xr-xua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocOperation.java2
-rw-r--r--ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardMessages.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IBundleClasspathResolver.java26
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IClasspathContributor.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditable.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditableModel.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IIdentifiable.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModel.java20
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangeProvider.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedEvent.java14
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedListener.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProvider.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderEvent.java14
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderListener.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ISourceObject.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IWritable.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ModelChangedEvent.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuild.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildEntry.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModel.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensions.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModelFactory.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragment.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragmentModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IMatchRules.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPlugin.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginAttribute.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginBase.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginElement.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtension.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtensionPoint.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginImport.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginLibrary.java20
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModel.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelBase.java30
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginObject.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginParent.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginReference.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedExtensionsModel.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedPluginModel.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ModelEntry.java32
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/PluginRegistry.java62
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/TargetPlatform.java46
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleClasspathEntry.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java104
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectService.java16
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IHostDescription.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageExportDescription.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageImportDescription.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IRequiredBundleDescription.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java88
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetHandle.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocation.java32
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocationFactory.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetPlatformService.java54
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/NameVersionDescriptor.java14
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetBundle.java32
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetFeature.java24
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractModel.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractNLModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/BundleManifestSourceLocationManager.java26
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathComputer.java12
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathContainerResolverManager.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/DependencyManager.java36
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/EclipseHomeInitializer.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalFeatureModelManager.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchClasspathContainer.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchInitializer.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalModelManager.java20
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelDelta.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelManager.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureTable.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FileAdapter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ICoreConstants.java38
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaEvent.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaListener.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IFileAdapterFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangeProviderExtension.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangedListenerFilter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IStateDeltaListener.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IWorkspaceModel.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/JavaElementChangeListener.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/MinimalState.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelFileAdapter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelProviderEvent.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/P2Utils.java32
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEAuxiliaryState.java26
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEClasspathContainer.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDECore.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEManager.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEPreferencesManager.java84
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEState.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelDelta.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelManager.java100
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginPathFinder.java18
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PreferenceInitializer.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocation.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocationManager.java24
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetDefinitionManager.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPDERegistryStrategy.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java22
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPreferenceModifyListener.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetWeaver.java16
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TracingOptionsManager.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/UpdateManagerHelper.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceFeatureModelManager.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceModelManager.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspacePluginModelManager.java20
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLCopyrightHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLDefaultHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLPrintHandler.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/Build.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildEntry.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildObject.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/IBuildObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java18
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/CompilerFlags.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DefaultSAXParser.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoop.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoopFinder.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ElementOccurenceChecker.java26
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ErrorReporter.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionPointSchemaBuilder.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureErrorReporter.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FragmentErrorReporter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/JarManifestHeader.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestConsistencyChecker.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestErrorReporter.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PDEBuilderHelper.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginBaseErrorReporter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginErrorReporter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginRebuilder.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaErrorReporter.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaTransformer.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SourceEntryErrorReporter.java22
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/UpdateSiteErrorReporter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/Bundle.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragment.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragmentModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java68
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java40
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleFragmentModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundlePluginModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/BuildUtilities.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ExecutionEnvironmentProfileManager.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java30
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/SiteBuildOperation.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/WorkspaceExportHelper.java16
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/AbstractFeatureModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/ExternalFeatureModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/Feature.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInfo.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInstallHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURL.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURLElement.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/IdentifiableObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/VersionableObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundle.java16
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragmentModel.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModel.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModelFactory.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePlugin.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginBase.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModel.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelBase.java16
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelProvider.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IManifestHeader.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IEnvironment.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeature.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureEntry.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModelFactory.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeaturePlugin.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURL.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURLElement.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IVersionable.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IAboutInfo.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ICSSInfo.java2
-rwxr-xr-xui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IConfigurationProperty.java20
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IIntroInfo.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IJREInfo.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IPluginConfiguration.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProduct.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductFeature.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ISplashInfo.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IWindowImages.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IDocumentSection.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaAttribute.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaElement.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchema.java28
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttribute.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttributeProvider.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaComplexType.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaCompositor.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaDescriptor.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaElement.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObjectReference.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRepeatable.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRestriction.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRootElement.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaSimpleType.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaType.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteArchive.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteBundle.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategoryDefinition.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteFeature.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModelFactory.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteObject.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/FeatureProject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PDE.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PluginProject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/SiteProject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedFragmentModel.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginModel.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensions.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensionsModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AttributeChangedEvent.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Extensions.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalFragmentModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalPluginModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Fragment.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IWritableDelimiter.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IdentifiablePluginObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ImportObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Plugin.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginAttribute.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginBase.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtension.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtensionPoint.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginImport.java12
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginLibrary.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginParent.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginReference.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspaceFragmentModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspacePluginModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/AboutInfo.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/IntroInfo.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PluginConfiguration.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PreferencesInfo.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/Product.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductPlugin.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/SplashInfo.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleClasspathSpecification.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectDescription.java26
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectService.java22
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/HostDescriptoin.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PDEProject.java36
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageExportDescription.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageImportDescription.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java42
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequiredBundleDescription.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequirementSpecification.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/BaseSchemaHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/ChoiceRestriction.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/EditableSchema.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/RepeatableSchemaObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/Schema.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAnnotationHandler.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttribute.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttributeHandler.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaComplexType.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaCompositor.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaDescriptor.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElement.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementHandler.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementReference.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaInclude.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaSimpleType.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaType.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/StorageSchemaDescriptor.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/ExtensionPluginSearchScope.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginJavaSearchUtil.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchInput.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchScope.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/AbstractSiteModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/ExternalSiteModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/IdentifiableObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteArchive.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteBundle.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategoryDefinition.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteFeature.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/VersionableObject.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/WorkspaceSiteModel.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractBundleContainer.java22
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractTargetHandle.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/DirectoryBundleContainer.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExternalFileTargetHandle.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/FeatureBundleContainer.java16
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/IULocationFactory.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/InvalidTargetBundle.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/LocalTargetHandle.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java142
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java22
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinition.java48
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinitionPersistenceHelper.java16
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetLocationTypeManager.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetMetadataCollector.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence34Helper.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence35Helper.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence36Helper.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence38Helper.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPlatformService.java20
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/WorkspaceFileTargetHandle.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/CoreUtility.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/HeaderMap.java8
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/ManifestUtils.java30
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEHTMLHelper.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEJavaHelper.java22
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDESchemaHelper.java14
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDETextHelper.java10
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEXMLHelper.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PackageFragmentRootPropertyTester.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PatternConstructor.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PropertiesUtil.java6
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SAXParserWrapper.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SchemaUtil.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/VersionUtil.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/XMLComponentRegistry.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetHomeDynamicVariableResolver.java4
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetNLVariableResolver.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSArchVariableResolver.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSVariableResolver.java2
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetWSVariableResolver.java2
-rw-r--r--ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/BaseExportTask.java8
-rw-r--r--ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/ConvertSchemaToHTML.java20
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractKeyValueTextChangeListener.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractTextChangeListener.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentAttributeNode.java6
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentElementNode.java10
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java4
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentObject.java12
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentTextNode.java4
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentXMLNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentAttributeNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentKey.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentNodeFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentObject.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentRange.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentTextNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentXMLNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IEditingModel.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IModelTextChangeListener.java4
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IReconcilingParticipant.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/Build.java4
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildEntry.java6
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModel.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/PropertiesTextChangeListener.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BasePackageHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/Bundle.java4
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivationPolicyHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivatorHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleClasspathHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleLocalizationHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModel.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleNameHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleSymbolicNameHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleTextChangeListener.java6
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVendorHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVersionHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/CompositeManifestHeader.java8
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExecutionEnvironment.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageObject.java8
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/FragmentHostHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageObject.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/LazyStartHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ManifestHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PDEManifestElement.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageFriend.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageObject.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleObject.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequiredExecutionEnvironmentHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/SingleManifestHeader.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentModel.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginAttribute.java8
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginBaseNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentHandler.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentNodeFactory.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginElementNode.java6
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionNode.java4
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionPointNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginImportNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginLibraryNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModel.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModelBase.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginObjectNode.java32
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginParentNode.java2
-rw-r--r--ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/XMLTextChangeListener.java2
-rw-r--r--ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/CoreTestApplication.java2
-rw-r--r--ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/LegacyUITestApplication.java4
-rw-r--r--ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/NonUIThreadTestApplication.java2
-rw-r--r--ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java16
-rw-r--r--ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java6
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/ILaunchingPreferenceConstants.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/IPDEConstants.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/PDELaunchingPlugin.java6
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java18
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java14
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java6
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationListener.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchPluginValidator.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LauncherUtils.java6
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/OSGiFrameworkManager.java4
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/RequirementHelper.java6
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/VMHelper.java12
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java18
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java70
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EclipseApplicationLaunchConfiguration.java4
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/IPDELauncherConstants.java146
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java30
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationDelegate.java2
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationInitializer.java12
-rw-r--r--ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/PDESourcePathProvider.java12
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/MessageHelper.java4
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/OverlayIcon.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/PDERuntimePlugin.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/DiagnosticsDialog.java4
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java4
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserModelChangeListener.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/BundleLibrary.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/LocalRegistryBackend.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ModelChangeListener.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/Property.java20
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModel.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ServiceRegistration.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/handlers/MenuSpyHandler.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveDialogPageSection.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveShellSection.java2
-rw-r--r--ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveWizardSection.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/Activator.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/IHelpContextIds.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationNewWizard.java6
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationTemplate.java12
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BaseEditorTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BuilderNewWizard.java4
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/DecoratorTemplate.java16
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorTemplate.java4
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelloWorldCmdTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ImportWizardTemplate.java14
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorTemplate.java4
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/NewWizardTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PerspectiveTemplate.java8
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PreferencePageTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageTemplate.java4
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/SplashHandlersTemplate.java24
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/UniversalWelcomeTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewTemplate.java6
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiServiceNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceTemplate.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloNonUIRCPNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPTemplate.java6
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java6
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailTemplate.java6
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPNewWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPTemplate.java4
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/AllPDETests.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestCase.java4
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestsPlugin.java4
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/AbstractBuildValidationTest.java12
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/BuildPropertiesValidationTest.java10
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/ClasspathContributorTest.java16
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/TestClasspathContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathresolver/ClasspathResolverTest.java10
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExecutionEnvironmentTests.java36
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExportBundleTests.java14
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/AllImportTests.java6
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java24
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/ImportFromRepoTestCase.java12
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/AllBundleModelTests.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/AllXMLModelTests.java6
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java10
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/AllNLSTests.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/StringHelperTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/AbstractSchemaPerfTest.java6
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/InitializeModelsPerfTest.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/SchemaTraversePerfTest.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/TargetPlatformPerfTest.java6
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleImporterTests.java8
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleRootTests.java56
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ClasspathContainerInitializer.java12
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ProjectCreationTests.java60
-rwxr-xr-xui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/AllPDERuntimeTests.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/LocalModelTest.java8
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/AbstractTargetTest.java30
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/IUBundleContainerTests.java42
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java62
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionFeatureResolutionTests.java108
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionPersistenceTests.java224
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionResolutionTests.java10
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetPlatformHelperTests.java8
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/WorkspaceTargetDefinitionTests.java17
-rwxr-xr-xui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/DOMParserWrapper.java4
-rwxr-xr-xui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/PDEPerfTesterUtil.java8
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/ProjectUtils.java22
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/xml/ALLXMLUtilTests.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/views/log/LogEntryTest.java6
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/AllNewProjectTests.java2
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/ConvertProjectToPluginTestCase.java16
-rw-r--r--ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/NewSiteProjectTestCase.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IHelpContextIds.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPDEUIConstants.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPreferenceConstants.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPlugin.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPluginImages.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/SWTFactory.java78
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/Utilities.java14
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/GenerateFeatureBuildFileAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java14
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerPart.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandCopyFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandList.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandTreeContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandView.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByObjectSelection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByTag.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryControl.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/TagManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestContentMergeViewer.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestStructureCreator.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewer.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewerCreator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractPDEMarkerResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractXMLMarkerResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleManifestVersionResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ConfigureTargetPlatformResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeResolution.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeStringsResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/MultiFixResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/NoLineTerminationResolution.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveStaticProjectReferences.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ReplaceBuildEntryResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ResolutionGenerator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UpdateClasspathResolution.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/FindClassResolutionsOperation.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java12
-rwxr-xr-xui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FeatureSelectionDialog.java6
-rwxr-xr-xui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FolderSelectionDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/AbstractFoldingStructureProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EditorUtilities.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EmptyOutlinePage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormEntryAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormLayoutFactory.java18
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/GenericSourcePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IContextPart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IFoldingStructureProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ILauncherFormPageHelper.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IModelUndoManager.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDragParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDropParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDESourceParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ISortableContentOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryEditorInput.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryFile.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/KeyValueSourcePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LaunchShortcutOverviewPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LinkSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelDataTransfer.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelUndoManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/MultiSourceEditor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OpenManifestHandler.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OrientableBlock.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetailsSections.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDragAdapter.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDropAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEEditorLaunchManager.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormEditor.java30
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormPage.java20
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormTextEditorContributor.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEHyperlinkDetector.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMasterDetailsBlock.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMultiPageContentOutline.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEProjectionViewer.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESourcePage.java28
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SourceOutlinePage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/StructuredViewerSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SystemFileMarkerAnnotationModel.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TableSection.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ToggleLinkWithEditorAction.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TreeSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ActionMenu.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/CollapseAction.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FilterRelatedExtensionsAction.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/HyperlinkAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/OpenSchemaAction.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/PDEActionConstants.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/SortAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ToggleExpandStateAction.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/AddLibraryDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BinSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildContentsSection.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditorContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildInputContextManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildSourceViewerConfiguration.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUndoManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUtil.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/JARFileFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/RuntimeInfoSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/SrcSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryDetailsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditorContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContext.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContextManager.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategorySection.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryUndoManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/DownloadStatsSection.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/IUsPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/RepositoryReferenceSection.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteBundleAdapter.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteFeatureAdapter.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposal.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalListener.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalProvider.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeFieldAssistDisposer.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypePackageCompletionProcessor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeProposalLabelProvider.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/VirtualSchemaObject.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistText.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComparator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComputer.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLInsertionComputer.java22
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/IInputContextListener.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContext.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContextManager.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/ManifestDocumentSetupParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/UTF8InputContext.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLDocumentSetupParticpant.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLInputContext.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/Choice.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/DataPortabilitySection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/EditorBuildFeatureAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureDependenciesPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorMatchingStrategy.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureIncludesPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContext.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContextManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureReferencePage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureSourcePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureUndoManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesDetailsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesPortabilitySection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoFormPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/LicenseFeatureSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/OpenReferenceAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginDetailsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginPortabilitySection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginReference.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilityChoicesDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilitySection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizardPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLDetailsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineContentCreator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineSelectionHandler.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineMouseMoveListener.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineNamePatternFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlinePopupDialog.java14
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/AbstractPluginElementDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java20
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/CreateManifestOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionAttributePointDectector.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionDetails.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementBodyTextDetails.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionHyperLink.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointDetails.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsPage.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java54
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FormFilteredTree.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FragmentGeneralInfoSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JarSelectionValidator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeValue.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibrarySection.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibraryVisibilitySection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditor.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestHyperlinkDetector.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MatchSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MissingResourcePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewRuntimeLibraryDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PackageSelectionDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginExportAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContextManager.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginLauncherFormPageHelper.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ResourceAttributeValue.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RuntimePage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/BooleanAttributeRow.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ButtonAttributeRow.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ChoiceAttributeRow.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ExtensionAttributeRow.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ReferenceAttributeRow.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ResourceAttributeRow.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TextAttributeRow.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TranslatableAttributeRow.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/AboutSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/CSSSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/FeatureSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/GeneralInfoSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginConfigurationSection.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PreferencesSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductEditorContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductExportAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInputContextManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductLauncherFormPageHelper.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PropertiesSection.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/SplashConfigurationSection.java24
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/UpdatesSection.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/WindowImagesSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/AbstractSchemaDetails.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDragAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDropAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewAttributeAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewClassCreationWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewCompositorAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewElementAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewReferenceAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewRestrictionDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaAttributeDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaCompositorDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaDtdDetailsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaEditorContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementReferenceDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaFormPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaInputContextManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaJavaAttributeDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaOverviewPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaPreviewLauncher.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaRearranger.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSourcePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSpecSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaStringAttributeDetails.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchivePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchiveSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategoryDetailsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategorySection.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/DescriptionSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeatureDetailsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeaturesPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/MirrorsSection.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/NewArchiveDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/PortabilitySection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteFeatureAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteInputContextManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteOutlinePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteSourcePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteUndoManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizardPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ArgumentsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ContentSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/EnvironmentSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ImplicitDependenciesSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/InformationSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/JRESection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/LocationsSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java2
-rwxr-xr-xui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditorContributor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AbstractHyperlink.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationHover.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationModelFactory.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ArgumentRule.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/BasePDEScanner.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ChangeAwareSourceViewerConfiguration.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ExternalizedStringRule.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IColorManager.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IControlHoverContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/JavaHyperlink.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestElementHyperlink.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestPartitionScanner.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestTextHover.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/MultilineDamagerRepairer.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEMarkerAnnotationModel.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDESelectAnnotationRulerAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEWordFinder.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PluginXMLTextHover.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ReconcilingStrategy.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ResourceHyperlink.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLConfiguration.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLDoubleClickStrategy.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLPartitionScanner.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLReconcilingStrategy.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLScanner.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLStringPartitionScanner.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagRule.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagScanner.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLUtil.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLWhitespaceDetector.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/AbstractControlValidator.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/ControlValidationUtility.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IControlValidator.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IValidatorMessageHandler.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/TextValidator.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultElement.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultTableProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementList.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ListContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/TreeContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java20
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ApplicationSelectionDialog.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FeatureBlock.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FilteredCheckboxTree.java26
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/JREBlock.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/OSGiFrameworkBlock.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PDELogFileProvider.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginStatusDialog.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/RunWorkbenchAction.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/SoftwareInstallBlock.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/WorkspaceDataBlock.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsProcessor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsAction.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeAction.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeModelTable.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeOperation.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizard.java14
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardOpenOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardPluginPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeFile.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeTable.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/NLSFragmentGenerator.java26
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/StringHelper.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/CheckboxTablePart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ComboPart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ConditionalListSelectionDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/EditableTablePart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormBrowser.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormEntry.java22
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/IFormEntryListener.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ILinkLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/MessageLine.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PDESourceViewer.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPartWithButtons.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StatusInfo.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StructuredViewerPart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TablePart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreeMessageDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreePart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/WizardCheckboxTablePart.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/AddToJavaSearchJob.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/CompilersPreferencePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ConfigurationBlock.java28
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ManifestSyntaxColorTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/OSGiFrameworkPreferencePage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java22
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ProjectSelectionDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/SyntaxColorTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TabFolderLayout.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferenceNode.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferencePage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/XMLSyntaxColorTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/CompilersPropertyPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/PluginDevelopmentPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/SelfHostingPropertyPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerMoveParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileMoveParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileRenameParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FindReferenceOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/GeneralRenameIDWizardPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageMoveParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageRenameParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeMoveParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeRenameParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MovedTextFileChange.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDEMoveParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactoringAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringActionFactory.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringInfo.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringPluginInfo.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointProcessor.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameProjectChange.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AbstractSearchResultPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AttributesMatch.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/BaseSearchAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ExtensionsPatternFilter.java32
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindDeclarationsAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindReferencesAction.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/OpenPluginSearchPageAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchResultPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PreviewReferenceAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/SearchResult.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ShowDescriptionAction.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewBinaryDependenciesOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyCalculator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentOperation.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentQuery.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResult.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResultPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/JavaEditorOpener.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/ShowResultsAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesJob.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredIUSelectionDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredPluginArtifactsSelectionDialog.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/IUPackage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/TargetRepositorySearchHandler.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/FilteredCheckboxTree.java14
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerSelectionPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddFeatureContainersPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditDirectoryContainerPage.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditProfileContainerPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/IEditBundleContainerPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ITargetChangedListener.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/InstallableUnitWizard.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/Messages.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java14
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetLocationsGroup.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetStatus.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/UpdateTargetJob.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AcceleratedTreeScrolling.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ChoicePropertyDescriptor.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ExtensionsFilterUtil.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionsFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileNameFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileValidator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ImageOverlayIcon.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ModelModification.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsole.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsoleFactory.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsolePageParticipant.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OverlayIcon.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEJavaHelperUI.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDELabelUtility.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java18
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PersistablePluginObject.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginContainmentAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginWorkingSet.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SWTUtil.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SharedLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/StringMatcher.java44
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TemplateFileGenerator.java18
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TextUtil.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesListContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesTreeContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersListContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersTreeContentProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesLabelProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesView.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewComparator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewListPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewTreePage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryDropDownAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenDependenciesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginDependenciesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginReferencesAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImagePropertyTester.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImageSourceProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/IImageTarget.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageBrowserView.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageElement.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/SaveToWorkspace.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/AndFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/ElementsFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/IFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/NotFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/OrFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/PatternFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/SizeFilter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/AbstractRepository.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/TargetPlatformRepository.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/WorkspaceRepository.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/CopyToClipboardAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportFromRepositoryActionDelegate.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsDragAdapter.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BaseWizardSelectionPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProviderHistoryUtil.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/Category.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IDefaultValueConsumer.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IProjectProvider.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/PDEWizardNewFileCreationPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RenameDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/ResizableWizardDialog.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionComparator.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionElement.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardListSelectionPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardNode.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardTreeSelectionPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/CategoryDefinitionWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryCreationOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryDefinitionWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/AbstractExportWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/BaseExportWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureDestinationTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JARSigningTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JNLPTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductConfigurationSection.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/BaseExtensionPointMainPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorSelectionPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionTreeSelectionPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointMainPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionRegistryReader.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractCreateFeatureOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractFeatureSpecPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractNewFeatureWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/BasePluginListPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/CreateFeaturePatchOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/FeatureData.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeaturePatchWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeatureProjectWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/OpenProjectWizardAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/AlternateSourceLocations.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BaseImportWizardSecondPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BinaryProjectFilter.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/ExternalPluginLibrariesFilter.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportOperation.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizard.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizardPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/OverwriteProjectsSelectionDialog.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportFinishDialog.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportHelper.java26
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportLabelProvider.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java48
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizard.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardDetailedPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardExpressPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java28
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/AbstractFieldData.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentFieldData.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/LibraryPluginJarsPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginProjectWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/OpenProjectWizardAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginClassCodeGenerator.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginContentPage.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseProductCreationOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ISplashHandlerConstants.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromConfigOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromExtensionOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/RemoveSplashHandlerBindingAction.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/TextEditUtilities.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashHandlerAction.java28
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationOperation.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/OpenProjectWizardAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetDefinitionWizard.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetNode.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/MoveTargetDefinitionPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/NewTargetDefinitionWizard2.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetCreationPage.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionContentPage.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionPage.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/ControlStack.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewExtensionTemplateWizard.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewPluginTemplateChoiceWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/PreprocessorParser.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/TemplateSelectionPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertPreferencesWizard.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectToPluginOperation.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectsAction.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ExtensionPointMappings.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsAction.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizardPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathAction.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathJob.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBasePluginWizard.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBundleContentWizard.java26
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionEditorWizard.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionWizard.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFieldData.java22
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFragmentFieldData.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginContentWizard.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginFieldData.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IProvisionerWizard.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLaunchShortcut.java42
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLauncherTab.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java18
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/BundlesTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/ConfigurationTab.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLauncherTabGroup.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxPluginsTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxSettingsTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/IPDELauncherConstants.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/MainTab.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLaunchConfigurationInitializer.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLauncherTabGroup.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiSettingsTab.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PDESourcePathProvider.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginJUnitMainTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginsTab.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TestTab.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TracingTab.java2
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationEditor.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationUpdater.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationWizard.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractChoiceOption.java14
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractNewPluginTemplateWizard.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java44
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BaseOptionTemplateSection.java38
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BlankField.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BooleanOption.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ChoiceOption.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ComboChoiceOption.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ITemplateSection.java34
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/IVariableProvider.java4
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginProjectFromTemplateWizard.java12
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginTemplateWizard.java10
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateSection.java48
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateWizardPage.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/PluginReference.java8
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/RadioChoiceOption.java6
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/StringOption.java18
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateField.java16
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateOption.java28
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ProjectNamesPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ReviewPage.java6
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleEditor.java6
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleOperation.java4
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleStandbyContent.java8
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java10
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SelectionPage.java2
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java6
-rw-r--r--ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowTargetPlatformAction.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/IHelpContextIds.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/Messages.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentColumnEditingSupport.java4
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentComparator.java4
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentTreeViewer.java4
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentViewerFilter.java6
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingDoubleClickListener.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingPreferencePage.java28
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingStartupMonitor.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingUIActivator.java6
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/AbstractTracingNode.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/ModifiedDebugOptions.java10
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingCollections.java22
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponent.java18
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponentDebugOption.java18
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingNode.java18
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentColumnLabelProvider.java4
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentContentProvider.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentLabelProvider.java4
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/DebugOptionsHandler.java10
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/PreferenceHandler.java20
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingConstants.java2
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingInitializer.java4
-rw-r--r--ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingUtils.java12
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/AbstractEntry.java8
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/EventDetailsDialog.java12
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Group.java4
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/IHelpContextIds.java2
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ILogFileProvider.java2
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ImportLogAction.java4
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogFilesManager.java2
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogReader.java4
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogSession.java4
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogView.java4
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Messages.java2
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenIDELogFileAction.java4
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenLogDialog.java6
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/SharedImages.java2
-rw-r--r--ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/TailInputStream.java2
1642 files changed, 6017 insertions, 6018 deletions
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Activator.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Activator.java
index c1e083630d..75c8524856 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Activator.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Activator.java
@@ -24,13 +24,13 @@ public class Activator extends Plugin {
// The plug-in ID
public static final String PLUGIN_ID = "org.eclipse.pde.ds.core"; //$NON-NLS-1$
-
+
// The content type ID
public static final String CONTENT_TYPE_ID = "org.eclipse.pde.ds.core.content-type"; //$NON-NLS-1$
// The shared instance
private static Activator plugin;
-
+
@Override
public void start(BundleContext context) throws Exception {
@@ -52,7 +52,7 @@ public class Activator extends Plugin {
public static Activator getDefault() {
return plugin;
}
-
+
public static void log(IStatus status) {
if (status != null) {
ResourcesPlugin.getPlugin().getLog().log(status);
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSComponent.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSComponent.java
index 3c7d4c511a..71e8e3fbcf 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSComponent.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSComponent.java
@@ -14,14 +14,14 @@ package org.eclipse.pde.internal.ds.core;
/**
* A component is a normal Java class contained within a bundle
- *
+ *
* <component> ::= <implementation> <properties> * <service> ? <reference> *
*/
public interface IDSComponent extends IDSObject {
/**
* Sets the value of the attribute name
- *
+ *
* @param name
* New name
*/
@@ -29,14 +29,14 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the attribute name
- *
+ *
* @return String value of the attribute name
*/
public String getAttributeName();
/**
* Sets the value of the attribute enabled
- *
+ *
* @param bool
* boolean value of the attribute enabled.
*/
@@ -44,14 +44,14 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the attribute enabled
- *
+ *
* @return boolean value of the attribute enabled
*/
public boolean getEnabled();
/**
* Sets the value of the attribute factory
- *
+ *
* @param factory
* String value of the attribute factory.
*/
@@ -59,14 +59,14 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the attribute factory
- *
+ *
* @return String value of the attribute factory
*/
public String getFactory();
/**
* Sets the value of the configuration policy
- *
+ *
* @param policy
* String value of the configuration policy.
*/
@@ -74,14 +74,14 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the configuration policy
- *
+ *
* @return String value of the configuration policy
*/
public String getConfigurationPolicy();
/**
* Sets the value of the activate method signature name
- *
+ *
* @param name
* String value of the activate method signature name
*/
@@ -89,14 +89,14 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the activate method signature name
- *
+ *
* @return String value of the activate method signature name
*/
public String getActivateMethod();
/**
* Sets the value of the deactivate method signature name
- *
+ *
* @param name
* String value of the deactivate method signature name
*/
@@ -104,14 +104,14 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the deactivate method signature name
- *
+ *
* @return String value of the deactivate method signature name
*/
public String getDeactivateMethod();
/**
* Sets the value of the modified method signature name
- *
+ *
* @param name
* String value of the modified method signature name
*/
@@ -119,14 +119,14 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the modified method signature name
- *
+ *
* @return String value of the modified method signature name
*/
public String getModifiedMethod();
/**
* Sets the value of the attribute immediate
- *
+ *
* @param bool
* boolean value of the attribute immediate.
*/
@@ -134,42 +134,42 @@ public interface IDSComponent extends IDSObject {
/**
* Returns the value of the attribute immediate
- *
+ *
* @return boolean value of the attribute immediate
*/
public boolean getImmediate();
/**
* Returns the service implementation class
- *
+ *
* @return IDSImplementation containing the Implementation element
*/
public IDSImplementation getImplementation();
/**
* Returns all Property elements
- *
+ *
* @return IDSProperty's array containing all Property elements
*/
public IDSProperty[] getPropertyElements();
/**
* Returns all Properties elements
- *
+ *
* @return IDSProperties's array containing all Properties elements
*/
public IDSProperties[] getPropertiesElements();
/**
* Returns the Service element
- *
+ *
* @return IDSService containing the Service element
*/
public IDSService getService();
/**
* Returns all Reference elements
- *
+ *
* @return IDSReference's array containing all Reference elements
*/
public IDSReference[] getReferences();
@@ -177,8 +177,8 @@ public interface IDSComponent extends IDSObject {
/**
* Sets the implementation element with information about the component
* implementation class
- *
- *
+ *
+ *
* @param implementation
* IDSImplementation object
*/
@@ -187,7 +187,7 @@ public interface IDSComponent extends IDSObject {
/**
* Sets the service element with information to be used when a component
* configuration is to be registered as a service.
- *
+ *
* @param service
* IDSService object
*/
@@ -195,7 +195,7 @@ public interface IDSComponent extends IDSObject {
/**
* Adds a property element with information about a single property file
- *
+ *
* @param property
* IDSProperty object
*/
@@ -204,17 +204,17 @@ public interface IDSComponent extends IDSObject {
/**
* Adds a properties element with information about a set of properties from
* a bundle entry
- *
+ *
* @param properties
* IDSProperties object
- *
+ *
*/
public void addPropertiesElement(IDSProperties properties);
/**
* Adds a reference element with information about the reference of a bound
* service
- *
+ *
* @param reference
* IDSReference object
*/
@@ -222,7 +222,7 @@ public interface IDSComponent extends IDSObject {
/**
* Removes a property element
- *
+ *
* @param property
* IDSProperty object
*/
@@ -230,16 +230,16 @@ public interface IDSComponent extends IDSObject {
/**
* Removes a properties element
- *
+ *
* @param properties
* IDSProperties object
- *
+ *
*/
public void removePropertiesElement(IDSProperties properties);
/**
* Removes a reference element
- *
+ *
* @param reference
* IDSReference object
*/
@@ -247,7 +247,7 @@ public interface IDSComponent extends IDSObject {
/**
* Removes a service element
- *
+ *
* @param service
* IDSService object
*/
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSConstants.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSConstants.java
index 8b99b49187..b28915ed17 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSConstants.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSConstants.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.internal.ds.core;
/**
* Interface containing constants used for the declarative services editor.
- *
+ *
* @since 3.4
*/
public interface IDSConstants {
@@ -29,7 +29,7 @@ public interface IDSConstants {
public static final String ELEMENT_SERVICE = "service"; //$NON-NLS-1$
public static final String ELEMENT_PROVIDE = "provide"; //$NON-NLS-1$
public static final String ELEMENT_REFERENCE = "reference"; //$NON-NLS-1$
-
+
//Component Attributes
public static final String ATTRIBUTE_COMPONENT_NAME = "name"; //$NON-NLS-1$
public static final String ATTRIBUTE_COMPONENT_ENABLED = "enabled"; //$NON-NLS-1$
@@ -39,25 +39,25 @@ public interface IDSConstants {
public static final String ATTRIBUTE_COMPONENT_ACTIVATE = "activate"; //$NON-NLS-1$
public static final String ATTRIBUTE_COMPONENT_DEACTIVATE = "deactivate"; //$NON-NLS-1$
public static final String ATTRIBUTE_COMPONENT_MODIFIED = "modified"; //$NON-NLS-1$
-
+
//Implementation Attributes
public static final String ATTRIBUTE_IMPLEMENTATION_CLASS = "class"; //$NON-NLS-1$
-
+
//Property Attributes
public static final String ATTRIBUTE_PROPERTY_NAME = "name"; //$NON-NLS-1$
public static final String ATTRIBUTE_PROPERTY_VALUE = "value"; //$NON-NLS-1$
public static final String ATTRIBUTE_PROPERTY_TYPE = "type"; //$NON-NLS-1$
-
-
+
+
//Properties Attributes
public static final String ATTRIBUTE_PROPERTIES_ENTRY = "entry"; //$NON-NLS-1$
-
+
//Service Attributes
public static final String ATTRIBUTE_SERVICE_FACTORY = "servicefactory"; //$NON-NLS-1$
-
+
//Provide Attributes
public static final String ATTRIBUTE_PROVIDE_INTERFACE = "interface"; //$NON-NLS-1$
-
+
//Reference Attributes
public static final String ATTRIBUTE_REFERENCE_NAME = "name"; //$NON-NLS-1$
public static final String ATTRIBUTE_REFERENCE_INTERFACE = "interface"; //$NON-NLS-1$
@@ -66,8 +66,8 @@ public interface IDSConstants {
public static final String ATTRIBUTE_REFERENCE_TARGET= "target"; //$NON-NLS-1$
public static final String ATTRIBUTE_REFERENCE_BIND= "bind"; //$NON-NLS-1$
public static final String ATTRIBUTE_REFERENCE_UNBIND= "unbind"; //$NON-NLS-1$
-
-
+
+
//Types
public static final int TYPE_COMPONENT = 0;
public static final int TYPE_IMPLEMENTATION = 1;
@@ -94,12 +94,12 @@ public interface IDSConstants {
public static final String VALUE_REFERENCE_CARDINALITY_ZERO_N = "0..n"; //$NON-NLS-1$
public static final String VALUE_REFERENCE_CARDINALITY_ONE_ONE = "1..1"; //$NON-NLS-1$
public static final String VALUE_REFERENCE_CARDINALITY_ONE_N = "1..n"; //$NON-NLS-1$
-
+
public static final String VALUE_TRUE = "true"; //$NON-NLS-1$
public static final String VALUE_FALSE = "false"; //$NON-NLS-1$
-
+
public static final String VALUE_DEFAULT_TARGET = "(name=value)"; //$NON-NLS-1$
-
+
public static final String VALUE_CONFIGURATION_POLICY_IGNORE = "ignore"; //$NON-NLS-1$
public static final String VALUE_CONFIGURATION_POLICY_OPTIONAL = "optional"; //$NON-NLS-1$
public static final String VALUE_CONFIGURATION_POLICY_REQUIRE = "require"; //$NON-NLS-1$
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSDocumentFactory.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSDocumentFactory.java
index d0baa1d238..bbd2b67ca0 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSDocumentFactory.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSDocumentFactory.java
@@ -14,17 +14,17 @@ package org.eclipse.pde.internal.ds.core;
/**
* Handles the creation of document nodes representing the types of elements
* that can exist in a declarative services xml file.
- *
+ *
* @since 3.4
* @see IDSModel
* @see IDSComponent
- *
+ *
*/
public interface IDSDocumentFactory {
/**
* creates a <code>provide</code> element
- *
+ *
* @return IDSProvide object, containing the new element
* @see IDSProvide
* @see IDSService
@@ -34,7 +34,7 @@ public interface IDSDocumentFactory {
/**
* creates a <code>property</code> element
- *
+ *
* @return IDSProperty object, containing the new element
* @see IDSProperty
* @see IDSComponent
@@ -44,7 +44,7 @@ public interface IDSDocumentFactory {
/**
* creates a <code>reference</code> element
- *
+ *
* @return IDSReference object, containing the new element
* @see IDSReference
* @see IDSComponent
@@ -53,7 +53,7 @@ public interface IDSDocumentFactory {
/**
* creates a <code>service</code> element
- *
+ *
* @return IDSService object, containing the new element
* @see IDSService
* @see IDSComponent
@@ -62,7 +62,7 @@ public interface IDSDocumentFactory {
/**
* creates a <code>properties</code> element
- *
+ *
* @return IDSProperties object, containing the new element
* @see IDSProperties
* @see IDSComponent
@@ -71,7 +71,7 @@ public interface IDSDocumentFactory {
/**
* creates a <code>implementation</code> element
- *
+ *
* @return IDSImplementation object, containing the new element
* @see IDSImplementation
* @see IDSComponent
@@ -80,7 +80,7 @@ public interface IDSDocumentFactory {
/**
* creates a <code>component</code> element
- *
+ *
* @return IDSComponent object, containing the new element
* @see IDSComponent
*/
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSImplementation.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSImplementation.java
index f117888a72..aadf66aa55 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSImplementation.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSImplementation.java
@@ -13,17 +13,17 @@ package org.eclipse.pde.internal.ds.core;
/**
* Represents the component implementation class
- *
+ *
* @since 3.4
* @see IDSComponent
* @see IDSObject
- *
+ *
*/
public interface IDSImplementation extends IDSObject {
/**
* Sets the java fully qualified name of the implementation class.
- *
+ *
* @param className
* new java fully qualified name
*/
@@ -31,7 +31,7 @@ public interface IDSImplementation extends IDSObject {
/**
* Returns the java fully qualified name of the implementation class.
- *
+ *
* @return String containing the java fully qualified name
*/
public String getClassName();
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSModel.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSModel.java
index 59cdd70e2b..524839a4c3 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSModel.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSModel.java
@@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Rafael Oliveira Nóbrega <rafael.oliveira@gmail.com> - bug 223738
+ * Rafael Oliveira Nóbrega <rafael.oliveira@gmail.com> - bug 223738
*******************************************************************************/
package org.eclipse.pde.internal.ds.core;
@@ -17,7 +17,7 @@ import org.eclipse.pde.core.IModelChangeProvider;
/**
* Represents the DS Text Model
- *
+ *
* @since 3.4
* @see IDSComponent
* @see IDSFactory
@@ -26,7 +26,7 @@ public interface IDSModel extends IModelChangeProvider, IModel {
/**
* Return the factory object of this model
- *
+ *
* @return existing IDSDocumentfactory object, or create a new object for
* the first time it is called
*/
@@ -34,7 +34,7 @@ public interface IDSModel extends IModelChangeProvider, IModel {
/**
* Return the root component element of this model
- *
+ *
* @return existing IDSComponent object, or create a new object for the
* first time it is called
*/
@@ -49,7 +49,7 @@ public interface IDSModel extends IModelChangeProvider, IModel {
* <p>
* With the caveat of stepped loading, all other properties of the
* underlying resource could be used directly (path, project etc.).
- *
+ *
* @param resource
* a workspace resource (file) that this model is associated
* with.
@@ -58,7 +58,7 @@ public interface IDSModel extends IModelChangeProvider, IModel {
/**
* Saves the model into the underlying resource
- *
+ *
*/
public abstract void save();
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSObject.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSObject.java
index 8b8a177b81..95f9b37844 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSObject.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSObject.java
@@ -15,20 +15,20 @@ import org.eclipse.pde.internal.core.text.IDocumentObject;
/**
* Represents a general DS element of a DS xml file.
- *
+ *
*/
public interface IDSObject extends IDocumentObject {
/**
* Returns the model object of this object.
- *
+ *
* @return IDSModel object containing the model.
*/
public abstract IDSModel getModel();
/**
* Returns the root element that is an ancestor to this object.
- *
+ *
* @return IDSComponent object containing the root element.
*/
public abstract IDSComponent getComponent();
@@ -36,7 +36,7 @@ public interface IDSObject extends IDocumentObject {
/**
* Returns the identifier for this object to be used when displaying the
* element to the user
- *
+ *
* @return String containing the identifier
*/
public abstract String getName();
@@ -44,36 +44,36 @@ public interface IDSObject extends IDocumentObject {
/**
* Returns the concrete type of this object, must be one of the TYPE constants
* defined in IDSConstants.
- *
+ *
* @return int value containing one of the TYPE constants defined in
* IDSConstants.
* @see IDSConstants
*/
public abstract int getType();
-
+
/**
* Returns a boolean which represents if this object is capable of
* containing children
- *
+ *
* @return true if this object can have children.
*/
public abstract boolean canBeParent();
-
-
+
+
/**
* Returns all attributes` names of this element
- *
+ *
* @return an array of String containing all attributes` names
*/
public abstract String[] getAttributesNames();
-
+
/**
* Returns the XML Tag Name of this element
- *
+ *
* @return a String containing the XML Tag Name
*/
@Override
public abstract String getXMLTagName();
-
-
+
+
}
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperties.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperties.java
index b288ea788a..67fd82d5ae 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperties.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperties.java
@@ -15,7 +15,7 @@ package org.eclipse.pde.internal.ds.core;
/**
* Represents a set of properties from a bundle entry
- *
+ *
* @since 3.4
* @see IDSObject
*/
@@ -23,7 +23,7 @@ public interface IDSProperties extends IDSObject {
/**
* Sets the entry path relative to the root of the bundle
- *
+ *
* @param entry
* New entry path
*/
@@ -31,7 +31,7 @@ public interface IDSProperties extends IDSObject {
/**
* Returns the value of the entry path
- *
+ *
* @return String value of the entry path
*/
public String getEntry();
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperty.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperty.java
index 95adeeb963..6375f9d42f 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperty.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProperty.java
@@ -13,23 +13,23 @@ package org.eclipse.pde.internal.ds.core;
/**
* Represents a single property file
- *
+ *
* @since 3.4
* @see IDSObject
*/
public interface IDSProperty extends IDSObject {
-
+
/**
* Returns the name of the property
- *
+ *
* @return String containing the attribute name
*/
public String getPropertyName();
/**
* Sets the name of the property
- *
+ *
* @param name
* New name
*/
@@ -37,14 +37,14 @@ public interface IDSProperty extends IDSObject {
/**
* Returns the value of the property
- *
+ *
* @return String containing the value of the property.
*/
public String getPropertyValue();
/**
* Sets the value of the property.
- *
+ *
* @param value
* New value
*/
@@ -52,11 +52,11 @@ public interface IDSProperty extends IDSObject {
/**
* Sets the type of the property.
- *
+ *
* The type defines how to interpret the value. The type must be one of the
* following Java types: String (default), Long, Double, Float, Integer,
* Byte, Character, Boolean, Short.
- *
+ *
* @param type
* New type
*/
@@ -64,30 +64,30 @@ public interface IDSProperty extends IDSObject {
/**
* Returns the type of the property.
- *
+ *
* @return String representing one of the following Java types: String
* (default), Long, Double, Float, Integer, Byte, Character,
* Boolean, Short.
*/
-
+
public String getPropertyType();
/**
* Sets the attribute body.
- *
+ *
* If the value attribute is not specified, the body of the property element
* must contain one or more values.
- *
+ *
* The value of the property is then an array of the specified type. Except
* for String objects, the result will be translated to an array of
* primitive types. For example, if the type attribute specifies Integer,
* then the resulting array must be int[].
- *
+ *
* For example, a component that needs an array of hosts can use the
* following property definition:
* <code> <property name="hosts"> www.acme.com
* backup.acme.com </property> <\code>
- *
+ *
* @param body
* New body
*/
@@ -96,7 +96,7 @@ public interface IDSProperty extends IDSObject {
/**
* Return all elements in body attribute
- *
+ *
* @return String containing the text of all elements in body attribute
*/
public String getPropertyElemBody();
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProvide.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProvide.java
index b08904e90c..2e02aa7c17 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProvide.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSProvide.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.internal.ds.core;
/**
* Represents the provide element that define the service interfaces.
- *
+ *
* @since 3.4
* @see IDSService
* @see IDSObject
@@ -23,7 +23,7 @@ public interface IDSProvide extends IDSObject {
/**
* Sets the name of the interface that this service is registered under.
* This name must be the fully qualified name of a Java class.
- *
+ *
* @param interfaceName
* new fully qualified name of a Java class.
*/
@@ -31,7 +31,7 @@ public interface IDSProvide extends IDSObject {
/**
* Returns the name of the interface that this service is registered under.
- *
+ *
* @return String containing a fully qualified name of a Java class.
*/
public String getInterface();
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSReference.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSReference.java
index c94a1ee48c..1bd10dec24 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSReference.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSReference.java
@@ -13,11 +13,11 @@ package org.eclipse.pde.internal.ds.core;
/**
* Represents a dependency that a component has on a set of target services.
- *
+ *
* A component configuration is not satisfied, unless all its references are
* satisfied. A reference specifies target services by specifying their
* interface and an optional target filter.
- *
+ *
* @since 3.4
* @see IDSComponent
* @see IDSObject
@@ -26,11 +26,11 @@ public interface IDSReference extends IDSObject {
/**
* Sets the name of the reference.
- *
+ *
* This name is local to the component and can be used to locate a bound
* service of this reference with one of the locateService methods of
* ComponentContext.
- *
+ *
* @param name
* new name of the reference
*/
@@ -38,7 +38,7 @@ public interface IDSReference extends IDSObject {
/**
* Returns the name of the reference.
- *
+ *
* @return String containing the name of the reference
*/
public String getReferenceName();
@@ -46,12 +46,12 @@ public interface IDSReference extends IDSObject {
/**
* Sets the fully qualified name of the class that is used by the component
* to access the service.
- *
+ *
* The service provided to the component must be type compatible with this
* class. That is, the component must be able to cast the service object to
* this class. A service must be registered under this name to be considered
* for the set of target services.
- *
+ *
* @param interfaceName
* new fully qualified name of the class used to access the
* service
@@ -61,7 +61,7 @@ public interface IDSReference extends IDSObject {
/**
* Returns the fully qualified name of the class that is used by the
* component to access the service.
- *
+ *
* @return String containing the fully qualified name of the class used to
* access the service
*/
@@ -70,11 +70,11 @@ public interface IDSReference extends IDSObject {
/**
* Sets if the reference is optional and if the component implementation
* support a single bound service or multiple bound services.
- *
+ *
* The cardinality for a reference can be specified as one of four choices:
* 0..1 (optional and unary), 1..1 (mandatory and unary - default), 0..n
* (optional and multiple), 1..n (mandatory and multiple).
- *
+ *
* @param cardinality
* new cardinality value
*/
@@ -83,7 +83,7 @@ public interface IDSReference extends IDSObject {
/**
* Returns if the reference is optional and if the component implementation
* support a single bound service or multiple bound services.
- *
+ *
* @return String containing one of four choices: 0..1 (optional and unary),
* 1..1 (mandatory and unary - default), 0..n (optional and
* multiple), 1..n (mandatory and multiple).
@@ -92,22 +92,22 @@ public interface IDSReference extends IDSObject {
/**
* Sets the assumption of the component about dynamicity.
- *
+ *
* The policy for a reference can be specified as one of two choices: The
* static policy is the most simple policy and is the default one. A
* component instance never sees any of the dynamics. The dynamic policy is
* the second option and is slightly more complex since the component
* implementation must properly handle changes in the set of bound services.
- *
+ *
* @param policy
* new value of the policy (static or dynamic)
- *
+ *
*/
public void setReferencePolicy(String policy);
/**
* Return the policy of the component
- *
+ *
* @return String containing the policy value
*/
public String getReferencePolicy();
@@ -115,11 +115,11 @@ public interface IDSReference extends IDSObject {
/**
* Sets the optional OSGi Framework filter expression that further
* constrains the set of target services.
- *
+ *
* The default is no filter, limiting the set of matched services to all
* service registered under the given reference interface. The value of this
* attribute is used to set a target property.
- *
+ *
* @param target
* the new value of attribute target
*/
@@ -128,7 +128,7 @@ public interface IDSReference extends IDSObject {
/**
* Returns the target filter expression that further constrains the set of target
* services.
- *
+ *
* @return String containing the attribute target value
*/
public String getReferenceTarget();
@@ -136,11 +136,11 @@ public interface IDSReference extends IDSObject {
/**
* Sets the name of a method in the component implementation class that is
* used to notify that a service is bound to the component configuration.
- *
+ *
* For static references, this method is only called before the activate
* method. For dynamic references, this method can also be called while the
* component configuration is active.
- *
+ *
* @param bind
* new method's name to notify that a service is bound
*/
@@ -149,7 +149,7 @@ public interface IDSReference extends IDSObject {
/**
* Returns the name of a method in the component implementation class that
* is used to notify that a service is bound to the component configuration.
- *
+ *
* @return String containing the name of the method
*/
public String getReferenceBind();
@@ -158,11 +158,11 @@ public interface IDSReference extends IDSObject {
/**
* Sets the name of a method in the component implementation class that is
* used to notify the component configuration that the service is unbound.
- *
+ *
* For static references, the method is only called after the deactivate
* method. For dynamic references, this method can also be called while the
* component configuration is active.
- *
+ *
* @param unbind
* new method's name to notify that a service is unbound
*/
@@ -172,7 +172,7 @@ public interface IDSReference extends IDSObject {
* Returns the name of a method in the component implementation class that
* is used to notify the component configuration that the service is
* unbound.
- *
+ *
* @return String containing the name of the method
*/
public String getReferenceUnbind();
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSService.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSService.java
index 4ddeef4cbe..ea77ee49bd 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSService.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/IDSService.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.internal.ds.core;
/**
* Represents the service information to be used when a component configuration
* is to be registered as a service.
- *
+ *
* @since 3.4
* @see IDSComponent
* @see IDSObject
@@ -23,26 +23,26 @@ public interface IDSService extends IDSObject {
/**
* Sets the attribute servicefactory
- *
+ *
* This attribute controls whether the service uses the ServiceFactory
* concept of the OSGi Framework.
- *
+ *
* The default value is false.
- *
+ *
* If servicefactory is set to true, a different component configuration is
* created, activated and its component instance returned as the service
* object for each distinct bundle that requests the service.Each of these
* component configurations has the same component properties.Otherwise, the
* same component instance from the single component configuration is
* returned as the service object for all bundles that request the service.
- *
+ *
* The servicefactory attribute must not be true if the component is a
* factory component or an immediate component. This is because SCR is not
* free to create component configurations as necessary to support
* servicefactory. A component description is ill-formed if it specifies
* that the component is a factory component or an immediate component and
* servicefactory is set to true.
- *
+ *
* @param bool
* new boolean value of attribute servicefactory
*/
@@ -50,28 +50,28 @@ public interface IDSService extends IDSObject {
/**
* Returns the value of attribute servicefactory
- *
+ *
* @return boolean containing the value of attribute servicefactory
*/
public boolean getServiceFactory();
/**
* Return all Service's interfaces
- *
+ *
* @return IDSProvide's array containing all provide elements
*/
public IDSProvide[] getProvidedServices();
/**
* Adds a provide element with information about a service`s interface
- *
+ *
* @param provide IDSProvide object
*/
public void addProvidedService(IDSProvide provide);
-
+
/**
* Removes a provide element
- *
+ *
* @param provide IDSProvide object
*/
public void removeProvidedService(IDSProvide provide);
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Messages.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Messages.java
index d48f0243fe..35830b7a02 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Messages.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/Messages.java
@@ -38,13 +38,13 @@ public class Messages extends NLS {
public static String DSErrorReporter_illegalServiceFactory;
public static String DSErrorReporter_illegalServiceFactory_Immediate;
public static String DSErrorReporter_illegalEmptyService;
-
+
public static String DSBuilder_verifying;
public static String DSBuilder_updating;
-
-
+
+
static {
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSBuilder.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSBuilder.java
index fe161f0f11..ff8b292c27 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSBuilder.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSBuilder.java
@@ -40,7 +40,7 @@ public class DSBuilder extends IncrementalProjectBuilder {
public ResourceVisitor(IProgressMonitor monitor) {
this.monitor = monitor;
}
-
+
@Override
public boolean visit(IResource resource) {
if (resource instanceof IProject) {
@@ -67,15 +67,15 @@ public class DSBuilder extends IncrementalProjectBuilder {
class DeltaVisitor implements IResourceDeltaVisitor {
private IProgressMonitor monitor;
-
+
public DeltaVisitor(IProgressMonitor monitor) {
this.monitor = monitor;
}
-
+
@Override
public boolean visit(IResourceDelta delta) {
IResource resource = delta.getResource();
-
+
if (resource instanceof IProject) {
// TODO only check PDE projects...
IProject project = (IProject) resource;
@@ -99,7 +99,7 @@ public class DSBuilder extends IncrementalProjectBuilder {
}
return true;
}
-
+
}
@Override
@@ -137,12 +137,12 @@ public class DSBuilder extends IncrementalProjectBuilder {
String message = NLS.bind(Messages.DSBuilder_verifying, file
.getFullPath().toString());
monitor.subTask(message);
-
+
DSErrorReporter reporter = new DSErrorReporter(file);
DefaultSAXParser.parse(file, reporter);
reporter.validateContent(monitor);
monitor.subTask(Messages.DSBuilder_updating);
monitor.done();
}
-
+
}
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSErrorReporter.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSErrorReporter.java
index df6ff37331..159107ccaa 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSErrorReporter.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSErrorReporter.java
@@ -371,7 +371,7 @@ public class DSErrorReporter extends XMLErrorReporter {
/**
* Validates if a property elements defines a single value and multiple
* values at the same time.
- *
+ *
* @param element
* @param property
*/
@@ -433,7 +433,7 @@ public class DSErrorReporter extends XMLErrorReporter {
IDSConstants.VALUE_PROPERTY_TYPE_STRING };
if (attribute != null) {
-
+
for (String allowedValue : allowedValues) {
if (allowedValue.equalsIgnoreCase(attribute)) {
return;
@@ -486,7 +486,7 @@ public class DSErrorReporter extends XMLErrorReporter {
}
/**
- *
+ *
* @param elementConstant
* element name
* @param attributeConstant
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSMarkerFactory.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSMarkerFactory.java
index 8d76f9c38b..25f284bab3 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSMarkerFactory.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/DSMarkerFactory.java
@@ -16,10 +16,10 @@ import org.eclipse.core.resources.IMarker;
import org.eclipse.core.runtime.CoreException;
public class DSMarkerFactory {
-
+
public static final String MARKER_ID = "org.eclipse.pde.ds.core.problem"; //$NON-NLS-1$
public static final int NO_RESOLUTION = -1;
-
+
public static final String CAT_OTHER = ""; //$NON-NLS-1$
/**
@@ -38,5 +38,5 @@ public class DSMarkerFactory {
marker.setAttribute("categoryId", category); //$NON-NLS-1$
return marker;
}
-
+
}
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSComponent.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSComponent.java
index c548a3d7f8..00e36dadfc 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSComponent.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSComponent.java
@@ -27,9 +27,9 @@ import org.eclipse.pde.internal.ds.core.IDSService;
* Represents the root "component" entry in a DS xml file. There may be only one
* root node in the file and all other nodes must be inside the root. The
* structure of component XML grammar is:
- *
+ *
* <component> ::= <implementation> <properties> * <service> ? <reference> *
- *
+ *
* @since 3.4
* @see DSObject
* @see DSModel
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentFactory.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentFactory.java
index 8087830b64..085ae85edd 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentFactory.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentFactory.java
@@ -27,7 +27,7 @@ import org.eclipse.pde.internal.ds.core.IDSService;
/**
* Handles the creation of document nodes representing the types of elements
* that can exist in a declarative services xml file.
- *
+ *
* @since 3.4
* @see DSModel
* @see DSDocumentHandler
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentHandler.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentHandler.java
index 7ce08d96d7..19a894a462 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentHandler.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSDocumentHandler.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.core.text.NodeDocumentHandler;
/**
* Document handler for declarative services xml files.
- *
+ *
* @since 3.4
* @see DSModel
* @see DSDocumentFactory
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSImplementation.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSImplementation.java
index 5332b818b5..6537e6fdf6 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSImplementation.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSImplementation.java
@@ -18,11 +18,11 @@ import org.eclipse.pde.internal.ds.core.IDSObject;
/**
* Represents the component implementation class
- *
+ *
* @since 3.4
* @see IDSComponent
* @see IDSObject
- *
+ *
*/
public class DSImplementation extends DSObject implements IDSImplementation {
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSModel.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSModel.java
index 318d8827b9..c0e23e6b7d 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSModel.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSModel.java
@@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Rafael Oliveira Nóbrega <rafael.oliveira@gmail.com> - bug 223738
+ * Rafael Oliveira Nóbrega <rafael.oliveira@gmail.com> - bug 223738
*******************************************************************************/
package org.eclipse.pde.internal.ds.core.text;
@@ -22,7 +22,7 @@ import org.xml.sax.helpers.DefaultHandler;
/**
* Model describing the elements of a declarative services xml file.
- *
+ *
* @since 3.4
*/
public class DSModel extends XMLEditingModel implements IDSModel {
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSObject.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSObject.java
index fc549f0c64..ae3055d991 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSObject.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSObject.java
@@ -23,7 +23,7 @@ import org.eclipse.pde.internal.ds.core.IDSObject;
/**
* All modeled objects of a declarative services xml file must extend from this
* abstract class.
- *
+ *
* @since 3.4
* @see DSModel
* @see DSDocumentFactory
@@ -35,7 +35,7 @@ public abstract class DSObject extends DocumentObject implements IDSConstants,
/**
* Constructs the DSObject and initializes its attributes.
- *
+ *
* @param model
* The model to associate with this DSObject
* @param tagName
@@ -83,5 +83,5 @@ public abstract class DSObject extends DocumentObject implements IDSConstants,
@Override
public abstract int getType();
-
+
}
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperties.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperties.java
index 38fd35b858..ac4ece3592 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperties.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperties.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.internal.ds.core.IDSProperties;
/**
* Represents a set of properties from a bundle entry
- *
+ *
* @since 3.4
* @see DSObject
* @see DSComponent
@@ -25,7 +25,7 @@ import org.eclipse.pde.internal.ds.core.IDSProperties;
public class DSProperties extends DSObject implements IDSProperties {
private static final long serialVersionUID = 1L;
-
+
public DSProperties(DSModel model) {
super(model, ELEMENT_PROPERTIES);
int number = model.getDSComponent().getPropertiesElements().length + 1;
@@ -53,12 +53,12 @@ public class DSProperties extends DSObject implements IDSProperties {
public int getType() {
return TYPE_PROPERTIES;
}
-
+
@Override
public void setEntry(String entry){
setXMLAttribute(ATTRIBUTE_PROPERTIES_ENTRY, entry);
}
-
+
@Override
public String getEntry(){
return getXMLAttributeValue(ATTRIBUTE_PROPERTIES_ENTRY);
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperty.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperty.java
index 7149b390a6..729cd08994 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperty.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProperty.java
@@ -19,13 +19,13 @@ public class DSProperty extends DSObject implements IDSProperty {
private static final long serialVersionUID = 1L;
public DSProperty(DSModel model) {
super(model, ELEMENT_PROPERTY);
-
+
// set Default Values
this.setPropertyType(IDSConstants.VALUE_PROPERTY_TYPE_STRING);
int property_count = model.getDSComponent().getPropertyElements().length + 1;
this.setPropertyName(IDSConstants.ELEMENT_PROPERTY + property_count);
this.setPropertyValue(IDSConstants.ATTRIBUTE_PROPERTY_VALUE);
-
+
}
@Override
@@ -47,42 +47,42 @@ public class DSProperty extends DSObject implements IDSProperty {
public int getType() {
return TYPE_PROPERTY;
}
-
+
@Override
public String getPropertyName(){
return getXMLAttributeValue(ATTRIBUTE_PROPERTY_NAME);
}
-
+
@Override
public void setPropertyName(String name){
setXMLAttribute(ATTRIBUTE_PROPERTY_NAME, name);
}
-
+
@Override
public String getPropertyValue(){
return getXMLAttributeValue(ATTRIBUTE_PROPERTY_VALUE);
}
-
+
@Override
public void setPropertyValue(String value){
setXMLAttribute(ATTRIBUTE_PROPERTY_VALUE, value);
}
-
+
@Override
public String getPropertyType(){
return getXMLAttributeValue(ATTRIBUTE_PROPERTY_TYPE);
}
-
+
@Override
public void setPropertyType(String type){
setXMLAttribute(ATTRIBUTE_PROPERTY_TYPE, type);
}
-
+
@Override
public String getPropertyElemBody() {
- return getXMLContent();
+ return getXMLContent();
}
-
+
@Override
public void setPropertyElemBody(String body){
setXMLContent(body);
@@ -99,5 +99,5 @@ public class DSProperty extends DSObject implements IDSProperty {
public boolean isLeafNode() {
return true;
}
-
+
}
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProvide.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProvide.java
index 49922e85f9..64976e8f9a 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProvide.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSProvide.java
@@ -17,10 +17,10 @@ import org.eclipse.pde.internal.ds.core.IDSProvide;
public class DSProvide extends DSObject implements IDSProvide {
private static final long serialVersionUID = 1L;
-
+
public DSProvide(DSModel model) {
super(model, ELEMENT_PROVIDE);
-
+
int prov_count = model.getDSComponent().getService()
.getProvidedServices().length + 1;
this.setInterface(IDSConstants.ATTRIBUTE_PROVIDE_INTERFACE
@@ -46,12 +46,12 @@ public class DSProvide extends DSObject implements IDSProvide {
public int getType() {
return TYPE_PROVIDE;
}
-
+
@Override
public void setInterface(String interfaceName){
setXMLAttribute(ATTRIBUTE_PROVIDE_INTERFACE, interfaceName);
}
-
+
@Override
public String getInterface(){
return getXMLAttributeValue(ATTRIBUTE_PROVIDE_INTERFACE);
diff --git a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSReference.java b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSReference.java
index c4a67965a3..82c8165d4c 100644
--- a/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSReference.java
+++ b/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/text/DSReference.java
@@ -20,12 +20,12 @@ public class DSReference extends DSObject implements IDSReference {
public DSReference(DSModel model) {
super(model, ELEMENT_REFERENCE);
-
+
// set default values
this
.setReferenceCardinality(IDSConstants.VALUE_REFERENCE_CARDINALITY_ONE_ONE);
this.setReferencePolicy(IDSConstants.VALUE_REFERENCE_POLICY_STATIC);
-
+
// set generic values
int ref_count = model.getDSComponent().getReferences().length + 1;
this
@@ -38,7 +38,7 @@ public class DSReference extends DSObject implements IDSReference {
public boolean canAddChild(int objectType) {
return false;
}
-
+
@Override
public boolean canBeParent() {
return false;
@@ -58,71 +58,71 @@ public class DSReference extends DSObject implements IDSReference {
public void setReferenceName(String name){
setXMLAttribute(ATTRIBUTE_REFERENCE_NAME, name);
}
-
+
@Override
public String getReferenceName(){
return getXMLAttributeValue(ATTRIBUTE_REFERENCE_NAME);
}
-
+
@Override
public void setReferenceInterface(String interfaceName){
setXMLAttribute(ATTRIBUTE_REFERENCE_INTERFACE, interfaceName);
}
-
+
@Override
public String getReferenceInterface(){
return getXMLAttributeValue(ATTRIBUTE_REFERENCE_INTERFACE);
}
-
+
@Override
public void setReferenceCardinality(String cardinality){
setXMLAttribute(ATTRIBUTE_REFERENCE_CARDINALITY, cardinality);
}
-
+
@Override
public String getReferenceCardinality(){
return getXMLAttributeValue(ATTRIBUTE_REFERENCE_CARDINALITY);
}
-
-
+
+
@Override
public void setReferencePolicy(String policy){
setXMLAttribute(ATTRIBUTE_REFERENCE_POLICY, policy);
}
-
+
@Override
public String getReferencePolicy(){
return getXMLAttributeValue(ATTRIBUTE_REFERENCE_POLICY);
}
-
-
+
+
@Override
public void setReferenceTarget(String target){
setXMLAttribute(ATTRIBUTE_REFERENCE_TARGET, target);
}
-
+
@Override
public String getReferenceTarget(){
return getXMLAttributeValue(ATTRIBUTE_REFERENCE_TARGET);
}
-
-
+
+
@Override
public void setReferenceBind(String bind){
setXMLAttribute(ATTRIBUTE_REFERENCE_BIND, bind);
}
-
+
@Override
public String getReferenceBind(){
return getXMLAttributeValue(ATTRIBUTE_REFERENCE_BIND);
}
-
-
+
+
@Override
public void setReferenceUnbind(String unbind){
setXMLAttribute(ATTRIBUTE_REFERENCE_UNBIND, unbind);
}
-
+
@Override
public String getReferenceUnbind(){
return getXMLAttributeValue(ATTRIBUTE_REFERENCE_UNBIND);
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java
index 7fe997cd35..564360a4ae 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/AbstractDSModelTestCase.java
@@ -27,9 +27,9 @@ public abstract class AbstractDSModelTestCase extends TestCase {
protected static final String LF = "\n"; //$NON-NLS-1$
protected static final String CR = "\r"; //$NON-NLS-1$
protected static final String CRLF = CR + LF;
-
+
public static final String COMPONENT_NAME = "sample"; //$NON-NLS-1$
-
+
protected Document fDocument;
protected DSModel fModel;
protected IModelTextChangeListener fListener;
@@ -60,7 +60,7 @@ public abstract class AbstractDSModelTestCase extends TestCase {
fail("model cannot be loaded");
}
}
-
+
protected void setXMLContents(StringBuffer body, String newline) {
StringBuffer sb = new StringBuffer();
sb.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/Activator.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/Activator.java
index f0a9356376..37c848f034 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/Activator.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/Activator.java
@@ -23,7 +23,7 @@ public class Activator extends Plugin {
// The shared instance
private static Activator plugin;
-
+
/**
* The constructor
*/
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSImplementationTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSImplementationTestCase.java
index 48960c1114..db2cd887bd 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSImplementationTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSImplementationTestCase.java
@@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Rafael Oliveira Nóbrega <rafael.oliveira@gmail.com>
+ * Rafael Oliveira N�brega <rafael.oliveira@gmail.com>
*******************************************************************************/
package org.eclipse.pde.internal.ds.tests;
@@ -33,7 +33,7 @@ public class DSImplementationTestCase extends AbstractDSModelTestCase {
String className = implementation.getClassName();
assertTrue(className.equals("org.example.ds.SampleCommandProvider1"));
-
+
assertEquals(implementation.getName(), className);
}
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSObjectTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSObjectTestCase.java
index 69bb74dd5e..1ceedc835b 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSObjectTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSObjectTestCase.java
@@ -31,40 +31,40 @@ public class DSObjectTestCase extends AbstractDSModelTestCase {
IDSComponent component = fModel.getDSComponent();
assertNotNull(component);
-
+
IDSDocumentFactory factory = fModel.getFactory();
-
+
IDSImplementation implementation = factory.createImplementation();
implementation.setClassName("ImplementationClassName");
component.setImplementation(implementation);
-
+
IDSProperties properties = factory.createProperties();
properties.setEntry("PropertiesEntry");
component.addPropertiesElement(properties);
-
+
IDSProperty property = factory.createProperty();
property.setPropertyElemBody("Body Values");
property.setPropertyType("java.lang.String");
component.addPropertyElement(property);
-
+
IDSService service = factory.createService();
service.setServiceFactory(true);
component.setService(service);
-
+
IDSReference reference = factory.createReference();
reference.setReferenceBind("methodBind");
reference.setReferenceUnbind("methodUnBind");
reference.setReferenceInterface("ReferenceInterface");
reference.setReferenceName("ReferenceName");
component.addReference(reference);
-
+
List<?> children = component.getChildNodesList();
assertTrue(children.size() == 5);
assertEquals(component.getModel(), fModel);
-
+
IDSObject child = (IDSObject)children.get(0);
assertEquals(child.getComponent(), component);
-
+
assertEquals(child.getParentNode(), component);
}
}
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertiesTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertiesTestCase.java
index 1a6e8f6774..d133e39d7e 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertiesTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertiesTestCase.java
@@ -15,7 +15,7 @@ import org.eclipse.pde.internal.ds.core.IDSDocumentFactory;
import org.eclipse.pde.internal.ds.core.IDSProperties;
public class DSPropertiesTestCase extends AbstractDSModelTestCase {
-
+
public void testAddPropertiesComponent() {
StringBuffer buffer = new StringBuffer();
buffer.append("<properties entry=\"");
@@ -26,19 +26,19 @@ public class DSPropertiesTestCase extends AbstractDSModelTestCase {
IDSComponent component = fModel.getDSComponent();
assertNotNull(component);
-
+
IDSProperties[] propertiesElements = component.getPropertiesElements();
assertTrue(propertiesElements.length==1);
-
+
IDSProperties properties = propertiesElements[0];
String entry = properties.getEntry();
assertTrue(entry.equals("OSGI-INF/vendor.properties"));
-
+
assertEquals(entry, properties.getName());
}
-
+
/**
- * Tests a component with multiple properties
+ * Tests a component with multiple properties
*/
public void testMultipleProperties() {
StringBuffer buffer = new StringBuffer();
@@ -69,7 +69,7 @@ public class DSPropertiesTestCase extends AbstractDSModelTestCase {
IDSProperties[] propertiesElements = component.getPropertiesElements();
assertTrue(propertiesElements.length == 4);
-
+
for (int i = 0; i < 4; i++) {
IDSProperties properties = propertiesElements[i];
@@ -80,7 +80,7 @@ public class DSPropertiesTestCase extends AbstractDSModelTestCase {
}
/**
- * Tests a properties component default values
+ * Tests a properties component default values
*/
public void testDefaultValuesService() {
StringBuffer buffer = new StringBuffer();
@@ -93,16 +93,16 @@ public class DSPropertiesTestCase extends AbstractDSModelTestCase {
IDSComponent component = fModel.getDSComponent();
assertNotNull(component);
-
+
IDSProperties[] propertiesElements = component.getPropertiesElements();
assertTrue(propertiesElements.length==1);
-
+
IDSProperties properties = propertiesElements[0];
assertTrue(properties.getEntry() == null);
}
-
-
+
+
/**
* Tests to add a properties by DSDocumentFactory
*/
@@ -110,24 +110,24 @@ public class DSPropertiesTestCase extends AbstractDSModelTestCase {
StringBuffer buffer = new StringBuffer();
setXMLContents(buffer , LF);
load();
-
+
IDSDocumentFactory factory = fModel.getFactory();
IDSProperties Properties = factory.createProperties();
String entry = "OSGI-INF/vendor.propertiesFactory";
Properties.setEntry(entry);
-
+
IDSComponent component = fModel.getDSComponent();
component.addPropertiesElement(Properties);
-
+
String content = component.toString();
-
+
assertTrue(content.indexOf("entry=\""+entry+"\"") != -1);
-
+
IDSProperties[] PropertiesElements = component.getPropertiesElements();
IDSProperties Properties0 = PropertiesElements[0];
assertNotNull(Properties0);
assertTrue(Properties0.getEntry().equals(entry));
-
+
}
}
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertyTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertyTestCase.java
index ca00934999..29dec4bb7f 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertyTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSPropertyTestCase.java
@@ -14,7 +14,7 @@ import org.eclipse.pde.internal.ds.core.IDSComponent;
import org.eclipse.pde.internal.ds.core.IDSProperty;
public class DSPropertyTestCase extends AbstractDSModelTestCase {
-
+
public void testAddProperty() {
StringBuffer buffer = new StringBuffer();
buffer.append("<property ");
@@ -24,7 +24,7 @@ public class DSPropertyTestCase extends AbstractDSModelTestCase {
IDSComponent component = fModel.getDSComponent();
assertNotNull(component);
-
+
IDSProperty[] propertyElements = fModel.getDSComponent().getPropertyElements();
assertTrue(propertyElements.length == 1);
IDSProperty property = propertyElements[0];
@@ -33,18 +33,18 @@ public class DSPropertyTestCase extends AbstractDSModelTestCase {
String type = "java.lang.String";
String value = "propertyValue";
String body = "propertyBody";
-
+
property.setPropertyName(name);
property.setPropertyType(type);
property.setPropertyValue(value);
property.setPropertyElemBody(body);
-
+
assertEquals(property.getPropertyName(), name);
assertEquals(property.getPropertyType(), type);
assertEquals(property.getPropertyValue(), value);
assertEquals(property.getPropertyElemBody(), body);
}
-
-
+
+
}
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSProvideTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSProvideTestCase.java
index 1bdb2652ae..bae20d4c23 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSProvideTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSProvideTestCase.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.internal.ds.core.IDSProvide;
import org.eclipse.pde.internal.ds.core.IDSService;
public class DSProvideTestCase extends AbstractDSModelTestCase {
-
+
public void testAddCompleteProvidedService() {
StringBuffer buffer = new StringBuffer();
buffer.append("<service servicefactory=\"true\" >");
@@ -28,61 +28,61 @@ public class DSProvideTestCase extends AbstractDSModelTestCase {
buffer.append("</service>");
setXMLContents(buffer, LF);
load();
-
+
IDSComponent component = fModel.getDSComponent();
assertNotNull(component);
-
+
IDSService service = fModel.getDSComponent().getService();
assertNotNull(service);
-
+
IDSProvide[] providedServices = service.getProvidedServices();
assertTrue(providedServices.length == 1);
IDSProvide provide = providedServices[0];
assertTrue(provide.getInterface().equals("java.lang.Runnable"));
-
+
String interfaceName = "java.lang.String";
provide.setInterface(interfaceName);
-
+
String content = fModel.getDSComponent().toString();
assertTrue(content.indexOf(interfaceName) != -1);
-
+
assertEquals(provide.getName(), interfaceName);
-
+
}
-
+
/**
* Tests to add a provided service by DSDocumentFactory
- */
+ */
public void testAddProvidedServicebyFactory() {
StringBuffer buffer = new StringBuffer();
setXMLContents(buffer , LF);
load();
-
+
IDSDocumentFactory factory = fModel.getFactory();
IDSService service = factory.createService();
service.setServiceFactory(true);
-
+
IDSComponent component = fModel.getDSComponent();
component.setService(service);
-
+
IDSProvide provide = factory.createProvide();
provide.setInterface("java.lang.Runnable");
service.addProvidedService(provide);
-
+
String content = component.toString();
-
+
assertTrue(content.indexOf("interface=\"java.lang.Runnable\"") != -1);
-
+
IDSService service0 = component.getService();
assertNotNull(service0);
assertTrue(service0.getServiceFactory());
IDSProvide[] providedServices = service.getProvidedServices();
-
+
IDSProvide provide0 = providedServices[0];
assertNotNull(provide0);
assertTrue(provide0.getInterface().equals("java.lang.Runnable"));
-
-
+
+
}
}
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSReferenceTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSReferenceTestCase.java
index 84fa17ab06..6e8abf2aca 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSReferenceTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSReferenceTestCase.java
@@ -76,12 +76,12 @@ public class DSReferenceTestCase extends AbstractDSModelTestCase {
String defautCardinality = "1..1";
String defaultPolicy = "static";
-
+
assertEquals(reference0.getReferenceCardinality(), defautCardinality);
-
+
assertEquals(reference0.getReferencePolicy(), defaultPolicy);
-
+
}
}
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSServiceTestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSServiceTestCase.java
index b5d57983cf..64bc93303e 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSServiceTestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSServiceTestCase.java
@@ -55,19 +55,19 @@ public class DSServiceTestCase extends AbstractDSModelTestCase {
String interface1 = provide.getInterface();
assertTrue(interface1.equals("java.lang.Runnable"));
-
+
service.setServiceFactory(false);
-
+
String string = fModel.getDSComponent().toString();
assertTrue(string.indexOf("servicefactory=\"false\"") != -1);
-
+
assertTrue(service.getServiceFactory() == false);
-
+
assertEquals(service.getName(), IDSConstants.ELEMENT_SERVICE);
}
/**
- * Tests a service component with multiple Childs
+ * Tests a service component with multiple Childs
*/
public void testMultipleProvideService() {
StringBuffer buffer = new StringBuffer();
@@ -123,7 +123,7 @@ public class DSServiceTestCase extends AbstractDSModelTestCase {
}
/**
- * Tests a service component default values
+ * Tests a service component default values
*/
public void testDefaultValuesService() {
StringBuffer buffer = new StringBuffer();
@@ -145,7 +145,7 @@ public class DSServiceTestCase extends AbstractDSModelTestCase {
IDSService service = (IDSService) child;
assertTrue(service.getServiceFactory() == false);
}
-
+
/**
* Test to remove a provided service element from a service element.
*/
@@ -163,23 +163,23 @@ public class DSServiceTestCase extends AbstractDSModelTestCase {
load();
IDSComponent component = fModel.getDSComponent();
-
+
IDSService service = component.getService();
assertNotNull(service);
-
+
IDSProvide[] providedServices = service.getProvidedServices();
assertTrue(providedServices.length==1);
-
+
//Removing Provided Service
service.removeProvidedService(providedServices[0]);
-
+
service = component.getService();
assertNotNull(service);
-
+
assertTrue(service.getProvidedServices().length == 0);
}
-
+
/**
* Tests to add a service by DSDocumentFactory
*/
@@ -187,22 +187,22 @@ public class DSServiceTestCase extends AbstractDSModelTestCase {
StringBuffer buffer = new StringBuffer();
setXMLContents(buffer , LF);
load();
-
+
IDSDocumentFactory factory = fModel.getFactory();
IDSService service = factory.createService();
service.setServiceFactory(true);
-
+
IDSComponent component = fModel.getDSComponent();
component.setService(service);
-
+
String content = component.toString();
-
+
assertTrue(content.indexOf("servicefactory=\"true\"") != -1);
-
+
IDSService service0 = component.getService();
assertNotNull(service0);
assertTrue(service0.getServiceFactory());
-
+
}
}
diff --git a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSv10tov11TestCase.java b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSv10tov11TestCase.java
index 269e6bae17..17057a0258 100644
--- a/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSv10tov11TestCase.java
+++ b/ds/org.eclipse.pde.ds.tests/src/org/eclipse/pde/internal/ds/tests/DSv10tov11TestCase.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.internal.ds.tests;
import org.eclipse.pde.internal.ds.core.IDSComponent;
public class DSv10tov11TestCase extends AbstractDSModelTestCase {
-
+
public void testAddDefaultComponent() {
StringBuffer buffer = new StringBuffer();
setXMLContents(buffer, LF);
@@ -22,11 +22,11 @@ public class DSv10tov11TestCase extends AbstractDSModelTestCase {
IDSComponent component = fModel.getDSComponent();
assertNotNull(component);
-
+
assertEquals(component.getName(), COMPONENT_NAME);
assertEquals(component.getNamespace(), "http://www.osgi.org/xmlns/scr/v1.1.0");
}
-
+
@Override
protected void setXMLContents(StringBuffer body, String newline) {
StringBuffer sb = new StringBuffer();
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Activator.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Activator.java
index 9f6dac531a..da5ff5070b 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Activator.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Activator.java
@@ -37,7 +37,7 @@ public class Activator extends AbstractUIPlugin {
// The shared instance
private static Activator plugin;
-
+
/**
* The constructor
*/
@@ -64,7 +64,7 @@ public class Activator extends AbstractUIPlugin {
public static Activator getDefault() {
return plugin;
}
-
+
@Override
protected void initializeImageRegistry(ImageRegistry registry) {
registry.put(SharedImages.DESC_IMPLEMENTATION,
@@ -100,11 +100,11 @@ public class Activator extends AbstractUIPlugin {
registry.put(SharedImages.DESC_DS_WIZ,
createImageDescriptor(SharedImages.DESC_DS_WIZ));
}
-
+
private ImageDescriptor createImageDescriptor(String id) {
return imageDescriptorFromPlugin(PLUGIN_ID, id);
}
-
+
public static Shell getActiveWorkbenchShell() {
IWorkbenchWindow window = getActiveWorkbenchWindow();
if (window != null) {
@@ -116,7 +116,7 @@ public class Activator extends AbstractUIPlugin {
public static IWorkbenchWindow getActiveWorkbenchWindow() {
return getDefault().getWorkbench().getActiveWorkbenchWindow();
}
-
+
public static void logException(Throwable e, final String title,
String message) {
if (e instanceof InvocationTargetException) {
@@ -139,7 +139,7 @@ public class Activator extends AbstractUIPlugin {
final IStatus fstatus = status;
display.asyncExec(() -> ErrorDialog.openError(null, title, null, fstatus));
}
-
+
public static void logException(Throwable e) {
logException(e, null, null);
}
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/IConstants.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/IConstants.java
index 5d5f8935b5..24a0200a31 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/IConstants.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/IConstants.java
@@ -13,8 +13,8 @@
package org.eclipse.pde.internal.ds.ui;
public interface IConstants {
-
+
public static final String ID_EDITOR = "org.eclipse.pde.ui.dsEditor"; //$NON-NLS-1$
public static final String ID_BUILDER = "org.eclipse.pde.ds.core.builder"; //$NON-NLS-1$
-
+
}
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Messages.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Messages.java
index 8f95312bac..340b466b66 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Messages.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/Messages.java
@@ -26,7 +26,7 @@ public class Messages extends NLS {
public static String DSComponentDetails_modifiedTooltip;
public static String DSComponentDetails_factoryEntry;
public static String DSComponentDetails_configurationPolicy;
-
+
public static String DSCreationOperation_title;
public static String DSFileWizardPage_description;
@@ -40,9 +40,9 @@ public class Messages extends NLS {
public static String DSFileWizardPage_ComponentNeedsName;
public static String DSFileWizardPage_ExampleComponentName;
public static String DSFileWizardPage_selectType;
-
+
public static String DSNewWizard_title;
-
+
public static String DSImplementationDetails_classEntry;
public static String DSImplementationDetails_browse;
@@ -70,14 +70,14 @@ public class Messages extends NLS {
public static String DSReferenceDetails_browse;
public static String DSReferenceDetails_selectType;
-
+
public static String DSSimpPage_title;
-
+
public static String DSServicesPage_title;
public static String DSSection_title;
public static String DSSection_description;
-
+
public static String DSOptionsSection_title;
public static String DSOptionsSection_description;
@@ -88,17 +88,17 @@ public class Messages extends NLS {
public static String DSReferenceSection_edit;
public static String DSReferenceSection_up;
public static String DSReferenceSection_down;
-
+
public static String DSProvideSection_title;
public static String DSProvideSection_description;
public static String DSProvideSection_add;
public static String DSProvideSection_remove;
public static String DSProvideSection_edit;
-
+
public static String DSEditReferenceDialog_dialog_title;
public static String DSEditProvideDialog_dialog_title;
-
+
public static String DSPropertiesSection_title;
public static String DSPropertiesSection_description;
public static String DSPropertiesSection_addProperties;
@@ -109,18 +109,18 @@ public class Messages extends NLS {
public static String DSPropertiesSection_down;
public static String DSEditPropertiesDialog_dialog_title;
-
+
public static String DSEditPropertyDialog_dialog_title;
public static String DSEditPropertyDialog_dialogMessage;
public static String DSEditPropertyDialog_valuesLabel;
-
+
public static String DSServiceComponentSection_immediateButtonMessage;
public static String DSServiceComponentSection_enabledButtonMessage;
-
+
public static String DSService_title;
-
-
+
+
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ds.ui.messages"; //$NON-NLS-1$
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SWTUtil.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SWTUtil.java
index b434801090..d1f9756277 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SWTUtil.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SWTUtil.java
@@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.widgets.Widget;
/**
- * Utility class to simplify access to some SWT resources.
+ * Utility class to simplify access to some SWT resources.
*/
public class SWTUtil {
@@ -52,7 +52,7 @@ public class SWTUtil {
/**
* Returns the shell for the given widget. If the widget doesn't represent
* a SWT object that manage a shell, <code>null</code> is returned.
- *
+ *
* @return the shell for the given widget
*/
public static Shell getShell(Widget widget) {
@@ -87,7 +87,7 @@ public class SWTUtil {
* Sets width and height hint for the button control.
* <b>Note:</b> This is a NOP if the button's layout data is not
* an instance of <code>GridData</code>.
- *
+ *
* @param the button for which to set the dimension hint
*/
public static void setButtonDimensionHint(Button button) {
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SharedImages.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SharedImages.java
index 5e76077ca9..75d9b0d3a0 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SharedImages.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/SharedImages.java
@@ -33,7 +33,7 @@ public final class SharedImages {
public static final String DESC_IMPLEMENTATION = PATH_OBJ + "class_obj.png"; //$NON-NLS-1$
public static final String DESC_PROPERTY = PATH_OBJ + "property_obj.png"; //$NON-NLS-1$
public static final String DESC_PROPERTIES = PATH_OBJ
- + "properties_obj.png"; //$NON-NLS-1$
+ + "properties_obj.png"; //$NON-NLS-1$
public static final String DESC_PROVIDE = PATH_OBJ + "int_obj.png"; //$NON-NLS-1$
public static final String DESC_REFERENCE = PATH_OBJ + "reference_obj.png"; //$NON-NLS-1$
public static final String DESC_REFERENCE_ONE_N = PATH_OBJ
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java
index 404806a5ed..5a85179a47 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditor.java
@@ -53,7 +53,7 @@ public class DSEditor extends MultiSourceEditor {
addSourcePage(DSInputContext.CONTEXT_ID);
}
-
+
@Override
public void contributeToToolbar(IToolBarManager manager) {
// TODO add help icon here maybe?
@@ -118,7 +118,7 @@ public class DSEditor extends MultiSourceEditor {
} catch (CoreException e) {
Activator.logException(e, null, null);
}
-
+
}
@Override
@@ -155,7 +155,7 @@ public class DSEditor extends MultiSourceEditor {
public boolean isSaveAsAllowed() {
return true;
}
-
+
@Override
public void doSave(IProgressMonitor monitor) {
IEditorInput input = getEditorInput();
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditorContributor.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditorContributor.java
index d9ba43b1c2..3f4de62758 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditorContributor.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSEditorContributor.java
@@ -24,7 +24,7 @@ public class DSEditorContributor extends PDEFormTextEditorContributor {
public boolean supportsHyperlinking() {
return true;
}
-
+
@Override
public boolean supportsContentAssist() {
return true;
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java
index 92418fbb2c..acf81b968b 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSInputContext.java
@@ -36,7 +36,7 @@ import org.eclipse.ui.IURIEditorInput;
*/
public class DSInputContext extends XMLInputContext {
- public static final String CONTEXT_ID = "ds-context"; //$NON-NLS-1$
+ public static final String CONTEXT_ID = "ds-context"; //$NON-NLS-1$
/**
* @param editor
@@ -51,7 +51,7 @@ public class DSInputContext extends XMLInputContext {
@Override
protected void reorderInsertEdits(ArrayList<TextEdit> ops) {
// no op
-
+
}
@Override
@@ -79,7 +79,7 @@ public class DSInputContext extends XMLInputContext {
} else {
model.setCharset(getDefaultCharset());
}
-
+
model.load();
return model;
}
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java
index e57d6e8870..98db4d63ae 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSLabelProvider.java
@@ -78,12 +78,12 @@ public class DSLabelProvider extends LabelProvider {
} else if (obj.getType() == IDSConstants.TYPE_REFERENCE) {
IDSReference reference = (IDSReference) obj;
int flags = 0;
-
+
if (reference == null || reference.getReferencePolicy() == null
|| reference.getReferenceCardinality() == null)
return SharedImages
- .getImage(SharedImages.DESC_REFERENCE, flags);
-
+ .getImage(SharedImages.DESC_REFERENCE, flags);
+
if (reference.getReferencePolicy().equals(
IDSConstants.VALUE_REFERENCE_POLICY_DYNAMIC)) {
flags |= SharedImages.F_DYNAMIC;
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSOverviewPage.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSOverviewPage.java
index 56beb40c73..d8f0ae73ab 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSOverviewPage.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSOverviewPage.java
@@ -59,7 +59,7 @@ public class DSOverviewPage extends PDEFormPage implements
private void fillBody(IManagedForm managedForm, FormToolkit toolkit) {
Composite body = managedForm.getForm().getBody();
body.setLayout(FormLayoutFactory.createFormGridLayout(true, 4));
-
+
Composite topLeft = toolkit.createComposite(body);
topLeft.setLayout(GridLayoutFactory.fillDefaults().create());
topLeft.setLayoutData(GridDataFactory.fillDefaults().grab(true, false)
@@ -69,7 +69,7 @@ public class DSOverviewPage extends PDEFormPage implements
topRight.setLayout(GridLayoutFactory.fillDefaults().create());
topRight.setLayoutData(GridDataFactory.fillDefaults().grab(true, false)
.span(2, 1).create());
-
+
Composite bottom = toolkit.createComposite(body);
bottom.setLayout(new GridLayout());
bottom.setLayoutData(GridDataFactory.fillDefaults().grab(true, false)
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSServicesPage.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSServicesPage.java
index a2a7ff752a..98c51ca073 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSServicesPage.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSServicesPage.java
@@ -57,7 +57,7 @@ public class DSServicesPage extends PDEFormPage implements
GridData data = new GridData(GridData.FILL_BOTH);
data.grabExcessVerticalSpace = true;
body.setLayoutData(data);
-
+
// Sections
managedForm.addPart(new DSReferenceSection(this, body));
managedForm.addPart(new DSProvideSection(this, body));
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/FormLayoutFactory.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/FormLayoutFactory.java
index 4816f33ea3..5bafe4e0ec 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/FormLayoutFactory.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/FormLayoutFactory.java
@@ -19,7 +19,7 @@ import org.eclipse.ui.forms.widgets.TableWrapLayout;
/**
* FormLayoutFactory
- *
+ *
*/
public class FormLayoutFactory {
@@ -97,7 +97,7 @@ public class FormLayoutFactory {
public static final int MASTER_DETAILS_MARGIN_WIDTH = 0;
/**
- *
+ *
*/
private FormLayoutFactory() {
// NO-OP
@@ -105,7 +105,7 @@ public class FormLayoutFactory {
/**
* For form bodies.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -134,7 +134,7 @@ public class FormLayoutFactory {
/**
* For miscellaneous grouping composites. For sections (as a whole - header
* plus client).
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -162,7 +162,7 @@ public class FormLayoutFactory {
/**
* For form bodies.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -187,7 +187,7 @@ public class FormLayoutFactory {
/**
* For composites used to group sections in left and right panes.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -212,7 +212,7 @@ public class FormLayoutFactory {
/**
* For composites used to group sections in left and right panes.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -241,7 +241,7 @@ public class FormLayoutFactory {
/**
* For miscellaneous grouping composites. For sections (as a whole - header
* plus client).
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -266,7 +266,7 @@ public class FormLayoutFactory {
/**
* For master sections belonging to a master details block.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -308,7 +308,7 @@ public class FormLayoutFactory {
/**
* For details sections belonging to a master details block.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -350,7 +350,7 @@ public class FormLayoutFactory {
/**
* For composites set as section clients. For composites containg form text.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -378,7 +378,7 @@ public class FormLayoutFactory {
/**
* For composites set as section clients. For composites containg form text.
- *
+ *
* @param makeColumnsEqualWidth
* @param numColumns
* @return
@@ -403,9 +403,9 @@ public class FormLayoutFactory {
/**
* Debug method.
- *
+ *
* MAGENTA = 11 CYAN = 13 GREEN = 5
- *
+ *
* @param container
* @param color
*/
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSAttrCompletionProposal.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSAttrCompletionProposal.java
index ca53e9f3ab..87d5c24423 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSAttrCompletionProposal.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSAttrCompletionProposal.java
@@ -37,9 +37,9 @@ public class DSAttrCompletionProposal extends TypeCompletionProposal implements
/**
* Returns a String to be replaced by the Content Assist with default values
* or with a repeated String if there is no default value.
- *
+ *
* Example: enabled="true" and entry="entry"
- *
+ *
* @param attribute
* the name of attribute
* @return a String containing the replacementString
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java
index 91b2c40d7b..4099ee044f 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistProcessor.java
@@ -207,7 +207,7 @@ public class DSContentAssistProcessor extends TypePackageCompletionProcessor
/**
* Returns completion proposal with permitted values for Reference`s policy
* attribute
- *
+ *
* @param attrValueLength
* @param startOffset
* @return ICompletionProposal array with completion proposals
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistText.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistText.java
index 8efdcb4ef2..ccebaeb9db 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistText.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/DSContentAssistText.java
@@ -33,7 +33,7 @@ public class DSContentAssistText {
/**
* Parses document for content assist text.
- *
+ *
* @param offset
* The document offset to start scanning backward from
* @param document
@@ -107,7 +107,7 @@ public class DSContentAssistText {
/**
* Determines whether a character is a valid XML element name character
- *
+ *
* @param c
* A character
* @return True if the character is valid content assist text; Otherwise,
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java
index e694b434d1..2ec981da67 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypePackageCompletionProcessor.java
@@ -201,7 +201,7 @@ public abstract class TypePackageCompletionProcessor implements IContentAssistPr
// Package name without the trailing dot
packageName = currentContent.substring(0, index).toCharArray();
} else {
- // There is a package qualification, followed by a dot, and
+ // There is a package qualification, followed by a dot, and
// a type fragment
// Type name without the package qualification
typeName = currentContent.substring(index + 1).toCharArray();
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java
index 0fc1afb3b9..8142b49114 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java
@@ -250,5 +250,5 @@ public class DSEditPropertiesDialog extends FormDialog {
IPath path = project.getFullPath().append(value);
return project.getWorkspace().getRoot().findMember(path);
}
-
+
}
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertyDialog.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertyDialog.java
index 41b1b619cc..4e60e2ebe0 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertyDialog.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertyDialog.java
@@ -168,7 +168,7 @@ public class DSEditPropertyDialog extends FormDialog {
fValuesEntry.commit();
StringTokenizer lines = new StringTokenizer(fValuesEntry.getValue(),
"\n"); //$NON-NLS-1$
-
+
if (lines.countTokens() == 1) {
if (!(fValuesEntry.getValue().equals("") && fProperty.getPropertyValue() == null)) //$NON-NLS-1$
handleUniqueValue();
@@ -206,7 +206,7 @@ public class DSEditPropertyDialog extends FormDialog {
&& !fProperty.getPropertyValue().equals(EMPTY)) {
fProperty.setPropertyValue(EMPTY);
}
-
+
}
public void updateFields() {
@@ -241,7 +241,7 @@ public class DSEditPropertyDialog extends FormDialog {
if (fProperty.getPropertyType() != null)
fTypeCombo.setText(fProperty.getPropertyType());
-
+
}
public void setEntryListeners() {
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java
index 67f8c21dcc..3e71ff5da3 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java
@@ -59,11 +59,11 @@ public class DSEditProvideDialog extends FormDialog {
fProvideSection = provideSection;
}
-
+
@Override
protected void createFormContent(IManagedForm mform) {
mform.getForm().setText(Messages.DSEditProvideDialog_dialog_title);
-
+
Composite container = mform.getForm().getBody();
container.setLayout(new GridLayout());
container.setLayoutData(new GridData(GridData.FILL_BOTH));
@@ -75,7 +75,7 @@ public class DSEditProvideDialog extends FormDialog {
.createSectionClientGridLayout(
false, 3));
composite.setLayoutData(new GridData(GridData.FILL_BOTH));
-
+
// Attribute: Interface
fInterfaceEntry = new FormEntry(composite, toolkit,
Messages.DSProvideDetails_interface,
@@ -143,7 +143,7 @@ public class DSEditProvideDialog extends FormDialog {
public void textValueChanged(FormEntry entry) {
// no op due to OK Button
}
-
+
@Override
public void textDirty(FormEntry entry) {
// no op due to OK Button
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java
index 1799ca8c90..a85594a80e 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSComponentSection.java
@@ -107,7 +107,7 @@ public class DSComponentSection extends PDESection {
Messages.DSComponentDetails_deactivateEntry, SWT.NONE);
fDeactivateEntry.getLabel().setToolTipText(
Messages.DSComponentDetails_deactivateTooltip);
-
+
// Attribute: modified
fModifiedEntry = new FormEntry(client, toolkit,
Messages.DSComponentDetails_modifiedEntry, SWT.NONE);
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSOptionsSection.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSOptionsSection.java
index 8212803296..d2533d4b53 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSOptionsSection.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/sections/DSOptionsSection.java
@@ -175,7 +175,7 @@ IFormColors.TITLE));
fEnabledButton.setSelection(fComponent.getEnabled());
fImmediateButton.setSelection(fComponent.getImmediate());
enableOrDisableImmediate();
-
+
// Attribute: Policy
if (fComponent.getConfigurationPolicy() != null)
fConfigurationPolicy.setText(fComponent
@@ -225,7 +225,7 @@ IFormColors.TITLE));
fComponent.setConfigurationPolicy(fConfigurationPolicy
.getSelection());
});
-
+
}
}
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/FormEntry.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/FormEntry.java
index 6e16f005d6..f8b9e37a84 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/FormEntry.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/FormEntry.java
@@ -54,7 +54,7 @@ public class FormEntry {
/**
* The default constructor. Call 'createControl' to make it.
- *
+ *
*/
public FormEntry(Composite parent, FormToolkit toolkit, String labelText,
int style) {
@@ -63,7 +63,7 @@ public class FormEntry {
/**
* This constructor create all the controls right away.
- *
+ *
* @param parent
* @param toolkit
* @param labelText
@@ -89,7 +89,7 @@ public class FormEntry {
/**
* Create all the controls in the provided parent.
- *
+ *
* @param parent
* @param toolkit
* @param labelText
@@ -197,7 +197,7 @@ public class FormEntry {
/**
* Attaches the listener for the entry.
- *
+ *
* @param listener
*/
public void setFormEntryListener(IFormEntryListener listener) {
@@ -236,7 +236,7 @@ public class FormEntry {
/**
* If dirty, commits the text in the widget to the value and notifies
* the listener. This call clears the 'dirty' flag.
- *
+ *
*/
public void commit() {
if (fDirty) {
@@ -264,7 +264,7 @@ public class FormEntry {
/**
* Returns the text control.
- *
+ *
* @return
*/
public Text getText() {
@@ -277,7 +277,7 @@ public class FormEntry {
/**
* Returns the browse button control.
- *
+ *
* @return
*/
public Button getButton() {
@@ -287,7 +287,7 @@ public class FormEntry {
/**
* Returns the current entry value. If the entry is dirty and was not
* commited, the value may be different from the text in the widget.
- *
+ *
* @return
*/
public String getValue() {
@@ -296,7 +296,7 @@ public class FormEntry {
/**
* Returns true if the text has been modified.
- *
+ *
* @return
*/
public boolean isDirty() {
@@ -321,7 +321,7 @@ public class FormEntry {
/**
* Sets the value of this entry.
- *
+ *
* @param value
*/
public void setValue(String value) {
@@ -333,7 +333,7 @@ public class FormEntry {
/**
* Sets the value of this entry with the possibility to turn the
* notification off.
- *
+ *
* @param value
* @param blockNotification
*/
@@ -356,7 +356,7 @@ public class FormEntry {
* If GridData was used, set the width hint. If TableWrapData was used
* set the max width. If no layout data was specified, this method does
* nothing.
- *
+ *
* @param width
*/
public void setTextWidthHint(int width) {
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/IFormEntryListener.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/IFormEntryListener.java
index 935fe66197..4fffc4cee2 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/IFormEntryListener.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/parts/IFormEntryListener.java
@@ -17,14 +17,14 @@ import org.eclipse.ui.forms.events.IHyperlinkListener;
public interface IFormEntryListener extends IHyperlinkListener {
/**
* The user clicked on the text control and focus was transfered to it.
- *
+ *
* @param entry
*/
void focusGained(FormEntry entry);
/**
* The user changed the text in the text control of the entry.
- *
+ *
* @param entry
*/
void textDirty(FormEntry entry);
@@ -32,14 +32,14 @@ public interface IFormEntryListener extends IHyperlinkListener {
/**
* The value of the entry has been changed to be the text in the text
* control (as a result of 'commit' action).
- *
+ *
* @param entry
*/
void textValueChanged(FormEntry entry);
/**
* The user pressed the 'Browse' button for the entry.
- *
+ *
* @param entry
*/
void browseButtonSelected(FormEntry entry);
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java
index c09e8ca484..4f736ca4d7 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSCreationOperation.java
@@ -64,7 +64,7 @@ public class DSCreationOperation extends WorkspaceModifyOperation {
private final String DS_MANIFEST_KEY = "Service-Component"; //$NON-NLS-1$
/**
- *
+ *
*/
public DSCreationOperation(IFile file, String componentName,
String implementationClass) {
@@ -219,7 +219,7 @@ public class DSCreationOperation extends WorkspaceModifyOperation {
}
/**
- *
+ *
*/
private void openFile() {
Display.getCurrent().asyncExec(() -> {
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java
index 7558bbc4d4..7f075922b4 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java
@@ -314,7 +314,7 @@ public class DSFileWizardPage extends WizardNewFileCreationPage {
if (fDSComponentNameText == null || fDSImplementationClassText == null) {
return false;
}
-
+
if (getFileName() == null || getFileName().length() == 0) {
setErrorMessage(Messages.DSFileWizardPage_ComponentNeedsFileName);
return false;
@@ -325,7 +325,7 @@ public class DSFileWizardPage extends WizardNewFileCreationPage {
setErrorMessage(Messages.DSFileWizardPage_ComponentNeedsClass);
return false;
}
-
+
return super.validatePage();
}
diff --git a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSNewWizard.java b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSNewWizard.java
index 29e3d44044..24492ee334 100644
--- a/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSNewWizard.java
+++ b/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSNewWizard.java
@@ -34,7 +34,7 @@ public class DSNewWizard extends Wizard implements INewWizard {
public void addPages() {
addPage(fMainPage);
}
-
+
@Override
public void init(IWorkbench workbench, IStructuredSelection currentSelection) {
setWindowTitle(Messages.DSNewWizard_title);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/Activator.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/Activator.java
index bae46278f2..7dfd746e3e 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/Activator.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/Activator.java
@@ -32,7 +32,7 @@ public class Activator extends Plugin {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
*/
@@ -43,7 +43,7 @@ public class Activator extends Plugin {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
*/
@@ -54,7 +54,7 @@ public class Activator extends Plugin {
/**
* Returns the shared instance
- *
+ *
* @return the shared instance
*/
public static Activator getDefault() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/CheatSheetUtil.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/CheatSheetUtil.java
index 42b7ede78c..897848c18d 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/CheatSheetUtil.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/CheatSheetUtil.java
@@ -23,7 +23,7 @@ public class CheatSheetUtil {
/**
* Recursively finds and accumulates all element's text and element children
* into a String in raw XML form
- *
+ *
* @param element
* @return
*/
@@ -88,7 +88,7 @@ public class CheatSheetUtil {
/**
* Aggregates all attributes from the given element, formats then into the
* proper key="value" XML format and returns them as one String
- *
+ *
* @param element
* @return The formatted String or null if the element has no attributes
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
index 2d54df95be..be435ba1de 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
@@ -28,7 +28,7 @@ import org.w3c.dom.Text;
/**
* CompCS
- *
+ *
*/
public class CompCS extends CompCSObject implements ICompCS {
@@ -37,7 +37,7 @@ public class CompCS extends CompCSObject implements ICompCS {
private ICompCSTaskObject fFieldTaskObject;
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
@@ -51,7 +51,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getChildren()
*/
@@ -66,7 +66,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getName()
*/
public String getName() {
@@ -75,7 +75,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getType()
*/
public int getType() {
@@ -84,7 +84,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseAttributes
* (org.w3c.dom.Element)
@@ -97,7 +97,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseElement
* (org.w3c.dom.Element)
@@ -119,7 +119,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#reset()
*/
public void reset() {
@@ -129,7 +129,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#write(java
* .lang.String, java.io.PrintWriter)
@@ -148,7 +148,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeAttributes
* (java.lang.StringBuffer)
@@ -166,7 +166,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeElements
* (java.lang.String, java.io.PrintWriter)
@@ -181,7 +181,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCS#getFieldName()
*/
@@ -191,7 +191,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCS#getFieldTaskObject
* ()
@@ -202,7 +202,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCS#setFieldName(java
* .lang.String)
@@ -217,7 +217,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCS#setFieldTaskObject
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -232,7 +232,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getElement()
*/
@@ -242,7 +242,7 @@ public class CompCS extends CompCSObject implements ICompCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseText(
* org.w3c.dom.Text)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
index 4066db2ce3..4fac85e294 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
@@ -41,7 +41,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getChildren()
*/
@@ -51,7 +51,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getElement()
*/
@@ -59,7 +59,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getName()
*/
public String getName() {
@@ -68,14 +68,14 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getType()
*/
public abstract int getType();
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseContent
* (org.w3c.dom.Element)
@@ -88,7 +88,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseAttributes
* (org.w3c.dom.Element)
@@ -99,7 +99,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseElement
* (org.w3c.dom.Element)
@@ -110,7 +110,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseText(
* org.w3c.dom.Text)
@@ -121,7 +121,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#reset()
*/
public void reset() {
@@ -130,7 +130,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeAttributes
* (java.lang.StringBuffer)
@@ -141,7 +141,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeElements
* (java.lang.String, java.io.PrintWriter)
@@ -162,7 +162,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSDataObject#
* getFieldContent()
*/
@@ -172,7 +172,7 @@ public abstract class CompCSDataObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSDataObject#
* setFieldContent(java.lang.String)
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
index 4d8452f85d..a3d8d9344b 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
@@ -40,7 +40,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getChildren()
*/
@@ -50,7 +50,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getElement()
*/
@@ -60,7 +60,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getName()
*/
public String getName() {
@@ -69,7 +69,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getType()
*/
public int getType() {
@@ -78,7 +78,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseAttributes
* (org.w3c.dom.Element)
@@ -91,7 +91,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseElement
* (org.w3c.dom.Element)
@@ -102,7 +102,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#reset()
*/
public void reset() {
@@ -111,7 +111,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeAttributes
* (java.lang.StringBuffer)
@@ -129,7 +129,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeElements
* (java.lang.String, java.io.PrintWriter)
@@ -140,7 +140,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSDependency#getFieldTask
* ()
@@ -151,7 +151,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSDependency#setFieldTask
* (java.lang.String)
@@ -166,7 +166,7 @@ public class CompCSDependency extends CompCSObject implements ICompCSDependency
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseText(
* org.w3c.dom.Text)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSIntro.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSIntro.java
index 600245fe71..7a7ce0390f 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSIntro.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSIntro.java
@@ -18,7 +18,7 @@ import org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject;
public class CompCSIntro extends CompCSDataObject implements ICompCSIntro {
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
@@ -33,7 +33,7 @@ public class CompCSIntro extends CompCSDataObject implements ICompCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSDataObject#getElement
* ()
@@ -44,7 +44,7 @@ public class CompCSIntro extends CompCSDataObject implements ICompCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSDataObject#getType()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
index 2905b71ba3..3d666927c7 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
@@ -35,12 +35,12 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
private ICompCS fCompCS;
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
/**
- *
+ *
*/
public CompCSModel() {
// NO-OP
@@ -48,7 +48,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.AbstractModel#updateTimeStamp()
*/
protected void updateTimeStamp() {
@@ -57,7 +57,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModel#getCompCS()
*/
@@ -70,7 +70,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModel#getFactory()
*/
@@ -83,7 +83,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#isInSync()
*/
public boolean isInSync() {
@@ -92,7 +92,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#load()
*/
public void load() throws CoreException {
@@ -101,7 +101,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#load(java.io.InputStream, boolean)
*/
public void load(InputStream source, boolean outOfSync)
@@ -132,7 +132,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#reload(java.io.InputStream, boolean)
*/
public void reload(InputStream source, boolean outOfSync)
@@ -146,7 +146,7 @@ public class CompCSModel extends AbstractModel implements ICompCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IBaseModel#isEditable()
*/
public boolean isEditable() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModelFactory.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModelFactory.java
index d82d9868aa..41c8602e41 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModelFactory.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModelFactory.java
@@ -35,7 +35,7 @@ public class CompCSModelFactory implements ICompCSModelFactory {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModelFactory#
* createCompCS()
*/
@@ -45,7 +45,7 @@ public class CompCSModelFactory implements ICompCSModelFactory {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModelFactory#
* createCompCSDependency
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject)
@@ -56,7 +56,7 @@ public class CompCSModelFactory implements ICompCSModelFactory {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModelFactory#
* createCompCSIntro
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject)
@@ -67,7 +67,7 @@ public class CompCSModelFactory implements ICompCSModelFactory {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModelFactory#
* createCompCSOnCompletion
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject)
@@ -78,7 +78,7 @@ public class CompCSModelFactory implements ICompCSModelFactory {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModelFactory#
* createCompCSParam
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject)
@@ -89,7 +89,7 @@ public class CompCSModelFactory implements ICompCSModelFactory {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModelFactory#
* createCompCSTask
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject)
@@ -100,7 +100,7 @@ public class CompCSModelFactory implements ICompCSModelFactory {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModelFactory#
* createCompCSTaskGroup
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
index 23ba577549..851fa84ecf 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
@@ -50,12 +50,12 @@ public abstract class CompCSObject extends PlatformObject implements
DEFAULT_TAG_EXCEPTIONS.add("p"); //$NON-NLS-1$
DEFAULT_TAG_EXCEPTIONS.add("/p"); //$NON-NLS-1$
DEFAULT_TAG_EXCEPTIONS.add("li"); //$NON-NLS-1$
- DEFAULT_TAG_EXCEPTIONS.add("/li"); //$NON-NLS-1$
+ DEFAULT_TAG_EXCEPTIONS.add("/li"); //$NON-NLS-1$
DEFAULT_TAG_EXCEPTIONS.add("a"); //$NON-NLS-1$
- DEFAULT_TAG_EXCEPTIONS.add("/a"); //$NON-NLS-1$
+ DEFAULT_TAG_EXCEPTIONS.add("/a"); //$NON-NLS-1$
DEFAULT_TAG_EXCEPTIONS.add("span"); //$NON-NLS-1$
- DEFAULT_TAG_EXCEPTIONS.add("/span"); //$NON-NLS-1$
- DEFAULT_TAG_EXCEPTIONS.add("img"); //$NON-NLS-1$
+ DEFAULT_TAG_EXCEPTIONS.add("/span"); //$NON-NLS-1$
+ DEFAULT_TAG_EXCEPTIONS.add("img"); //$NON-NLS-1$
DEFAULT_SUBSTITUTE_CHARS.put(new Character('&'), "&amp;"); //$NON-NLS-1$
DEFAULT_SUBSTITUTE_CHARS.put(new Character('<'), "&lt;"); //$NON-NLS-1$
@@ -75,7 +75,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getChildren
* ()
@@ -84,7 +84,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getCompCS()
*/
@@ -94,7 +94,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getModel()
*/
@@ -104,7 +104,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getName()
*/
@@ -112,7 +112,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getParent()
*/
@@ -122,7 +122,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getType()
*/
@@ -130,7 +130,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#parse(org
* .w3c.dom.Element)
@@ -144,14 +144,14 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#reset()
*/
public abstract void reset();
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#setModel
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSModel)
@@ -162,7 +162,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IWritable#write(java.lang.String,
* java.io.PrintWriter)
*/
@@ -297,7 +297,7 @@ public abstract class CompCSObject extends PlatformObject implements
/**
* Writes child elements or child content
- *
+ *
* @param indent
* @param writer
*/
@@ -305,7 +305,7 @@ public abstract class CompCSObject extends PlatformObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject#getElement()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSOnCompletion.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSOnCompletion.java
index d7397db1a1..0d510378ac 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSOnCompletion.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSOnCompletion.java
@@ -19,7 +19,7 @@ public class CompCSOnCompletion extends CompCSDataObject implements
ICompCSOnCompletion {
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
@@ -34,7 +34,7 @@ public class CompCSOnCompletion extends CompCSDataObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSDataObject#getElement
* ()
@@ -45,7 +45,7 @@ public class CompCSOnCompletion extends CompCSDataObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSDataObject#getType()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
index 80c14df23d..d7bd19ccad 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
@@ -30,7 +30,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
private String fFieldValue;
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
@@ -45,7 +45,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getChildren()
*/
@@ -55,7 +55,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getElement()
*/
@@ -65,7 +65,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getName()
*/
public String getName() {
@@ -74,7 +74,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getType()
*/
public int getType() {
@@ -83,7 +83,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseAttributes
* (org.w3c.dom.Element)
@@ -99,7 +99,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseElement
* (org.w3c.dom.Element)
@@ -110,7 +110,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#reset()
*/
public void reset() {
@@ -120,7 +120,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeAttributes
* (java.lang.StringBuffer)
@@ -145,7 +145,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeElements
* (java.lang.String, java.io.PrintWriter)
@@ -156,7 +156,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSParam#getFieldName
* ()
@@ -167,7 +167,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSParam#getFieldValue
* ()
@@ -178,7 +178,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSParam#setFieldName
* (java.lang.String)
@@ -193,7 +193,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSParam#setFieldValue
* (java.lang.String)
@@ -208,7 +208,7 @@ public class CompCSParam extends CompCSObject implements ICompCSParam {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseText(
* org.w3c.dom.Text)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
index 0163bc1491..f3b77e3947 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
@@ -31,7 +31,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
private ArrayList fFieldParams;
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
@@ -46,7 +46,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#getChildren
* ()
@@ -57,7 +57,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#getName()
*/
@@ -67,7 +67,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#getType()
*/
@@ -77,7 +77,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getElement()
*/
@@ -87,7 +87,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseElement
* (org.w3c.dom.Element)
@@ -107,7 +107,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTask#addFieldParam
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSParam)
@@ -121,7 +121,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTask#getFieldParams
* ()
@@ -133,7 +133,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTask#removeFieldParam
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSParam)
@@ -147,7 +147,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#reset()
*/
@@ -159,7 +159,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#writeElements
* (java.lang.String, java.io.PrintWriter)
@@ -177,7 +177,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTask#hasFieldParams
* ()
@@ -191,7 +191,7 @@ public class CompCSTask extends CompCSTaskObject implements ICompCSTask {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTask#getFieldParam
* (java.lang.String)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
index ecf33a21b9..076bab1fcc 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
@@ -32,7 +32,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
private ArrayList fFieldTaskObjects;
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
@@ -47,7 +47,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#getChildren
* ()
@@ -63,7 +63,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#getName()
*/
@@ -73,7 +73,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#getType()
*/
@@ -83,7 +83,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#reset()
*/
@@ -95,7 +95,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* addFieldTaskObject
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -109,7 +109,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* addFieldTaskObject(int,
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -131,7 +131,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* getFieldTaskObjectCount()
*/
@@ -141,7 +141,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* getFieldTaskObjects()
*/
@@ -152,7 +152,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* hasFieldTaskObjects()
*/
@@ -165,7 +165,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* indexOfFieldTaskObject
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -176,7 +176,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* isFirstFieldTaskObject
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -191,7 +191,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* isLastFieldTaskObject
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -207,7 +207,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* removeFieldTaskObject
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -221,7 +221,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* removeFieldTaskObject(int)
*/
@@ -238,7 +238,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseElement
* (org.w3c.dom.Element)
@@ -263,7 +263,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSTaskObject#writeElements
* (java.lang.String, java.io.PrintWriter)
@@ -281,7 +281,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getElement()
*/
@@ -291,7 +291,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* getNextSibling
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -309,7 +309,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* getPreviousSibling
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject)
@@ -326,7 +326,7 @@ public class CompCSTaskGroup extends CompCSTaskObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskGroup#
* moveFieldTaskObject
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject, int)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
index 39babbbc91..000b65d6ce 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
@@ -59,7 +59,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getChildren()
*/
@@ -67,21 +67,21 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getName()
*/
public abstract String getName();
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getType()
*/
public abstract int getType();
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#reset()
*/
public void reset() {
@@ -96,7 +96,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#
* addFieldDependency
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSDependency)
@@ -110,7 +110,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#getFieldId
* ()
@@ -121,7 +121,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#
* getFieldIntro()
*/
@@ -131,7 +131,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#getFieldKind
* ()
@@ -142,7 +142,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#getFieldName
* ()
@@ -153,7 +153,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#
* getFieldOnCompletion()
*/
@@ -163,7 +163,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#getFieldSkip
* ()
@@ -174,7 +174,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#
* removeFieldDepedency
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSDependency)
@@ -188,7 +188,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#setFieldId
* (java.lang.String)
@@ -203,7 +203,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#
* setFieldIntro
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSIntro)
@@ -218,7 +218,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#setFieldKind
* (java.lang.String)
@@ -233,7 +233,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#setFieldName
* (java.lang.String)
@@ -248,7 +248,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#
* setFieldOnCompletion
* (org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSOnCompletion)
@@ -263,7 +263,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#setFieldSkip
* (boolean)
@@ -279,7 +279,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject#
* getFieldDependencies()
*/
@@ -290,7 +290,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseText(
* org.w3c.dom.Text)
@@ -301,7 +301,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseAttributes
* (org.w3c.dom.Element)
@@ -325,7 +325,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeAttributes
* (java.lang.StringBuffer)
@@ -361,7 +361,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#parseElement
* (org.w3c.dom.Element)
@@ -388,7 +388,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#writeElements
* (java.lang.String, java.io.PrintWriter)
@@ -413,7 +413,7 @@ public abstract class CompCSTaskObject extends CompCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSObject#getElement()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
index 85e939b14f..8e40121d08 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
@@ -36,12 +36,12 @@ public class CompCSWorkspaceModel extends CompCSModel implements
private boolean fEditable;
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
/**
- *
+ *
*/
public CompCSWorkspaceModel(IFile file, boolean editable) {
fFile = file;
@@ -50,7 +50,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IEditableModel#save()
*/
public void save() {
@@ -90,7 +90,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IEditable#isDirty()
*/
public boolean isDirty() {
@@ -99,7 +99,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IEditable#save(java.io.PrintWriter)
*/
public void save(PrintWriter writer) {
@@ -111,7 +111,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IEditable#setDirty(boolean)
*/
public void setDirty(boolean dirty) {
@@ -120,7 +120,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.AbstractModel#fireModelChanged(org.eclipse
* .pde.core.IModelChangedEvent)
@@ -132,7 +132,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSModel#isEditable()
*/
@@ -149,7 +149,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.AbstractModel#getUnderlyingResource()
*/
public IResource getUnderlyingResource() {
@@ -158,7 +158,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSModel#isInSync()
*/
public boolean isInSync() {
@@ -171,7 +171,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.cheatsheet.comp.CompCSModel#load()
*/
public void load() throws CoreException {
@@ -197,7 +197,7 @@ public class CompCSWorkspaceModel extends CompCSModel implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.IWorkspaceModel#reload()
*/
public void reload() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCS.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCS.java
index 93d858a71c..57e9822836 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCS.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCS.java
@@ -15,49 +15,49 @@ public interface ISimpleCS extends ISimpleCSObject {
/**
* Attribute: title
- *
+ *
* @return
*/
public String getTitle();
/**
* Attribute: title
- *
+ *
* @param title
*/
public void setTitle(String title);
/**
* Element: intro
- *
+ *
* @return
*/
public ISimpleCSIntro getIntro();
/**
* Element: intro
- *
+ *
* @param intro
*/
public void setIntro(ISimpleCSIntro intro);
/**
* Element: item
- *
+ *
* @return
*/
public ISimpleCSItem[] getItems();
/**
* Element: item
- *
+ *
* @param item
*/
public void addItem(ISimpleCSItem item);
/**
* Element: item
- *
+ *
* @param item
* @param index
*/
@@ -65,21 +65,21 @@ public interface ISimpleCS extends ISimpleCSObject {
/**
* Element: item
- *
+ *
* @param item
*/
public void removeItem(ISimpleCSItem item);
/**
* Element: item
- *
+ *
* @param index
*/
public void removeItem(int index);
/**
* Element: item
- *
+ *
* @param item
* @param newRelativeIndex
*/
@@ -87,14 +87,14 @@ public interface ISimpleCS extends ISimpleCSObject {
/**
* Element: item
- *
+ *
* @param item
*/
public boolean isFirstItem(ISimpleCSItem item);
/**
* Element: item
- *
+ *
* @param item
*/
public boolean isLastItem(ISimpleCSItem item);
@@ -107,21 +107,21 @@ public interface ISimpleCS extends ISimpleCSObject {
/**
* Element: item
- *
+ *
* @return
*/
public int getItemCount();
/**
* Element: item
- *
+ *
* @return
*/
public boolean hasItems();
/**
* Element: item
- *
+ *
* @param item
* @return
*/
@@ -129,7 +129,7 @@ public interface ISimpleCS extends ISimpleCSObject {
/**
* Element: item
- *
+ *
* @param item
* @return
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSAction.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSAction.java
index ac4d3834f9..183786450f 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSAction.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSAction.java
@@ -15,49 +15,49 @@ public interface ISimpleCSAction extends ISimpleCSRunObject {
/**
* Attribute: class
- *
+ *
* @return
*/
public String getClazz();
/**
* Attribute: class
- *
+ *
* @param clazz
*/
public void setClazz(String clazz);
/**
* Attribute: pluginId
- *
+ *
* @return
*/
public String getPluginId();
/**
* Attribute: pluginId
- *
+ *
* @param pluginId
*/
public void setPluginId(String pluginId);
/**
* Attributes: param1, param2, ..., param9
- *
+ *
* @return
*/
public String[] getParams();
/**
* Attributes: param1, param2, ..., param9
- *
+ *
* @return
*/
public String getParam(int index);
/**
* Attributes: param1, param2, ..., param9
- *
+ *
* @param param
* @param index
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConditionalSubItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConditionalSubItem.java
index 2e831e8b5a..064dfd3cf4 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConditionalSubItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConditionalSubItem.java
@@ -15,35 +15,35 @@ public interface ISimpleCSConditionalSubItem extends ISimpleCSSubItemObject {
/**
* Attribute: condition
- *
+ *
* @return
*/
public String getCondition();
/**
* Attribute: condition
- *
+ *
* @param condition
*/
public void setCondition(String condition);
/**
* Element: subitem
- *
+ *
* @return
*/
public ISimpleCSSubItem[] getSubItems();
/**
* Elements: subitem
- *
+ *
* @param subitems
*/
public void addSubItem(ISimpleCSSubItem subitem);
/**
* Elements: subitem
- *
+ *
* @param subitems
*/
public void removeSubItem(ISimpleCSSubItem subitem);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConstants.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConstants.java
index b17400c8aa..1daba621b4 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConstants.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSConstants.java
@@ -15,7 +15,7 @@ import org.eclipse.pde.internal.ua.core.icheatsheet.ICSConstants;
/**
* ISimpleCSConstants
- *
+ *
*/
public interface ISimpleCSConstants extends ICSConstants {
@@ -27,61 +27,61 @@ public interface ISimpleCSConstants extends ICSConstants {
public static final String ELEMENT_ITEM = "item"; //$NON-NLS-1$
- public static final String ELEMENT_DESCRIPTION = "description"; //$NON-NLS-1$
+ public static final String ELEMENT_DESCRIPTION = "description"; //$NON-NLS-1$
- public static final String ELEMENT_ACTION = "action"; //$NON-NLS-1$
+ public static final String ELEMENT_ACTION = "action"; //$NON-NLS-1$
- public static final String ELEMENT_COMMAND = "command"; //$NON-NLS-1$
+ public static final String ELEMENT_COMMAND = "command"; //$NON-NLS-1$
- public static final String ELEMENT_PERFORM_WHEN = "perform-when"; //$NON-NLS-1$
+ public static final String ELEMENT_PERFORM_WHEN = "perform-when"; //$NON-NLS-1$
- public static final String ELEMENT_SUBITEM = "subitem"; //$NON-NLS-1$
+ public static final String ELEMENT_SUBITEM = "subitem"; //$NON-NLS-1$
- public static final String ELEMENT_REPEATED_SUBITEM = "repeated-subitem"; //$NON-NLS-1$
+ public static final String ELEMENT_REPEATED_SUBITEM = "repeated-subitem"; //$NON-NLS-1$
- public static final String ELEMENT_CONDITIONAL_SUBITEM = "conditional-subitem"; //$NON-NLS-1$
+ public static final String ELEMENT_CONDITIONAL_SUBITEM = "conditional-subitem"; //$NON-NLS-1$
- public static final String ELEMENT_ONCOMPLETION = "onCompletion"; //$NON-NLS-1$
+ public static final String ELEMENT_ONCOMPLETION = "onCompletion"; //$NON-NLS-1$
- public static final String ELEMENT_BR = "br"; //$NON-NLS-1$
+ public static final String ELEMENT_BR = "br"; //$NON-NLS-1$
// Attributes
public static final String ATTRIBUTE_TITLE = "title"; //$NON-NLS-1$
- public static final String ATTRIBUTE_CONTEXTID = "contextId"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_CONTEXTID = "contextId"; //$NON-NLS-1$
- public static final String ATTRIBUTE_HREF = "href"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_HREF = "href"; //$NON-NLS-1$
- public static final String ATTRIBUTE_DIALOG = "dialog"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_DIALOG = "dialog"; //$NON-NLS-1$
- public static final String ATTRIBUTE_SKIP = "skip"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_SKIP = "skip"; //$NON-NLS-1$
- public static final String ATTRIBUTE_LABEL = "label"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_LABEL = "label"; //$NON-NLS-1$
- public static final String ATTRIBUTE_WHEN = "when"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_WHEN = "when"; //$NON-NLS-1$
- public static final String ATTRIBUTE_TRANSLATE = "translate"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_TRANSLATE = "translate"; //$NON-NLS-1$
- public static final String ATTRIBUTE_CONDITION = "condition"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_CONDITION = "condition"; //$NON-NLS-1$
- public static final String ATTRIBUTE_VALUES = "values"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_VALUES = "values"; //$NON-NLS-1$
- public static final String ATTRIBUTE_CLASS = "class"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_CLASS = "class"; //$NON-NLS-1$
- public static final String ATTRIBUTE_PLUGINID = "pluginId"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_PLUGINID = "pluginId"; //$NON-NLS-1$
- public static final String ATTRIBUTE_PARAM = "param"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_PARAM = "param"; //$NON-NLS-1$
- public static final String ATTRIBUTE_CONFIRM = "confirm"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_CONFIRM = "confirm"; //$NON-NLS-1$
- public static final String ATTRIBUTE_REQUIRED = "required"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_REQUIRED = "required"; //$NON-NLS-1$
- public static final String ATTRIBUTE_SERIALIZATION = "serialization"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_SERIALIZATION = "serialization"; //$NON-NLS-1$
- public static final String ATTRIBUTE_RETURNS = "returns"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_RETURNS = "returns"; //$NON-NLS-1$
- public static final String ATTRIBUTE_ONCOMPLETION = "onCompletion"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_ONCOMPLETION = "onCompletion"; //$NON-NLS-1$
// Attribute Values
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSDescription.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSDescription.java
index 662109a227..096d3592f0 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSDescription.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSDescription.java
@@ -15,14 +15,14 @@ public interface ISimpleCSDescription extends ISimpleCSObject {
/**
* Content (element)
- *
+ *
* @return
*/
public String getContent();
/**
* Content (element)
- *
+ *
* @param content
*/
public void setContent(String content);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSHelpObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSHelpObject.java
index bad8e6fd3d..d9ca63cfee 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSHelpObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSHelpObject.java
@@ -15,28 +15,28 @@ public interface ISimpleCSHelpObject extends ISimpleCSObject {
/**
* Attribute: contextId
- *
+ *
* @return
*/
public String getContextId();
/**
* Attribute: contextId
- *
+ *
* @param contextId
*/
public void setContextId(String contextId);
/**
* Attribute: href
- *
+ *
* @return
*/
public String getHref();
/**
* Attribute: href
- *
+ *
* @param href
*/
public void setHref(String href);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSIntro.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSIntro.java
index cdadbcc872..e229f4131e 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSIntro.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSIntro.java
@@ -15,14 +15,14 @@ public interface ISimpleCSIntro extends ISimpleCSObject, ISimpleCSHelpObject {
/**
* Element: description
- *
+ *
* @return
*/
public ISimpleCSDescription getDescription();
/**
* Element: description
- *
+ *
* @param description
*/
public void setDescription(ISimpleCSDescription description);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSItem.java
index cb7f545209..a666f7a8ae 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSItem.java
@@ -16,77 +16,77 @@ public interface ISimpleCSItem extends ISimpleCSObject, ISimpleCSHelpObject,
/**
* Element: description
- *
+ *
* @return
*/
public ISimpleCSDescription getDescription();
/**
* Element: description
- *
+ *
* @param description
*/
public void setDescription(ISimpleCSDescription description);
/**
* Attribute: title
- *
+ *
* @return
*/
public String getTitle();
/**
* Attribute: title
- *
+ *
* @param title
*/
public void setTitle(String title);
/**
* Attribute: dialog
- *
+ *
* @return
*/
public boolean getDialog();
/**
* Attribute: dialog
- *
+ *
* @param dialog
*/
public void setDialog(boolean dialog);
/**
* Attribute: skip
- *
+ *
* @return
*/
public boolean getSkip();
/**
* Attribute: skip
- *
+ *
* @param skip
*/
public void setSkip(boolean skip);
/**
* Elements: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @return
*/
public ISimpleCSSubItemObject[] getSubItems();
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
*/
public void addSubItem(ISimpleCSSubItemObject subitem);
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param index
* @param subitem
*/
@@ -94,21 +94,21 @@ public interface ISimpleCSItem extends ISimpleCSObject, ISimpleCSHelpObject,
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
*/
public void removeSubItem(ISimpleCSSubItemObject subitem);
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param index
*/
public void removeSubItem(int index);
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
* @param newRelativeIndex
*/
@@ -116,21 +116,21 @@ public interface ISimpleCSItem extends ISimpleCSObject, ISimpleCSHelpObject,
/**
* Element: onCompletion
- *
+ *
* @return
*/
public ISimpleCSOnCompletion getOnCompletion();
/**
* Element: onCompletion
- *
+ *
* @param onCompletion
*/
public void setOnCompletion(ISimpleCSOnCompletion onCompletion);
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
* @return
*/
@@ -138,7 +138,7 @@ public interface ISimpleCSItem extends ISimpleCSObject, ISimpleCSHelpObject,
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
* @return
*/
@@ -146,7 +146,7 @@ public interface ISimpleCSItem extends ISimpleCSObject, ISimpleCSHelpObject,
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
* @return
*/
@@ -154,21 +154,21 @@ public interface ISimpleCSItem extends ISimpleCSObject, ISimpleCSHelpObject,
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @return
*/
public int getSubItemCount();
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @return
*/
public boolean hasSubItems();
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
* @return
*/
@@ -176,7 +176,7 @@ public interface ISimpleCSItem extends ISimpleCSObject, ISimpleCSHelpObject,
/**
* Element: subitem, repeated-subitem, conditional-subitem
- *
+ *
* @param subitem
* @return
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSObject.java
index 7b5b343574..7a92737759 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSObject.java
@@ -39,27 +39,27 @@ public interface ISimpleCSObject extends IDocumentObject, ISimpleCSConstants {
void parse(Element element);
/**
- *
+ *
*/
public void reset();
/**
* To avoid using instanceof all over the place
- *
+ *
* @return
*/
public int getType();
/**
* For the label provider
- *
+ *
* @return
*/
public String getName();
/**
* For the content provider
- *
+ *
* @return A empty / non-empty list - never null
*/
public List getChildren();
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSOnCompletion.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSOnCompletion.java
index a2c7898488..54a77e06f0 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSOnCompletion.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSOnCompletion.java
@@ -15,14 +15,14 @@ public interface ISimpleCSOnCompletion extends ISimpleCSObject {
/**
* Content (element)
- *
+ *
* @return
*/
public String getContent();
/**
* Content (element)
- *
+ *
* @param content
*/
public void setContent(String content);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSPerformWhen.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSPerformWhen.java
index 240e55b93f..a94b9ae35a 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSPerformWhen.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSPerformWhen.java
@@ -15,35 +15,35 @@ public interface ISimpleCSPerformWhen extends ISimpleCSRunContainerObject {
/**
* Attribute: condition
- *
+ *
* @return
*/
public String getCondition();
/**
* Attribute: condition
- *
+ *
* @param condition
*/
public void setCondition(String condition);
/**
* Elements: command, action
- *
+ *
* @return
*/
public ISimpleCSRunObject[] getExecutables();
/**
* Elements: command, action
- *
+ *
* @param executables
*/
public void addExecutable(ISimpleCSRunObject executable);
/**
* Elements: command, action
- *
+ *
* @param executables
*/
public void removeExecutable(ISimpleCSRunObject executable);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRepeatedSubItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRepeatedSubItem.java
index 0006f377a1..192500d845 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRepeatedSubItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRepeatedSubItem.java
@@ -15,28 +15,28 @@ public interface ISimpleCSRepeatedSubItem extends ISimpleCSSubItemObject {
/**
* Attribute: values
- *
+ *
* @return
*/
public String getValues();
/**
* Attribute: values
- *
+ *
* @param values
*/
public void setValues(String values);
/**
* Element: subitem
- *
+ *
* @return
*/
public ISimpleCSSubItem getSubItem();
/**
* Element: subitem
- *
+ *
* @param subitem
*/
public void setSubItem(ISimpleCSSubItem subitem);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRun.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRun.java
index 19b2cc4e9d..c7bced3a75 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRun.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRun.java
@@ -15,14 +15,14 @@ public interface ISimpleCSRun extends ISimpleCSObject {
/**
* Elements: action, command, perform-when
- *
+ *
* @return
*/
public ISimpleCSRunContainerObject getExecutable();
/**
* Elements: action, command, perform-when
- *
+ *
* @param executable
*/
public void setExecutable(ISimpleCSRunContainerObject executable);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRunObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRunObject.java
index b563e650c7..f646034c6c 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRunObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSRunObject.java
@@ -15,56 +15,56 @@ public interface ISimpleCSRunObject extends ISimpleCSRunContainerObject {
/**
* Attribute: confirm
- *
+ *
* @return
*/
public boolean getConfirm();
/**
* Attribute: confirm
- *
+ *
* @param confirm
*/
public void setConfirm(boolean confirm);
/**
* Attribute: when
- *
+ *
* @return
*/
public String getWhen();
/**
* Attribute: when
- *
+ *
* @param when
*/
public void setWhen(String when);
/**
* Attribute: translate
- *
+ *
* @return
*/
public String getTranslate();
/**
* Attribute: translate
- *
+ *
* @param translate
*/
public void setTranslate(String translate);
/**
* Attribute: required
- *
+ *
* @return
*/
public boolean getRequired();
/**
* Attribute: required
- *
+ *
* @param required
*/
public void setRequired(boolean required);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSSubItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSSubItem.java
index b411684870..b2566da45d 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSSubItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/ISimpleCSSubItem.java
@@ -15,42 +15,42 @@ public interface ISimpleCSSubItem extends ISimpleCSSubItemObject, ISimpleCSRun {
/**
* Attribute: label
- *
+ *
* @return
*/
public String getLabel();
/**
* Attribute: label
- *
+ *
* @param label
*/
public void setLabel(String label);
/**
* Attribute: skip
- *
+ *
* @return
*/
public boolean getSkip();
/**
* Attribute: skip
- *
+ *
* @param skip
*/
public void setSkip(boolean skip);
/**
* Attribute: when
- *
+ *
* @return
*/
public String getWhen();
/**
* Attribute: when
- *
+ *
* @param when
*/
public void setWhen(String when);
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCS.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCS.java
index 44a9eb353c..7631435299 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCS.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCS.java
@@ -34,7 +34,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#addItem(org
* .eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -45,7 +45,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#addItem(int,
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -56,7 +56,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#getIntro()
*/
@@ -66,7 +66,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#getItemCount()
*/
@@ -76,7 +76,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#getItems()
*/
@@ -89,7 +89,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#getNextSibling
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -101,7 +101,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#getPreviousSibling
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -114,7 +114,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#getTitle()
*/
@@ -124,7 +124,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#hasItems()
*/
@@ -134,7 +134,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#indexOfItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -145,7 +145,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#isFirstItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -157,7 +157,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#isLastItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -168,7 +168,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#moveItem(org
* .eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem, int)
@@ -179,7 +179,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#removeItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem)
@@ -190,7 +190,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#removeItem
* (int)
@@ -201,7 +201,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#setIntro(org
* .eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSIntro)
@@ -212,7 +212,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCS#setTitle(java
* .lang.String)
@@ -223,7 +223,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -234,7 +234,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
@@ -245,7 +245,7 @@ public class SimpleCS extends SimpleCSObject implements ISimpleCS {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#isRoot()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSAction.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSAction.java
index 13cdfa5ad1..0fa41f5f4a 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSAction.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSAction.java
@@ -36,7 +36,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSAction#getClazz
* ()
@@ -47,7 +47,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSAction#getParam
* (int)
@@ -65,7 +65,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSAction#getParams
* ()
@@ -85,7 +85,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSAction#getPluginId
* ()
@@ -96,7 +96,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSAction#setClazz
* (java.lang.String)
@@ -107,7 +107,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSAction#setParam
* (java.lang.String, int)
@@ -124,7 +124,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSAction#setPluginId
* (java.lang.String)
@@ -135,7 +135,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -145,7 +145,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -157,7 +157,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
@@ -168,7 +168,7 @@ public class SimpleCSAction extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#isLeafNode()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSCommand.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSCommand.java
index 5d65cf6a6d..c28df7f22e 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSCommand.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSCommand.java
@@ -34,7 +34,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSCommand#getReturns
* ()
@@ -45,7 +45,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSCommand#
* getSerialization()
*/
@@ -55,7 +55,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSCommand#setReturns
* (java.lang.String)
@@ -66,7 +66,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSCommand#
* setSerialization(java.lang.String)
*/
@@ -76,7 +76,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -86,7 +86,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -98,7 +98,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
@@ -109,7 +109,7 @@ public class SimpleCSCommand extends SimpleCSRunObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#isLeafNode()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSConditionalSubItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSConditionalSubItem.java
index f08d41204e..38cf4a3b41 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSConditionalSubItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSConditionalSubItem.java
@@ -33,7 +33,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSConditionalSubItem
* #
@@ -46,7 +46,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSConditionalSubItem
* #getCondition()
@@ -57,7 +57,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSConditionalSubItem
* #getSubItems()
@@ -71,7 +71,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSConditionalSubItem
* #removeSubItem(org.eclipse.pde.internal.ua.core.icheatsheet.simple.
@@ -83,7 +83,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSConditionalSubItem
* #setCondition(java.lang.String)
@@ -94,7 +94,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getChildren
* ()
@@ -106,7 +106,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getName
* ()
@@ -118,7 +118,7 @@ public class SimpleCSConditionalSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getType
* ()
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDescription.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDescription.java
index 5764f20ce7..386fff2d6c 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDescription.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDescription.java
@@ -31,7 +31,7 @@ public class SimpleCSDescription extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSDescription
* #getContent()
@@ -42,7 +42,7 @@ public class SimpleCSDescription extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSDescription
* #setContent(java.lang.String)
@@ -53,7 +53,7 @@ public class SimpleCSDescription extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -63,7 +63,7 @@ public class SimpleCSDescription extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -74,7 +74,7 @@ public class SimpleCSDescription extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
@@ -85,7 +85,7 @@ public class SimpleCSDescription extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#
* isContentCollapsed()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java
index 2c81034fa1..9f35796de5 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java
@@ -45,7 +45,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.DocumentNodeFactory#createDocumentTextNode
* (java.lang.String,
@@ -62,7 +62,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.IDocumentNodeFactory#createDocumentNode
* (java.lang.String,
@@ -281,7 +281,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCS()
@@ -292,7 +292,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSAction
@@ -304,7 +304,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSCommand
@@ -316,7 +316,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSConditionalSubItem
@@ -329,7 +329,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSDescription
@@ -341,7 +341,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSIntro
@@ -353,7 +353,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSItem
@@ -365,7 +365,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSOnCompletion
@@ -378,7 +378,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSPerformWhen
@@ -390,7 +390,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSRepeatedSubItem
@@ -403,7 +403,7 @@ public class SimpleCSDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModelFactory
* #createSimpleCSSubItem
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentHandler.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentHandler.java
index c315e602f1..177f456c5b 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentHandler.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentHandler.java
@@ -30,7 +30,7 @@ public class SimpleCSDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.DocumentHandler#getDocument()
*/
protected IDocument getDocument() {
@@ -39,7 +39,7 @@ public class SimpleCSDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.NodeDocumentHandler#getRootNode()
*/
protected IDocumentElementNode getRootNode() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
index 94628110f2..8446e6466e 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
@@ -29,7 +29,7 @@ public class SimpleCSDocumentTextNode extends DocumentTextNode {
}
/**
- *
+ *
*/
public SimpleCSDocumentTextNode() {
super();
@@ -37,7 +37,7 @@ public class SimpleCSDocumentTextNode extends DocumentTextNode {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.DocumentTextNode#write()
*/
public String write() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java
index 22e90d9501..e8083c0d8c 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSIntro.java
@@ -32,7 +32,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSIntro#
* getDescription()
*/
@@ -42,7 +42,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSIntro#
* setDescription
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSDescription
@@ -55,7 +55,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* getContextId()
@@ -66,7 +66,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* getHref()
@@ -77,7 +77,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* setContextId(java.lang.String)
@@ -88,7 +88,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* setHref(java.lang.String)
@@ -99,7 +99,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
@@ -110,7 +110,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject
* #getName ()
@@ -121,7 +121,7 @@ public class SimpleCSIntro extends SimpleCSObject implements ISimpleCSIntro {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject
* #getType ()
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSItem.java
index 9af0f0df32..7b9d105571 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSItem.java
@@ -36,7 +36,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#addSubItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject)
@@ -47,7 +47,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#addSubItem
* (int,
@@ -59,7 +59,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#getDescription
* ()
@@ -70,7 +70,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#getDialog
* ()
@@ -81,7 +81,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#getNextSibling
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject)
@@ -93,7 +93,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#
* getOnCompletion()
*/
@@ -103,7 +103,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#
* getPreviousSibling
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject)
@@ -116,7 +116,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#getSkip()
*/
@@ -126,7 +126,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#
* getSubItemCount()
*/
@@ -136,7 +136,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#getSubItems
* ()
@@ -150,7 +150,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#getTitle()
*/
@@ -160,7 +160,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#hasSubItems
* ()
@@ -171,7 +171,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#indexOfSubItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject)
@@ -182,7 +182,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#isFirstSubItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject)
@@ -194,7 +194,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#isLastSubItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject)
@@ -206,7 +206,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#moveSubItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject,
@@ -218,7 +218,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#removeSubItem
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItemObject)
@@ -229,7 +229,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#removeSubItem
* (int)
@@ -240,7 +240,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#setDescription
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSDescription)
@@ -252,7 +252,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#setDialog
* (boolean)
@@ -263,7 +263,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#
* setOnCompletion
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSOnCompletion)
@@ -275,7 +275,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#setSkip
* (boolean)
@@ -286,7 +286,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSItem#setTitle
* (java.lang.String)
@@ -297,7 +297,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* getContextId()
@@ -308,7 +308,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* getHref()
@@ -319,7 +319,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* setContextId(java.lang.String)
@@ -330,7 +330,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSHelpObject#
* setHref(java.lang.String)
@@ -341,7 +341,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRun#getExecutable
* ()
@@ -352,7 +352,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRun#setExecutable
* (
@@ -366,7 +366,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -377,7 +377,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
@@ -388,7 +388,7 @@ public class SimpleCSItem extends SimpleCSObject implements ISimpleCSItem {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.cheatsheet.simple.SimpleCSObject#getChildren
* ()
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java
index a788c9ba63..7acb3a9627 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java
@@ -43,7 +43,7 @@ public class SimpleCSModel extends XMLEditingModel implements ISimpleCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.XMLEditingModel#createDocumentHandler
* (org.eclipse.pde.core.IModel, boolean)
@@ -59,7 +59,7 @@ public class SimpleCSModel extends XMLEditingModel implements ISimpleCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.AbstractEditingModel#
* createNLResourceHelper()
*/
@@ -70,7 +70,7 @@ public class SimpleCSModel extends XMLEditingModel implements ISimpleCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModel#getFactory
* ()
@@ -81,7 +81,7 @@ public class SimpleCSModel extends XMLEditingModel implements ISimpleCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModel#getSimpleCS
* ()
@@ -97,7 +97,7 @@ public class SimpleCSModel extends XMLEditingModel implements ISimpleCSModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.XMLEditingModel#getRoot()
*/
protected IWritable getRoot() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
index 88d785f810..83ba4e4af5 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
@@ -38,7 +38,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -48,7 +48,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getModel
* ()
@@ -59,7 +59,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getName
* ()
@@ -68,7 +68,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getParent
* ()
@@ -79,7 +79,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getSimpleCS
* ()
@@ -90,7 +90,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#getType
* ()
@@ -99,7 +99,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#parse
* (org.w3c.dom.Element)
@@ -112,7 +112,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSObject#setModel
* (org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSModel)
@@ -123,7 +123,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.plugin.IWritableDelimeter#writeDelimeter
* (java.io.PrintWriter)
@@ -136,7 +136,7 @@ public abstract class SimpleCSObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#
* createDocumentTextNode()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSOnCompletion.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSOnCompletion.java
index 4a6cfc1830..5e1406c1ad 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSOnCompletion.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSOnCompletion.java
@@ -31,7 +31,7 @@ public class SimpleCSOnCompletion extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSOnCompletion
* #getContent()
@@ -42,7 +42,7 @@ public class SimpleCSOnCompletion extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSOnCompletion
* #setContent(java.lang.String)
@@ -53,7 +53,7 @@ public class SimpleCSOnCompletion extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -63,7 +63,7 @@ public class SimpleCSOnCompletion extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -74,7 +74,7 @@ public class SimpleCSOnCompletion extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
@@ -85,7 +85,7 @@ public class SimpleCSOnCompletion extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#
* isContentCollapsed()
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSPerformWhen.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSPerformWhen.java
index 7349376dcb..8ecfbd52ba 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSPerformWhen.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSPerformWhen.java
@@ -33,7 +33,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSPerformWhen
* #addExecutable
@@ -45,7 +45,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSPerformWhen
* #getCondition()
@@ -56,7 +56,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSPerformWhen
* #getExecutables()
@@ -70,7 +70,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSPerformWhen
* #removeExecutable
@@ -82,7 +82,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSPerformWhen
* #setCondition(java.lang.String)
@@ -93,7 +93,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -103,7 +103,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -115,7 +115,7 @@ public class SimpleCSPerformWhen extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRepeatedSubItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRepeatedSubItem.java
index a835d4c364..82c35cda84 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRepeatedSubItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRepeatedSubItem.java
@@ -32,7 +32,7 @@ public class SimpleCSRepeatedSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRepeatedSubItem
* #getSubItem()
@@ -43,7 +43,7 @@ public class SimpleCSRepeatedSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRepeatedSubItem
* #getValues()
@@ -54,7 +54,7 @@ public class SimpleCSRepeatedSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRepeatedSubItem
* #
@@ -67,7 +67,7 @@ public class SimpleCSRepeatedSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRepeatedSubItem
* #setValues(java.lang.String)
@@ -78,7 +78,7 @@ public class SimpleCSRepeatedSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -91,7 +91,7 @@ public class SimpleCSRepeatedSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -103,7 +103,7 @@ public class SimpleCSRepeatedSubItem extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRunObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRunObject.java
index fba6f3efcc..b0b1020465 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRunObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSRunObject.java
@@ -29,7 +29,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#
* getConfirm()
*/
@@ -39,7 +39,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#
* getRequired()
*/
@@ -49,7 +49,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#
* getTranslate()
*/
@@ -59,7 +59,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#getWhen
* ()
@@ -70,7 +70,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#
* setConfirm(boolean)
*/
@@ -80,7 +80,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#
* setRequired(boolean)
*/
@@ -90,7 +90,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#
* setTranslate(java.lang.String)
*/
@@ -100,7 +100,7 @@ public abstract class SimpleCSRunObject extends SimpleCSObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRunObject#setWhen
* (java.lang.String)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSSubItem.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSSubItem.java
index aa2b7b03fd..3b85174f12 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSSubItem.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSSubItem.java
@@ -32,7 +32,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItem#getLabel
* ()
@@ -43,7 +43,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItem#getSkip
* ()
@@ -54,7 +54,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItem#getWhen
* ()
@@ -65,7 +65,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItem#setLabel
* (java.lang.String)
@@ -76,7 +76,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItem#setSkip
* (boolean)
@@ -87,7 +87,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSSubItem#setWhen
* (java.lang.String)
@@ -98,7 +98,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRun#getExecutable
* ()
@@ -109,7 +109,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ISimpleCSRun#setExecutable
* (
@@ -123,7 +123,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#
* getChildren()
*/
@@ -136,7 +136,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getName
* ()
@@ -147,7 +147,7 @@ public class SimpleCSSubItem extends SimpleCSObject implements ISimpleCSSubItem
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.text.cheatsheet.simple.SimpleCSObject#getType
* ()
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/ICtxHelpConstants.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/ICtxHelpConstants.java
index 23ecf66bf7..737e446c2f 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/ICtxHelpConstants.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/ICtxHelpConstants.java
@@ -12,7 +12,7 @@ package org.eclipse.pde.internal.ua.core.ctxhelp;
/**
* Interface containing constants used for the context help editor.
- *
+ *
* @since 3.4
*/
public interface ICtxHelpConstants {
@@ -33,15 +33,15 @@ public interface ICtxHelpConstants {
public static final String ATTRIBUTE_ID = "id"; //$NON-NLS-1$
- public static final String ATTRIBUTE_TITLE = "title"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_TITLE = "title"; //$NON-NLS-1$
- public static final String ATTRIBUTE_LABEL = "label"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_LABEL = "label"; //$NON-NLS-1$
public static final String ATTRIBUTE_HREF = "href"; //$NON-NLS-1$
- public static final String ATTRIBUTE_SERIAL = "serialization"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_SERIAL = "serialization"; //$NON-NLS-1$
- public static final String ATTRIBUTE_FILTER = "filter"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_FILTER = "filter"; //$NON-NLS-1$
// Types
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpCommand.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpCommand.java
index aaca23e848..96339bdb09 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpCommand.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpCommand.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.internal.ua.core.ctxhelp.text;
/**
* Represents a command entry in context help. Commands are used to launch
* actions when clicked on by the user. Commands are leaf objects.
- *
+ *
* @since 3.4
* @see CtxHelpObject
* @see CtxHelpModel
@@ -29,7 +29,7 @@ public class CtxHelpCommand extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canBeParent()
*/
public boolean canBeParent() {
@@ -38,7 +38,7 @@ public class CtxHelpCommand extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getType()
*/
public int getType() {
@@ -47,7 +47,7 @@ public class CtxHelpCommand extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getName()
*/
public String getName() {
@@ -65,7 +65,7 @@ public class CtxHelpCommand extends CtxHelpObject {
/**
* Set the label attribute, passing <code>null</code> will set the attribute
* to be empty.
- *
+ *
* @param label
* new value
*/
@@ -84,7 +84,7 @@ public class CtxHelpCommand extends CtxHelpObject {
/**
* Set the serialization attribute, passing <code>null</code> will set the
* attribute to be empty.
- *
+ *
* @param serialization
* new value
*/
@@ -94,7 +94,7 @@ public class CtxHelpCommand extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddChild(org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject)
*/
@@ -104,7 +104,7 @@ public class CtxHelpCommand extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddSibling
* (int)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpContext.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpContext.java
index 08d76be89f..bc184622b9 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpContext.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpContext.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.core.text.IDocumentElementNode;
* allows UI elements to be associated with a list of commands and topics that
* are stored in the context. Contexts may have one optional description element
* and as many topic and command elements as needed.
- *
+ *
* @since 3.4
* @see CtxHelpObject
* @see CtxHelpModel
@@ -33,7 +33,7 @@ public class CtxHelpContext extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canBeParent()
*/
public boolean canBeParent() {
@@ -42,7 +42,7 @@ public class CtxHelpContext extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getType()
*/
public int getType() {
@@ -51,7 +51,7 @@ public class CtxHelpContext extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getName()
*/
public String getName() {
@@ -69,7 +69,7 @@ public class CtxHelpContext extends CtxHelpObject {
/**
* Set the id attribute, passing <code>null</code> will set the attribute to
* be empty.
- *
+ *
* @param id
* new value
*/
@@ -88,7 +88,7 @@ public class CtxHelpContext extends CtxHelpObject {
/**
* Set the title attribute, passing <code>null</code> will set the attribute
* to be empty.
- *
+ *
* @param title
* new value
*/
@@ -99,7 +99,7 @@ public class CtxHelpContext extends CtxHelpObject {
/**
* Searches for a child description node and returns the string contents of
* that node. Returns <code>null</code> if no description node exists.
- *
+ *
* @return description associated with this context or <code>null</code> no
* description exists
*/
@@ -116,7 +116,7 @@ public class CtxHelpContext extends CtxHelpObject {
* child description node and updates the content with the given string. If
* a description node does not exist, one will be created. Passing
* <code>null</code> will remove any description node if one exists.
- *
+ *
* @param description
* new value
*/
@@ -138,7 +138,7 @@ public class CtxHelpContext extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddChild(
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject)
@@ -149,7 +149,7 @@ public class CtxHelpContext extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.ctxhelp.CtxHelpObject#canAddSibling
* (int)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescription.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescription.java
index da2bedfe29..0b34d1dd95 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescription.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescription.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.core.text.IDocumentTextNode;
* element for each context. A description element will contain a CDATA string
* explaining the context that the user will see in dynamic help. Descriptions
* are leaf objects.
- *
+ *
* @since 3.4
* @see CtxHelpObject
* @see CtxHelpModel
@@ -30,14 +30,14 @@ public class CtxHelpDescription extends CtxHelpObject {
public CtxHelpDescription(CtxHelpModel model) {
super(model, ELEMENT_DESCRIPTION);
}
-
+
protected IDocumentTextNode createDocumentTextNode() {
return new CtxHelpDescriptionTextNode();
}
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.toc.TocObject#canBeParent()
*/
public boolean canBeParent() {
@@ -46,7 +46,7 @@ public class CtxHelpDescription extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getType()
*/
@@ -56,7 +56,7 @@ public class CtxHelpDescription extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getName()
*/
@@ -75,7 +75,7 @@ public class CtxHelpDescription extends CtxHelpObject {
/**
* Sets the XML content of this element to the given description string.
* Passing <code>null</code> will set the content to be empty.
- *
+ *
* @param description
* new content
*/
@@ -85,7 +85,7 @@ public class CtxHelpDescription extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddChild
* (org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject)
@@ -96,7 +96,7 @@ public class CtxHelpDescription extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddSibling
* (int)
@@ -107,14 +107,14 @@ public class CtxHelpDescription extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#
* getTerminateIndent()
*/
protected String getTerminateIndent() {
return ""; //$NON-NLS-1$
}
-
+
public boolean isContentCollapsed() {
return true;
}
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
index a279b8b7eb..45a0c3fc38 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
@@ -33,7 +33,7 @@ public class CtxHelpDescriptionTextNode extends DocumentTextNode {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.DocumentTextNode#write()
*/
public String write() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentFactory.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentFactory.java
index b18feb6a8d..e0bc44f5d6 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentFactory.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentFactory.java
@@ -18,7 +18,7 @@ import org.eclipse.pde.internal.ua.core.ctxhelp.ICtxHelpConstants;
/**
* Handles the creation of document nodes representing the types of elements
* that can exist in a context help xml file.
- *
+ *
* @since 3.4
* @see CtxHelpObject
* @see CtxHelpModel
@@ -34,7 +34,7 @@ public class CtxHelpDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.IDocumentNodeFactory#createDocumentNode
* (java.lang.String,
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentHandler.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentHandler.java
index 33766071a3..fe822e730c 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentHandler.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDocumentHandler.java
@@ -18,7 +18,7 @@ import org.xml.sax.SAXParseException;
/**
* Document handler for context help xml files.
- *
+ *
* @since 3.4
* @see CtxHelpObject
* @see CtxHelpModel
@@ -35,7 +35,7 @@ public class CtxHelpDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.DocumentHandler#getDocument()
*/
protected IDocument getDocument() {
@@ -44,7 +44,7 @@ public class CtxHelpDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.NodeDocumentHandler#getRootNode()
*/
protected IDocumentElementNode getRootNode() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java
index 7e7142e815..258814cf81 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java
@@ -23,7 +23,7 @@ import org.xml.sax.helpers.DefaultHandler;
/**
* Model describing the elements of a context help xml file.
- *
+ *
* @since 3.4
* @see CtxHelpRoot
* @see CtxHelpDocumentFactory
@@ -43,7 +43,7 @@ public class CtxHelpModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.XMLEditingModel#createDocumentHandler
* (org.eclipse.pde.core.IModel, boolean)
@@ -57,7 +57,7 @@ public class CtxHelpModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.AbstractEditingModel#
* createNLResourceHelper()
*/
@@ -68,7 +68,7 @@ public class CtxHelpModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ITocModel#getFactory()
*/
@@ -81,7 +81,7 @@ public class CtxHelpModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ITocModel#getToc()
*/
public CtxHelpRoot getCtxHelpRoot() {
@@ -93,7 +93,7 @@ public class CtxHelpModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.XMLEditingModel#getRoot()
*/
protected IWritable getRoot() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpObject.java
index 31fdb65dc8..fb607c2980 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpObject.java
@@ -22,7 +22,7 @@ import org.eclipse.pde.internal.ua.core.ctxhelp.ICtxHelpConstants;
/**
* All modeled objects of a context help xml file must extend from this abstract
* class.
- *
+ *
* @since 3.4
* @see CtxHelpModel
* @see CtxHelpDocumentFactory
@@ -34,7 +34,7 @@ public abstract class CtxHelpObject extends DocumentObject implements
/**
* Constructs the CtxHelpObject and initializes its attributes.
- *
+ *
* @param model
* The model to associate with this CtxHelpObject
* @param tagName
@@ -68,7 +68,7 @@ public abstract class CtxHelpObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.DocumentElementNode#getAttributeIndent
* ()
@@ -79,7 +79,7 @@ public abstract class CtxHelpObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.DocumentElementNode#getContentIndent()
*/
@@ -89,7 +89,7 @@ public abstract class CtxHelpObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.DocumentElementNode#isLeafNode()
*/
public boolean isLeafNode() {
@@ -155,7 +155,7 @@ public abstract class CtxHelpObject extends DocumentObject implements
/**
* Get the concrete type of this object, must be one of the TYPE constants
* defined in ICtxHelpConstants.
- *
+ *
* @see ICtxHelpConstants
*/
public abstract int getType();
@@ -172,7 +172,7 @@ public abstract class CtxHelpObject extends DocumentObject implements
/**
* Check if the object is a direct or indirect descendant of the object
* parameter.
- *
+ *
* @param obj
* The object to find in this object's ancestry
* @return true iff obj is an ancestor of this object
@@ -226,7 +226,7 @@ public abstract class CtxHelpObject extends DocumentObject implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.toc.TocObject#moveChild(org.eclipse.pde
* .internal.core.toc.TocObject, int)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpRoot.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpRoot.java
index 44f3f05f73..3b8b744e39 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpRoot.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpRoot.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.internal.ua.core.ctxhelp.text;
* Represents the root "contexts" entry in a context help xml file. There may be
* only one root node in the file and all other nodes must be inside the root.
* The root may contain many context elements.
- *
+ *
* @since 3.4
* @see CtxHelpObject
* @see CtxHelpModel
@@ -31,7 +31,7 @@ public class CtxHelpRoot extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#isRoot()
*/
@@ -41,7 +41,7 @@ public class CtxHelpRoot extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getType()
*/
@@ -51,7 +51,7 @@ public class CtxHelpRoot extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canBeParent()
*/
@@ -61,7 +61,7 @@ public class CtxHelpRoot extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getName()
*/
@@ -71,7 +71,7 @@ public class CtxHelpRoot extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddChild
* (org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject)
@@ -82,7 +82,7 @@ public class CtxHelpRoot extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddSibling
* (int)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpTopic.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpTopic.java
index 262061d0cb..61f5952e9b 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpTopic.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpTopic.java
@@ -16,7 +16,7 @@ import org.eclipse.core.runtime.Path;
/**
* Represents a topic entry in context help. Topics are used to open related
* help in other files. Topics are leaf objects.
- *
+ *
* @since 3.4
* @see CtxHelpObject
* @see CtxHelpModel
@@ -32,7 +32,7 @@ public class CtxHelpTopic extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canBeParent()
*/
@@ -42,7 +42,7 @@ public class CtxHelpTopic extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getType()
*/
@@ -52,7 +52,7 @@ public class CtxHelpTopic extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#getName()
*/
@@ -71,7 +71,7 @@ public class CtxHelpTopic extends CtxHelpObject {
/**
* Set the label attribute, passing <code>null</code> will set the attribute
* to be empty.
- *
+ *
* @param label
* new value
*/
@@ -93,7 +93,7 @@ public class CtxHelpTopic extends CtxHelpObject {
/**
* Set the href (link) attribute, passing <code>null</code> will set the
* attribute to be empty.
- *
+ *
* @param path
* new value
*/
@@ -107,7 +107,7 @@ public class CtxHelpTopic extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddChild
* (org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject)
@@ -118,7 +118,7 @@ public class CtxHelpTopic extends CtxHelpObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject#canAddSibling
* (int)
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCS.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCS.java
index c7367c89ba..7496acb3c1 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCS.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCS.java
@@ -15,28 +15,28 @@ public interface ICompCS extends ICompCSObject {
/**
* Attribute: name
- *
+ *
* @param name
*/
public void setFieldName(String name);
/**
* Attribute: name
- *
+ *
* @return
*/
public String getFieldName();
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObject
*/
public void setFieldTaskObject(ICompCSTaskObject taskObject);
/**
* Elements: taskGroup, task
- *
+ *
* @return
*/
public ICompCSTaskObject getFieldTaskObject();
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSConstants.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSConstants.java
index 8ef277b9d0..e3baf0c5c9 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSConstants.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSConstants.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.internal.ua.core.icheatsheet.ICSConstants;
/**
* ICompCSConstants
- *
+ *
*/
public interface ICompCSConstants extends ICSConstants {
@@ -30,21 +30,21 @@ public interface ICompCSConstants extends ICSConstants {
public static final String ELEMENT_INTRO = "intro"; //$NON-NLS-1$
- public static final String ELEMENT_ONCOMPLETION = "onCompletion"; //$NON-NLS-1$
+ public static final String ELEMENT_ONCOMPLETION = "onCompletion"; //$NON-NLS-1$
- public static final String ELEMENT_DEPENDENCY = "dependsOn"; //$NON-NLS-1$
+ public static final String ELEMENT_DEPENDENCY = "dependsOn"; //$NON-NLS-1$
- public static final String ELEMENT_PARAM = "param"; //$NON-NLS-1$
+ public static final String ELEMENT_PARAM = "param"; //$NON-NLS-1$
// Attributes
- public static final String ATTRIBUTE_KIND = "kind"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_KIND = "kind"; //$NON-NLS-1$
public static final String ATTRIBUTE_NAME = "name"; //$NON-NLS-1$
- public static final String ATTRIBUTE_ID = "id"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_ID = "id"; //$NON-NLS-1$
- public static final String ATTRIBUTE_SKIP = "skip"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_SKIP = "skip"; //$NON-NLS-1$
public static final String ATTRIBUTE_VALUE = "value"; //$NON-NLS-1$
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDataObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDataObject.java
index e8e71427b8..39a130d7be 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDataObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDataObject.java
@@ -13,20 +13,20 @@ package org.eclipse.pde.internal.ua.core.icheatsheet.comp;
/**
* ICompCSDataObject
- *
+ *
*/
public interface ICompCSDataObject extends ICompCSObject {
/**
* PCDATA
- *
+ *
* @param content
*/
public void setFieldContent(String content);
/**
* PCDATA
- *
+ *
* @return
*/
public String getFieldContent();
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDependency.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDependency.java
index 37e0994905..96504a7050 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDependency.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSDependency.java
@@ -13,20 +13,20 @@ package org.eclipse.pde.internal.ua.core.icheatsheet.comp;
/**
* ICompCSDependency
- *
+ *
*/
public interface ICompCSDependency extends ICompCSObject {
/**
* Attribute: task
- *
+ *
* @param task
*/
public void setFieldTask(String task);
/**
* Attribute: task
- *
+ *
* @return
*/
public String getFieldTask();
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSIntro.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSIntro.java
index 9e70c6c7d8..3c23be3dff 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSIntro.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSIntro.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.internal.ua.core.icheatsheet.comp;
/**
* ICompCSIntro
- *
+ *
*/
public interface ICompCSIntro extends ICompCSDataObject {
// Nothing
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSModel.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSModel.java
index 4150f4cec3..5eda5e904f 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSModel.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSModel.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.core.IModelChangeProvider;
/**
* ICompCSModel
- *
+ *
*/
public interface ICompCSModel extends IModelChangeProvider, IModel {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSObject.java
index 63bffa8a55..58c5c16e20 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSObject.java
@@ -41,27 +41,27 @@ public interface ICompCSObject extends Serializable, IWritable,
void parse(Element element);
/**
- *
+ *
*/
public void reset();
/**
* To avoid using instanceof all over the place
- *
+ *
* @return
*/
public int getType();
/**
* For the label provider
- *
+ *
* @return
*/
public String getName();
/**
* For the content provider
- *
+ *
* @return A empty / non-empty list - never null
*/
public List getChildren();
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSParam.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSParam.java
index b47b2cbe26..3ac6c27580 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSParam.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSParam.java
@@ -15,28 +15,28 @@ public interface ICompCSParam extends ICompCSObject {
/**
* Attribute: name
- *
+ *
* @param name
*/
public void setFieldName(String name);
/**
* Attribute: name
- *
+ *
* @return
*/
public String getFieldName();
/**
* Attribute: value
- *
+ *
* @param value
*/
public void setFieldValue(String value);
/**
* Attribute: value
- *
+ *
* @return
*/
public String getFieldValue();
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTask.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTask.java
index 7c0252d3ab..ca5d4b869e 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTask.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTask.java
@@ -15,35 +15,35 @@ public interface ICompCSTask extends ICompCSTaskObject {
/**
* Element: param
- *
+ *
* @param param
*/
public void addFieldParam(ICompCSParam param);
/**
* Element: param
- *
+ *
* @param param
*/
public void removeFieldParam(ICompCSParam param);
/**
* Element: param
- *
+ *
* @return
*/
public ICompCSParam[] getFieldParams();
/**
* Element: param
- *
+ *
* @return
*/
public boolean hasFieldParams();
/**
* Element: param
- *
+ *
* @param name
* @return
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskGroup.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskGroup.java
index ef6a9956dc..aa95a8366b 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskGroup.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskGroup.java
@@ -15,14 +15,14 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObject
*/
public void addFieldTaskObject(ICompCSTaskObject taskObject);
/**
* Elements: taskGroup, task
- *
+ *
* @param index
* @param taskObject
*/
@@ -30,7 +30,7 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObject
* @return
*/
@@ -38,7 +38,7 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObject
* @param newRelativeIndex
*/
@@ -47,7 +47,7 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @param index
* @return
*/
@@ -55,14 +55,14 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @return
*/
public ICompCSTaskObject[] getFieldTaskObjects();
/**
* Elements: taskGroup, task
- *
+ *
* @param subitem
* @return
*/
@@ -70,7 +70,7 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObject
* @return
*/
@@ -78,7 +78,7 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObjectm
* @return
*/
@@ -86,21 +86,21 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @return
*/
public int getFieldTaskObjectCount();
/**
* Elements: taskGroup, task
- *
+ *
* @return
*/
public boolean hasFieldTaskObjects();
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObject
* @return
*/
@@ -108,7 +108,7 @@ public interface ICompCSTaskGroup extends ICompCSTaskObject {
/**
* Elements: taskGroup, task
- *
+ *
* @param taskObject
* @return
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskObject.java
index b80b4a1830..d4eb564e2e 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/icheatsheet/comp/ICompCSTaskObject.java
@@ -15,105 +15,105 @@ public interface ICompCSTaskObject extends ICompCSObject {
/**
* Attribute: kind
- *
+ *
* @param kind
*/
public void setFieldKind(String kind);
/**
* Attribute: kind
- *
+ *
* @return
*/
public String getFieldKind();
/**
* Attribute: name
- *
+ *
* @param name
*/
public void setFieldName(String name);
/**
* Attribute: name
- *
+ *
* @return
*/
public String getFieldName();
/**
* Attribute: id
- *
+ *
* @param id
*/
public void setFieldId(String id);
/**
* Attribute: id
- *
+ *
* @return
*/
public String getFieldId();
/**
* Attribute: skip
- *
+ *
* @param skip
*/
public void setFieldSkip(boolean skip);
/**
* Attribute: skip
- *
+ *
* @return
*/
public boolean getFieldSkip();
/**
* Element: onCompletion
- *
+ *
* @param onCompletion
*/
public void setFieldOnCompletion(ICompCSOnCompletion onCompletion);
/**
* Element: onCompletion
- *
+ *
* @return
*/
public ICompCSOnCompletion getFieldOnCompletion();
/**
* Element: intro
- *
+ *
* @param intro
*/
public void setFieldIntro(ICompCSIntro intro);
/**
* Element: intro
- *
+ *
* @return
*/
public ICompCSIntro getFieldIntro();
/**
* Element: dependency
- *
+ *
* @param dependency
*/
public void addFieldDependency(ICompCSDependency dependency);
/**
* Element: dependency
- *
+ *
* @param dependency
*/
public void removeFieldDepedency(ICompCSDependency dependency);
/**
* Element: dependency
- *
+ *
* @return
*/
public ICompCSDependency[] getFieldDependencies();
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/ITocConstants.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/ITocConstants.java
index 1186534b08..12023cb1c0 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/ITocConstants.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/ITocConstants.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.internal.ua.core.toc;
/**
* ITocConstants This interface contains all of the constants relevant to the
* TOC editor
- *
+ *
* @since 3.4
*/
public interface ITocConstants {
@@ -33,11 +33,11 @@ public interface ITocConstants {
public static final String ATTRIBUTE_LINK_TO = "link_to"; //$NON-NLS-1$
- public static final String ATTRIBUTE_LABEL = "label"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_LABEL = "label"; //$NON-NLS-1$
public static final String ATTRIBUTE_TOPIC = ELEMENT_TOPIC;
- public static final String ATTRIBUTE_HREF = "href"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_HREF = "href"; //$NON-NLS-1$
public static final String ATTRIBUTE_ID = "id"; //$NON-NLS-1$
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/Toc.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/Toc.java
index 494c507c7f..16f6f1d35c 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/Toc.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/Toc.java
@@ -25,7 +25,7 @@ public class Toc extends TocTopic {
/**
* Constructs a new Toc. Only takes a model, since the root element cannot
* have a parent.
- *
+ *
* @param model
* The model associated with this TOC.
*/
@@ -36,7 +36,7 @@ public class Toc extends TocTopic {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.plugin.PluginDocumentNode#isRoot()
*/
@@ -46,7 +46,7 @@ public class Toc extends TocTopic {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#getType()
*/
public int getType() {
@@ -63,7 +63,7 @@ public class Toc extends TocTopic {
/**
* Change the value of the link field and signal a model change if needed.
- *
+ *
* @param value
* The new page location to be linked by this topic
*/
@@ -80,7 +80,7 @@ public class Toc extends TocTopic {
/**
* Change the value of the anchor field and signal a model change if needed.
- *
+ *
* @param The
* new anchor path to associate with this TOC
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocAnchor.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocAnchor.java
index 3ef3c903ce..f233e8082a 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocAnchor.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocAnchor.java
@@ -17,7 +17,7 @@ package org.eclipse.pde.internal.ua.core.toc.text;
* anchor with ID "PDE" and TOC B has the "PDE" ID in its link_to attribute,
* then the contents of TOC B will replace the anchor specified by TOC A at
* runtime.
- *
+ *
* TOC anchors cannot have any content within them, so they are leaf objects.
*/
public class TocAnchor extends TocObject {
@@ -26,7 +26,7 @@ public class TocAnchor extends TocObject {
/**
* Constructs an anchor with the given model and parent.
- *
+ *
* @param parent
* The parent TocObject of the new anchor.
*/
@@ -36,7 +36,7 @@ public class TocAnchor extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.toc.TocObject#canBeParent()
*/
public boolean canBeParent() {
@@ -45,7 +45,7 @@ public class TocAnchor extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#getType()
*/
public int getType() {
@@ -54,7 +54,7 @@ public class TocAnchor extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#getName()
*/
public String getName() {
@@ -76,7 +76,7 @@ public class TocAnchor extends TocObject {
/**
* Change the value of the anchor ID and signal a model change if needed.
- *
+ *
* @param id
* The new ID to associate with the anchor
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentFactory.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentFactory.java
index dd2c3c84dd..72377d3886 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentFactory.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentFactory.java
@@ -30,7 +30,7 @@ public class TocDocumentFactory extends DocumentNodeFactory implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.IDocumentNodeFactory#createDocumentNode
* (java.lang.String,
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentHandler.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentHandler.java
index 20718edb64..42731f1ce2 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentHandler.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocDocumentHandler.java
@@ -31,7 +31,7 @@ public class TocDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.DocumentHandler#getDocument()
*/
protected IDocument getDocument() {
@@ -40,7 +40,7 @@ public class TocDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.NodeDocumentHandler#getRootNode()
*/
protected IDocumentElementNode getRootNode() {
@@ -64,7 +64,7 @@ public class TocDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.DocumentHandler#error(org.xml.sax.SAXParseException)
*/
@@ -76,7 +76,7 @@ public class TocDocumentHandler extends NodeDocumentHandler {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.DocumentHandler#fatalError(org.xml.sax.SAXParseException)
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocLink.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocLink.java
index b9f73e7d62..25b3cf25a2 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocLink.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocLink.java
@@ -18,7 +18,7 @@ import org.eclipse.core.runtime.IPath;
* The TocLink object represents a link to another TOC. Links in TOCs are much
* like import or include directives, in the sense that they bring all the
* contents of the linked TOC into the TOC that has this link.
- *
+ *
* TOC links cannot have any content within them, so they are leaf objects.
*/
public class TocLink extends TocObject {
@@ -27,7 +27,7 @@ public class TocLink extends TocObject {
/**
* Constructs a link with the given model and parent.
- *
+ *
* @param model
* The model associated with the new link.
* @param parent
@@ -39,7 +39,7 @@ public class TocLink extends TocObject {
/**
* Constructs a link with the given model, parent and file.
- *
+ *
* @param model
* The model associated with the new link.
* @param parent
@@ -70,7 +70,7 @@ public class TocLink extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.toc.TocObject#canBeParent()
*/
public boolean canBeParent() {
@@ -79,7 +79,7 @@ public class TocLink extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#getType()
*/
public int getType() {
@@ -88,7 +88,7 @@ public class TocLink extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#getName()
*/
public String getName() {
@@ -108,7 +108,7 @@ public class TocLink extends TocObject {
/**
* Change the value of the link path and signal a model change if needed.
- *
+ *
* @param id
* The new path to associate with the link
*/
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java
index 8c6e3a1859..7f84c3789d 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java
@@ -48,7 +48,7 @@ public class TocModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.core.text.XMLEditingModel#createDocumentHandler
* (org.eclipse.pde.core.IModel, boolean)
@@ -63,7 +63,7 @@ public class TocModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.text.AbstractEditingModel#
* createNLResourceHelper()
*/
@@ -74,7 +74,7 @@ public class TocModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.icheatsheet.simple.ITocModel#getFactory()
*/
@@ -84,7 +84,7 @@ public class TocModel extends XMLEditingModel {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.icheatsheet.simple.ITocModel#getToc()
*/
public Toc getToc() {
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocObject.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocObject.java
index 462c0d77b9..782b01207d 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocObject.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocObject.java
@@ -31,7 +31,7 @@ public abstract class TocObject extends DocumentObject implements
/**
* Constructs the TocObject and initializes its attributes.
- *
+ *
* @param model
* The model associated with this TocObject.
* @param parent
@@ -123,7 +123,7 @@ public abstract class TocObject extends DocumentObject implements
/**
* Check if the object is a direct or indirect descendant of the object
* parameter.
- *
+ *
* @param obj
* The TOC object to find in this object's ancestry
* @return true iff obj is an ancestor of this TOC object
diff --git a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocTopic.java b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocTopic.java
index 2ba8949402..25132bdcc3 100644
--- a/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocTopic.java
+++ b/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocTopic.java
@@ -20,13 +20,13 @@ import org.eclipse.core.runtime.IPath;
*/
public class TocTopic extends TocObject {
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
/**
* Constructs a topic with the given model and parent.
- *
+ *
* @param model
* The model associated with the new topic.
* @param parent
@@ -38,7 +38,7 @@ public class TocTopic extends TocObject {
/**
* Constructs a subclass of a topic with the given model and parent.
- *
+ *
* @param model
* The model associated with the new topic.
* @param parent
@@ -50,7 +50,7 @@ public class TocTopic extends TocObject {
/**
* Constructs a topic with the given model, parent and file.
- *
+ *
* @param model
* The model associated with the new link.
* @param parent
@@ -81,7 +81,7 @@ public class TocTopic extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#canBeParent()
*/
public boolean canBeParent() {
@@ -90,7 +90,7 @@ public class TocTopic extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#getName()
*/
public String getName() {
@@ -99,7 +99,7 @@ public class TocTopic extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.text.toc.TocObject#getPath()
*/
public String getPath() {
@@ -108,7 +108,7 @@ public class TocTopic extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ua.core.toc.TocObject#getType()
*/
public int getType() {
@@ -117,7 +117,7 @@ public class TocTopic extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.toc.TocObject#isFirstChildObject(org.eclipse
* .pde.internal.ua.core.toc.TocObject)
@@ -128,7 +128,7 @@ public class TocTopic extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.toc.TocObject#isLastChildObject(org.eclipse
* .pde.internal.ua.core.toc.TocObject)
@@ -139,7 +139,7 @@ public class TocTopic extends TocObject {
/**
* Add a TocObject child to this topic and signal the model if necessary.
- *
+ *
* @param child
* The child to add to the TocObject
*/
@@ -150,7 +150,7 @@ public class TocTopic extends TocObject {
/**
* Add a TocObject child to this topic beside a specified sibling and signal
* the model if necessary.
- *
+ *
* @param child
* The child to add to the TocObject
* @param sibling
@@ -170,7 +170,7 @@ public class TocTopic extends TocObject {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ua.core.toc.TocObject#moveChild(org.eclipse.pde
* .internal.core.toc.TocObject, int)
@@ -182,7 +182,7 @@ public class TocTopic extends TocObject {
/**
* Remove a TocObject child from this topic and signal the model if
* necessary.
- *
+ *
* @param child
* The child to add to the TocObject
*/
@@ -199,7 +199,7 @@ public class TocTopic extends TocObject {
/**
* Change the value of the label field and signal a model change if needed.
- *
+ *
* @param name
* The new label for the topic
*/
@@ -217,7 +217,7 @@ public class TocTopic extends TocObject {
/**
* Change the value of the link field and signal a model change if needed.
- *
+ *
* @param value
* The new page location to be linked by this topic
*/
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/Activator.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/Activator.java
index 8a0d056337..3848c67332 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/Activator.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/Activator.java
@@ -23,7 +23,7 @@ public class Activator extends Plugin {
// The shared instance
private static Activator plugin;
-
+
/**
* The constructor
*/
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/AbstractCheatSheetModelTestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/AbstractCheatSheetModelTestCase.java
index d4f16323b8..9310823772 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/AbstractCheatSheetModelTestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/AbstractCheatSheetModelTestCase.java
@@ -24,7 +24,7 @@ public abstract class AbstractCheatSheetModelTestCase extends TestCase {
protected static final String LF = "\n"; //$NON-NLS-1$
protected static final String CR = "\r"; //$NON-NLS-1$
protected static final String CRLF = CR + LF;
-
+
protected Document fDocument;
protected SimpleCSModel fModel;
protected IModelTextChangeListener fListener;
@@ -54,7 +54,7 @@ public abstract class AbstractCheatSheetModelTestCase extends TestCase {
fail("model cannot be loaded");
}
}
-
+
protected void setXMLContents(StringBuffer body, String newline) {
StringBuffer sb = new StringBuffer();
sb.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/CheatSheetModelTestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/CheatSheetModelTestCase.java
index 046d81ee1a..7a291e9ff8 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/CheatSheetModelTestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/CheatSheetModelTestCase.java
@@ -26,13 +26,13 @@ import org.eclipse.pde.internal.ua.core.cheatsheet.simple.ISimpleCSSubItemObject
/**
* Provides helper methods to create and validate cheatsheet model elements.
- * Two sets of factory methods are provided: ones that generate valid cheatsheat
+ * Two sets of factory methods are provided: ones that generate valid cheatsheat
* XML tags and second that build cheatsheet model using API. Both generate the same data
* that can be validated using validate* methods.
*
*/
public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
-
+
protected ISimpleCSAction createAction() {
ISimpleCSAction action = fModel.getFactory().createSimpleCSAction(null);
action.setClazz("org.eclipse.some.Clazz");
@@ -41,7 +41,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
action.setParam("20", 2);
return action;
}
-
+
protected ISimpleCSPerformWhen createPerformWhen() {
ISimpleCSPerformWhen performWhen = fModel.getFactory().createSimpleCSPerformWhen(null);
performWhen.setCondition("some.example.condition");
@@ -60,15 +60,15 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
item.setSkip(true);
item.setTitle("Title");
item.setDialog(true);
-
+
ISimpleCSDescription description = fModel.getFactory().createSimpleCSDescription(item);
description.setContent("Description1");
item.setDescription(description);
-
+
ISimpleCSOnCompletion onCompletion = fModel.getFactory().createSimpleCSOnCompletion(item);
onCompletion.setContent("On.Completion.Contents");
item.setOnCompletion(onCompletion);
-
+
return item;
}
@@ -84,7 +84,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
for (int i = 0; subitems != null && i < subitems.length; i++) {
item.addSubItem(subitems[i]);
}
-
+
return new StringBuffer(item.toString());
}
@@ -93,7 +93,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
subitem.setLabel("label1");
subitem.setSkip(true);
subitem.setWhen("always");
-
+
return subitem;
}
@@ -102,7 +102,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
subitem.setValues("repeat.value");
return subitem;
}
-
+
protected StringBuffer createSimpleCSItem(String subitems, String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<item title=\"Title\">").append(newline);
@@ -110,7 +110,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</item>").append(newline);
return buffer;
}
-
+
protected StringBuffer createComplexCSItem(String children, String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<item").append(newline);
@@ -128,7 +128,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</item>").append(newline);
return buffer;
}
-
+
protected String createAction(String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<action").append(newline);
@@ -139,7 +139,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("/>").append(newline);
return buffer.toString();
}
-
+
protected String createPerformWhen(String executables, String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<perform-when").append(newline);
@@ -149,7 +149,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</perform-when>").append(newline);
return buffer.toString();
}
-
+
protected String createCommand(String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<command").append(newline);
@@ -158,7 +158,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("/>").append(newline);
return buffer.toString();
}
-
+
protected String createSubItem(String children, String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<subitem").append(newline);
@@ -170,7 +170,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</subitem>").append(newline);
return buffer.toString();
}
-
+
protected String createRepeatedSubItem(String children, String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<repeated-subitem").append(newline);
@@ -180,7 +180,7 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</repeated-subitem>").append(newline);
return buffer.toString();
}
-
+
protected String createConditionalSubItem(String children, String newline) {
StringBuffer buffer = new StringBuffer();
buffer.append("<conditional-subitem").append(newline);
@@ -190,25 +190,25 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</conditional-subitem>").append(newline);
return buffer.toString();
}
-
+
protected void validateComplexCSItem(ISimpleCSItem item) {
assertTrue(item.getDialog());
assertTrue(item.getSkip());
assertEquals("Title", item.getTitle());
-
+
ISimpleCSDescription description = item.getDescription();
assertNotNull(description);
assertEquals(ISimpleCS.TYPE_DESCRIPTION, description.getType());
assertEquals(description.getContent(), description.getName());
assertEquals("Description1", description.getContent());
-
+
ISimpleCSOnCompletion onCompletion = item.getOnCompletion();
assertNotNull(onCompletion);
assertEquals(ISimpleCS.TYPE_ON_COMPLETION, onCompletion.getType());
assertEquals(ISimpleCS.ELEMENT_ONCOMPLETION, onCompletion.getName());
assertEquals("On.Completion.Contents", onCompletion.getContent());
}
-
+
protected void validateSubItem(ISimpleCSSubItemObject subitem) {
assertTrue(subitem instanceof ISimpleCSSubItem);
assertEquals(ISimpleCSConstants.TYPE_SUBITEM, subitem.getType());
@@ -218,19 +218,19 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
assertTrue(simpleSubitem.getSkip());
assertEquals("always", simpleSubitem.getWhen());
}
-
+
protected void validateRepeatedSubItem(ISimpleCSSubItemObject subitem) {
assertTrue(subitem instanceof ISimpleCSRepeatedSubItem);
assertEquals(ISimpleCSConstants.TYPE_REPEATED_SUBITEM, subitem.getType());
assertEquals("repeat.value", ((ISimpleCSRepeatedSubItem) subitem).getValues());
}
-
+
protected void validateConditionalSubItem(ISimpleCSSubItemObject subitem) {
assertTrue(subitem instanceof ISimpleCSConditionalSubItem);
assertEquals(ISimpleCSConstants.TYPE_CONDITIONAL_SUBITEM, subitem.getType());
assertEquals("please.do", ((ISimpleCSConditionalSubItem) subitem).getCondition());
}
-
+
protected void validateSubItemsCount(int expected, ISimpleCSItem item) {
assertTrue(item.hasSubItems());
assertEquals(expected, item.getSubItemCount());
@@ -238,25 +238,25 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
assertNotNull(subitems);
assertEquals(expected, subitems.length);
}
-
+
protected void validateItemsCount(int expected, ISimpleCS model) {
assertTrue(model.hasItems());
assertEquals(expected, model.getItemCount());
ISimpleCSItem[] items = model.getItems();
assertEquals(expected, items.length);
}
-
+
protected void validateAction(ISimpleCSRunContainerObject executable) {
assertNotNull(executable);
assertTrue(executable instanceof ISimpleCSAction);
ISimpleCSAction action = (ISimpleCSAction) executable;
-
+
String[] params = action.getParams();
assertNotNull(params);
assertEquals(2, params.length);
assertEquals("param1.value", params[0]);
assertEquals("20", params[1]);
-
+
assertEquals("org.eclipse.some.Clazz", action.getClazz());
assertEquals("org.eclipse.pde.plugin.xyz", action.getPluginId());
assertEquals(null, action.getParam(0)); // params are indexed starting with 1
@@ -264,22 +264,22 @@ public class CheatSheetModelTestCase extends AbstractCheatSheetModelTestCase {
assertEquals("20", action.getParam(2));
assertEquals(null, action.getParam(3));
}
-
+
protected void validateCommand(ISimpleCSRunContainerObject executable) {
assertNotNull(executable);
assertTrue(executable instanceof ISimpleCSCommand);
ISimpleCSCommand command = (ISimpleCSCommand) executable;
-
+
assertTrue(command.getRequired());
assertEquals("org.eclipse.my.command", command.getSerialization());
}
-
+
protected void validatePerformWhen(ISimpleCSRunContainerObject executable) {
assertNotNull(executable);
assertTrue(executable instanceof ISimpleCSPerformWhen);
ISimpleCSPerformWhen performWhen = (ISimpleCSPerformWhen) executable;
-
+
assertEquals("some.example.condition", performWhen.getCondition());
}
-
+
}
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSIntroTestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSIntroTestCase.java
index 7e5c80781f..bb35f243a1 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSIntroTestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSIntroTestCase.java
@@ -22,7 +22,7 @@ public class SimpleCSIntroTestCase extends AbstractCheatSheetModelTestCase {
protected static String INTRO_HREF = "/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm"; //$NON-NLS-1$
protected static String DESCRIPTION = "some description"; //$NON-NLS-1$
-
+
public void testReadSimpleCSIntro() {
StringBuffer buffer = new StringBuffer();
buffer.append("<intro href=\"").append(INTRO_HREF).append("\">");
@@ -34,125 +34,125 @@ public class SimpleCSIntroTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</intro>");
setXMLContents(buffer, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
String title = model.getTitle();
assertEquals("Incorrect title", "sample cheatsheet", title);
assertEquals(title, model.getName());
assertEquals(ISimpleCS.TYPE_CHEAT_SHEET, model.getType());
assertTrue(model.isRoot());
-
+
// check intro
ISimpleCSIntro intro = model.getIntro();
assertNotNull(intro);
assertEquals(intro.getHref(), INTRO_HREF);
assertNull(intro.getContextId());
assertEquals(ISimpleCS.TYPE_INTRO, intro.getType());
-
+
// check description
ISimpleCSDescription description = intro.getDescription();
assertNotNull(description);
assertEquals(DESCRIPTION, description.getContent());
assertEquals(ISimpleCS.TYPE_DESCRIPTION, description.getType());
}
-
+
public void testSetModelAttributes() {
setXMLContents(null, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
model.setTitle("Some Title");
assertEquals("Some Title", model.getTitle());
-
+
model.setTitle(null);
assertEquals("", model.getTitle());
-
+
ISimpleCSIntro intro = fModel.getFactory().createSimpleCSIntro(model);
model.setIntro(intro);
assertEquals(intro, model.getIntro());
}
-
+
public void testSetIntroDescription() {
setXMLContents(null, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
ISimpleCSIntro intro = fModel.getFactory().createSimpleCSIntro(model);
model.setIntro(intro);
-
+
ISimpleCSDescription description = fModel.getFactory().createSimpleCSDescription(intro);
description.setContent("description content");
intro.setDescription(description);
-
+
assertEquals("description content", model.getIntro().getDescription().getContent());
}
-
+
public void testAddSimpleCSItem() {
setXMLContents(null, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
assertEquals(0, model.getItemCount());
assertNotNull(model.getItems());
assertFalse(model.hasItems());
-
+
ISimpleCSItem item = fModel.getFactory().createSimpleCSItem(model);
item.setTitle("some title"); //$NON-NLS-1$
-
+
assertEquals(-1, model.indexOfItem(item));
assertFalse(model.isFirstItem(item));
assertFalse(model.isLastItem(item));
-
+
model.addItem(item);
-
+
assertEquals(1, model.getItemCount());
assertNotNull(model.getItems());
assertEquals(1, model.getItems().length);
assertTrue(model.hasItems());
-
+
item = model.getItems()[0];
-
+
assertEquals("some title", item.getTitle());
assertTrue(model.isFirstItem(item));
assertTrue(model.isLastItem(item));
assertEquals(0, model.indexOfItem(item));
}
-
+
public void testAddSimpleCSItem2() {
setXMLContents(null, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
ISimpleCSItem itemA = fModel.getFactory().createSimpleCSItem(model);
itemA.setTitle("title A"); //$NON-NLS-1$
ISimpleCSItem itemB = fModel.getFactory().createSimpleCSItem(model);
itemB.setTitle("title B"); //$NON-NLS-1$
-
+
model.addItem(0, itemA);
model.addItem(0, itemB);
-
+
assertTrue(model.isFirstItem(itemB));
assertTrue(model.isLastItem(itemA));
}
-
+
public void testRemoveSimpleCSItem() {
StringBuffer buffer = new StringBuffer();
buffer.append("<intro></intro>");
buffer.append("<item title=\"item1\"></item>");
setXMLContents(buffer, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
assertEquals(1, model.getItemCount());
model.removeItem(1);
-
+
assertEquals(0, model.getItemCount());
}
-
+
public void testRemoveSimpleCSItem2() {
StringBuffer buffer = new StringBuffer();
buffer.append("<intro></intro>");
@@ -160,21 +160,21 @@ public class SimpleCSIntroTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("<item title=\"item2\"></item>");
setXMLContents(buffer, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
assertEquals(2, model.getItemCount());
ISimpleCSItem item = model.getItems()[0];
assertEquals("item1", item.getTitle());
model.removeItem(item);
-
+
assertEquals(1, model.getItemCount());
item = model.getItems()[0];
assertNotNull(item);
assertEquals("item2", item.getTitle());
assertEquals(1, model.indexOfItem(model.getItems()[0]));
}
-
+
public void testMoveSimpleCSItem() {
StringBuffer buffer = new StringBuffer();
buffer.append("<intro></intro>");
@@ -182,43 +182,43 @@ public class SimpleCSIntroTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("<item title=\"item2\"></item>");
setXMLContents(buffer, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
ISimpleCSItem item1 = model.getItems()[0];
ISimpleCSItem item2 = model.getItems()[1];
-
+
assertEquals(0, model.indexOf(model.getIntro()));
assertEquals(1, model.indexOfItem(item1));
assertEquals(2, model.indexOfItem(item2));
assertEquals(item2, model.getNextSibling(item1));
assertEquals(item1, model.getPreviousSibling(item2));
-
+
model.moveItem(item1, 0); // = don't move
-
+
assertEquals(1, model.indexOfItem(item1));
assertEquals(2, model.indexOfItem(item2));
assertEquals(item2, model.getNextSibling(item1));
assertEquals(item1, model.getPreviousSibling(item2));
-
+
model.moveItem(item1, +1);
-
+
assertEquals(2, model.indexOfItem(item1));
assertEquals(1, model.indexOfItem(item2));
assertEquals(item1, model.getNextSibling(item2));
assertEquals(item2, model.getPreviousSibling(item1));
-
+
model.moveItem(item2, -1);
-
+
assertEquals(2, model.indexOfItem(item1));
assertEquals(0, model.indexOfItem(item2));
-
+
model.moveItem(item2, -1); // effectively no move, because item2 is already at index 0
-
+
assertEquals(2, model.indexOfItem(item1));
assertEquals(0, model.indexOfItem(item2));
}
-
+
//bug 285134
public void testSingleQuoteAttributes() {
StringBuffer buffer = new StringBuffer();
@@ -233,7 +233,7 @@ public class SimpleCSIntroTestCase extends AbstractCheatSheetModelTestCase {
buffer.append("</item>");
setXMLContents(buffer, LF);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
ISimpleCSItem item = model.getItems()[0];
assertEquals(item.getTitle(), "Item");
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemAPITestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemAPITestCase.java
index 5cd0f48ae3..42890f1ccf 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemAPITestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemAPITestCase.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.ua.core.cheatsheet.simple.ISimpleCSItem;
* Cheatsheet items tests for API-generated models.
*/
public class SimpleCSItemAPITestCase extends CheatSheetModelTestCase {
-
+
protected void setUp() throws Exception {
super.setUp();
setXMLContents(new StringBuffer(), LF);
@@ -27,77 +27,77 @@ public class SimpleCSItemAPITestCase extends CheatSheetModelTestCase {
public void testSimpleCSItemTestCase() {
simpleCSItemTestCase("");
}
-
+
public void testSimpleCSItemTestCaseSpace() {
simpleCSItemTestCase(" ");
}
-
+
public void testSimpleCSItemTestCaseCR() {
simpleCSItemTestCase(CR);
}
-
+
public void testSimpleCSItemTestCaseLF() {
simpleCSItemTestCase(LF);
}
-
+
public void testSimpleCSItemTestCaseCRLF() {
simpleCSItemTestCase(CRLF);
}
-
+
public void simpleCSItemTestCase(String newline) {
ISimpleCSItem item = createComplexCSItem();
ISimpleCS model = process(item.toString(), newline);
-
+
validateItemsCount(1, model);
item = model.getItems()[0];
-
+
validateComplexCSItem(item);
}
-
+
public void testItemActionTestCase() {
ISimpleCSItem item = createComplexCSItem();
item.setExecutable(createAction());
ISimpleCS model = process(item.toString(), LF);
-
+
validateItemsCount(1, model);
item = model.getItems()[0];
-
+
validateComplexCSItem(item);
validateAction(item.getExecutable());
}
-
+
public void testItemCommandTestCase() {
ISimpleCSItem item = createComplexCSItem();
item.setExecutable(createCommand());
-
+
ISimpleCS model = process(item.toString(), LF);
-
+
validateItemsCount(1, model);
item = model.getItems()[0];
-
+
validateComplexCSItem(item);
validateCommand(item.getExecutable());
}
-
+
public void testItemPerformWhenTestCase() {
ISimpleCSItem item = createComplexCSItem();
item.setExecutable(createPerformWhen());
-
+
ISimpleCS model = process(item.toString(), LF);
-
+
validateItemsCount(1, model);
item = model.getItems()[0];
-
+
validateComplexCSItem(item);
validatePerformWhen(item.getExecutable());
}
-
+
public ISimpleCS process(String buffer, String newline) {
setXMLContents(new StringBuffer(buffer), newline);
load();
-
+
return fModel.getSimpleCS();
}
}
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemTestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemTestCase.java
index d9ae52e7dd..bcc3f96514 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemTestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSItemTestCase.java
@@ -17,82 +17,82 @@ import org.eclipse.pde.internal.ua.core.cheatsheet.simple.ISimpleCSItem;
* Cheatsheet items tests for XML-generated models.
*/
public class SimpleCSItemTestCase extends CheatSheetModelTestCase {
-
+
public void testSimpleCSItemTestCase() {
simpleCSItemTestCase("");
}
-
+
public void testSimpleCSItemTestCaseSpace() {
simpleCSItemTestCase(" ");
}
-
+
public void testSimpleCSItemTestCaseCR() {
simpleCSItemTestCase(CR);
}
-
+
public void testSimpleCSItemTestCaseLF() {
simpleCSItemTestCase(LF);
}
-
+
public void testSimpleCSItemTestCaseCRLF() {
simpleCSItemTestCase(CRLF);
}
-
+
public void simpleCSItemTestCase(String newline) {
StringBuffer buffer = createComplexCSItem("", newline);
ISimpleCS model = process(buffer, newline);
-
+
validateItemsCount(1, model);
ISimpleCSItem item = model.getItems()[0];
-
+
validateComplexCSItem(item);
}
-
+
public void testItemActionTestCase() {
String action = createAction(LF);
StringBuffer buffer = createComplexCSItem(action, LF);
ISimpleCS model = process(buffer, LF);
-
+
validateItemsCount(1, model);
ISimpleCSItem item = model.getItems()[0];
-
+
validateComplexCSItem(item);
validateAction(item.getExecutable());
}
-
+
public void testItemCommandTestCase() {
String command = createCommand(LF);
StringBuffer buffer = createComplexCSItem(command, LF);
-
+
ISimpleCS model = process(buffer, LF);
-
+
validateItemsCount(1, model);
ISimpleCSItem item = model.getItems()[0];
-
+
validateComplexCSItem(item);
validateCommand(item.getExecutable());
}
-
+
public void testItemPerformWhenTestCase() {
String command = createPerformWhen("", LF);
StringBuffer buffer = createComplexCSItem(command, LF);
-
+
ISimpleCS model = process(buffer, LF);
-
+
validateItemsCount(1, model);
ISimpleCSItem item = model.getItems()[0];
-
+
validateComplexCSItem(item);
validatePerformWhen(item.getExecutable());
}
-
+
public ISimpleCS process(StringBuffer buffer, String newline) {
setXMLContents(buffer, newline);
load();
-
+
return fModel.getSimpleCS();
}
-
+
}
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSSpellCheckTestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSSpellCheckTestCase.java
index feb3b20fd3..166d7ee3d8 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSSpellCheckTestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSSpellCheckTestCase.java
@@ -62,12 +62,12 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
}
/**
- * Testing for the spelling error annotation being present at the right location
+ * Testing for the spelling error annotation being present at the right location
* in a string with double quotes
*/
public void testSpellingErrorInDoubleQuotedStringTestCase() {
StringBuffer csText = new StringBuffer();
-
+
append(csText,"<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
append(csText,"<cheatsheet");
append(csText,"title=\"Title\">");
@@ -88,7 +88,7 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
}
/**
- * Testing for the spelling error annotation being present at the right location
+ * Testing for the spelling error annotation being present at the right location
* in a string with single quotes
*/
public void testSpellingErrorInSingleQuotedStringTestCase() {
@@ -115,7 +115,7 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
}
/**
- * Testing for the spelling error annotation being present at the right location
+ * Testing for the spelling error annotation being present at the right location
* in a double quoted string containing single quotes
*/
public void testSpellingErrorInDoubleQuotedStringWithSingleQuotesTestCase() {
@@ -140,9 +140,9 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
validateAnnotations(csText.toString(), 120, 2, 1);
}
-
+
/**
- * Testing for the spelling error annotation being present at the right location
+ * Testing for the spelling error annotation being present at the right location
* in a single quoted string containing double quotes
*/
public void testSpellingErrorInDoubleQuotedStringWithDoubleQuotesTestCase() {
@@ -228,7 +228,7 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
validateAnnotations(csText.toString(), 0, 1, 0);
}
-
+
/**
* Testing for the multiple spelling error annotations
*/
@@ -278,9 +278,9 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
validateAnnotations(csText.toString(), 0, 1, 0);
}
-
+
/**
- * The spelling errors in the XML comments should be ignored
+ * The spelling errors in the XML comments should be ignored
*/
public void testSpellingErrorsInXMLCommentTestCase() {
StringBuffer csText = new StringBuffer();
@@ -305,9 +305,9 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
validateAnnotations(csText.toString(), 0, 1, 0);
}
-
+
/**
- * The spelling errors in the multiple line XML comments should be ignored
+ * The spelling errors in the multiple line XML comments should be ignored
*/
public void testSpellingErrorsInMultiLineXMLCommentTestCase() {
StringBuffer csText = new StringBuffer();
@@ -334,7 +334,7 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
validateAnnotations(csText.toString(), 0, 1, 0);
}
-
+
/**
* Testing for no unwanted spelling annotations due to single quote in XML comment
*/
@@ -361,7 +361,7 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
validateAnnotations(csText.toString(), 0, 1, 0);
}
-
+
/**
* Testing for no unwanted spelling annotations due to double quote in XML comment
*/
@@ -388,7 +388,7 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
validateAnnotations(csText.toString(), 0, 1, 0);
}
-
+
private void createAndOpenFile(String fileName, String fileContents) throws CoreException, IOException {
IPath path = fProject.getLocation();
path = path.append(fileName);
@@ -421,7 +421,7 @@ public class SimpleCSSSpellCheckTestCase extends AbstractCheatSheetModelTestCase
IDocumentProvider dp = pdeSrcPage.getDocumentProvider();
fDocument = (Document) dp.getDocument(fEditor.getEditorInput());
}
-
+
private void append(StringBuffer buffer, String text){
buffer.append(text + CRLF);
}
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemAPITestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemAPITestCase.java
index 553dd2e55c..6737b39baf 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemAPITestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemAPITestCase.java
@@ -21,154 +21,154 @@ import org.eclipse.pde.internal.ua.core.cheatsheet.simple.text.SimpleCSSubItem;
*/
public class SimpleCSSubItemAPITestCase extends CheatSheetModelTestCase {
-
+
protected void setUp() throws Exception {
super.setUp();
setXMLContents(new StringBuffer(), LF);
load();
}
-
+
public void testSimpleSubItemTestCase() {
simpleSubItemTestCase(1, LF);
}
-
+
public void testSimpleSubItemCommandTestCase() {
simpleSubItemCommandTestCase(1, LF);
}
-
+
public void testSimpleSubItemActionTestCase() {
simpleSubItemActionTestCase(1, LF);
}
-
+
public void testSimpleRepeatedSubItemTestCase() {
simpleRepeatedSubItemTestCase(1, LF);
}
-
+
public void testSimpleConditionalSubItemTestCase() {
simpleConditionalSubItemTestCase(1, LF);
}
-
+
public void testSimpleSubItemTestCase3() {
simpleSubItemTestCase(3, LF);
}
-
+
public void testSimpleSubItemCommandTestCase3() {
simpleSubItemCommandTestCase(3, LF);
}
-
+
public void testSimpleSubItemActionTestCase3() {
simpleSubItemActionTestCase(3, LF);
}
-
+
public void testSimpleRepeatedSubItemTestCase3() {
simpleRepeatedSubItemTestCase(3, LF);
}
-
+
public void testSimpleConditionalSubItemTestCase3() {
simpleConditionalSubItemTestCase(3, LF);
}
-
+
public void simpleSubItemTestCase(int subitemsCount, String newline) {
ISimpleCSSubItem[] subitems = new ISimpleCSSubItem[subitemsCount];
-
+
for (int i =0; i < subitemsCount; i++) {
subitems[i] = createSubItem();
subitems[i].setExecutable(createCommand());
}
-
+
ISimpleCSItem item = process(subitems, newline);
-
+
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
ISimpleCSSubItemObject subitem = item.getSubItems()[i];
validateSubItem(subitem);
}
}
-
+
public void simpleSubItemCommandTestCase(int subitemsCount, String newline) {
ISimpleCSSubItem[] subitems = new ISimpleCSSubItem[subitemsCount];
-
+
for (int i =0; i < subitemsCount; i++) {
subitems[i] = createSubItem();
subitems[i].setExecutable(createCommand());
}
-
+
ISimpleCSItem item = process(subitems, newline);
-
+
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
ISimpleCSSubItemObject subitem = item.getSubItems()[i];
validateSubItem(subitem);
-
+
SimpleCSSubItem simpleSubitem = (SimpleCSSubItem) subitem;
validateCommand(simpleSubitem.getExecutable());
}
}
-
+
public void simpleSubItemActionTestCase(int subitemsCount, String newline) {
ISimpleCSSubItem[] subitems = new ISimpleCSSubItem[subitemsCount];
-
+
for (int i =0; i < subitemsCount; i++) {
subitems[i] = createSubItem();
subitems[i].setExecutable(createAction());
}
-
+
ISimpleCSItem item = process(subitems, newline);
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
ISimpleCSSubItemObject subitem = item.getSubItems()[i];
validateSubItem(subitem);
-
+
SimpleCSSubItem simpleSubitem = (SimpleCSSubItem) subitem;
validateAction(simpleSubitem.getExecutable());
}
}
-
+
public void simpleRepeatedSubItemTestCase(int subitemsCount, String newline) {
ISimpleCSSubItemObject[] subitems = new ISimpleCSSubItemObject[subitemsCount];
-
+
for (int i =0; i < subitemsCount; i++) {
subitems[i] = createRepeatedSubItem();
}
-
+
ISimpleCSItem item = process(subitems, newline);
-
+
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
validateRepeatedSubItem(item.getSubItems()[i]);
}
}
-
+
public void simpleConditionalSubItemTestCase(int subitemsCount, String newline) {
ISimpleCSSubItemObject[] subitems = new ISimpleCSSubItemObject[subitemsCount];
-
+
for (int i =0; i < subitemsCount; i++) {
subitems[i] = createConditionalSubitem();
}
-
+
ISimpleCSItem item = process(subitems, newline);
-
+
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
validateConditionalSubItem(item.getSubItems()[i]);
}
}
-
+
public ISimpleCSItem process(ISimpleCSSubItemObject[] subitems, String newline) {
StringBuffer buffer = createSimpleCSItem(subitems);
-
+
setXMLContents(buffer, newline);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
validateItemsCount(1, model);
-
+
return model.getItems()[0];
}
}
diff --git a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemTestCase.java b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemTestCase.java
index 0b88c93533..daa8c953e4 100644
--- a/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemTestCase.java
+++ b/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/SimpleCSSubItemTestCase.java
@@ -19,144 +19,144 @@ import org.eclipse.pde.internal.ua.core.cheatsheet.simple.text.SimpleCSSubItem;
* Cheatsheet subitems tests for XML-generated models.
*/
public class SimpleCSSubItemTestCase extends CheatSheetModelTestCase {
-
+
public void testSimpleSubItemTestCase() {
simpleSubItemTestCase(1, LF);
}
-
+
public void testSimpleSubItemCommandTestCase() {
simpleSubItemCommandTestCase(1, LF);
}
-
+
public void testSimpleSubItemActionTestCase() {
simpleSubItemActionTestCase(1, LF);
}
-
+
public void testSimpleRepeatedSubItemTestCase() {
simpleRepeatedSubItemTestCase(1, LF);
}
-
+
public void testSimpleConditionalSubItemTestCase() {
simpleConditionalSubItemTestCase(1, LF);
}
-
+
public void testSimpleSubItemTestCase3() {
simpleSubItemTestCase(3, LF);
}
-
+
public void testSimpleSubItemCommandTestCase3() {
simpleSubItemCommandTestCase(3, LF);
}
-
+
public void testSimpleSubItemActionTestCase3() {
simpleSubItemActionTestCase(3, LF);
}
-
+
public void testSimpleRepeatedSubItemTestCase3() {
simpleRepeatedSubItemTestCase(3, LF);
}
-
+
public void testSimpleConditionalSubItemTestCase3() {
simpleConditionalSubItemTestCase(3, LF);
}
-
+
public void simpleSubItemTestCase(int subitemsCount, String newline) {
StringBuffer buffer = new StringBuffer();
-
+
for (int i =0; i < subitemsCount; i++) {
String action = createAction(newline);
buffer.append(createSubItem(action, newline));
}
-
+
ISimpleCSItem item = process(buffer.toString(), newline);
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
ISimpleCSSubItemObject subitem = item.getSubItems()[i];
validateSubItem(subitem);
}
}
-
+
public void simpleSubItemCommandTestCase(int subitemsCount, String newline) {
StringBuffer buffer = new StringBuffer();
-
+
for (int i =0; i < subitemsCount; i++) {
String action = createCommand(newline);
buffer.append(createSubItem(action, newline));
}
-
+
ISimpleCSItem item = process(buffer.toString(), newline);
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
ISimpleCSSubItemObject subitem = item.getSubItems()[i];
validateSubItem(subitem);
-
+
SimpleCSSubItem simpleSubitem = (SimpleCSSubItem) subitem;
validateCommand(simpleSubitem.getExecutable());
}
}
-
+
public void simpleSubItemActionTestCase(int subitemsCount, String newline) {
StringBuffer buffer = new StringBuffer();
-
+
for (int i =0; i < subitemsCount; i++) {
String action = createAction(newline);
buffer.append(createSubItem(action, newline));
}
-
+
ISimpleCSItem item = process(buffer.toString(), newline);
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
ISimpleCSSubItemObject subitem = item.getSubItems()[i];
validateSubItem(subitem);
-
+
SimpleCSSubItem simpleSubitem = (SimpleCSSubItem) subitem;
validateAction(simpleSubitem.getExecutable());
}
}
-
+
public void simpleRepeatedSubItemTestCase(int subitemsCount, String newline) {
StringBuffer buffer = new StringBuffer();
-
+
for (int i =0; i < subitemsCount; i++) {
buffer.append(createRepeatedSubItem("", newline));
}
-
+
ISimpleCSItem item = process(buffer.toString(), newline);
-
+
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
validateRepeatedSubItem(item.getSubItems()[i]);
}
}
-
+
public void simpleConditionalSubItemTestCase(int subitemsCount, String newline) {
StringBuffer buffer = new StringBuffer();
-
+
for (int i =0; i < subitemsCount; i++) {
buffer.append(createConditionalSubItem("", newline));
}
-
+
ISimpleCSItem item = process(buffer.toString(), newline);
-
+
validateSubItemsCount(subitemsCount, item);
-
+
for (int i = 0; i < subitemsCount; i++) {
validateConditionalSubItem(item.getSubItems()[i]);
}
}
-
+
public ISimpleCSItem process(String subitems, String newline) {
StringBuffer buffer = createSimpleCSItem(subitems, newline);
-
+
setXMLContents(buffer, newline);
load();
-
+
ISimpleCS model = fModel.getSimpleCS();
-
+
validateItemsCount(1, model);
return model.getItems()[0];
}
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceUIPlugin.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceUIPlugin.java
index 9ba7365931..6c61c2b573 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceUIPlugin.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/PDEUserAssistanceUIPlugin.java
@@ -36,7 +36,7 @@ public class PDEUserAssistanceUIPlugin extends AbstractUIPlugin {
private static PDEUserAssistanceUIPlugin plugin;
private PDEUserAssistanceLabelProvider fLabelProvider;
-
+
/**
* The constructor
*/
@@ -69,7 +69,7 @@ public class PDEUserAssistanceUIPlugin extends AbstractUIPlugin {
public static PDEUserAssistanceUIPlugin getDefault() {
return plugin;
}
-
+
public static Shell getActiveWorkbenchShell() {
IWorkbenchWindow window = getActiveWorkbenchWindow();
if (window != null) {
@@ -81,7 +81,7 @@ public class PDEUserAssistanceUIPlugin extends AbstractUIPlugin {
public static IWorkbenchWindow getActiveWorkbenchWindow() {
return getDefault().getWorkbench().getActiveWorkbenchWindow();
}
-
+
public static void logException(Throwable e, final String title,
String message) {
if (e instanceof InvocationTargetException) {
@@ -108,15 +108,15 @@ public class PDEUserAssistanceUIPlugin extends AbstractUIPlugin {
}
});
}
-
+
public static void logException(Throwable e) {
logException(e, null, null);
}
-
+
public static IWorkbenchPage getActivePage() {
return getActiveWorkbenchWindow().getActivePage();
}
-
+
public PDEUserAssistanceLabelProvider getLabelProvider() {
if (fLabelProvider == null)
fLabelProvider = new PDEUserAssistanceLabelProvider();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractDetails.java
index 0d2e3ab9c3..c52b169aa4 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractDetails.java
@@ -31,7 +31,7 @@ public abstract class CSAbstractDetails extends PDEDetails implements ICSDetails
private String fContextID;
/**
- *
+ *
*/
public CSAbstractDetails(ICSMaster masterSection, String contextID) {
fMasterSection = masterSection;
@@ -60,12 +60,12 @@ public abstract class CSAbstractDetails extends PDEDetails implements ICSDetails
public abstract void createDetails(Composite parent);
/**
- *
+ *
*/
public abstract void updateFields();
/**
- *
+ *
*/
public abstract void hookListeners();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractEditor.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractEditor.java
index 5a09c9d1af..c2df09fc17 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractEditor.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/CSAbstractEditor.java
@@ -66,7 +66,7 @@ public abstract class CSAbstractEditor extends MultiSourceEditor {
}
/**
- *
+ *
*/
private void createUIListenerImageHyperlinkRegisterCS() {
fImageHyperlinkRegisterCS
@@ -109,7 +109,7 @@ public abstract class CSAbstractEditor extends MultiSourceEditor {
}
/**
- *
+ *
*/
private void handleLinkActivatedRegisterCS() {
RegisterCSWizard wizard = new RegisterCSWizard(
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSDetails.java
index 65a5be9330..c975bafaf1 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSDetails.java
@@ -24,12 +24,12 @@ public interface ICSDetails {
public void createDetails(Composite parent);
/**
- *
+ *
*/
public void updateFields();
/**
- *
+ *
*/
public void hookListeners();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSMaster.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSMaster.java
index 414fec7ffe..e31d601dc9 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSMaster.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/ICSMaster.java
@@ -19,7 +19,7 @@ import org.eclipse.ui.forms.widgets.Section;
public interface ICSMaster {
/**
- *
+ *
*/
public void updateButtons();
@@ -30,7 +30,7 @@ public interface ICSMaster {
/**
* Special case: Need to set the selection after the full UI is created
- * in order to properly fire an event to summon up the right details
+ * in order to properly fire an event to summon up the right details
* section
*/
public void fireSelection();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSContentProvider.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSContentProvider.java
index 41c0473ef1..8ca3f1e060 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSContentProvider.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSContentProvider.java
@@ -20,7 +20,7 @@ import org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSObject;
/**
* CompCSContentProvider
- *
+ *
*/
public class CompCSContentProvider implements ITreeContentProvider {
@@ -30,7 +30,7 @@ public class CompCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.ITreeContentProvider#getChildren(java.lang.
* Object)
@@ -50,7 +50,7 @@ public class CompCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.ITreeContentProvider#getParent(java.lang.Object
* )
@@ -64,7 +64,7 @@ public class CompCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.ITreeContentProvider#hasChildren(java.lang.
* Object)
@@ -75,7 +75,7 @@ public class CompCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.IStructuredContentProvider#getElements(java
* .lang.Object)
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
index 31c0ef42cb..7900792bf6 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSEditor.java
@@ -32,7 +32,7 @@ import org.eclipse.ui.ide.FileStoreEditorInput;
public class CompCSEditor extends CSAbstractEditor {
/**
- *
+ *
*/
public CompCSEditor() {
super();
@@ -152,9 +152,9 @@ public class CompCSEditor extends CSAbstractEditor {
*/
public ISelection getSelection() {
// Override the parent getSelection because it doesn't work.
- // The selection provider operates at the form level and does not
+ // The selection provider operates at the form level and does not
// track selections made in the master tree view.
- // The selection is required to synchronize the master tree view with
+ // The selection is required to synchronize the master tree view with
// the outline view
IFormPage formPage = getActivePageInstance();
if ((formPage != null) && (formPage instanceof CompCSPage)) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSFileValidator.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSFileValidator.java
index 2ced47340a..5008a569f2 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSFileValidator.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSFileValidator.java
@@ -29,7 +29,7 @@ public class CompCSFileValidator implements ISelectionStatusValidator {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.ui.dialogs.ISelectionStatusValidator#validate(java.lang.Object
* [])
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSGroupValidator.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSGroupValidator.java
index 1109fc4282..16438f3a99 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSGroupValidator.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSGroupValidator.java
@@ -37,7 +37,7 @@ public class CompCSGroupValidator {
// TODO: MP: LOW: CompCS: Can augment the model to have isValid() methods to simplify validation
/**
- *
+ *
*/
public CompCSGroupValidator(ICompCS cheatsheet, Form form, String errorCategory) {
fForm = form;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
index 8ed98b25ec..493b2c5a36 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSInputContext.java
@@ -34,11 +34,11 @@ import org.eclipse.ui.IStorageEditorInput;
/**
* CompCSInputContext
- *
+ *
*/
public class CompCSInputContext extends UTF8InputContext {
- public static final String CONTEXT_ID = "compcs-context"; //$NON-NLS-1$
+ public static final String CONTEXT_ID = "compcs-context"; //$NON-NLS-1$
/**
* @param editor
@@ -53,7 +53,7 @@ public class CompCSInputContext extends UTF8InputContext {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.context.InputContext#addTextEditOperation
* (java.util.ArrayList, org.eclipse.pde.core.IModelChangedEvent)
@@ -64,7 +64,7 @@ public class CompCSInputContext extends UTF8InputContext {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.context.InputContext#createModel(org
* .eclipse.ui.IEditorInput)
@@ -94,7 +94,7 @@ public class CompCSInputContext extends UTF8InputContext {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.context.InputContext#getId()
*/
public String getId() {
@@ -103,7 +103,7 @@ public class CompCSInputContext extends UTF8InputContext {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.context.InputContext#getPartitionName
* ()
@@ -114,7 +114,7 @@ public class CompCSInputContext extends UTF8InputContext {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.context.InputContext#flushModel(org
* .eclipse.jface.text.IDocument)
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
index aeda41774e..a51cccb03a 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSMasterTreeSection.java
@@ -54,7 +54,7 @@ import org.eclipse.ui.forms.widgets.Section;
/**
* CompCSMasterTreeSection
- *
+ *
*/
public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
@@ -112,7 +112,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#createClient(org.eclipse
* .ui.forms.widgets.Section, org.eclipse.ui.forms.widgets.FormToolkit)
@@ -148,7 +148,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
}
/**
- *
+ *
*/
private void createTreeListeners() {
// Create listener for the outline view 'link with editor' toggle
@@ -165,7 +165,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
}
/**
- *
+ *
*/
private void initializeTreeViewer() {
@@ -238,7 +238,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#buttonSelected
* (int)
@@ -268,7 +268,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#selectionChanged(org.eclipse
* .jface.viewers.IStructuredSelection)
@@ -279,7 +279,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.cheatsheet.simple.details.ISimpleCSMaster
* #updateButtons()
@@ -330,7 +330,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
}
/**
- *
+ *
*/
private void handleAddTaskAction() {
@@ -357,7 +357,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
}
/**
- *
+ *
*/
private void handleAddGroupAction() {
@@ -377,7 +377,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
}
/**
- *
+ *
*/
private void handleMoveTaskObjectAction(int positionFlag) {
@@ -400,7 +400,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
}
/**
- *
+ *
*/
private void handlePreviewAction() {
// Get the editor input
@@ -447,7 +447,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#modelChanged(org.eclipse
* .pde.core.IModelChangedEvent)
@@ -596,7 +596,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.cheatsheet.ICSMaster#fireSelection()
*/
@@ -606,7 +606,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#fillContextMenu
* (org.eclipse.jface.action.IMenuManager)
@@ -672,7 +672,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#doGlobalAction(java.lang
* .String)
@@ -734,7 +734,7 @@ public class CompCSMasterTreeSection extends TreeSection implements ICSMaster {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#setFormInput(java.lang.Object)
*/
public boolean setFormInput(Object object) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
index 1428619bf5..4bdab9090c 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/CompCSPage.java
@@ -50,7 +50,7 @@ public class CompCSPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#getHelpResource()
*/
protected String getHelpResource() {
@@ -59,7 +59,7 @@ public class CompCSPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormPage#createFormContent(org.
* eclipse.ui.forms.IManagedForm)
@@ -111,7 +111,7 @@ public class CompCSPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#dispose()
*/
public void dispose() {
@@ -125,7 +125,7 @@ public class CompCSPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.core.IModelChangedListener#modelChanged(org.eclipse.pde
* .core.IModelChangedEvent)
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/ActionsMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/ActionsMessages.java
index 50a4b5ed67..64400e5aca 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/ActionsMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/ActionsMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class ActionsMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions.messages"; //$NON-NLS-1$
-
+
public static String CompCSAddGroupAction_group;
public static String CompCSAddTaskAction_task;
public static String CompCSRemoveTaskObjectAction_delete;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAbstractAddAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAbstractAddAction.java
index 7f31ba2903..fb9af462d7 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAbstractAddAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAbstractAddAction.java
@@ -25,7 +25,7 @@ public abstract class CompCSAbstractAddAction extends Action {
protected ICompCSObject fParentObject;
/**
- *
+ *
*/
public CompCSAbstractAddAction() {
// NO-OP
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java
index 6c770f72ff..3429dc40b7 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddGroupAction.java
@@ -23,7 +23,7 @@ import org.eclipse.pde.internal.ui.util.PDELabelUtility;
public class CompCSAddGroupAction extends CompCSAbstractAddAction {
/**
- *
+ *
*/
public CompCSAddGroupAction() {
setText(ActionsMessages.CompCSAddGroupAction_group);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java
index 54b400194e..1d6c015568 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSAddTaskAction.java
@@ -24,7 +24,7 @@ import org.eclipse.pde.internal.ui.util.PDELabelUtility;
public class CompCSAddTaskAction extends CompCSAbstractAddAction {
/**
- *
+ *
*/
public CompCSAddTaskAction() {
setText(ActionsMessages.CompCSAddTaskAction_task);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSRemoveTaskObjectAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSRemoveTaskObjectAction.java
index f9697f8598..86d88d9a4a 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSRemoveTaskObjectAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/actions/CompCSRemoveTaskObjectAction.java
@@ -27,7 +27,7 @@ public class CompCSRemoveTaskObjectAction extends Action {
private ICompCSObject fObjectToSelect;
/**
- *
+ *
*/
public CompCSRemoveTaskObjectAction() {
setText(ActionsMessages.CompCSRemoveTaskObjectAction_delete);
@@ -51,8 +51,8 @@ public class CompCSRemoveTaskObjectAction extends Action {
if (parent.getType() == ICompCSConstants.TYPE_TASKGROUP) {
// Parent is a group
ICompCSTaskGroup group = (ICompCSTaskGroup) parent;
- // Determine the object to select after the deletion
- // takes place
+ // Determine the object to select after the deletion
+ // takes place
determineItemToSelect(group);
// Remove the subitem
group.removeFieldTaskObject(fTaskObject);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSConclusionTextListener.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSConclusionTextListener.java
index 83da50c28f..176b415221 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSConclusionTextListener.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSConclusionTextListener.java
@@ -30,7 +30,7 @@ public class CompCSConclusionTextListener implements IDocumentListener {
private boolean fBlockEvents;
/**
- *
+ *
*/
public CompCSConclusionTextListener() {
fDataTaskObject = null;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
index ed0a6e7b81..1036a3855b 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSDetails.java
@@ -91,7 +91,7 @@ public class CompCSDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createListenersNameEntry() {
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
index ef43008be8..4f2168e819 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSEnclosingTextDetails.java
@@ -78,7 +78,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
private CompCSConclusionTextListener fConclusionListener;
/**
- *
+ *
*/
public CompCSEnclosingTextDetails(int type, ICSMaster section) {
super(section, CompCSInputContext.CONTEXT_ID);
@@ -124,7 +124,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void defineTaskObjectLabelName(int type) {
if (type == ICompCSConstants.TYPE_TASK) {
@@ -165,7 +165,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
// Bind widgets
getToolkit().paintBordersFor(sectionClient);
fEnclosingTextSection.setClient(sectionClient);
- // Mark as a details part to enable cut, copy, paste, etc.
+ // Mark as a details part to enable cut, copy, paste, etc.
markDetailsPart(fEnclosingTextSection);
}
@@ -187,7 +187,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void createUIIntroductionTab() {
CTabItem item = new CTabItem(fTabFolder, SWT.NULL);
@@ -196,7 +196,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void createUIConclusionTab() {
CTabItem item = new CTabItem(fTabFolder, SWT.NULL);
@@ -216,7 +216,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void createUIIntroductionViewer() {
// Create composite
@@ -254,7 +254,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void createUIConclusionViewer() {
// Create composite
@@ -301,7 +301,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void createListenersIntroductionViewer() {
fIntroductionViewer.createUIListeners();
@@ -310,7 +310,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void createListenersConclusionViewer() {
fConclusionViewer.createUIListeners();
@@ -319,7 +319,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void createListenersTabFolder() {
fTabFolder.addSelectionListener(new SelectionAdapter() {
@@ -330,7 +330,7 @@ public class CompCSEnclosingTextDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void updateTabFolder() {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSIntroductionTextListener.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSIntroductionTextListener.java
index 2db6885e20..79045e6ed0 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSIntroductionTextListener.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSIntroductionTextListener.java
@@ -29,7 +29,7 @@ public class CompCSIntroductionTextListener implements IDocumentListener {
private boolean fBlockEvents;
/**
- *
+ *
*/
public CompCSIntroductionTextListener() {
fDataTaskObject = null;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
index e41b25748e..9ca4450507 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskDetails.java
@@ -111,7 +111,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
public void initialize(IManagedForm form) {
super.initialize(form);
// Unfortunately this has to be explicitly called for sub detail
- // sections through its main section parent; since, it never is
+ // sections through its main section parent; since, it never is
// registered directly.
// Initialize managed form for enclosing text section
fEnclosingTextSection.initialize(form);
@@ -185,7 +185,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createListenersNameEntry() {
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) {
@@ -200,7 +200,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createListenersPathEntry() {
fPathEntry.setFormEntryListener(new FormEntryAdapter(this) {
@@ -302,7 +302,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
if (convertPathToken.equals(basePathToken) == false) {
// The path segments are not equal
// Calculate required ".."
- // Last base path segment needs to be included in the
+ // Last base path segment needs to be included in the
// relative path
return createRelativePath(basePathTokenizer.countTokens(), convertPathToken, convertPathTokenizer);
}
@@ -353,7 +353,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
}
// Try to find the simple cheat sheet in the workspace
IResource resource = root.findMember(path);
- // If the simple cheat sheet is found open the simple cheat sheet
+ // If the simple cheat sheet is found open the simple cheat sheet
// editor using it as input; otherwise, opne the simple cheat sheet
// wizard
if ((resource != null) && (resource instanceof IFile)) {
@@ -368,11 +368,11 @@ public class CompCSTaskDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void handleLinkWizardPathEntry() {
NewSimpleCSFileWizard wizard = new NewSimpleCSFileWizard();
- // Select in the tree view the directory this composite cheat sheet is
+ // Select in the tree view the directory this composite cheat sheet is
// stored in
wizard.init(PlatformUI.getWorkbench(), new StructuredSelection(fDataTask.getModel().getUnderlyingResource()));
// Create the dialog for the wizard
@@ -425,7 +425,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
// Append the file name
endPath.append(convertPathTokenizer.nextToken());
}
- // Calculate the number of base path segments to accumulate
+ // Calculate the number of base path segments to accumulate
int baseSegementCount = basePathTokenizer.countTokens() - dotDotCount - 1;
// Check to see if the relative path is bogus
if (baseSegementCount < 0) {
@@ -480,7 +480,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createListenersSkipButton() {
fSkip.addSelectionListener(new SelectionAdapter() {
@@ -509,7 +509,7 @@ public class CompCSTaskDetails extends CSAbstractDetails {
updatePathEntry(editable);
// Update skip button
updateSkipButton(editable);
- // Update fields within enclosing text section
+ // Update fields within enclosing text section
fEnclosingTextSection.updateFields();
}
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
index d9d1e52d74..db6cf810f1 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/CompCSTaskGroupDetails.java
@@ -90,7 +90,7 @@ public class CompCSTaskGroupDetails extends CSAbstractDetails {
public void initialize(IManagedForm form) {
super.initialize(form);
// Unfortunately this has to be explicitly called for sub detail
- // sections through its main section parent; since, it never is
+ // sections through its main section parent; since, it never is
// registered directly.
// Initialize managed form for enclosing text section
fEnclosingTextSection.initialize(form);
@@ -188,7 +188,7 @@ public class CompCSTaskGroupDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createListenersNameEntry() {
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) {
@@ -203,7 +203,7 @@ public class CompCSTaskGroupDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createListenersKindCombo() {
fKindCombo.addSelectionListener(new SelectionAdapter() {
@@ -225,7 +225,7 @@ public class CompCSTaskGroupDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createListenersSkipButton() {
fSkip.addSelectionListener(new SelectionAdapter() {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSCommandManager.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSCommandManager.java
index 2658e8ccbb..94286ef9a6 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSCommandManager.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSCommandManager.java
@@ -33,7 +33,7 @@ public class SimpleCSCommandManager {
private boolean fBlockEvents;
/**
- *
+ *
*/
private SimpleCSCommandManager() {
fCommandMap = Collections.synchronizedMap(new HashMap());
@@ -68,7 +68,7 @@ public class SimpleCSCommandManager {
/**
* @param key
* @param value
- * @return
+ * @return
*/
public synchronized boolean put(String key, String value) {
// Do not add the key-value pair if it is already in the map
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSContentProvider.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSContentProvider.java
index 5092aa3013..1e299de5a9 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSContentProvider.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSContentProvider.java
@@ -26,7 +26,7 @@ public class SimpleCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.ITreeContentProvider#getChildren(java.lang.
* Object)
@@ -47,7 +47,7 @@ public class SimpleCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.ITreeContentProvider#getParent(java.lang.Object
* )
@@ -61,7 +61,7 @@ public class SimpleCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.ITreeContentProvider#hasChildren(java.lang.
* Object)
@@ -72,7 +72,7 @@ public class SimpleCSContentProvider implements ITreeContentProvider {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.jface.viewers.IStructuredContentProvider#getElements(java
* .lang.Object)
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
index 5ae2388e1a..fbd89c0468 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSDefinitionPage.java
@@ -36,7 +36,7 @@ import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
* SimpleCSPage
- *
+ *
*/
public class SimpleCSDefinitionPage extends PDEFormPage implements
IModelChangedListener {
@@ -56,7 +56,7 @@ public class SimpleCSDefinitionPage extends PDEFormPage implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#getHelpResource()
*/
protected String getHelpResource() {
@@ -65,7 +65,7 @@ public class SimpleCSDefinitionPage extends PDEFormPage implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormPage#createFormContent(org.
* eclipse.ui.forms.IManagedForm)
@@ -117,7 +117,7 @@ public class SimpleCSDefinitionPage extends PDEFormPage implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#dispose()
*/
public void dispose() {
@@ -131,7 +131,7 @@ public class SimpleCSDefinitionPage extends PDEFormPage implements
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.core.IModelChangedListener#modelChanged(org.eclipse.pde
* .core.IModelChangedEvent)
@@ -182,7 +182,7 @@ public class SimpleCSDefinitionPage extends PDEFormPage implements
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#setActive(boolean)
*/
public void setActive(boolean active) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
index 112772297e..15ba395718 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSEditor.java
@@ -156,9 +156,9 @@ public class SimpleCSEditor extends CSAbstractEditor {
*/
public ISelection getSelection() {
// Override the parent getSelection because it doesn't work.
- // The selection provider operates at the form level and does not
+ // The selection provider operates at the form level and does not
// track selections made in the master tree view.
- // The selection is required to synchronize the master tree view with
+ // The selection is required to synchronize the master tree view with
// the outline view
IFormPage formPage = getActivePageInstance();
if ((formPage != null) && (formPage instanceof SimpleCSDefinitionPage)) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
index ee863ba7f7..b1a2af2fd1 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSInputContext.java
@@ -32,7 +32,7 @@ import org.eclipse.ui.IURIEditorInput;
public class SimpleCSInputContext extends XMLInputContext {
- public static final String CONTEXT_ID = "simplecs-context"; //$NON-NLS-1$
+ public static final String CONTEXT_ID = "simplecs-context"; //$NON-NLS-1$
/**
* @param editor
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
index 8b6d388e5e..990b77d909 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSMasterTreeSection.java
@@ -42,7 +42,7 @@ import org.eclipse.ui.forms.widgets.Section;
/**
* SimpleCSElementSection
- *
+ *
*/
public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster {
@@ -106,7 +106,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#createClient(org.eclipse
* .ui.forms.widgets.Section, org.eclipse.ui.forms.widgets.FormToolkit)
@@ -150,7 +150,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
private void initializeTreeViewer() {
ISelection selection = fTreeViewer.getSelection();
@@ -199,7 +199,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.StructuredViewerSection#
* isDragAndDropEnabled()
*/
@@ -209,7 +209,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canDragMove
* (java.lang.Object[])
@@ -225,7 +225,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canDropMove
* (java.lang.Object, java.lang.Object[], int)
@@ -443,7 +443,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doDropMove
* (java.lang.Object, java.lang.Object[], int)
@@ -697,7 +697,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doDragRemove
* (java.lang.Object[])
@@ -739,7 +739,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
private void createSubStepInfoDecoration() {
//
@@ -778,7 +778,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
private void createTreeListeners() {
// Create listener for the outline view 'link with editor' toggle
@@ -796,7 +796,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#buttonSelected
* (int)
@@ -826,7 +826,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#selectionChanged(org.eclipse
* .jface.viewers.IStructuredSelection)
@@ -839,7 +839,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
public void updateButtons() {
if (!fModel.isEditable()) {
@@ -946,7 +946,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
private void handleAddStepAction() {
// Get the current selection
@@ -971,7 +971,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
private void handleAddSubStepAction() {
// Get the current selection
@@ -987,7 +987,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
private void handleMoveStepAction(int positionFlag) {
ISimpleCSObject object = getCurrentSelection();
@@ -1008,7 +1008,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
}
/**
- *
+ *
*/
private void handlePreviewAction() {
// Get the editor
@@ -1028,7 +1028,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#modelChanged(org.eclipse
* .pde.core.IModelChangedEvent)
@@ -1053,7 +1053,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#refresh()
*/
public void refresh() {
@@ -1183,7 +1183,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.cheatsheet.ICSMaster#fireSelection()
*/
@@ -1193,7 +1193,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#fillContextMenu
* (org.eclipse.jface.action.IMenuManager)
@@ -1276,7 +1276,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#doGlobalAction(java.lang
* .String)
@@ -1345,7 +1345,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#setFormInput(java.lang.Object)
*/
public boolean setFormInput(Object object) {
@@ -1399,7 +1399,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canPaste(java
* .lang.Object, java.lang.Object[])
@@ -1440,7 +1440,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doPaste(java
* .lang.Object, java.lang.Object[])
@@ -1511,7 +1511,7 @@ public class SimpleCSMasterTreeSection extends TreeSection implements ICSMaster
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#canCut(org.eclipse.jface
* .viewers.ISelection)
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java
index a35341f763..2ddc18d1df 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/SimpleCSSourcePage.java
@@ -161,7 +161,7 @@ public class SimpleCSSourcePage extends XMLSourcePage {
// Get the form editor contributor
SimpleCSEditorContributor contributor = (SimpleCSEditorContributor) editor.getContributor();
// Get the model
- // TODO: MP: SimpleCS: Preview does not show unsaved changes made to source page,
+ // TODO: MP: SimpleCS: Preview does not show unsaved changes made to source page,
// check if fixed after implementing text edit operations
ISimpleCSModel model = (ISimpleCSModel) editor.getAggregateModel();
// Get the preview action
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java
index faf0339eba..4c3f64c57c 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddStepAction.java
@@ -35,7 +35,7 @@ public class SimpleCSAddStepAction extends Action {
private ISimpleCSIntro fIntro;
/**
- *
+ *
*/
public SimpleCSAddStepAction() {
setText(SimpleActionMessages.SimpleCSAddStepAction_actionText);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java
index 90be077cb7..228c6adb01 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSAddSubStepAction.java
@@ -33,7 +33,7 @@ public class SimpleCSAddSubStepAction extends Action {
private ISimpleCSSubItem fSubitem;
/**
- *
+ *
*/
public SimpleCSAddSubStepAction() {
setText(SimpleActionMessages.SimpleCSAddSubStepAction_actionText);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveRunObjectAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveRunObjectAction.java
index 78ab9e0e4a..fe13e38e04 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveRunObjectAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveRunObjectAction.java
@@ -29,7 +29,7 @@ public class SimpleCSRemoveRunObjectAction extends Action {
private ISimpleCSRunContainerObject fRunContainerObject;
/**
- *
+ *
*/
public SimpleCSRemoveRunObjectAction() {
setText(SimpleActionMessages.SimpleCSRemoveRunObjectAction_actionText);
@@ -49,7 +49,7 @@ public class SimpleCSRemoveRunObjectAction extends Action {
*/
public void run() {
if (fRunContainerObject != null) {
- // Determine parent type and remove accordingly
+ // Determine parent type and remove accordingly
ISimpleCSObject parent = fRunContainerObject.getParent();
if (parent.getType() == ISimpleCSConstants.TYPE_ITEM) {
ISimpleCSItem item = (ISimpleCSItem) parent;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveStepAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveStepAction.java
index 79e9f176ec..68ed2c9ec4 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveStepAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveStepAction.java
@@ -27,7 +27,7 @@ public class SimpleCSRemoveStepAction extends Action {
private ISimpleCSObject fObjectToSelect;
/**
- *
+ *
*/
public SimpleCSRemoveStepAction() {
setText(SimpleActionMessages.SimpleCSRemoveStepAction_actionText);
@@ -52,7 +52,7 @@ public class SimpleCSRemoveStepAction extends Action {
if (fItem != null) {
// Parent can only be a cheat sheet
ISimpleCS cheatsheet = (ISimpleCS) fItem.getParent();
- // Determine the item to select after the deletion takes place
+ // Determine the item to select after the deletion takes place
determineItemToSelect(cheatsheet);
// Remove the item
cheatsheet.removeItem(fItem);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveSubStepAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveSubStepAction.java
index 2a18e6dd5c..38d64e6a75 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveSubStepAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/SimpleCSRemoveSubStepAction.java
@@ -31,7 +31,7 @@ public class SimpleCSRemoveSubStepAction extends Action {
private ISimpleCSObject fObjectToSelect;
/**
- *
+ *
*/
public SimpleCSRemoveSubStepAction() {
// TODO: MP: LOW: SimpleCS: Add tool-tip / image ?
@@ -54,26 +54,26 @@ public class SimpleCSRemoveSubStepAction extends Action {
*/
public void run() {
if (fSubItem != null) {
- // Determine parent type and remove accordingly
+ // Determine parent type and remove accordingly
ISimpleCSObject parent = fSubItem.getParent();
if (parent.getType() == ISimpleCSConstants.TYPE_ITEM) {
// Parent is an item
ISimpleCSItem item = (ISimpleCSItem) parent;
- // Determine the item to select after the deletion takes place
+ // Determine the item to select after the deletion takes place
determineItemToSelect(item);
// Remove the subitem
item.removeSubItem(fSubItem);
} else if ((parent.getType() == ISimpleCSConstants.TYPE_REPEATED_SUBITEM) && (fSubItem.getType() == ISimpleCSConstants.TYPE_SUBITEM)) {
// Parent is a repeated subitem
ISimpleCSRepeatedSubItem subitem = (ISimpleCSRepeatedSubItem) parent;
- // Determine the item to select after the deletion takes place
+ // Determine the item to select after the deletion takes place
determineItemToSelect(subitem);
// Remove the subitem
subitem.setSubItem(null);
} else if ((parent.getType() == ISimpleCSConstants.TYPE_CONDITIONAL_SUBITEM) && (fSubItem.getType() == ISimpleCSConstants.TYPE_SUBITEM)) {
// Parent is a conditional subitem
ISimpleCSConditionalSubItem subitem = (ISimpleCSConditionalSubItem) parent;
- // Determine the item to select after the deletion takes place
+ // Determine the item to select after the deletion takes place
determineItemToSelect(subitem);
// Remove the subitem
subitem.removeSubItem((ISimpleCSSubItem) fSubItem);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
index 506c72745b..dba4821513 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandComboPart.java
@@ -35,7 +35,7 @@ public class SimpleCSCommandComboPart extends ComboPart implements ISimpleCSComm
private int fComboEntryLimit;
/**
- *
+ *
*/
public SimpleCSCommandComboPart() {
super();
@@ -63,7 +63,7 @@ public class SimpleCSCommandComboPart extends ComboPart implements ISimpleCSComm
super.createControl(parent, toolkit, style);
// Connect to the global command manager
SimpleCSCommandManager.Instance().addCommandKeyListener(this);
- // Register to be notified when the combo is diposed in order to
+ // Register to be notified when the combo is diposed in order to
// disconnect from the global command manager
addDisposeListener(this);
}
@@ -102,10 +102,10 @@ public class SimpleCSCommandComboPart extends ComboPart implements ISimpleCSComm
}
/**
- *
+ *
*/
private void removeLeastRecentEntry() {
- // The least recent entry is the last non-selected entry in the
+ // The least recent entry is the last non-selected entry in the
// reciever's list
int entryCount = getItemCount();
// Nothing to do if there is one entry or no entries
@@ -118,8 +118,8 @@ public class SimpleCSCommandComboPart extends ComboPart implements ISimpleCSComm
// Important: The entry may be selected for another model object;
// since, the details page is static. As a result, removing the last
// entry for this model object may remove a selected entry for another
- // model object. In that case, the entry is re-inserted into the
- // reciever when the other model object is selected again
+ // model object. In that case, the entry is re-inserted into the
+ // reciever when the other model object is selected again
if (lastEntry != getSelectionIndex()) {
remove(lastEntry);
return;
@@ -144,7 +144,7 @@ public class SimpleCSCommandComboPart extends ComboPart implements ISimpleCSComm
}
/**
- * Specify the index to insert the new command key into the combo box
+ * Specify the index to insert the new command key into the combo box
* reciever. Applicable to new command keys obtained via new command key
* events (Source: other combo boxes).
* @param newCommandKeyIndex
@@ -169,7 +169,7 @@ public class SimpleCSCommandComboPart extends ComboPart implements ISimpleCSComm
}
/**
- *
+ *
*/
public void populate() {
// Populate the combo with all the values found in the command manager
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
index dd57f5e69e..aacf36943f 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
@@ -115,7 +115,7 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
data = new GridData(GridData.FILL_HORIZONTAL);
commandSection.setLayoutData(data);
- // Create container for command section
+ // Create container for command section
Composite commandSectionClient = toolkit.createComposite(commandSection);
commandSectionClient.setLayout(FormLayoutFactory.createSectionClientGridLayout(false, columnSpan));
@@ -134,10 +134,10 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
fCommandCombo.add(F_NO_COMMAND);
fCommandCombo.setText(F_NO_COMMAND);
fCommandCombo.populate();
- // Always insert new command keys obtained from other combo boxes in
+ // Always insert new command keys obtained from other combo boxes in
// the position after the no command entry
fCommandCombo.setNewCommandKeyIndex(F_COMMAND_INSERTION_INDEX);
- // Limit the combo box to the 11 most recent entries (includes no
+ // Limit the combo box to the 11 most recent entries (includes no
// command entry)
fCommandCombo.setComboEntryLimit(11);
@@ -207,7 +207,7 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
}
String selection = fCommandCombo.getSelection();
if (selection.equals(F_NO_COMMAND) == false) {
- // Get the associated serialization stored as data against the
+ // Get the associated serialization stored as data against the
// command name
String serialization = fCommandCombo.getValue(selection);
if (PDETextHelper.isDefined(serialization)) {
@@ -298,7 +298,7 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void updateUICommandOptional() {
// Attribute: required
@@ -335,7 +335,7 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void clearCommandUI() {
// Clear the command combo
@@ -345,7 +345,7 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void updateCommandEnablement() {
// Ensure data object is defined
@@ -358,7 +358,7 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
ISimpleCSItem item = (ISimpleCSItem) fRun;
// Preserve cheat sheet validity
// Semantic Rule: Cannot have a subitem and any of the following
- // together: perform-when, command, action
+ // together: perform-when, command, action
if (item.hasSubItems()) {
editable = false;
updateCommandInfoDecoration(true);
@@ -499,8 +499,8 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
String keyString = (String) key;
// If present, remove the fully qualified ID from the
// paramater key
- // i.e. "org.eclipse.ui.perspective" becomes just
- // "perspective"
+ // i.e. "org.eclipse.ui.perspective" becomes just
+ // "perspective"
int dotIndex = keyString.lastIndexOf('.');
if ((dotIndex != -1) && (dotIndex != (keyString.length() - 1))) {
keyString = keyString.substring(dotIndex + 1);
@@ -538,7 +538,7 @@ public class SimpleCSCommandDetails extends CSAbstractSubDetails {
}
/**
- *
+ *
*/
private void updateCommandInfoDecoration(boolean showDecoration) {
if (showDecoration) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
index 7dc173b856..5518fe59b0 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSHelpDetails.java
@@ -45,7 +45,7 @@ import org.eclipse.ui.model.WorkbenchLabelProvider;
/**
* SimpleCSHelpDetailsSection
- *
+ *
*/
public class SimpleCSHelpDetails extends CSAbstractSubDetails {
@@ -87,7 +87,7 @@ public class SimpleCSHelpDetails extends CSAbstractSubDetails {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.cheatsheet.CSAbstractDetails#setData
* (java.lang.Object)
@@ -99,7 +99,7 @@ public class SimpleCSHelpDetails extends CSAbstractSubDetails {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.cheatsheet.simple.details.ISimpleCSDetails
* #createDetails(org.eclipse.swt.widgets.Composite)
@@ -173,7 +173,7 @@ public class SimpleCSHelpDetails extends CSAbstractSubDetails {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.cheatsheet.simple.details.ISimpleCSDetails
* #hookListeners()
@@ -308,7 +308,7 @@ public class SimpleCSHelpDetails extends CSAbstractSubDetails {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.cheatsheet.simple.details.ISimpleCSDetails
* #updateFields()
@@ -352,7 +352,7 @@ public class SimpleCSHelpDetails extends CSAbstractSubDetails {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#commit(boolean)
*/
public void commit(boolean onSave) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
index faf9143aec..e1f4b19199 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSIntroDetails.java
@@ -93,7 +93,7 @@ public class SimpleCSIntroDetails extends CSAbstractDetails {
public void initialize(IManagedForm form) {
super.initialize(form);
// Unfortunately this has to be explicitly called for sub detail
- // sections through its main section parent; since, it never is
+ // sections through its main section parent; since, it never is
// registered directly.
// Initialize managed form for help section
fHelpSection.initialize(form);
@@ -150,7 +150,7 @@ public class SimpleCSIntroDetails extends CSAbstractDetails {
fContentViewer = new PDESourceViewer(getPage());
fContentViewer.createUI(parent, 90, 60);
// Needed to align vertically with form entry field and allow space
- // for a possible field decoration
+ // for a possible field decoration
((GridData) fContentViewer.getViewer().getTextWidget().getLayoutData()).horizontalIndent = FormLayoutFactory.CONTROL_HORIZONTAL_INDENT;
}
@@ -171,7 +171,7 @@ public class SimpleCSIntroDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createUIListenersContentViewer() {
fContentViewer.createUIListeners();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
index 7dcd23e6ad..ac4d08bead 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSItemDetails.java
@@ -88,7 +88,7 @@ public class SimpleCSItemDetails extends CSAbstractDetails {
public void initialize(IManagedForm form) {
super.initialize(form);
// Unfortunately this has to be explicitly called for sub detail
- // sections through its main section parent; since, it never is
+ // sections through its main section parent; since, it never is
// registered directly.
// Initialize managed form for help section
fHelpSection.initialize(form);
@@ -167,12 +167,12 @@ public class SimpleCSItemDetails extends CSAbstractDetails {
fContentViewer = new PDESourceViewer(getPage());
fContentViewer.createUI(parent, 90, 60);
// Needed to align vertically with form entry field and allow space
- // for a possible field decoration
+ // for a possible field decoration
((GridData) fContentViewer.getViewer().getTextWidget().getLayoutData()).horizontalIndent = FormLayoutFactory.CONTROL_HORIZONTAL_INDENT;
}
/**
- *
+ *
*/
private void createSkipInfoDecoration() {
// Skip info decoration
@@ -218,7 +218,7 @@ public class SimpleCSItemDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void createUIListenersContentViewer() {
fContentViewer.createUIListeners();
@@ -310,7 +310,7 @@ public class SimpleCSItemDetails extends CSAbstractDetails {
}
/**
- *
+ *
*/
private void updateSkipEnablement() {
// Ensure data object is defined
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
index dd4982be65..4a42748895 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleCSSubItemDetails.java
@@ -90,7 +90,7 @@ public class SimpleCSSubItemDetails extends CSAbstractDetails {
public void initialize(IManagedForm form) {
super.initialize(form);
// Unfortunately this has to be explicitly called for sub detail
- // sections through its main section parent; since, it never is
+ // sections through its main section parent; since, it never is
// registered directly.
// Initialize managed form for command section
fCommandSection.initialize(form);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleDetailsMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleDetailsMessages.java
index acc7e7a133..fc608a6e33 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleDetailsMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/details/SimpleDetailsMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class SimpleDetailsMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.editor.cheatsheet.simple.details.messages"; //$NON-NLS-1$
-
+
public static String SimpleCSCommandDetails_attrCommand;
public static String SimpleCSCommandDetails_attrOptional;
public static String SimpleCSCommandDetails_attrParameters;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java
index 906cfc1da6..7385b01edc 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpContentProvider.java
@@ -18,7 +18,7 @@ import org.eclipse.pde.internal.ua.core.ctxhelp.text.CtxHelpObject;
import org.eclipse.pde.internal.ui.elements.DefaultContentProvider;
/**
- * Content provider for the tree section of the context help editor. Gets the children of
+ * Content provider for the tree section of the context help editor. Gets the children of
* each element.
* @since 3.4
* @see CtxHelpTreeSection
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
index 9fbc0d88d3..063966bf6e 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpEditor.java
@@ -126,7 +126,7 @@ public class CtxHelpEditor extends MultiSourceEditor {
/**
* Returns the <code>IShowInSource</code> for this editor.
- * @return the <code>IShowInSource</code>
+ * @return the <code>IShowInSource</code>
*/
private IShowInSource getShowInSource() {
return new IShowInSource() {
@@ -161,7 +161,7 @@ public class CtxHelpEditor extends MultiSourceEditor {
/**
* Returns the <code>IShowInTargetList</code> for this editor.
- * @return the <code>IShowInTargetList</code>
+ * @return the <code>IShowInTargetList</code>
*/
private IShowInTargetList getShowInTargetList() {
return new IShowInTargetList() {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
index 83c617cb50..a916b91379 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpInputContext.java
@@ -36,7 +36,7 @@ import org.eclipse.ui.IURIEditorInput;
*/
public class CtxHelpInputContext extends XMLInputContext {
- public static final String CONTEXT_ID = "ctxhelp-context"; //$NON-NLS-1$
+ public static final String CONTEXT_ID = "ctxhelp-context"; //$NON-NLS-1$
public CtxHelpInputContext(PDEFormEditor editor, IEditorInput input, boolean primary) {
super(editor, input, primary);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
index 8a4db78fef..861935173a 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpPage.java
@@ -37,7 +37,7 @@ import org.eclipse.ui.forms.widgets.ScrolledForm;
* The main page for the context help editor. Contains a tree displaying the
* structure of the xml and a details section. UI elements are handled by
* CtxHelpBlock.
- *
+ *
* @since 3.4
* @see CtxHelpEditor
* @see CtxHelpBlock
@@ -61,7 +61,7 @@ public class CtxHelpPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormPage#createFormContent(org.
* eclipse.ui.forms.IManagedForm)
@@ -99,7 +99,7 @@ public class CtxHelpPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#dispose()
*/
public void dispose() {
@@ -112,7 +112,7 @@ public class CtxHelpPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.core.IModelChangedListener#modelChanged(org.eclipse.pde
* .core.IModelChangedEvent)
@@ -130,7 +130,7 @@ public class CtxHelpPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#setActive(boolean)
*/
public void setActive(boolean active) {
@@ -177,7 +177,7 @@ public class CtxHelpPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#getHelpResource()
*/
protected String getHelpResource() {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
index c02131abef..87ef48c70f 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/CtxHelpTreeSection.java
@@ -54,7 +54,7 @@ import org.eclipse.ui.keys.IBindingService;
/**
* Tree section for the context help editor. Displays the structure of the xml
* file and adds actions allowing manipulation of the structure.
- *
+ *
* @since 3.4
* @see CtxHelpEditor
*/
@@ -106,7 +106,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Action that allows a linked file to be opened in the editor
- *
+ *
* @since 3.4
*/
class OpenLinkAction extends Action {
@@ -139,7 +139,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#createClient(org.eclipse
* .ui.forms.widgets.Section, org.eclipse.ui.forms.widgets.FormToolkit)
@@ -217,7 +217,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Adds a link (with hand cursor) for tree 'Collapse All' action, which
* collapses the tree down to the second level
- *
+ *
* @param section
* The section that the toolbar will belong to
* @param toolkit
@@ -241,7 +241,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Create the tree widget that will contain the structure
- *
+ *
* @param container
* The container of the tree widget
* @param toolkit
@@ -264,7 +264,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#createTreeViewer(org.eclipse
* .swt.widgets.Composite, int)
@@ -298,7 +298,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#setFormInput(java.lang.Object)
*/
public boolean setFormInput(Object object) {
@@ -341,7 +341,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#selectionChanged(org.eclipse
* .jface.viewers.IStructuredSelection)
@@ -423,7 +423,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#fillContextMenu
* (org.eclipse.jface.action.IMenuManager)
@@ -483,7 +483,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Creates and a new submenu in the given menu manager and adds actions to
* allow a linked file to be opened in various views.
- *
+ *
* @param manager
* menu manager to add the submenu to
*/
@@ -512,7 +512,7 @@ public class CtxHelpTreeSection extends TreeSection {
* Updates the add context action if the action should be available for the
* selection. Updates enablement, parent object and target object. Returns
* true if the action should be available to the selection.
- *
+ *
* @param selectedObject
* selected object
* @return true if the action should be available for the current selection,
@@ -546,7 +546,7 @@ public class CtxHelpTreeSection extends TreeSection {
* Updates the add topic action if the action should be available for the
* selection. Updates enablement, parent object and target object. Returns
* true if the action should be available to the selection.
- *
+ *
* @param selectedObject
* selected object
* @return true if the action should be available for the current selection,
@@ -574,7 +574,7 @@ public class CtxHelpTreeSection extends TreeSection {
* Updates the add topic action if the action should be available for the
* selection. Updates enablement, parent object and target object. Returns
* true if the action should be available to the selection.
- *
+ *
* @param selectedObject
* selected object
* @return true if the action should be available for the current selection,
@@ -603,7 +603,7 @@ public class CtxHelpTreeSection extends TreeSection {
* Updates the remove action if the action should be available for the
* selection. Updates enablement, parent object and target object. Returns
* true if the action should be available to the selection.
- *
+ *
* @param selectedObject
* selected object
* @return true if the action should be available for the current selection,
@@ -621,7 +621,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Returns a list of objects that is the subset of objects in the selection
* that can be removed.
- *
+ *
* @param selection
* the selection
* @return list of {@link CtxHelpObject}s that can be removed, possibly
@@ -641,7 +641,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#doGlobalAction(java.lang
* .String)
@@ -666,7 +666,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canPaste(java
* .lang.Object, java.lang.Object[])
@@ -678,7 +678,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doPaste(java
* .lang.Object, java.lang.Object[])
@@ -689,7 +689,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#handleDoubleClick(org.
* eclipse.jface.viewers.IStructuredSelection)
@@ -705,7 +705,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Opens the file that is linked in the given topic.
- *
+ *
* @param topic
* the topic containing a link to a file
*/
@@ -745,7 +745,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#buttonSelected
* (int)
@@ -783,7 +783,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Move an object within the structure.
- *
+ *
* @param positionFlag
* The direction that the object will move, either F_UP_FLAG or
* F_DOWN_FLAG
@@ -807,7 +807,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#dispose()
*/
public void dispose() {
@@ -818,7 +818,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.StructuredViewerSection#
* isDragAndDropEnabled()
*/
@@ -828,7 +828,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.StructuredViewerSection#
* getSupportedDNDOperations()
*/
@@ -838,7 +838,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doDropCopy
* (java.lang.Object, java.lang.Object[], int)
@@ -879,7 +879,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doDropMove
* (java.lang.Object, java.lang.Object[], int)
@@ -891,7 +891,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canDropCopy
* (java.lang.Object, java.lang.Object[], int)
@@ -952,7 +952,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canDropMove
* (java.lang.Object, java.lang.Object[], int)
@@ -965,7 +965,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canDragCopy
* (java.lang.Object[])
@@ -977,7 +977,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canDragMove
* (java.lang.Object[])
@@ -995,7 +995,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doDragRemove
* (java.lang.Object[])
@@ -1008,7 +1008,7 @@ public class CtxHelpTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#modelChanged(org.eclipse
* .pde.core.IModelChangedEvent)
@@ -1032,7 +1032,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Handles the swap event
- *
+ *
* @param event
* the swap event
*/
@@ -1047,7 +1047,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* The model is stale, refresh the UI
- *
+ *
* @param event
* The world-change event
*/
@@ -1057,7 +1057,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Handle insertions in the model
- *
+ *
* @param event
* the insertion event
*/
@@ -1081,7 +1081,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Handle removals in the model
- *
+ *
* @param event
* the removal event
*/
@@ -1107,7 +1107,7 @@ public class CtxHelpTreeSection extends TreeSection {
/**
* Handle an update to an object's properties
- *
+ *
* @param event
* the update event
*/
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpAbstractAddAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpAbstractAddAction.java
index df114fba52..c9bc70372e 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpAbstractAddAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpAbstractAddAction.java
@@ -28,7 +28,7 @@ public abstract class CtxHelpAbstractAddAction extends Action {
/**
* Set the parent object that this action will add
* objects to.
- *
+ *
* @param parent The new parent object for this action
*/
public void setParentObject(CtxHelpObject parent) {
@@ -38,7 +38,7 @@ public abstract class CtxHelpAbstractAddAction extends Action {
/**
* Set the target object that this action will add
* objects after.
- *
+ *
* @param target The new target object for this action
*/
public void setTargetObject(CtxHelpObject target) {
@@ -69,7 +69,7 @@ public abstract class CtxHelpAbstractAddAction extends Action {
/**
* Add the child to the parent object. If a target object is specified,
* add the child as a sibling after that object.
- *
+ *
* @param child The object to add to the parent
*/
protected void addChild(CtxHelpObject child) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDetailsMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDetailsMessages.java
index bce364565f..8cd5b9bbc2 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDetailsMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpDetailsMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class CtxHelpDetailsMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.editor.ctxhelp.details.messages"; //$NON-NLS-1$
-
+
public static String CtxHelpCommandDetails_commandDesc;
public static String CtxHelpCommandDetails_commandText;
public static String CtxHelpCommandDetails_labelDesc;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpRemoveAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpRemoveAction.java
index 26f22ef4ef..1a4baddd98 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpRemoveAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/details/CtxHelpRemoveAction.java
@@ -61,7 +61,7 @@ public class CtxHelpRemoveAction extends Action {
/**
* Determine the next object that should be selected
* after the designated object has been removed
- *
+ *
* @param parent The parent of the deleted object
*/
private void determineNextSelection(CtxHelpObject parent, int index) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocBlock.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocBlock.java
index 93db7f1fac..8b4059f211 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocBlock.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocBlock.java
@@ -30,7 +30,7 @@ import org.eclipse.ui.forms.IDetailsPageProvider;
import org.eclipse.ui.forms.IManagedForm;
/**
- *
+ *
*/
public class TocBlock extends PDEMasterDetailsBlock implements IModelChangedListener, IDetailsPageProvider {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java
index dac0cd4e55..fa9a671637 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocContentProvider.java
@@ -24,7 +24,7 @@ import org.eclipse.pde.internal.ui.elements.DefaultContentProvider;
public class TocContentProvider extends DefaultContentProvider implements ITreeContentProvider {
/**
- *
+ *
*/
public TocContentProvider() {
// NO-OP
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDragAdapter.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDragAdapter.java
index 8c1cf16fab..bff55c4c64 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDragAdapter.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDragAdapter.java
@@ -36,7 +36,7 @@ public class TocDragAdapter implements DragSourceListener {
/**
* Constructs a new Drag Adapter with the specified selection
* provider and TocTreeSection
- *
+ *
* @param provider The provider of the dragged items
* @param section The section that will handle removal
*/
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDropAdapter.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDropAdapter.java
index 666be86234..6abe4be752 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDropAdapter.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocDropAdapter.java
@@ -35,7 +35,7 @@ public class TocDropAdapter extends ViewerDropAdapter {
private TocTreeSection fSection;
/**
- * Constant describing the position of the cursor relative
+ * Constant describing the position of the cursor relative
* to the target object. This means the mouse is positioned
* slightly after the target, but not after its children if it is
* expanded.
@@ -126,9 +126,9 @@ public class TocDropAdapter extends ViewerDropAdapter {
* Set the Drag and Drop mode depending on the dragged items and event
* details. Files can only be copied, not linked or moved.
* Model data objects can have any operation occur.
- *
+ *
* All other objects cannot be dropped.
- *
+ *
* @param event The drop event to change.
*/
private void setDNDMode(DropTargetEvent event) {
@@ -151,9 +151,9 @@ public class TocDropAdapter extends ViewerDropAdapter {
/**
* Ensure that, if files are being dropped, they have valid
* file extensions for the TOC Editor (HTML pages and XML documents).
- *
+ *
* Invalidate the drop if this condition is not met.
- *
+ *
* @param event The drop event containing the transfer.
*/
private void validateFileDrop(DropTargetEvent event) {
@@ -197,7 +197,7 @@ public class TocDropAdapter extends ViewerDropAdapter {
/* (non-Javadoc)
* Override the behaviour of ViewerDropAdapter#dragLeave(org.eclipse.swt.dnd.DropTargetEvent)
- *
+ *
* @see org.eclipse.swt.dnd.DropTargetAdapter#dragLeave(org.eclipse.swt.dnd.DropTargetEvent)
*/
public void dragLeave(DropTargetEvent event) { //NO-OP
@@ -205,7 +205,7 @@ public class TocDropAdapter extends ViewerDropAdapter {
/* (non-Javadoc)
* Override the behaviour of ViewerDropAdapter#dropAccept(org.eclipse.swt.dnd.DropTargetEvent)
- *
+ *
* @see org.eclipse.swt.dnd.DropTargetAdapter#dropAccept(org.eclipse.swt.dnd.DropTargetEvent)
*/
public void dropAccept(DropTargetEvent event) { //NO-OP
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
index 63216f159d..00650f4f0a 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocEditor.java
@@ -71,7 +71,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormEditor#getEditorID()
*/
protected String getEditorID() {
@@ -127,7 +127,7 @@ public class TocEditor extends MultiSourceEditor {
/**
* Returns the <code>IShowInSource</code> for this section.
- *
+ *
* @return the <code>IShowInSource</code>
*/
private IShowInSource getShowInSource() {
@@ -181,7 +181,7 @@ public class TocEditor extends MultiSourceEditor {
/**
* Returns the <code>IShowInTargetList</code> for this section.
- *
+ *
* @return the <code>IShowInTargetList</code>
*/
private IShowInTargetList getShowInTargetList() {
@@ -195,7 +195,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormEditor#isSaveAsAllowed()
*/
public boolean isSaveAsAllowed() {
@@ -204,7 +204,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#getContextIDForSaveAs()
*/
@@ -214,7 +214,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormEditor#addEditorPages()
*/
protected void addEditorPages() {
@@ -229,7 +229,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#createContentOutline()
*/
@@ -239,7 +239,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#createInputContextManager
* ()
@@ -250,7 +250,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#createResourceContexts
* (org.eclipse.pde.internal.ui.editor.context.InputContextManager,
@@ -264,7 +264,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#createStorageContexts
* (org.eclipse.pde.internal.ui.editor.context.InputContextManager,
@@ -277,7 +277,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#createSystemFileContexts
* (org.eclipse.pde.internal.ui.editor.context.InputContextManager,
@@ -296,7 +296,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#editorContextAdded(org
* .eclipse.pde.internal.ui.editor.context.InputContext)
@@ -308,7 +308,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#getInputContext(java
* .lang.Object)
@@ -319,7 +319,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @seeorg.eclipse.pde.internal.ui.editor.context.IInputContextListener#
* contextRemoved(org.eclipse.pde.internal.ui.editor.context.InputContext)
*/
@@ -329,7 +329,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @seeorg.eclipse.pde.internal.ui.editor.context.IInputContextListener#
* monitoredFileAdded(org.eclipse.core.resources.IFile)
*/
@@ -339,7 +339,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @seeorg.eclipse.pde.internal.ui.editor.context.IInputContextListener#
* monitoredFileRemoved(org.eclipse.core.resources.IFile)
*/
@@ -349,7 +349,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormEditor#getSelection()
*/
public ISelection getSelection() {
@@ -381,7 +381,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.MultiSourceEditor#createSourcePage
* (org.eclipse.pde.internal.ui.editor.PDEFormEditor, java.lang.String,
@@ -424,7 +424,7 @@ public class TocEditor extends MultiSourceEditor {
}
/**
- *
+ *
*/
private void createUIListenerImageHyperlinkRegisterToc() {
fImageHyperlinkRegisterTOC
@@ -467,7 +467,7 @@ public class TocEditor extends MultiSourceEditor {
}
/**
- *
+ *
*/
private void handleLinkActivatedRegisterTOC() {
RegisterTocWizard wizard = new RegisterTocWizard(
@@ -487,7 +487,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#doSave(org.eclipse.core
* .runtime.IProgressMonitor)
@@ -504,7 +504,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormEditor#dispose()
*/
public void dispose() {
@@ -515,7 +515,7 @@ public class TocEditor extends MultiSourceEditor {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormEditor#createInputContexts(
* org.eclipse.pde.internal.ui.editor.context.InputContextManager)
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocFileValidator.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocFileValidator.java
index 4aac3a4130..67bd67cc8e 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocFileValidator.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocFileValidator.java
@@ -26,7 +26,7 @@ public class TocFileValidator implements ISelectionStatusValidator {
IBaseModel fModel;
/**
- *
+ *
*/
public TocFileValidator(IBaseModel model) {
fModel = model;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
index 7ecbdcc6dc..10f7927149 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocInputContext.java
@@ -32,7 +32,7 @@ import org.eclipse.ui.IURIEditorInput;
public class TocInputContext extends XMLInputContext {
- public static final String CONTEXT_ID = "toc-context"; //$NON-NLS-1$
+ public static final String CONTEXT_ID = "toc-context"; //$NON-NLS-1$
/**
* @param editor
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
index 935b392f52..278abb4e97 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocPage.java
@@ -39,7 +39,7 @@ import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
* TocPage
- *
+ *
*/
public class TocPage extends PDEFormPage implements IModelChangedListener {
public static final String PAGE_ID = "tocPage"; //$NON-NLS-1$
@@ -64,7 +64,7 @@ public class TocPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDEFormPage#createFormContent(org.
* eclipse.ui.forms.IManagedForm)
@@ -111,7 +111,7 @@ public class TocPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#dispose()
*/
public void dispose() {
@@ -125,7 +125,7 @@ public class TocPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.core.IModelChangedListener#modelChanged(org.eclipse.pde
* .core.IModelChangedEvent)
@@ -221,7 +221,7 @@ public class TocPage extends PDEFormPage implements IModelChangedListener {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.editor.PDEFormPage#getHelpResource()
*/
protected String getHelpResource() {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
index 56d070588e..8e753257cd 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/TocTreeSection.java
@@ -129,7 +129,7 @@ public class TocTreeSection extends TreeSection {
/**
* Constructs a new TOC tree section.
- *
+ *
* @param formPage
* The page that will hold this new tree section
* @param parent
@@ -161,7 +161,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#createClient(org.eclipse
* .ui.forms.widgets.Section, org.eclipse.ui.forms.widgets.FormToolkit)
@@ -189,7 +189,7 @@ public class TocTreeSection extends TreeSection {
/**
* Adds a link (with hand cursor) for tree 'Collapse All' action, which
* collapses the TOC tree down to the second level
- *
+ *
* @param section
* The section that the toolbar will belong to
* @param toolkit
@@ -213,7 +213,7 @@ public class TocTreeSection extends TreeSection {
/**
* Create the tree widget that will contain the TOC
- *
+ *
* @param container
* The container of the tree widget
* @param toolkit
@@ -300,7 +300,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#setFormInput(java.lang.Object)
*/
public boolean setFormInput(Object object) {
@@ -345,7 +345,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#selectionChanged(org.eclipse
* .jface.viewers.IStructuredSelection)
@@ -440,7 +440,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#fillContextMenu
* (org.eclipse.jface.action.IMenuManager)
@@ -515,7 +515,7 @@ public class TocTreeSection extends TreeSection {
/**
* Add the addition actions (Topic, Link, Anchor) to the specified submenu
- *
+ *
* @param submenu
* The submenu to add the addition actions to
* @param tocObject
@@ -545,7 +545,7 @@ public class TocTreeSection extends TreeSection {
/**
* Add the remove action to the context menu.
- *
+ *
* @param manager
* The context menu to add the remove action to
* @param tocObject
@@ -565,7 +565,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#canPaste(java
* .lang.Object, java.lang.Object[])
@@ -576,7 +576,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#doGlobalAction(java.lang
* .String)
@@ -599,7 +599,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#doPaste(java
* .lang.Object, java.lang.Object[])
@@ -610,7 +610,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#handleDoubleClick(org.
* eclipse.jface.viewers.IStructuredSelection)
@@ -629,7 +629,7 @@ public class TocTreeSection extends TreeSection {
/**
* Opens a document with the specified path
- *
+ *
* @param path
* a path to a resource, relative to this TOC's root project
*/
@@ -781,14 +781,14 @@ public class TocTreeSection extends TreeSection {
/**
* Perform a drop of the specified objects on the target in the widget
- *
+ *
* @param currentTarget
* The object that the drop will occur near/on
* @param dropped
* The dropped objects
* @param location
* The location of the drop relative to the target
- *
+ *
* @return true iff the drop was successful
*/
public boolean performDrop(Object currentTarget, Object dropped,
@@ -850,7 +850,7 @@ public class TocTreeSection extends TreeSection {
* Determine the parent object that a drop will occur under, based on the
* relative location of the drop and the ability of the target to be a
* parent
- *
+ *
* @param dropTarget
* The target that the drop occurs near/on
* @param dropLocation
@@ -917,14 +917,14 @@ public class TocTreeSection extends TreeSection {
/**
* Get the TocObject representations of a group of dropped objects.
- *
+ *
* @param droppings
* The objects that are dropped; can be file path Strings or
* deserialized TocObjects
- *
+ *
* @param targetParent
* The designated parent of the dropped objects
- *
+ *
* @return a list of the (reconnected) TocObject representations of the
* dropped objects
*/
@@ -994,12 +994,12 @@ public class TocTreeSection extends TreeSection {
* Generate the title of a Topic created via dragging in an HTML page. Use
* the title of the HTML page, or generate a name based on the target parent
* if no title exists.
- *
+ *
* @param targetParent
* The designated parent of this topic
* @param path
* The path to the HTML file
- *
+ *
* @return The generated name of the Topic.
*/
private String generateTitle(TocTopic targetParent, Path path) {
@@ -1023,12 +1023,12 @@ public class TocTreeSection extends TreeSection {
/**
* Create a new Topic node using the model's factory.
- *
+ *
* @param parent
* The designated parent for the new topic
* @param path
* The file that this Topic will link to
- *
+ *
* @return the newly created topic
*/
private TocTopic makeNewTocTopic(TocObject parent, IFile file) {
@@ -1037,12 +1037,12 @@ public class TocTreeSection extends TreeSection {
/**
* Create a new Link node using the model's factory.
- *
+ *
* @param parent
* The designated parent for the new link
* @param path
* The file that this link will be associated with
- *
+ *
* @return the newly created link
*/
private TocLink makeNewTocLink(TocObject parent, IFile file) {
@@ -1051,7 +1051,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.StructuredViewerSection#buttonSelected
* (int)
@@ -1082,7 +1082,7 @@ public class TocTreeSection extends TreeSection {
/**
* Handle the addition of an object by preparing and running the specified
* action.
- *
+ *
* @param action
* The action to run for the addition
*/
@@ -1113,7 +1113,7 @@ public class TocTreeSection extends TreeSection {
/**
* Handle the addition of multiple initialized objects to the TOC.
- *
+ *
* @param objectsToAdd
* The objects to be added
* @param tocTarget
@@ -1186,7 +1186,7 @@ public class TocTreeSection extends TreeSection {
/**
* Remove the items listed from the TOC.
- *
+ *
* @param itemsToRemove
* The list of items to remove from the TOC
*/
@@ -1202,7 +1202,7 @@ public class TocTreeSection extends TreeSection {
/**
* Handle the dragging of objects out of this TOC.
- *
+ *
* @param itemsDragged
* The items dragged out of the TOC
*/
@@ -1216,7 +1216,7 @@ public class TocTreeSection extends TreeSection {
/**
* Move an object within the TOC.
- *
+ *
* @param positionFlag
* The direction that the object will move
*/
@@ -1242,7 +1242,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.PDESection#modelChanged(org.eclipse
* .pde.core.IModelChangedEvent)
@@ -1280,7 +1280,7 @@ public class TocTreeSection extends TreeSection {
/**
* The model is stale, refresh the UI
- *
+ *
* @param event
* The world-change event
*/
@@ -1290,7 +1290,7 @@ public class TocTreeSection extends TreeSection {
/**
* Handle insertions in the model
- *
+ *
* @param event
* the insertion event
*/
@@ -1312,7 +1312,7 @@ public class TocTreeSection extends TreeSection {
/**
* Handle removals in the model
- *
+ *
* @param event
* the removal event
*/
@@ -1329,7 +1329,7 @@ public class TocTreeSection extends TreeSection {
/**
* An object was removed, update the UI to respond to the removal
- *
+ *
* @param object
* The object that was removed
*/
@@ -1354,7 +1354,7 @@ public class TocTreeSection extends TreeSection {
/**
* Handle an update to a TocObject's properties
- *
+ *
* @param event
* the update event
*/
@@ -1370,7 +1370,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#refresh()
*/
public void refresh() {
@@ -1385,7 +1385,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.pde.internal.ui.editor.TreeSection#createTreeViewer(org.eclipse
* .swt.widgets.Composite, int)
@@ -1398,7 +1398,7 @@ public class TocTreeSection extends TreeSection {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.forms.AbstractFormPart#dispose()
*/
public void dispose() {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocActionMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocActionMessages.java
index 4342be3540..5d1f099add 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocActionMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocActionMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class TocActionMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.editor.toc.actions.messages"; //$NON-NLS-1$
-
+
public static String TocAddAnchorAction_anchor;
public static String TocAddLinkAction_link;
public static String TocAddTopicAction_topic;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddObjectAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddObjectAction.java
index acb8238fdd..2792db6f2d 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddObjectAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocAddObjectAction.java
@@ -30,7 +30,7 @@ public abstract class TocAddObjectAction extends Action {
/**
* Set the parent object that this action will add
* objects to.
- *
+ *
* @param parent The new parent object for this action
*/
public void setParentObject(TocObject parent) {
@@ -40,7 +40,7 @@ public abstract class TocAddObjectAction extends Action {
/**
* Set the target object that this action will add
* objects after.
- *
+ *
* @param target The new target object for this action
*/
public void setTargetObject(TocObject target) {
@@ -66,7 +66,7 @@ public abstract class TocAddObjectAction extends Action {
/**
* Add the child to the parent object. If a target object is specified,
* add the child as a direct sibling after that object.
- *
+ *
* @param child The object to add to the parent
*/
protected void addChild(TocObject child) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocRemoveObjectAction.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocRemoveObjectAction.java
index a8650d51ef..93d10b07de 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocRemoveObjectAction.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/actions/TocRemoveObjectAction.java
@@ -59,8 +59,8 @@ public class TocRemoveObjectAction extends Action {
if (fTocObjects[i] != null && fTocObjects[i].canBeRemoved()) {
TocObject parent = fTocObjects[i].getParent();
if (parent != null && parent.canBeParent()) {
- // Determine the object to select after the deletion
- // takes place
+ // Determine the object to select after the deletion
+ // takes place
determineNextSelection(parent, i);
// Remove the TOC object
((TocTopic) parent).removeChild(fTocObjects[i]);
@@ -72,7 +72,7 @@ public class TocRemoveObjectAction extends Action {
/**
* Determine the next object that should be selected
* after the designated object has been removed
- *
+ *
* @param parent The parent of the deleted object
*/
private void determineNextSelection(TocObject parent, int index) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
index 8d49d9b6bd..df5c2b1c3d 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAbstractDetails.java
@@ -45,7 +45,7 @@ public abstract class TocAbstractDetails extends PDEDetails {
private String fContextID;
/**
- *
+ *
*/
public TocAbstractDetails(TocTreeSection masterSection, String contextID) {
fMasterSection = masterSection;
@@ -95,27 +95,27 @@ public abstract class TocAbstractDetails extends PDEDetails {
}
/**
- *
+ *
*/
protected abstract void createFields(Composite parent);
/**
- *
+ *
*/
protected abstract String getDetailsTitle();
/**
- *
+ *
*/
protected abstract String getDetailsDescription();
/**
- *
+ *
*/
public abstract void updateFields();
/**
- *
+ *
*/
public abstract void hookListeners();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
index 5a3d69c019..5d49fcb541 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocAnchorDetails.java
@@ -87,7 +87,7 @@ public class TocAnchorDetails extends TocAbstractDetails {
}
/**
- *
+ *
*/
private void createAnchorIdEntryListeners() {
fAnchorIdEntry.setFormEntryListener(new FormEntryAdapter(this) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
index 3323c3f0e6..5bbc513c0b 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetails.java
@@ -122,7 +122,7 @@ public class TocDetails extends TocAbstractDetails {
}
/**
- *
+ *
*/
private void createNameEntryListeners() {
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) {
@@ -138,7 +138,7 @@ public class TocDetails extends TocAbstractDetails {
}
/**
- *
+ *
*/
private void createAnchorEntryListeners() {
fAnchorEntry.setFormEntryListener(new FormEntryAdapter(this) {
@@ -154,7 +154,7 @@ public class TocDetails extends TocAbstractDetails {
}
/**
- *
+ *
*/
private void createPageEntryListeners() {
fPageEntry.setFormEntryListener(new FormEntryAdapter(this) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetailsMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetailsMessages.java
index 24709e0597..827d9e64c3 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetailsMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocDetailsMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class TocDetailsMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.editor.toc.details.messages"; //$NON-NLS-1$
-
+
public static String TocAnchorDetails_idDesc;
public static String TocAnchorDetails_idText;
public static String TocAnchorDetails_title;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
index 382cd697cd..41dc1154c9 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocLinkDetails.java
@@ -99,7 +99,7 @@ public class TocLinkDetails extends TocAbstractDetails {
}
/**
- *
+ *
*/
private void createTocPathEntryListeners() {
fTocPathEntry.setFormEntryListener(new FormEntryAdapter(this) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
index cbdb283c76..e00e49daf6 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/details/TocTopicDetails.java
@@ -107,7 +107,7 @@ public class TocTopicDetails extends TocAbstractDetails {
}
/**
- *
+ *
*/
private void createNameEntryListeners() {
fNameEntry.setFormEntryListener(new FormEntryAdapter(this) {
@@ -123,7 +123,7 @@ public class TocTopicDetails extends TocAbstractDetails {
}
/**
- *
+ *
*/
private void createPageEntryListeners() {
fPageEntry.setFormEntryListener(new FormEntryAdapter(this) {
@@ -148,10 +148,10 @@ public class TocTopicDetails extends TocAbstractDetails {
dialog.setValidator(new FileValidator());
dialog.setAllowMultiple(false);
- dialog.setTitle(TocDetailsMessages.TocTopicDetails_dialogTitle);
- dialog.setMessage(TocDetailsMessages.TocTopicDetails_dialogMessage);
+ dialog.setTitle(TocDetailsMessages.TocTopicDetails_dialogTitle);
+ dialog.setMessage(TocDetailsMessages.TocTopicDetails_dialogMessage);
dialog.addFilter(new HelpEditorFilter());
-
+
dialog.setInput(ResourcesPlugin.getWorkspace().getRoot());
if (dialog.open() == Window.OK) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/BaseCSCreationOperation.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/BaseCSCreationOperation.java
index 8123a3a25b..348bca715a 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/BaseCSCreationOperation.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/BaseCSCreationOperation.java
@@ -37,7 +37,7 @@ public abstract class BaseCSCreationOperation extends WorkspaceModifyOperation {
protected IFile fFile;
/**
- *
+ *
*/
public BaseCSCreationOperation(IFile file) {
fFile = file;
@@ -62,12 +62,12 @@ public abstract class BaseCSCreationOperation extends WorkspaceModifyOperation {
}
/**
- *
+ *
*/
protected abstract void createContent() throws CoreException;
/**
- *
+ *
*/
private void openFile() {
Display.getCurrent().asyncExec(new Runnable() {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSCategoryTrackerUtil.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSCategoryTrackerUtil.java
index d00e20ddfa..7df80315a3 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSCategoryTrackerUtil.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSCategoryTrackerUtil.java
@@ -32,13 +32,13 @@ public class CSCategoryTrackerUtil {
private HashMap fCategoryTypeMap;
/**
- *
+ *
*/
public CSCategoryTrackerUtil() {
// Look-up hashmap
// Keys are category ids
- // Values are category names
+ // Values are category names
fCategoryIDMap = new HashMap();
// Reverse look-up hashmap
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
index cbe5354a1e..3ea3d163d0 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSFileWizardPage.java
@@ -55,7 +55,7 @@ public class CSFileWizardPage extends PDEWizardNewFileCreationPage {
}
/**
- *
+ *
*/
protected void initialize() {
setTitle(CSWizardMessages.CSFileWizardPage_title);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSWizardMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSWizardMessages.java
index bfac25119a..5a3eba0e4d 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSWizardMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/CSWizardMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class CSWizardMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.messages"; //$NON-NLS-1$
-
+
public static String BaseCSCreationOperation_task;
public static String CompCSCreationOperation_conclusion;
public static String CompCSCreationOperation_group;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCSFileWizard.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCSFileWizard.java
index 2c4ff9ef9f..dd09219b98 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCSFileWizard.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCSFileWizard.java
@@ -31,7 +31,7 @@ public class NewCSFileWizard extends BasicNewFileResourceWizard implements INewW
protected CSFileWizardPage fMainPage;
/**
- *
+ *
*/
public NewCSFileWizard() {
super();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java
index 45e3d5be56..ad58f89e6d 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewCategoryNameDialog.java
@@ -76,14 +76,14 @@ public class NewCategoryNameDialog extends TrayDialog {
}
/**
- *
+ *
*/
private void createListeners() {
- // NO-OP
+ // NO-OP
}
/**
- *
+ *
*/
private void updateUI() {
// NO-OP
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewSimpleCSFileWizard.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewSimpleCSFileWizard.java
index 16f8cabf85..27e2eaafd0 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewSimpleCSFileWizard.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/NewSimpleCSFileWizard.java
@@ -17,7 +17,7 @@ package org.eclipse.pde.internal.ua.ui.wizards.cheatsheet;
public class NewSimpleCSFileWizard extends NewCSFileWizard {
/**
- *
+ *
*/
public NewSimpleCSFileWizard() {
super();
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
index 96ed99002c..0dd228a36f 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSOperation.java
@@ -65,7 +65,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
private Shell fShell;
/**
- *
+ *
*/
public RegisterCSOperation(IRegisterCSData registerCSData, Shell shell) {
fRegisterCSData = registerCSData;
@@ -110,7 +110,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
public IPluginElement fCSElement;
/**
- *
+ *
*/
public FindCSExtensionResult() {
fCSExtension = null;
@@ -140,7 +140,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
private void modifyExistingPluginFile(IFile file, IProgressMonitor monitor) throws CoreException {
// Validate the operation
- // Note: This is not accurate, we are validating the plugin.xml file
+ // Note: This is not accurate, we are validating the plugin.xml file
// but not the manifest.mf file
IStatus status = ResourcesPlugin.getWorkspace().validateEdit(new IFile[] {file}, fShell);
if (status.getSeverity() != IStatus.OK) {
@@ -166,7 +166,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
return;
}
IPluginModelBase modelBase = (IPluginModelBase) model;
- // Find an existing cheat sheet extension
+ // Find an existing cheat sheet extension
FindCSExtensionResult result = findCSExtensionResult(modelBase);
// Check search results and act accordingly
if (result.foundCSExtension() && result.foundExactCSElement()) {
@@ -182,7 +182,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
}
} else if (result.foundCSExtension()) {
// No exact match to an existing cheat sheet element found within
- // the existing cheat sheet extension. Update the
+ // the existing cheat sheet extension. Update the
// existing extension by adding a new cheat sheet element
// to it
modifyExistingExtension(result.fCSExtension, monitor);
@@ -240,7 +240,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
// Leave contentFile attribute the same
// Leave composite attribute the same
// Element: description
- // Update an existing description if one is found; otherwise,
+ // Update an existing description if one is found; otherwise,
// Create a new description
IPluginElement descriptionElement = findExistingDescription(csElement);
if (descriptionElement == null) {
@@ -253,7 +253,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
// Modify the existing description element
boolean modified = modifyExistingDescription(descriptionElement);
if (modified == false) {
- // New description is not defined, remove the existing
+ // New description is not defined, remove the existing
// description element
csElement.remove(descriptionElement);
}
@@ -306,9 +306,9 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
IPluginExtension[] extensions = findCheatSheetExtensions(model);
// Process all cheat sheet extensions
// Extension search results
- // (1) An existing extension containing a cheatsheet element with the
+ // (1) An existing extension containing a cheatsheet element with the
// exact cheat sheet ID
- // (2) An existing extension (last one found) containing 0 or more
+ // (2) An existing extension (last one found) containing 0 or more
// cheatsheet or category elements
// (3) No existing extension
for (int i = 0; i < extensions.length; i++) {
@@ -418,7 +418,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
}
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
IBundle bundle = modelBase.getBundleModel().getBundle();
- // Get the heading specifying the singleton declaration
+ // Get the heading specifying the singleton declaration
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
@@ -465,7 +465,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
}
- // There does not seem to be any support in PDEModelUtility or the
+ // There does not seem to be any support in PDEModelUtility or the
// ModelModification framework to save build.properties modifications
// As a result, explicitly do that here
if (build instanceof BuildObject) {
@@ -497,7 +497,7 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
// Point
extension.setPoint(F_CS_EXTENSION_POINT_ID);
// NO id
- // NO name
+ // NO name
createExtensionChildren(extension);
@@ -589,8 +589,8 @@ public class RegisterCSOperation extends WorkspaceModifyOperation {
* @throws CoreException
*/
private IPluginElement createElementDescription(IPluginElement parentElement) throws CoreException {
- // Define the description element only if description text was
- // specified
+ // Define the description element only if description text was
+ // specified
String descriptionText = fRegisterCSData.getDataDescription();
if (PDETextHelper.isDefinedAfterTrim(descriptionText) == false) {
return null;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizard.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizard.java
index ca51b1392d..a318bee50e 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizard.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizard.java
@@ -34,7 +34,7 @@ public class RegisterCSWizard extends Wizard implements INewWizard {
private IModel fModel;
/**
- *
+ *
*/
public RegisterCSWizard(IModel model) {
fModel = model;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
index 59a06262e6..287ed2db65 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/RegisterCSWizardPage.java
@@ -40,7 +40,7 @@ import org.eclipse.ui.PlatformUI;
*/
public abstract class RegisterCSWizardPage extends WizardPage implements IRegisterCSData {
- public final static String F_PAGE_NAME = "register-cs"; //$NON-NLS-1$
+ public final static String F_PAGE_NAME = "register-cs"; //$NON-NLS-1$
public final static String F_CS_ELEMENT_CATEGORY = "category"; //$NON-NLS-1$
@@ -81,7 +81,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void initialize() {
@@ -106,7 +106,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void initializePluginModel() {
IPluginModelBase base = PluginRegistry.findModel(getPluginProject());
@@ -345,7 +345,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void createUIListeners() {
// Create listeners for the category button
@@ -357,7 +357,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void createUIListenersCategoryButton() {
fCategoryButton.addSelectionListener(new SelectionAdapter() {
@@ -368,7 +368,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void createUIListenersCategoryCombo() {
fCategoryCombo.addModifyListener(new ModifyListener() {
@@ -379,7 +379,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void createUIListenersDescriptionText() {
fDescriptionText.addModifyListener(new ModifyListener() {
@@ -390,7 +390,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void handleWidgetSelectedCategoryButton() {
// Create a dialog allowing the user to input the category name
@@ -414,7 +414,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void updateUI() {
@@ -537,7 +537,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
// Check for the generated ID for this cheat sheet
// If a cheat sheet exists with the generated ID already, read its
- // description and populate the description text accordingly
+ // description and populate the description text accordingly
if ((idAttribute != null) && PDETextHelper.isDefined(idAttribute.getValue()) && generatedID.equals(idAttribute.getValue())) {
// Matching cheat sheet extension found
// Process children if any
@@ -564,7 +564,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
}
/**
- *
+ *
*/
private void validateUI() {
setPageComplete(true);
@@ -596,7 +596,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
long uniqueID = hash(fCheatSheetModel.getUnderlyingResource().getFullPath().toPortableString());
// Qualify with the project name
// Append the hash code to make the name unique and allow cheat sheets
- // with the same name (but different directories) be registered
+ // with the same name (but different directories) be registered
// individually
String result = fPluginProject.getName() + '.' + F_CS_ELEMENT_CHEATSHEET + uniqueID;
return result;
@@ -609,7 +609,7 @@ public abstract class RegisterCSWizardPage extends WizardPage implements IRegist
// Generate the hash code using the category name
long uniqueID = hash(name);
// Qualify with the project name
- // Append the hash code to make the name unique
+ // Append the hash code to make the name unique
String result = fPluginProject.getName() + '.' + F_CS_ELEMENT_CATEGORY + uniqueID;
return result;
}
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/SimpleCSCreationOperation.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/SimpleCSCreationOperation.java
index 060ab01270..fd08ae7e87 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/SimpleCSCreationOperation.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/cheatsheet/SimpleCSCreationOperation.java
@@ -38,7 +38,7 @@ public class SimpleCSCreationOperation extends BaseCSCreationOperation {
}
/**
- *
+ *
*/
protected void createContent() throws CoreException {
SimpleCSModel model = new SimpleCSModel(CoreUtility.getTextDocument(fFile.getContents()), false);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/CtxWizardMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/CtxWizardMessages.java
index 650878bfa9..8f5c11392d 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/CtxWizardMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/CtxWizardMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class CtxWizardMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.wizards.ctxhelp.messages"; //$NON-NLS-1$
-
+
public static String NewCtxHelpOperation_context;
public static String NewCtxHelpOperation_topic;
public static String NewCtxHelpWizard_title;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java
index fc4f87f038..5b1f0c6cf1 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/NewCtxHelpWizardPage.java
@@ -19,7 +19,7 @@ import org.eclipse.ui.PlatformUI;
/**
* Wizard page to create a new context help xml file.
- *
+ *
* @since 3.4
* @see NewCtxHelpWizard
*/
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
index 289e86bd8c..6ff37e326a 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/ctxhelp/RegisterCtxHelpOperation.java
@@ -51,7 +51,7 @@ import org.osgi.framework.Constants;
/**
* Register Context Help Operation, registers a context help xml file in the
* plugin.xml. Must be run in the UI thread.
- *
+ *
* @since 3.4
* @see RegisterCtxHelpOperation
* @see CtxHelpEditor
@@ -79,7 +79,7 @@ public class RegisterCtxHelpOperation extends WorkspaceModifyOperation {
/*
* (non-Javadoc)
- *
+ *
* @see
* org.eclipse.ui.actions.WorkspaceModifyOperation#execute(org.eclipse.core
* .runtime.IProgressMonitor)
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
index 6cdc7d9235..ce2d526c24 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocOperation.java
@@ -61,7 +61,7 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
private Shell fShell;
/**
- *
+ *
*/
public RegisterTocOperation(IRegisterTOCData page, Shell shell) {
fPage = page;
@@ -106,7 +106,7 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
public IPluginElement fTocElement;
/**
- *
+ *
*/
public FindTocExtensionResult() {
fTocExtension = null;
@@ -136,7 +136,7 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
private void modifyExistingPluginFile(IFile file, IProgressMonitor monitor) throws CoreException {
// Validate the operation
- // Note: This is not accurate, we are validating the plugin.xml file
+ // Note: This is not accurate, we are validating the plugin.xml file
// but not the manifest.mf file
IStatus status = ResourcesPlugin.getWorkspace().validateEdit(new IFile[] {file}, fShell);
if (status.getSeverity() != IStatus.OK) {
@@ -162,7 +162,7 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
return;
}
IPluginModelBase modelBase = (IPluginModelBase) model;
- // Find an existing cheat sheet extension
+ // Find an existing cheat sheet extension
FindTocExtensionResult result = findTocExtensionResult(modelBase);
// Check search results and act accordingly
if (result.foundTocExtension() && result.foundExactTocElement()) {
@@ -171,7 +171,7 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
modifyExistingElement(result.fTocElement, monitor);
} else if (result.foundTocExtension()) {
// No exact match to an existing TOC element found within
- // the existing TOC extension. Update the
+ // the existing TOC extension. Update the
// existing extension by adding a new TOC element
// to it
modifyExistingExtension(result.fTocExtension, monitor);
@@ -242,9 +242,9 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
IPluginExtension[] extensions = findTOCExtensions(model);
// Process all TOC extensions
// Extension search results
- // (1) An existing extension containing a TOC element with the
+ // (1) An existing extension containing a TOC element with the
// exact TOC filename
- // (2) An existing extension (last one found) containing 0 or more
+ // (2) An existing extension (last one found) containing 0 or more
// TOC elements
// (3) No existing extension
for (int i = 0; i < extensions.length; i++) {
@@ -354,7 +354,7 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
}
IBundlePluginModelBase modelBase = (IBundlePluginModelBase) model;
IBundle bundle = modelBase.getBundleModel().getBundle();
- // Get the heading specifying the singleton declaration
+ // Get the heading specifying the singleton declaration
IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_SYMBOLICNAME);
if (header instanceof BundleSymbolicNameHeader) {
BundleSymbolicNameHeader symbolic = (BundleSymbolicNameHeader) header;
@@ -401,7 +401,7 @@ public class RegisterTocOperation extends WorkspaceModifyOperation {
if (entry.contains(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR) == false) {
entry.addToken(ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
}
- // There does not seem to be any support in PDEModelUtility or the
+ // There does not seem to be any support in PDEModelUtility or the
// ModelModification framework to save build.properties modifications
// As a result, explicitly do that here
if (build instanceof BuildObject) {
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizard.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizard.java
index 9672b7dfcd..8e58f3b944 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizard.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizard.java
@@ -32,7 +32,7 @@ public class RegisterTocWizard extends Wizard implements INewWizard {
private IModel fModel;
/**
- *
+ *
*/
public RegisterTocWizard(IModel model) {
fModel = model;
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
index 695d3fa147..59edded2a5 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/RegisterTocWizardPage.java
@@ -37,7 +37,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
public static final int NUM_COLUMNS = 2;
- public final static String F_PAGE_NAME = "register-toc"; //$NON-NLS-1$
+ public final static String F_PAGE_NAME = "register-toc"; //$NON-NLS-1$
public final static String F_TOC_ELEMENT_TOC = "toc"; //$NON-NLS-1$
@@ -62,7 +62,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
}
/**
- *
+ *
*/
private void initialize() {
@@ -80,7 +80,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
}
/**
- *
+ *
*/
private void initializePluginModel() {
IPluginModelBase base = PluginRegistry.findModel(getPluginProject());
@@ -94,7 +94,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
}
/**
- *
+ *
*/
private void updateUI() {
@@ -144,7 +144,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
// Check for the generated ID for this TOC
// If a TOC exists with the generated ID already, read its
- // description and populate the description text accordingly
+ // description and populate the description text accordingly
if ((fileAttribute != null) && PDETextHelper.isDefined(fileAttribute.getValue()) && generatedID.equals(fileAttribute.getValue())) {
// Matching TOC extension found
// Process children if any
@@ -230,7 +230,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
}
/**
- *
+ *
*/
private void createUIListeners() {
// Create listeners for the primary check box
@@ -238,7 +238,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
}
/**
- *
+ *
*/
private void createUIListenersPrimaryChkBox() {
fPrimaryChkBox.addSelectionListener(new SelectionAdapter() {
@@ -249,7 +249,7 @@ public class RegisterTocWizardPage extends WizardPage implements IRegisterTOCDat
}
/**
- *
+ *
*/
private void validateUI() {
setPageComplete(true);
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocHTMLWizardPage.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocHTMLWizardPage.java
index d4ae140015..f1a9ba0350 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocHTMLWizardPage.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocHTMLWizardPage.java
@@ -57,9 +57,9 @@ public class TocHTMLWizardPage extends WizardNewFileCreationPage {
if(!HelpEditorUtil.hasValidPageExtension(new Path(fLastFilename)))
{ String message = NLS.bind(
- TocWizardMessages.TocHTMLWizardPage_errorMessage2,
+ TocWizardMessages.TocHTMLWizardPage_errorMessage2,
HelpEditorUtil.getPageExtensionList());
-
+
setErrorMessage(message);
return false;
}
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocOperation.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocOperation.java
index b0665f7de5..285e99762c 100755
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocOperation.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocOperation.java
@@ -59,7 +59,7 @@ public class TocOperation extends WorkspaceModifyOperation {
// Bind the created topic to this TOC
model.getToc().addChild(topic);
- // Set the initial TOC name
+ // Set the initial TOC name
model.getToc().setFieldLabel(fTocName);
}
diff --git a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardMessages.java b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardMessages.java
index db8afb7918..54a234dc31 100644
--- a/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardMessages.java
+++ b/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/wizards/toc/TocWizardMessages.java
@@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS;
public class TocWizardMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ua.ui.wizards.toc.messages"; //$NON-NLS-1$
-
+
public static String NewTocFileWizard_title;
public static String RegisterTocOperation_errorMessage1;
public static String RegisterTocOperation_errorMessage2;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IBundleClasspathResolver.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IBundleClasspathResolver.java
index e36b4c287c..92648ee4b1 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IBundleClasspathResolver.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IBundleClasspathResolver.java
@@ -19,40 +19,40 @@ import org.eclipse.jdt.launching.IRuntimeClasspathEntry;
/**
* Resolves dynamically generated bundle classpath entries in the context of a java project.
- *
+ *
* <p>
* Generally, dynamically generated bundle classpath entries are not present under project
* source tree but included in the bundle as part build process. During development time such bundle classpath entries
* can be resolved to external jar files or workspace resources. Resolution of the
- * same entry may change over time, similarly to how Plug-in Dependencies classpath container can switch between
+ * same entry may change over time, similarly to how Plug-in Dependencies classpath container can switch between
* external bundles and workspace projects.
* </p>
- *
+ *
* <p>
- * A resolver is declared as an extension (<code>org.eclipse.pde.core.bundleClasspathResolvers</code>). This
- * extension has the following attributes:
+ * A resolver is declared as an extension (<code>org.eclipse.pde.core.bundleClasspathResolvers</code>). This
+ * extension has the following attributes:
* <ul>
* <li><code>nature</code> specified nature of the projects this resolver is registered for.</li>
- * <li><code>class</code> specifies the fully qualified name of the Java class that implements
+ * <li><code>class</code> specifies the fully qualified name of the Java class that implements
* <code>IBundleClasspathResolver</code>.</li>
* </ul>
* </p>
- * <p>
- * The resolver is consulted when dynamically generated bundle is added to OSGi runtime launch and when looking up
+ * <p>
+ * The resolver is consulted when dynamically generated bundle is added to OSGi runtime launch and when looking up
* sources from the bundle.
* </p>
- *
+ *
* @since 3.8
*/
public interface IBundleClasspathResolver {
/**
* Returns a possibly empty map describing additional bundle classpath entries for a project in the workspace.
- *
+ *
* <p>The map key is a {@link IPath} describing the project relative path to a source directory or library. The value
* is the {@link Collection} of {@link IPath} locations (relative to the project or absolute) that should be added
* to the bundle classpath.</p>
- *
+ *
* @param javaProject the java project to collect classpath entries for
* @return additional entries to add to the bundle classpath. Map of IPath to Collection, possibly empty
*/
@@ -60,9 +60,9 @@ public interface IBundleClasspathResolver {
/**
* Returns a possibly empty collection listing additional classpath entries for the source lookup path of a project in the workspace.
- *
+ *
* <p>The {@link Collection} will contain {@link IRuntimeClasspathEntry} describing locations where source can be obtained from.</p>
- *
+ *
* @param javaProject the java project to collect source entries for
* @return additional entries for the source lookup path. Collection of IRuntimeClasspathEntry, possibly empty
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IClasspathContributor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IClasspathContributor.java
index b069c06ee3..6efaf62875 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IClasspathContributor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IClasspathContributor.java
@@ -18,7 +18,7 @@ import org.eclipse.pde.core.plugin.PluginRegistry;
/**
* Implementors of this interface can contribute additional {@link IClasspathEntry}
- * to a plug-in project as the classpath is computed. The contributor is consulted
+ * to a plug-in project as the classpath is computed. The contributor is consulted
* when the initial classpath for a plug-in project is calculated as well as whenever
* a new bundle dependency is created.
* <p>
@@ -28,7 +28,7 @@ import org.eclipse.pde.core.plugin.PluginRegistry;
* The added classpath entries are only stored as long as the project classpath is and will
* not be considered during plug-in or feature export.
* </p>
- *
+ *
* @since 3.9
*/
public interface IClasspathContributor {
@@ -38,7 +38,7 @@ public interface IClasspathContributor {
* first computed. The provided {@link BundleDescription} describes the plug-in
* project that the classpath is being computed for. Additional PDE model information
* can be obtained using {@link PluginRegistry#findModel(BundleDescription)}.
- *
+ *
* @param project the bundle descriptor for the plug-in project having its classpath computed
* @return additional classpath entries to add to the project, possibly empty, must not be <code>null</code>
*/
@@ -50,7 +50,7 @@ public interface IClasspathContributor {
* is provided for both the plug-in that the classpath is being calculated for and
* the dependency being added. The dependency may be a project in the workspace or an
* external bundle from the target platform.
- *
+ *
* @param project the bundle descriptor for the plug-in project having its classpath computed
* @param addedDependency the bundle descriptor for the bundle being added to the classpath as a dependency
* @return additional classpath entries to add to the project, possibly empty, must not be <code>null</code>
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditable.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditable.java
index 750ce84cc9..eb758e681a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditable.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditable.java
@@ -21,7 +21,7 @@ import java.io.PrintWriter;
* Models that implement this interface are expected
* to be able to save in ASCII file format
* (e.g. XML).
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -32,11 +32,11 @@ public interface IEditable {
* edited. Even though a model is generally editable,
* it can me marked as read-only because some condition
* prevents it from changing state (for example,
- * the underlying resource is locked). While
+ * the underlying resource is locked). While
* read-only models can never be changed, editable
* models can go in and out editable state during
* their life cycle.
- *
+ *
* @return <code>true</code> if model can be modified, <code>false</code>
* otherwise.
*/
@@ -63,7 +63,7 @@ public interface IEditable {
/**
* Sets the dirty flag of the model. This method is
- * normally not intended to be used outside the model.
+ * normally not intended to be used outside the model.
* Most often, a dirty model should be saved to clear the flag.
*
* @param dirty a new value for the 'dirty' flag
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditableModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditableModel.java
index 299aa8fb40..310c5855a8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditableModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IEditableModel.java
@@ -15,15 +15,15 @@ package org.eclipse.pde.core;
* that implement this interface are responsible for calling the
* method <code>save</code> of <code>IEditable</code> and supplying
* the required <code>PrintWriter</code> object.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
*/
public interface IEditableModel extends IEditable {
/**
- * Saves the editable model using the mechanism suitable for the
- * concrete model implementation. It is responsible for
+ * Saves the editable model using the mechanism suitable for the
+ * concrete model implementation. It is responsible for
* wrapping the <code>IEditable.save(PrintWriter)</code> operation
* and providing the print writer.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IIdentifiable.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IIdentifiable.java
index ceb2434fe4..b01fb67781 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IIdentifiable.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IIdentifiable.java
@@ -16,7 +16,7 @@ import org.eclipse.core.runtime.CoreException;
* Classes implement this interface if
* their instances need to be uniquely identified
* using an id.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -40,7 +40,7 @@ public interface IIdentifiable {
* object is not editable.
*
* @param id a new id of this object
- * @throws CoreException
+ * @throws CoreException
*/
void setId(String id) throws CoreException;
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModel.java
index a3f7628980..73d23ff326 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModel.java
@@ -25,7 +25,7 @@ import org.eclipse.core.runtime.CoreException;
* </ul>
* If a model is not created from a workspace resource file, its underlying
* resource will be <samp>null </samp>.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -34,7 +34,7 @@ public interface IModel extends IBaseModel {
/**
* Returns a string found in the resource bundle associated with this model
* for the provided key.
- *
+ *
* @param key
* the name to use for bundle lookup
* @return the string for the key in the resource bundle, or the key itself
@@ -51,7 +51,7 @@ public interface IModel extends IBaseModel {
* <p>
* With the caveat of stepped loading, all other properties of the
* underlying resource could be used directly (path, project etc.).
- *
+ *
* @return a workspace resource (file) that this model is associated with,
* or <samp>null </samp> if the model is not created from a
* resource.
@@ -60,7 +60,7 @@ public interface IModel extends IBaseModel {
/**
* Tests if this model is loaded and can be used.
- *
+ *
* @return <code>true</code> if the model has been loaded
*/
boolean isLoaded();
@@ -70,7 +70,7 @@ public interface IModel extends IBaseModel {
* from. Models loaded from resources are in sync if underlying resources
* are in sync. Models loaded from files on the file systems are in sync if
* the time stamp matches the model time stamp.
- *
+ *
* @return <code>true</code> if the model is in sync with the file system.
*/
boolean isInSync();
@@ -78,7 +78,7 @@ public interface IModel extends IBaseModel {
/**
* Returns the last modification time stamp. The model itself does not have
* the time stamp. It is 'borrowed' from the underlying physical object.
- *
+ *
* @return the time stamp of the underlying physical object.
*/
long getTimeStamp();
@@ -87,7 +87,7 @@ public interface IModel extends IBaseModel {
* Loads the model directly from an underlying resource. This method does
* nothing if this model has no underlying resource or if there is a buffer
* stage between the model and the resource.
- *
+ *
* @throws CoreException
* if errors are encountered during the loading.
*/
@@ -97,7 +97,7 @@ public interface IModel extends IBaseModel {
* Loads the model from the provided input stream. This method throws a
* CoreException if errors are encountered during the loading. Upon
* succesful load, 'isLoaded()' should return <samp>true </samp>.
- *
+ *
* @param source
* an input stream that should be parsed to load the model
* @param outOfSync
@@ -121,7 +121,7 @@ public interface IModel extends IBaseModel {
* reparse the buffer to sync up. The event that is subsequently fired
* should be used by listeners to discard all caches and/or fully refresh
* views that shows any portion of the model.
- *
+ *
* @param source
* an input stream that should be parsed to load the model.
* @param outOfSync
@@ -136,7 +136,7 @@ public interface IModel extends IBaseModel {
* Returns whether this model needs to react to changes in source and
* reconcile them. Only model instances used in editors need to perform this
* task.
- *
+ *
* @return <code>true</code> if this is a reconciling model,
* <code>false</code> otherwise.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangeProvider.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangeProvider.java
index 2b3270e749..33044d35a4 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangeProvider.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangeProvider.java
@@ -15,7 +15,7 @@ package org.eclipse.pde.core;
* about model changes. Interested parties should implement
* <samp>IModelChangedListener </samp> and add as listeners to be able to
* receive change notification.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -24,7 +24,7 @@ public interface IModelChangeProvider {
/**
* Adds the listener to the list of listeners that will be notified on model
* changes.
- *
+ *
* @param listener
* a model change listener to be added
*/
@@ -32,7 +32,7 @@ public interface IModelChangeProvider {
/**
* Delivers change event to all the registered listeners.
- *
+ *
* @param event
* a change event that will be passed to all the listeners
*/
@@ -41,7 +41,7 @@ public interface IModelChangeProvider {
/**
* Notifies listeners that a property of a model object changed. This is a
* utility method that will create a model event and fire it.
- *
+ *
* @param object
* an affected model object
* @param property
@@ -55,7 +55,7 @@ public interface IModelChangeProvider {
/**
* Takes the listener off the list of registered change listeners.
- *
+ *
* @param listener
* a model change listener to be removed
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedEvent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedEvent.java
index 09dea52ab0..a8ad68e092 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedEvent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedEvent.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.core;
* Model change events are fired by the model when it is changed from the last
* clean state. Model change listeners can use these events to update
* accordingly.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -40,14 +40,14 @@ public interface IModelChangedEvent {
/**
* Returns the provider that fired this event.
- *
+ *
* @return the event provider
*/
public IModelChangeProvider getChangeProvider();
/**
* Returns an array of model objects that are affected by the change.
- *
+ *
* @return array of affected objects
*/
public Object[] getChangedObjects();
@@ -55,7 +55,7 @@ public interface IModelChangedEvent {
/**
* Returns a name of the object's property that has been changed if change
* type is CHANGE.
- *
+ *
* @return property that has been changed in the model object, or <samp>null
* </samp> if type is not CHANGE or if more than one property has
* been changed.
@@ -65,7 +65,7 @@ public interface IModelChangedEvent {
/**
* When model change is of type <samp>CHANGE</samp>, this method is used to
* obtain the old value of the property (before the change).
- *
+ *
* @return the old value of the changed property
*/
public Object getOldValue();
@@ -73,7 +73,7 @@ public interface IModelChangedEvent {
/**
* When model change is of type <samp>CHANGE</samp>, this method is used to
* obtain the new value of the property (after the change).
- *
+ *
* @return the new value of the changed property.
*/
public Object getNewValue();
@@ -82,7 +82,7 @@ public interface IModelChangedEvent {
* Returns the type of change that occured in the model (one of <samp>INSERT</samp>,
* <samp>REMOVE</samp>, <samp>CHANGE</samp> or
* <samp>WORLD_CHANGED </samp>).
- *
+ *
* @return type of change
*/
public int getChangeType();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedListener.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedListener.java
index e743255ce5..a6ee6364ab 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedListener.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelChangedListener.java
@@ -15,7 +15,7 @@ package org.eclipse.pde.core;
* changes should implement this interface
* and add themselves as listeners to
* the model they want to listen to.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProvider.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProvider.java
index 13b259c0b9..2444b6972d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProvider.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProvider.java
@@ -24,7 +24,7 @@ import org.eclipse.core.resources.IFile;
* Model providers are responsible for listening to the workspace, updating
* models whose underlying resources have been updated, and removing them from
* the table when those resources have been deleted.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -33,7 +33,7 @@ public interface IModelProvider {
/**
* Registers a listener that will be notified about changes in the managed
* models.
- *
+ *
* @param listener
* the listener that will be registered
*/
@@ -41,7 +41,7 @@ public interface IModelProvider {
/**
* Returns the model for the provided file resource.
- *
+ *
* @param file
* the file resource we need the model for
* @return the object that represents a structured representation of the
@@ -51,7 +51,7 @@ public interface IModelProvider {
/**
* Deregisters a listener from notification.
- *
+ *
* @param listener
* the listener to be deregistered
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderEvent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderEvent.java
index a0ecd7017c..7391e3a44f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderEvent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderEvent.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.core;
/**
* This event will be delivered to all model provider listeners when a model
* managed by the model provider changes in some way.
- *
+ *
* @since 2.0
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
@@ -34,7 +34,7 @@ public interface IModelProviderEvent {
/**
* Event is sent when the target platform changes
- *
+ *
* @since 3.2
* @deprecated Since the 4.4 Luna release, target platform changes are not tracked as model events
*/
@@ -43,7 +43,7 @@ public interface IModelProviderEvent {
/**
* Event is sent when the target environment changes
- *
+ *
* @since 3.5
* @deprecated Since the 4.4 Luna release, target platform changes are not tracked as model events
*/
@@ -52,21 +52,21 @@ public interface IModelProviderEvent {
/**
* Returns the models that are added
- *
+ *
* @return the models that have been added or an empty array
*/
IModel[] getAddedModels();
/**
* Returns the models that are removed
- *
+ *
* @return the models that have been removed or an empty array
*/
IModel[] getRemovedModels();
/**
* Returns the models that has changed
- *
+ *
* @return the models that has changed or an empty array
*/
IModel[] getChangedModels();
@@ -75,7 +75,7 @@ public interface IModelProviderEvent {
* Returns the combination of flags indicating type of event. In case of
* multiple changes, flags are ORed together. (a combination of
* MODEL_CHANGED, MODEL_ADDED, MODEL_REMOVED)
- *
+ *
* @return the model change type
*/
int getEventTypes();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderListener.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderListener.java
index fac94b7bca..a18ffa1e24 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderListener.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IModelProviderListener.java
@@ -15,7 +15,7 @@ package org.eclipse.pde.core;
* model provider listeners. They will be notified about events such as models
* being added or removed. These changes are typically caused by the changes in
* the workspace when models are built on top of workspace resources.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
*/
@@ -23,7 +23,7 @@ public interface IModelProviderListener {
/**
* Notifies the listener that models have been changed in the model
* provider.
- *
+ *
* @param event
* the event that specifies the type of change
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ISourceObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ISourceObject.java
index f2d1646494..6c13b431be 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ISourceObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ISourceObject.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.core;
* This interface indicates that a model object is created by parsing an
* editable source file and can be traced back to a particular location in the
* file.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -23,7 +23,7 @@ public interface ISourceObject {
/**
* Returns the line in the source file where the source representation of
* this object starts, or -1 if not known.
- *
+ *
* @return the first line in the source file
*/
public int getStartLine();
@@ -31,7 +31,7 @@ public interface ISourceObject {
/**
* Returns the line in the source file where the source representation of
* this object stops, or -1 if not known.
- *
+ *
* @return the last line in the source file
*/
public int getStopLine();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IWritable.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IWritable.java
index 4ceaebae32..86e7d7a5d8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IWritable.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/IWritable.java
@@ -15,7 +15,7 @@ import java.io.PrintWriter;
/**
* Classes that implement this interface can participate in saving the model to
* the ASCII output stream using the provided writer.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -26,7 +26,7 @@ public interface IWritable {
* The writable should use the provided indent to write the stream starting
* from the specified column number. Indent string should be written to the
* writer after every new line.
- *
+ *
* @param indent
* a string that should be added after each new line to maintain
* desired horizontal alignment
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ModelChangedEvent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ModelChangedEvent.java
index 27066ddc7d..f429596420 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ModelChangedEvent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/ModelChangedEvent.java
@@ -12,7 +12,7 @@ package org.eclipse.pde.core;
/**
* @see IModelChangedEvent
- *
+ *
* @noinstantiate This class is not intended to be instantiated by clients.
* @noextend This class is not intended to be subclassed by clients.
* @since 2.0
@@ -26,7 +26,7 @@ public class ModelChangedEvent implements IModelChangedEvent {
/**
* The constructor of the event.
- *
+ *
* @param provider
* the change provider
* @param type
@@ -45,7 +45,7 @@ public class ModelChangedEvent implements IModelChangedEvent {
/**
* A costructor that should be used for changes of object properties.
- *
+ *
* @param provider
* the event provider
* @param object
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuild.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuild.java
index 9044f75a9d..fc0d1e4294 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuild.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuild.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.core.IWritable;
/**
* The top-level model object of the model that is created from
* <code>build.properties</code> file.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -24,7 +24,7 @@ public interface IBuild extends IWritable {
/**
* Adds a new build entry. This method can throw a CoreException if the
* model is not editable.
- *
+ *
* @param entry
* an entry to be added
* @throws CoreException if the model is not editable
@@ -33,14 +33,14 @@ public interface IBuild extends IWritable {
/**
* Returns all the build entries in this object.
- *
+ *
* @return an array of build entries
*/
IBuildEntry[] getBuildEntries();
/**
* Returns the build entry with the specified name.
- *
+ *
* @param name
* name of the desired entry
* @return the entry object with the specified name, or <samp>null</samp>
@@ -51,7 +51,7 @@ public interface IBuild extends IWritable {
/**
* Removes a build entry. This method can throw a CoreException if the model
* is not editable.
- *
+ *
* @param entry
* an entry to be removed
* @throws CoreException if the model is not editable
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildEntry.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildEntry.java
index 7cbfc4df53..9ab8613f86 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildEntry.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildEntry.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.core.IWritable;
/**
* Jar entry represents one 'library=folder list' entry
* in plugin.jars file.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -32,7 +32,7 @@ public interface IBuildEntry extends IWritable {
*/
public static final String JAR_PREFIX = "source."; //$NON-NLS-1$
/**
- * The prefix for any key denoting output folders for a particular
+ * The prefix for any key denoting output folders for a particular
* JAR. The suffix will be the name of the JAR.
*/
public static final String OUTPUT_PREFIX = "output."; //$NON-NLS-1$
@@ -53,7 +53,7 @@ public interface IBuildEntry extends IWritable {
public static final String JARS_EXTRA_CLASSPATH = "jars.extra.classpath"; //$NON-NLS-1$
/**
* The name of the key that declares additional plug-in dependencies to augment development classpath
- *
+ *
* @since 3.2
*/
public static final String SECONDARY_DEPENDENCIES = "additional.bundles"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModel.java
index 469fa9711a..6104a32049 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,7 +22,7 @@ import org.eclipse.pde.core.IModelChangeProvider;
* true and the model instance will implement IEditable
* interface. The model is capable of providing
* change notification for the registered listeners.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModelFactory.java
index 70db413644..a0a9234134 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/build/IBuildModelFactory.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.core.build;
* This model factory should be used to
* create new instances of plugin.jars model
* objects.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensions.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensions.java
index ce2a04e4e4..5ce523719e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensions.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensions.java
@@ -17,7 +17,7 @@ import org.eclipse.core.runtime.CoreException;
* responsible for extensions and extension points. If
* the plug-in contains OSGi manifest file, plugin.xml is
* reduced to extensions and extension points only.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 3.0
@@ -42,7 +42,7 @@ public interface IExtensions extends IPluginObject {
/**
* Adds a new extension point to this object.
* This method will throw a CoreException if the model is not editable.
- *
+ *
* @param extensionPoint the extension point
* @throws CoreException if the model is not editable
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModel.java
index 8e36621b3b..cfcf9b8be0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModel.java
@@ -31,7 +31,7 @@ package org.eclipse.pde.core.plugin;
* The model is capable of notifying listeners
* about changes. An attempt to change a read-only
* model will result in a CoreException.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModelFactory.java
index ddd052caac..f9db786fc0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IExtensionsModelFactory.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.core.plugin;
/**
* This factory should be used to create
* instances of the extensions model objects.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 3.0
@@ -46,7 +46,7 @@ public interface IExtensionsModelFactory {
/**
* Creates a new extension point instance
*
- * @return a new extension point
+ * @return a new extension point
*/
IPluginExtensionPoint createExtensionPoint();
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragment.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragment.java
index 19693c3f69..2b5f5761e2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragment.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragment.java
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* A model object that represents the content of the fragment.xml
* file.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -38,14 +38,14 @@ public interface IFragment extends IPluginBase {
/**
* Returns the id of the fragment host.
- *
+ *
* @return the host id
*/
String getPluginId();
/**
* Returns the version of the fragment host.
- *
+ *
* @return the host version
*/
String getPluginVersion();
@@ -53,7 +53,7 @@ public interface IFragment extends IPluginBase {
/**
* Returns an optional version match rule as defined in
* IMatchRule interface.
- *
+ *
* @return the match rule
*/
int getRule();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragmentModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragmentModel.java
index bbce3c0aca..71d1973ef8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragmentModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IFragmentModel.java
@@ -29,7 +29,7 @@ package org.eclipse.pde.core.plugin;
* The model is capable of notifying listeners
* about changes. An attempt to change a read-only
* model will result in a CoreException.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IMatchRules.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IMatchRules.java
index 06e00d4b45..850bd839f4 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IMatchRules.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IMatchRules.java
@@ -15,7 +15,7 @@ package org.eclipse.pde.core.plugin;
* for plug-in reference matching. These rules are used to
* control when determining if two compared versions are
* equivalent.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -70,7 +70,7 @@ public interface IMatchRules {
*/
String RULE_PREFIX = "prefix"; //$NON-NLS-1$
/**
- * Table of rule names that match rule values defined in this
+ * Table of rule names that match rule values defined in this
* interface. It can be used directly against the rule values
* used in plug-in models.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPlugin.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPlugin.java
index 3f565e346c..2e220862de 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPlugin.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPlugin.java
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* A model object that represents the content of the plugin.xml
* file.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginAttribute.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginAttribute.java
index d6e4625171..287ee5c821 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginAttribute.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginAttribute.java
@@ -14,7 +14,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* An attribute of XML elements found in the plug-in.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginBase.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginBase.java
index dc341fd15a..672ad48604 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginBase.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginBase.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.core.IIdentifiable;
* A model object that represents the content of a plug-in or
* fragment manifest. This object contains data that is common
* for both plug-ins and fragments.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -35,19 +35,19 @@ public interface IPluginBase extends IExtensions, IIdentifiable {
/**
* A property that will be used to notify
- * that library order in a plug-in has changed.
+ * that library order in a plug-in has changed.
*/
String P_LIBRARY_ORDER = "library_order"; //$NON-NLS-1$
/**
* A property that will be used to notify
- * that import order in a plug-in has changed.
+ * that import order in a plug-in has changed.
*/
String P_IMPORT_ORDER = "import_order"; //$NON-NLS-1$
/**
* A property that will be used to notify
- * that 3.0 release compatibility flag has been changed.
+ * that 3.0 release compatibility flag has been changed.
*/
String P_SCHEMA_VERSION = "schema-version"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginElement.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginElement.java
index cdd8eaa6e3..8d1e4dea24 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginElement.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginElement.java
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* Classes that implement this interface model the
* XML elements found in the plug-in model.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -91,7 +91,7 @@ public interface IPluginElement extends IPluginParent {
* the model is not editable.
*
* @param name the name of the attribute
- * @param value the value to be set
+ * @param value the value to be set
* @throws CoreException if the model is not editable
*/
void setAttribute(String name, String value) throws CoreException;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtension.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtension.java
index 10f26d742f..f9e1242249 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtension.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtension.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.core.IIdentifiable;
/**
* Classes that implement this interface model the extension
* element found in the plug-in or fragment manifest.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -30,8 +30,8 @@ public interface IPluginExtension extends IPluginParent, IIdentifiable {
/**
* Returns the full ID of the extension point that this extension
* is plugged into.
- *
- * @return the full extension point ID
+ *
+ * @return the full extension point ID
*/
String getPoint();
@@ -40,7 +40,7 @@ public interface IPluginExtension extends IPluginParent, IIdentifiable {
* is plugged into or <code>null</code> if not found.
* <p>This method is an implementation detail - schema object
* is not needed for clients outside PDE and should not be used.
- *
+ *
* @return The schema for the associated extension point or <code>null</code>
*/
Object getSchema();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtensionPoint.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtensionPoint.java
index ac2d63db01..d5fcfa8b97 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtensionPoint.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginExtensionPoint.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.core.IIdentifiable;
/**
* Classes that implement this interface model an extension point
* element specified in the plug-in manifest.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -51,7 +51,7 @@ public interface IPluginExtensionPoint extends IPluginObject, IIdentifiable {
* describes this extension point.
* This method will throw a CoreException
* if the model is not editable.
- *
+ *
* @param schema the schema file name
* @throws CoreException if the model is not editable
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginImport.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginImport.java
index 41388191c6..3470eafa19 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginImport.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginImport.java
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* Objects that implement this interface represent references
* to required plug-ins.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginLibrary.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginLibrary.java
index 22185b4367..c41c19ef3f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginLibrary.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginLibrary.java
@@ -16,7 +16,7 @@ import org.eclipse.core.runtime.CoreException;
* The class that implements this interface represents a
* reference to the library that is defined in the plug-in
* manifest.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -87,7 +87,7 @@ public interface IPluginLibrary extends IPluginObject {
/**
* Returns the type of this library. Will be one of {@link #CODE} or {@link #RESOURCE}.
- *
+ *
* @return The type of this library
*/
String getType();
@@ -104,8 +104,8 @@ public interface IPluginLibrary extends IPluginObject {
void setContentFilters(String[] filters) throws CoreException;
/**
- * Export a particular package in a library.
- * This method may throw a CoreException if
+ * Export a particular package in a library.
+ * This method may throw a CoreException if
* the model is not editable.
*
* @param filter a package name
@@ -114,8 +114,8 @@ public interface IPluginLibrary extends IPluginObject {
void addContentFilter(String filter) throws CoreException;
/**
- * Remove a package from the export list.
- * This method may throw a CoreException if
+ * Remove a package from the export list.
+ * This method may throw a CoreException if
* the model is not editable.
*
* @param filter a package name
@@ -125,7 +125,7 @@ public interface IPluginLibrary extends IPluginObject {
/**
* Sets the optional package prefixes for this library.
- * This method may throw a CoreException if the model is not
+ * This method may throw a CoreException if the model is not
* editable.
*
* @param packages an array of package prefixes
@@ -138,15 +138,15 @@ public interface IPluginLibrary extends IPluginObject {
* visible to other plug-ins. This method
* may throw a CoreException if the model is
* not editable.
- *
+ *
* @param value whether the types in the library should be exported
- * @throws CoreException if the model is not editable
+ * @throws CoreException if the model is not editable
*/
void setExported(boolean value) throws CoreException;
/**
* Sets the library type. Must be either {@link #CODE} or {@link #RESOURCE}.
- *
+ *
* @param type The library type
* @throws CoreException if the model is not editable.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModel.java
index 6e417da3ea..928888c9f0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModel.java
@@ -24,14 +24,14 @@ package org.eclipse.pde.core.plugin;
* <p>
* The model is capable of notifying listeners about changes. An attempt to
* change a read-only model will result in a CoreException.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
public interface IPluginModel extends IPluginModelBase {
/**
* Returns a top-level model object.
- *
+ *
* @return a root model instance
*/
IPlugin getPlugin();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelBase.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelBase.java
index d65b658847..4dcbae43c3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelBase.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelBase.java
@@ -37,14 +37,14 @@ import org.eclipse.pde.core.build.IBuildModel;
* The model is capable of notifying listeners
* about changes. An attempt to change a read-only
* model will result in a CoreException.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
public interface IPluginModelBase extends ISharedExtensionsModel, IModelChangeProvider {
/**
* Creates and return a top-level plugin model object
- *
+ *
* @return a top-level model object representing a plug-in or a fragment.
*/
IPluginBase createPluginBase();
@@ -56,7 +56,7 @@ public interface IPluginModelBase extends ISharedExtensionsModel, IModelChangePr
* This method always returns <code>null</code>
* </p>
* @return <code>null</code>
- * @deprecated This method has always returned <code>null</code>.
+ * @deprecated This method has always returned <code>null</code>.
* Since 3.7, use {@link PluginRegistry#createBuildModel(IPluginModelBase)} instead.
*/
@Deprecated
@@ -65,17 +65,17 @@ public interface IPluginModelBase extends ISharedExtensionsModel, IModelChangePr
/**
* Returns a top-level model object. Equivalent to
* calling <pre>getPluginBase(true)</pre>.
- *
+ *
* @return a top-level model object representing a plug-in or a fragment.
*/
IPluginBase getPluginBase();
/**
* Returns a top-level model object.
- *
+ *
* @param createIfMissing if true, root model object will
* be created if not defined.
- *
+ *
* @return a top-level model object
*/
IPluginBase getPluginBase(boolean createIfMissing);
@@ -89,7 +89,7 @@ public interface IPluginModelBase extends ISharedExtensionsModel, IModelChangePr
/**
* Tests if this model is for the plug-in fragment.
- *
+ *
* @return <code>true</code> if the model is for the fragment,
* <code>false</code> otherwise.
*/
@@ -113,10 +113,10 @@ public interface IPluginModelBase extends ISharedExtensionsModel, IModelChangePr
* Returns an unencoded URL for the plug-in install location.
* The location described where to look for the translation
* property files.
- *
- * @return the URL location of the plug-in where translation
+ *
+ * @return the URL location of the plug-in where translation
* property files can be found
- *
+ *
* @deprecated The URL returned is not encoded. If the file
* path contains special characters such as <code>#</code>
* this URL cannot be used for opening streams. Instead use
@@ -129,12 +129,12 @@ public interface IPluginModelBase extends ISharedExtensionsModel, IModelChangePr
/**
* Returns the bundle description of the plug-in
- * in case the plug-in uses the new OSGi bundle layout.
- *
+ * in case the plug-in uses the new OSGi bundle layout.
+ *
* @return bundle description if this is an OSGi plug-in,
* or <code>null</code> if the plug-in is in a classic
* format.
- *
+ *
* @since 3.0
*/
BundleDescription getBundleDescription();
@@ -143,10 +143,10 @@ public interface IPluginModelBase extends ISharedExtensionsModel, IModelChangePr
* Associates the bundle description of the plug-in
* with this model in case the plug-in uses the new
* OSGi bundle layout.
- *
+ *
* @param description bundle description to associate
* with this model
- *
+ *
* @since 3.0
*/
void setBundleDescription(BundleDescription description);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelFactory.java
index 12cf12c3fa..27438d931d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginModelFactory.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.core.plugin;
/**
* This factory should be used to create
* instances of the plug-in model objects.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginObject.java
index addfa01860..e73aacf9f7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginObject.java
@@ -16,7 +16,7 @@ import org.eclipse.pde.core.IWritable;
/**
* A base interface for all the objects in the plug-in model.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -50,8 +50,8 @@ public interface IPluginObject extends IWritable, IAdaptable {
* It is useful to ignore modification events of objects
* that have not yet being added to the model or if they
* have been removed.
- *
- * @return whether this object is currently part of a model
+ *
+ * @return whether this object is currently part of a model
*/
boolean isInTheModel();
@@ -60,8 +60,8 @@ public interface IPluginObject extends IWritable, IAdaptable {
* It is useful to ignore modification events of objects
* that have not yet being added to the model or if they
* have been removed.
- *
- * @param inModel whether the object is currently part of a model
+ *
+ * @param inModel whether the object is currently part of a model
*/
void setInTheModel(boolean inModel);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginParent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginParent.java
index 37b08f5911..1e0187de5b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginParent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginParent.java
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* Classes that implement this interface are
* capable of containing other plug-in objects.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -63,7 +63,7 @@ public interface IPluginParent extends IPluginObject {
int getIndexOf(IPluginObject child);
/**
- * Swaps the position of of the provided siblings
+ * Swaps the position of of the provided siblings
* in the parent.
* @param child1 the first child
* @param child2 the second child
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginReference.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginReference.java
index 5e1c270de4..d65a62cb3a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginReference.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/IPluginReference.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.core.IIdentifiable;
* Objects that implement this interface represent references of
* plug-ins. Plug-ins are referenced using their identifiers,
* and optionally versions and match rules.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedExtensionsModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedExtensionsModel.java
index 66943d5e01..9eb3f99eba 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedExtensionsModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedExtensionsModel.java
@@ -11,10 +11,10 @@
package org.eclipse.pde.core.plugin;
/**
- * This type of model is created by parsing the plug-in
+ * This type of model is created by parsing the plug-in
* manifest file but only takes the extensions and extension
- * points into account.
- *
+ * points into account.
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedPluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedPluginModel.java
index 3e468c8131..4f53ee57c6 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedPluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ISharedPluginModel.java
@@ -34,7 +34,7 @@ import org.eclipse.pde.core.IModelChangeProvider;
* The model is capable of notifying listeners
* about changes. An attempt to change a read-only
* model will result in a CoreException.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -42,18 +42,18 @@ public interface ISharedPluginModel extends IModel, IModelChangeProvider {
/**
* Returns a factory object that should be used
* to create new instances of the model objects.
- *
- * @return factory object to create new model objects
+ *
+ * @return factory object to create new model objects
*/
IExtensionsModelFactory getFactory();
/**
* Returns a location of the file that was used
- * to create this model. The location can be that
+ * to create this model. The location can be that
* of a directory or that of a JAR file.
*
* @return a location of the external model, or
- * <samp>null</samp> if the model is not created
+ * <samp>null</samp> if the model is not created
* from a resource or a file in the file system.
*/
String getInstallLocation();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ModelEntry.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ModelEntry.java
index aecdbed5a5..ba2a97fa21 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ModelEntry.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/ModelEntry.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,9 +20,9 @@ import org.eclipse.osgi.service.resolver.BundleDescription;
* <p>
* This class is not meant to be extended or instantiated by clients.
* </p>
- *
+ *
* @since 3.3
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/
@@ -42,7 +42,7 @@ public class ModelEntry extends PlatformObject {
/**
* Constructor
- *
+ *
* @param id the entry ID
*/
public ModelEntry(String id) {
@@ -51,7 +51,7 @@ public class ModelEntry extends PlatformObject {
/**
* Returns all the workspace plug-ins that have the model entry ID
- *
+ *
* @return an array of workspace plug-ins that have the model entry ID
*/
public IPluginModelBase[] getWorkspaceModels() {
@@ -62,7 +62,7 @@ public class ModelEntry extends PlatformObject {
* Returns all plug-ins in the target platform that have the model entry ID.
* The returned result contains both plug-ins that are enabled (ie. checked on the
* <b>Plug-in Development > Target Platform</b> preference page) and disabled.
- *
+ *
* @return an array of plug-ins in the target platform that have the model entry ID
*/
public IPluginModelBase[] getExternalModels() {
@@ -82,10 +82,10 @@ public class ModelEntry extends PlatformObject {
* the plug-in with the highest version is returned.
* </p>
* <p>
- * In the case of a tie among more than one suitable plug-in that have the same version,
+ * In the case of a tie among more than one suitable plug-in that have the same version,
* one of those plug-ins is randomly returned.
* </p>
- *
+ *
* @return the plug-in model for the best match plug-in with the given ID
*/
public IPluginModelBase getModel() {
@@ -128,14 +128,14 @@ public class ModelEntry extends PlatformObject {
/**
* Returns all the plug-ins, with the model entry ID, that are currently active.
* <p>
- * Workspace plug-ins are always active.
+ * Workspace plug-ins are always active.
* Target plug-ins are only active if:
* <ul>
* <li>they are checked on the <b>Plug-in Development > Target Platform</b> preference page</li>
* <li>there does not exist a workspace plug-in that has the same ID</li>
* </ul>
* </p>
- *
+ *
* @return an array of the currently active plug-ins with the model entry ID
*/
public IPluginModelBase[] getActiveModels() {
@@ -156,7 +156,7 @@ public class ModelEntry extends PlatformObject {
/**
* Returns the model entry ID
- *
+ *
* @return the model entry ID
*/
public String getId() {
@@ -164,11 +164,11 @@ public class ModelEntry extends PlatformObject {
}
/**
- * Return the plug-in model associated with the given bundle description or
+ * Return the plug-in model associated with the given bundle description or
* <code>null</code> if none is found.
- *
+ *
* @param desc the given bundle description
- *
+ *
* @return the plug-in model associated with the given bundle description if such a
* model exists.
*/
@@ -192,7 +192,7 @@ public class ModelEntry extends PlatformObject {
/**
* Returns <code>true</code> if there are workspace plug-ins associated with the ID
* of this model entry; <code>false</code>otherwise.
- *
+ *
* @return <code>true</code> if there are workspace plug-ins associated with the ID
* of this model entry; <code>false</code>otherwise.
*/
@@ -203,7 +203,7 @@ public class ModelEntry extends PlatformObject {
/**
* Returns <code>true</code> if there are target plug-ins associated with the ID
* of this model entry; <code>false</code>otherwise.
- *
+ *
* @return <code>true</code> if there are target plug-ins associated with the ID
* of this model entry; <code>false</code>otherwise.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/PluginRegistry.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/PluginRegistry.java
index be63e8c80a..5471d07ad8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/PluginRegistry.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/PluginRegistry.java
@@ -31,9 +31,9 @@ import org.osgi.framework.Version;
* This class provides static methods only; it is not intended to be
* instantiated or subclassed by clients.
* </p>
- *
+ *
* @since 3.3
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/
@@ -52,7 +52,7 @@ public class PluginRegistry {
/**
* Returns whether the given model is accepted by this filter.
- *
+ *
* @param model plug-in model
* @return whether accepted by this filter
*/
@@ -64,9 +64,9 @@ public class PluginRegistry {
/**
* Returns a model entry containing all workspace and target plug-ins by the given ID
- *
+ *
* @param id the plug-in ID
- *
+ *
* @return a model entry containing all workspace and target plug-ins by the given ID
*/
public static ModelEntry findEntry(String id) {
@@ -86,10 +86,10 @@ public class PluginRegistry {
* the plug-in with the highest version is returned.
* </p>
* <p>
- * In the case of a tie among more than one suitable plug-in that have the same version,
+ * In the case of a tie among more than one suitable plug-in that have the same version,
* one of those plug-ins is randomly returned.
* </p>
- *
+ *
* @param id the plug-in ID
* @return the plug-in model for the best match plug-in with the given ID
*/
@@ -101,7 +101,7 @@ public class PluginRegistry {
* Returns the plug-in model corresponding to the given project, or <code>null</code>
* if the project does not represent a plug-in project or if it contains a manifest file
* that is malformed or missing vital information.
- *
+ *
* @param project the project
* @return a plug-in model corresponding to the project or <code>null</code> if the project
* is not a plug-in project
@@ -112,9 +112,9 @@ public class PluginRegistry {
/**
* Returns a plug-in model associated with the given bundle description
- *
+ *
* @param desc the bundle description
- *
+ *
* @return a plug-in model associated with the given bundle description or <code>null</code>
* if none exists
*/
@@ -132,7 +132,7 @@ public class PluginRegistry {
* <p>
* Equivalent to <code>getActiveModels(true)</code>
* </p>
- *
+ *
* @return all plug-ins and fragments in the workspace as well as all plug-ins and fragments that are
* checked on the Target Platform preference page.
*/
@@ -153,7 +153,7 @@ public class PluginRegistry {
* </p>
* @param includeFragments a boolean indicating if fragments are desired in the returned
* result
- * @return all plug-ins and (possibly) fragments in the workspace as well as all plug-ins and
+ * @return all plug-ins and (possibly) fragments in the workspace as well as all plug-ins and
* (possibly) fragments that are checked on the Target Platform preference page.
*/
public static IPluginModelBase[] getActiveModels(boolean includeFragments) {
@@ -161,7 +161,7 @@ public class PluginRegistry {
}
/**
- * Returns all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
+ * Returns all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
* whether or not they are checked or not on the Target Platform preference page.
* <p>
* If a workspace plug-in/fragment has the same ID as a target plug-in, the target counterpart
@@ -170,8 +170,8 @@ public class PluginRegistry {
* <p>
* Equivalent to <code>getAllModels(true)</code>
* </p>
- *
- * @return all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
+ *
+ * @return all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
* whether or not they are checked on the Target Platform preference page.
*/
public static IPluginModelBase[] getAllModels() {
@@ -179,7 +179,7 @@ public class PluginRegistry {
}
/**
- * Returns all plug-ins and (possibly) fragments in the workspace as well as all plug-ins
+ * Returns all plug-ins and (possibly) fragments in the workspace as well as all plug-ins
* and (possibly) fragments, regardless whether or not they are
* checked on the Target Platform preference page.
* <p>
@@ -192,7 +192,7 @@ public class PluginRegistry {
* </p>
* @param includeFragments a boolean indicating if fragments are desired in the returned
* result
- * @return ll plug-ins and (possibly) fragments in the workspace as well as all plug-ins
+ * @return ll plug-ins and (possibly) fragments in the workspace as well as all plug-ins
* and (possibly) fragments, regardless whether or not they are
* checked on the Target Platform preference page.
*/
@@ -202,7 +202,7 @@ public class PluginRegistry {
/**
* Returns all plug-in models in the workspace
- *
+ *
* @return all plug-in models in the workspace
*/
public static IPluginModelBase[] getWorkspaceModels() {
@@ -211,7 +211,7 @@ public class PluginRegistry {
/**
* Return the model manager that keeps track of plug-ins in the target platform
- *
+ *
* @return the model manager that keeps track of plug-ins in the target platform
*/
public static IPluginModelBase[] getExternalModels() {
@@ -220,7 +220,7 @@ public class PluginRegistry {
/**
* Returns whether the given model matches the given id, version, and match rule.
- *
+ *
* @param base match candidate
* @param id id to match
* @param version version to match or <code>null</code>
@@ -253,17 +253,17 @@ public class PluginRegistry {
* the plug-in with the highest version is returned.
* </p>
* <p>
- * In the case of a tie among more than one suitable plug-in that have the same version,
+ * In the case of a tie among more than one suitable plug-in that have the same version,
* one of those plug-ins is randomly returned.
* </p>
- *
+ *
* @param id symbolic name of a plug-in to find
* @param version minimum version, or <code>null</code> to only match on symbolic name
* @param match one of {@link IMatchRules#COMPATIBLE}, {@link IMatchRules#EQUIVALENT},
* {@link IMatchRules#GREATER_OR_EQUAL}, {@link IMatchRules#PERFECT}, or {@link IMatchRules#NONE}
* when a version is unspecified
- * @param filter a plug-in filter or <code>null</code>
- *
+ * @param filter a plug-in filter or <code>null</code>
+ *
* @return a matching model or <code>null</code>
* @since 3.6
*/
@@ -286,8 +286,8 @@ public class PluginRegistry {
* @param match one of {@link IMatchRules#COMPATIBLE}, {@link IMatchRules#EQUIVALENT},
* {@link IMatchRules#GREATER_OR_EQUAL}, {@link IMatchRules#PERFECT}, or {@link IMatchRules#NONE}
* when a version is unspecified
- * @param filter a plug-in filter or <code>null</code>
- *
+ * @param filter a plug-in filter or <code>null</code>
+ *
* @return a matching models, possibly an empty collection
* @since 3.6
*/
@@ -315,13 +315,13 @@ public class PluginRegistry {
* the plug-in with the highest version is returned.
* </p>
* <p>
- * In the case of a tie among more than one suitable plug-in that have the same version,
+ * In the case of a tie among more than one suitable plug-in that have the same version,
* one of those plug-ins is randomly returned.
* </p>
* @param id symbolic name of plug-in to find
* @param range acceptable version range to match, or <code>null</code> for any range
* @param filter a plug-in filter or <code>null</code>
- *
+ *
* @return a matching model or <code>null</code>
* @since 3.6
*/
@@ -331,7 +331,7 @@ public class PluginRegistry {
/**
* Returns the plug-in with the highest version, or <code>null</code> if empty.
- *
+ *
* @param models models
* @return plug-in with the highest version or <code>null</code>
*/
@@ -374,7 +374,7 @@ public class PluginRegistry {
* @param id symbolic name of plug-ins to find
* @param range acceptable version range to match, or <code>null</code> for any range
* @param filter a plug-in filter or <code>null</code>
- *
+ *
* @return a matching models, possibly empty
* @since 3.6
*/
@@ -397,7 +397,7 @@ public class PluginRegistry {
/**
* Creates and returns a model associated with the <code>build.properties</code> of a bundle
* in the workspace or <code>null</code> if none.
- *
+ *
* @param model plug-in model base
* @return a build model initialized from the plug-in's <code>build.properties</code> or
* <code>null</code> if none. Returns <code>null</code> for external plug-in models (i.e.
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/TargetPlatform.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/TargetPlatform.java
index 4b49826ef4..f3280765dc 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/TargetPlatform.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/plugin/TargetPlatform.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,7 +25,7 @@ import org.eclipse.pde.internal.core.target.TargetPlatformService;
/**
* The central class for the plug-in development target platform. This class cannot
- * be instantiated or subclassed by clients; all functionality is provided
+ * be instantiated or subclassed by clients; all functionality is provided
* by static methods. Features include:
* <ul>
* <li>the target platform's OS/WS/ARCH</li>
@@ -35,7 +35,7 @@ import org.eclipse.pde.internal.core.target.TargetPlatformService;
* <p>
* @since 3.3
* </p>
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/
@@ -52,7 +52,7 @@ public class TargetPlatform {
/**
* Returns the target platform's main location. As target platforms may contain multiple
* locations it is recommended that you use ITargetPlatformService instead.
- *
+ *
* @return the target platform's main location
*/
public static String getLocation() {
@@ -76,9 +76,9 @@ public class TargetPlatform {
}
/**
- * Returns the location of the default target platform, namely the location
+ * Returns the location of the default target platform, namely the location
* of the host (running) instance of Eclipse.
- *
+ *
* @return the location of the default target platform
*/
public static String getDefaultLocation() {
@@ -94,7 +94,7 @@ public class TargetPlatform {
/**
* Returns the target operating system as specified on the <b>Environment</b>
* tab of the <b>Plug-in Development > Target Platform</b> preference page.
- *
+ *
* @return the target operating system
*/
public static String getOS() {
@@ -113,7 +113,7 @@ public class TargetPlatform {
/**
* Returns the target windowing system as specified on the <b>Environment</b>
* tab of the <b>Plug-in Development > Target Platform</b> preference page.
- *
+ *
* @return the target windowing system
*/
public static String getWS() {
@@ -132,7 +132,7 @@ public class TargetPlatform {
/**
* Returns the target locale as specified on the <b>Environment</b>
* tab of the <b>Plug-in Development > Target Platform</b> preference page.
- *
+ *
* @return the target locale
*/
public static String getNL() {
@@ -151,7 +151,7 @@ public class TargetPlatform {
/**
* Returns the target system architecture as specified on the <b>Environment</b>
* tab of the <b>Plug-in Development > Target Platform</b> preference page.
- *
+ *
* @return the target system architecture
*/
public static String getOSArch() {
@@ -168,14 +168,14 @@ public class TargetPlatform {
}
/**
- * Returns a list of identifiers for all available applications
+ * Returns a list of identifiers for all available applications
* (i.e. <code>org.eclipse.core.runtime.applications</code> extensions) declared in the workspace
* and target platform plug-ins.
* <p>
* If a workspace plug-in has the same ID as a plug-in in the target platform, the extensions
* declared in the target counterpart are ignored.
* </p>
- *
+ *
* @return a list of identifiers for all available applications
*/
public static String[] getApplications() {
@@ -183,14 +183,14 @@ public class TargetPlatform {
}
/**
- * Returns a list of identifiers for all available products
+ * Returns a list of identifiers for all available products
* (i.e. <code>org.eclipse.core.runtime.products</code> extensions) declared in the workspace
* and target platform plug-ins.
* <p>
* If a workspace plug-in has the same ID as a plug-in in the target platform, the extensions
* declared in the target counterpart are ignored.
* </p>
- *
+ *
* @return a list of identifiers for all available products
*/
public static String[] getProducts() {
@@ -198,12 +198,12 @@ public class TargetPlatform {
}
/**
- * Returns the ID for the default product
+ * Returns the ID for the default product
* (<code>org.eclipse.core.runtime.products</code> extension) for the current target platform,
* or <code>null</code> if none can be determined.
- *
- * If any of the
- *
+ *
+ * If any of the
+ *
* @return the ID for the default product or <code>null</code> if none could be determined
*/
public static String getDefaultProduct() {
@@ -224,7 +224,7 @@ public class TargetPlatform {
/**
* Returns the ID for the default application
* (<code>org.eclipse.core.runtime.applications</code> extension) for the current target
- * platform.
+ * platform.
* <p>
* If none could be determined, then <code>org.eclipse.ui.ide.workbench</code>
* application is returned.
@@ -245,12 +245,12 @@ public class TargetPlatform {
/**
* Creates a platform configuration to be used when launching an Eclipse
* application that uses Update Manager as a configurator
- *
+ *
* @param location the location where the configuration should be persisted
* @param plugins the list of plug-ins that make up the configuration
* @param brandingPlugin if specified, a entry for the feature containing the branding plug-in will
* be created in the platform configuration
- *
+ *
* @throws CoreException an exception is thrown if there was a problem writing the platform
* configuration file
*/
@@ -259,7 +259,7 @@ public class TargetPlatform {
}
/**
- * The comma-separated list of bundles which are automatically installed
+ * The comma-separated list of bundles which are automatically installed
* and optionally started.
* <p>
* Each entry if of the form <bundleID>[@ [<startlevel>] [":start"]]
@@ -271,7 +271,7 @@ public class TargetPlatform {
* file of the target platform. If no such key is found, then a suitable list is computed
* based on the target platform version.
* </p>
- *
+ *
* @return a comma-separated list of bundles that are automatically installed
* and optionally started when a runtime Eclipse application is launched.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleClasspathEntry.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleClasspathEntry.java
index 1f11a96a1d..11841d3394 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleClasspathEntry.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleClasspathEntry.java
@@ -16,7 +16,7 @@ import org.eclipse.core.runtime.IPath;
* Specifies the origin of source, class files, and/or archive for an entry
* on the Bundle-Classpath header. Instances of this class can be created
* via {@link IBundleProjectService#newBundleClasspathEntry(IPath, IPath, IPath)}.
- *
+ *
* @since 3.6
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
@@ -57,7 +57,7 @@ public interface IBundleClasspathEntry {
* When a {@link #getSourcePath()} or {@link #getBinaryPath()} is specified, this indicates that
* the library will be generated from source or binaries. When neither {@link #getSourcePath()}
* or {@link #getBinaryPath()} are specified, it indicates the library is contained in the
- * project as an archive at the specified location.
+ * project as an archive at the specified location.
* </p>
* @return Bundle-Classpath library or <code>null</code>
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java
index 0d96e5843e..994d9c5d3b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectDescription.java
@@ -24,7 +24,7 @@ import org.osgi.framework.Version;
* Describes a project representing an OSGi bundle. Used to create or modify
* artifacts associated with a bundle project. A bundle project description can be
* created for an {@link IProject} via {@link IBundleProjectService#getDescription(IProject)}.
- *
+ *
* @since 3.6
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
@@ -76,7 +76,7 @@ public interface IBundleProjectDescription {
/**
* Creates or modifies a bundle project and associated artifacts based current settings.
- *
+ *
* @param monitor progress monitor or <code>null</code>
* @throws CoreException if project creation or modification fails
*/
@@ -93,25 +93,25 @@ public interface IBundleProjectDescription {
/**
* Returns the symbolic name of the described bundle or <code>null</code> if unspecified.
- *
+ *
* @return bundle symbolic name or <code>null</code>
*/
public String getSymbolicName();
/**
- * Sets the location for the described project.
+ * Sets the location for the described project.
* If <code>null</code> is specified, the default location is used.
* <p>
* Setting the location on a description for a project which already
* exists has no effect; the new project location is ignored when the
- * description is applied to the already existing project. This method is
+ * description is applied to the already existing project. This method is
* intended for use on descriptions for new projects.
* </p>
* <p>
* This operation maps the root folder of the project to the exact location
* provided. For example, if the location for project named "P" is set
* to the URI file://c:/my_plugins/Project1, the file resource at workspace path
- * /P/index.html would be stored in the local file system at
+ * /P/index.html would be stored in the local file system at
* file://c:/my_plugins/Project1/index.html.
* </p>
*
@@ -133,7 +133,7 @@ public interface IBundleProjectDescription {
/**
* Sets the value of the Bundle-Name header for the described bundle.
* When <code>null</code>, the bundle name defaults to the bundle symbolic name.
- *
+ *
* @param name bundle name
*/
public void setBundleName(String name);
@@ -150,7 +150,7 @@ public interface IBundleProjectDescription {
/**
* Sets the value of the Bundle-Vendor header for the described bundle.
- *
+ *
* @param name bundle vendor name
*/
public void setBundleVendor(String name);
@@ -158,7 +158,7 @@ public interface IBundleProjectDescription {
/**
* Returns the value of the Bundle-Vendor header for the described bundle
* or <code>null</code> if unspecified.
- *
+ *
* @return bundle vendor name or <code>null</code>
*/
public String getBundleVendor();
@@ -166,7 +166,7 @@ public interface IBundleProjectDescription {
/**
* Sets the value of the Bundle-Version header for the described bundle.
* When <code>null</code>, the bundle version defaults to <code>1.0.0.qualifier</code>.
- *
+ *
* @param version bundle version
*/
public void setBundleVersion(Version version);
@@ -183,7 +183,7 @@ public interface IBundleProjectDescription {
/**
* Sets whether the described bundle is a singleton.
- *
+ *
* @param singleton whether the described bundle is a singleton
*/
public void setSingleton(boolean singleton);
@@ -199,7 +199,7 @@ public interface IBundleProjectDescription {
/**
* Sets the value of the Bundle-Localization header for the described bundle.
- *
+ *
* @param path bundle root relative path or <code>null</code>
*/
public void setLocalization(IPath path);
@@ -212,7 +212,7 @@ public interface IBundleProjectDescription {
*/
public IPath getLocalization();
- /**
+ /**
* Returns the list of natures associated with the described project.
* Returns an empty array if there are no natures on this description.
*
@@ -222,7 +222,7 @@ public interface IBundleProjectDescription {
*/
public String[] getNatureIds();
- /**
+ /**
* Sets the list of natures associated with the described project.
* A project created with this description will have these natures
* added to it in the given order when this description is applied.
@@ -236,12 +236,12 @@ public interface IBundleProjectDescription {
*/
public void setNatureIds(String[] natures);
- /**
+ /**
* Returns whether the project nature specified by the given
- * nature extension id has been added to the described project.
+ * nature extension id has been added to the described project.
*
* @param natureId the nature extension identifier
- * @return <code>true</code> if the described project has the given nature
+ * @return <code>true</code> if the described project has the given nature
* @see IProjectDescription#hasNature(String)
*/
public boolean hasNature(String natureId);
@@ -249,8 +249,8 @@ public interface IBundleProjectDescription {
/**
* Sets the the Fragment-Host header for the described fragment.
* When a non-<code>null</code> value is specified, this bundle description
- * describes a fragment.
- *
+ * describes a fragment.
+ *
* @param host host specification or <code>null</code>
*/
public void setHost(IHostDescription host);
@@ -258,7 +258,7 @@ public interface IBundleProjectDescription {
/**
* Returns the host bundle for the described fragment,
* or <code>null</code> if this description does not describe a fragment.
- *
+ *
* @return host specification or <code>null</code>
*/
public IHostDescription getHost();
@@ -267,7 +267,7 @@ public interface IBundleProjectDescription {
* Sets a project relative path for the default output folder used on the Java build path
* for the described bundle. <code>null</code> indicates the Java project's default output
* location should be used.
- *
+ *
* @param output project relative path to default output location or <code>null</code>
*/
public void setDefaultOutputFolder(IPath output);
@@ -275,7 +275,7 @@ public interface IBundleProjectDescription {
/**
* Returns a project relative path for the described bundle's default output folder used on the Java build path,
* or <code>null</code> to indicate the default output location is used.
- *
+ *
* @return default project relative output folder path or <code>null</code>
*/
public IPath getDefaultOutputFolder();
@@ -284,7 +284,7 @@ public interface IBundleProjectDescription {
* Sets the required execution environments for the described bundle, possible <code>null</code>.
* When more than one environment specified, the first will be used to configure compiler compliance
* and build path settings.
- *
+ *
* @param environments execution environment identifiers or <code>null</code>
*/
public void setExecutionEnvironments(String[] environments);
@@ -293,7 +293,7 @@ public interface IBundleProjectDescription {
* Returns the required execution environments for the described bundle, or <code>null</code> if unspecified.
* When more than one environment is specified, the first will be used to configure compiler compliance
* and build path settings.
- *
+ *
* @return execution environment identifiers or <code>null</code>
*/
public String[] getExecutionEnvironments();
@@ -303,7 +303,7 @@ public interface IBundleProjectDescription {
* or <code>null</code> if unspecified. Specifies the relationship between
* source and/or binary folders with bundle classpath entries. When <code>null</code>
* is specified, no Bundle-Classpath header will be produced.
- *
+ *
* @param entries Bundle-Classpath header entries or <code>null</code>
* @deprecated use {@link #setBundleClasspath(IBundleClasspathEntry[])}
*/
@@ -315,7 +315,7 @@ public interface IBundleProjectDescription {
* or <code>null</code> if unspecified. Specifies the relationship between
* source and/or binary folders with bundle classpath entries. When <code>null</code>
* is specified, no Bundle-Classpath header will be produced.
- *
+ *
* @param entries Bundle-Classpath header entries or <code>null</code>
* @since 3.7
*/
@@ -324,7 +324,7 @@ public interface IBundleProjectDescription {
/**
* Returns the entries on the Bundle-Classpath header of the described bundle,
* or <code>null</code> if unspecified.
- *
+ *
* @return bundle class path entries or <code>null</code> if unspecified
* @see #setBundleClasspath(IBundleClasspathEntry[])
*/
@@ -333,7 +333,7 @@ public interface IBundleProjectDescription {
/**
* Sets the value of the Bundle-Activator header for the described bundle,
* or <code>null</code> if none.
- *
+ *
* @param className activator class name or <code>null</code>
*/
public void setActivator(String className);
@@ -341,7 +341,7 @@ public interface IBundleProjectDescription {
/**
* Returns the value of the Bundle-Activator header for the described bundle,
* or <code>null</code> if none.
- *
+ *
* @return bundle activator class name or <code>null</code>
*/
public String getActivator();
@@ -351,9 +351,9 @@ public interface IBundleProjectDescription {
* This affects the values generated for Equinox specific headers.
* Has no effect when {@link #isEquinox()} is <code>false</code>.
* When {@link #isEquinox()} is <code>true</code>, and a target version
- * is unspecified or set to <code>null</code>, the newest available
+ * is unspecified or set to <code>null</code>, the newest available
* target version of Eclipse is used.
- *
+ *
* @param version one of the version constant values defined by this class or <code>null</code>
* @see #setEquinox(boolean)
*/
@@ -363,7 +363,7 @@ public interface IBundleProjectDescription {
* Returns the version of Eclipse the described bundle is targeted for, or <code>null</code>
* if unspecified. When unspecified, the project is targeted to the newest available
* version of Eclipse when {@link #isEquinox()} is <code>true</code>.
- *
+ *
* @return target version or <code>null</code>
*/
public String getTargetVersion();
@@ -396,7 +396,7 @@ public interface IBundleProjectDescription {
/**
* Returns whether the described bundle is targeted for the Equinox OSGi framework.
* Affects the Equinox lazy-start header generated in the manifest.
- *
+ *
* @return whether the described bundle is targeted for the Equinox OSGi framework
*/
public boolean isEquinox();
@@ -426,74 +426,74 @@ public interface IBundleProjectDescription {
/**
* Returns this bundle's activation policy or <code>null</code> if unspecified.
- *
+ *
* @return activation policy or <code>null</code>
*/
public String getActivationPolicy();
/**
- * Sets whether this bundle supports extension points and extensions via
+ * Sets whether this bundle supports extension points and extensions via
* {@link IExtensionRegistry} support. By default, this value is <code>false</code>
* for new projects.
- *
+ *
* @param supportExtensions whether extension points and extensions are supported
*/
public void setExtensionRegistry(boolean supportExtensions);
/**
- * Returns whether this bundle supports extension points and extensions via
+ * Returns whether this bundle supports extension points and extensions via
* {@link IExtensionRegistry} support. By default, this value is <code>false</code>
* for new projects.
- *
+ *
* @return whether extension points and extensions are supported
*/
public boolean isExtensionRegistry();
/**
* Sets the value of the Require-Bundle header for the described bundle.
- *
+ *
* @param bundles required bundle descriptions or <code>null</code> if none
*/
public void setRequiredBundles(IRequiredBundleDescription[] bundles);
/**
* Returns the value of the Require-Bundle header or <code>null</code> if unspecified.
- *
+ *
* @return required bundle descriptions or <code>null</code>
*/
public IRequiredBundleDescription[] getRequiredBundles();
/**
* Sets the value of the Import-Package header for the described bundle.
- *
+ *
* @param imports package import descriptions or <code>null</code> if none
*/
public void setPackageImports(IPackageImportDescription[] imports);
/**
* Returns the value of the Import-Package header or <code>null</code> if unspecified.
- *
+ *
* @return package import descriptions or <code>null</code>
*/
public IPackageImportDescription[] getPackageImports();
/**
* Sets the value of the Export-Package header for the described bundle.
- *
+ *
* @param exports package export descriptions or <code>null</code> if none
*/
public void setPackageExports(IPackageExportDescription[] exports);
/**
* Returns the value of the Export-Package header or <code>null</code> if unspecified.
- *
+ *
* @return package export descriptions or <code>null</code>
*/
public IPackageExportDescription[] getPackageExports();
/**
* Returns the project associated with the described bundle.
- *
+ *
* @return associated project
*/
public IProject getProject();
@@ -503,7 +503,7 @@ public interface IBundleProjectDescription {
* the <code>build.properties</code> file of the described bundle project.
* <p>
* By default, the <code>MANIFEST/</code> folder and any entries on the
- * Bundle-Classpath will be included. This sets any additional entries that
+ * Bundle-Classpath will be included. This sets any additional entries that
* are to be included.
* </p>
* @param paths bundle root relative paths of files and folders to include
@@ -516,7 +516,7 @@ public interface IBundleProjectDescription {
* of the <code>build.properties</code> file of the described bundle project.
* <p>
* By default, the <code>MANIFEST/</code> folder and any entries on the
- * Bundle-Classpath will be included. This returns any additional entries that
+ * Bundle-Classpath will be included. This returns any additional entries that
* are to be included.
* </p>
* @return bundle root relative paths of files and folders on the <code>bin.includes</code>
@@ -547,7 +547,7 @@ public interface IBundleProjectDescription {
/**
* Returns the location within the project that is the root of the bundle related
* artifacts, or <code>null</code> to indicate the default location (project folder).
- *
+ *
* @return project relative bundle root path or <code>null</code>
*/
public IPath getBundleRoot();
@@ -558,7 +558,7 @@ public interface IBundleProjectDescription {
* that will be displayed in the manifest editor for the project associated
* with these settings, or <code>null</code> if default shortcuts are being
* used.
- *
+ *
* @return identifiers of the <code>org.eclipse.debug.ui.launchShortcuts</code> extensions
* or <code>null</code>
*/
@@ -588,7 +588,7 @@ public interface IBundleProjectDescription {
* Returns the identifier of the <code>org.eclipse.ui.exportWizards</code> extension
* used in the manifest editor for exporting the project associated with these
* settings, or <code>null</code> if the default export wizard should be used.
- *
+ *
* @return identifier of an <code>org.eclipse.ui.exportWizards</code> extension
* or <code>null</code>
*/
@@ -598,7 +598,7 @@ public interface IBundleProjectDescription {
* Sets the identifier of the <code>org.eclipse.ui.exportWizards</code> extension
* used in the manifest editor for exporting the project associated with these
* settings, or <code>null</code> if the default export wizard should be used.
- *
+ *
* @param id identifier of an <code>org.eclipse.ui.exportWizards</code> extension
* or <code>null</code>
*/
@@ -626,7 +626,7 @@ public interface IBundleProjectDescription {
/**
* Returns the value of the specified header from the bundle manifest, or <code>null</code>
* if unspecified. Note that an empty string is returned for a header that has an empty value.
- *
+ *
* @param header
* @return header value or <code>null</code>
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectService.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectService.java
index d42af8cc28..bf4ab26ace 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectService.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IBundleProjectService.java
@@ -27,7 +27,7 @@ import org.osgi.framework.Version;
* ServiceReference ref = context.getServiceReference(IBundleContextService.class.getName());
* IBundleContextService service = (IBundleContextService)context.getService(ref);
* ...
- * context.ungetService(ref);
+ * context.ungetService(ref);
* </pre>
* </p>
* @since 3.6
@@ -41,7 +41,7 @@ public interface IBundleProjectService {
* If the project does not exist, the description can be used to create
* a new bundle project. If the project does exist, the description can be used to
* modify a project.
- *
+ *
* @param project project
* @return bundle description for the associated project
* @exception CoreException if unable to create a description on an existing project
@@ -50,7 +50,7 @@ public interface IBundleProjectService {
/**
* Creates and returns a new host description.
- *
+ *
* @param name symbolic name of the host
* @param range version constraint or <code>null</code>
* @return host description
@@ -59,7 +59,7 @@ public interface IBundleProjectService {
/**
* Creates and returns a new package import description.
- *
+ *
* @param name fully qualified name of imported package
* @param range version constraint or <code>null</code>
* @param optional whether the import is optional
@@ -69,11 +69,11 @@ public interface IBundleProjectService {
/**
* Constructs a new package export description.
- *
+ *
* @param name fully qualified package name
* @param version version or <code>null</code>
* @param api whether the package is considered API
- * @param friends symbolic names of bundles that are friends, or <code>null</code>; when
+ * @param friends symbolic names of bundles that are friends, or <code>null</code>; when
* friends are specified the package will not be API
* @return package export description
*/
@@ -81,7 +81,7 @@ public interface IBundleProjectService {
/**
* Creates and returns a new required bundle description.
- *
+ *
* @param name symbolic name of required bundle
* @param range version constraint or <code>null</code>
* @param optional whether the required bundle is optional
@@ -115,7 +115,7 @@ public interface IBundleProjectService {
* <p>
* The bundle root is the folder containing the <code>META-INF/</code> folder. When the bundle
* root location is modified, existing bundle artifacts at the old root are not moved or modified.
- * When creating a new bundle project {@link IBundleProjectDescription#setBundleRoot(IPath)} can
+ * When creating a new bundle project {@link IBundleProjectDescription#setBundleRoot(IPath)} can
* be used to specify an initial bundle root location. To modify the bundle root location of an
* existing project, this method must be used.
* </p>
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IHostDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IHostDescription.java
index c849cb04b9..3eeaff62d7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IHostDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IHostDescription.java
@@ -15,7 +15,7 @@ import org.eclipse.osgi.service.resolver.VersionRange;
/**
* Describes a fragment host. Instances of this class can be created
* via {@link IBundleProjectService#newHost(String, VersionRange)}.
- *
+ *
* @since 3.6
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
@@ -24,7 +24,7 @@ public interface IHostDescription {
/**
* Returns the symbolic name of the host.
- *
+ *
* @return symbolic name of the host
*/
public String getName();
@@ -32,7 +32,7 @@ public interface IHostDescription {
/**
* Returns the version constraint of the host or <code>null</code>
* if unspecified.
- *
+ *
* @return version constraint or <code>null</code>
*/
public VersionRange getVersionRange();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageExportDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageExportDescription.java
index 437f233dac..562ef722f4 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageExportDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageExportDescription.java
@@ -15,7 +15,7 @@ import org.osgi.framework.Version;
/**
* Describes a package export. Instances of this class can be created
* via {@link IBundleProjectService#newPackageExport(String, Version, boolean, String[])}.
- *
+ *
* @since 3.6
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients.
@@ -24,7 +24,7 @@ public interface IPackageExportDescription {
/**
* Returns the fully qualified name of the exported package.
- *
+ *
* @return fully qualified name of the exported package
*/
public String getName();
@@ -32,21 +32,21 @@ public interface IPackageExportDescription {
/**
* Returns the version of the exported package or <code>null</code>
* if unspecified.
- *
+ *
* @return version or <code>null</code>
*/
public Version getVersion();
/**
* Returns the declared friends of this package or <code>null</code> if none.
- *
+ *
* @return friends as bundle symbolic names or <code>null</code>
*/
public String[] getFriends();
/**
* Returns whether the package is exported as API, or is internal.
- *
+ *
* @return whether the package is exported as API
*/
public boolean isApi();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageImportDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageImportDescription.java
index fc66ea2ac4..189dafec88 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageImportDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IPackageImportDescription.java
@@ -15,7 +15,7 @@ import org.eclipse.osgi.service.resolver.VersionRange;
/**
* Describes a package import. Instances of this class can be created
* via {@link IBundleProjectService#newPackageImport(String, VersionRange, boolean)}.
- *
+ *
* @since 3.6
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
@@ -24,7 +24,7 @@ public interface IPackageImportDescription {
/**
* Returns the fully qualified name of the imported package.
- *
+ *
* @return fully qualified name of the imported package
*/
public String getName();
@@ -32,14 +32,14 @@ public interface IPackageImportDescription {
/**
* Returns the version constraint of the imported package or <code>null</code>
* if unspecified.
- *
+ *
* @return version constraint or <code>null</code>
*/
public VersionRange getVersionRange();
/**
* Returns whether the package import is optional.
- *
+ *
* @return whether optional
*/
public boolean isOptional();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IRequiredBundleDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IRequiredBundleDescription.java
index 815549a87a..6472d5ef8d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IRequiredBundleDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/project/IRequiredBundleDescription.java
@@ -15,7 +15,7 @@ import org.eclipse.osgi.service.resolver.VersionRange;
/**
* Describes a required bundle. Instances of this class can be created
* via {@link IBundleProjectService#newRequiredBundle(String, VersionRange, boolean, boolean)}.
- *
+ *
* @since 3.6
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
@@ -24,7 +24,7 @@ public interface IRequiredBundleDescription {
/**
* Returns the symbolic name of the required bundle.
- *
+ *
* @return symbolic name of the required bundle
*/
public String getName();
@@ -32,21 +32,21 @@ public interface IRequiredBundleDescription {
/**
* Returns the version constraint of the required bundle or <code>null</code>
* if unspecified.
- *
+ *
* @return version constraint or <code>null</code>
*/
public VersionRange getVersionRange();
/**
* Returns whether the required bundle is re-exported.
- *
+ *
* @return whether re-exported
*/
public boolean isExported();
/**
* Returns whether the required bundle is optional.
- *
+ *
* @return whether optional
*/
public boolean isOptional();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java
index efa20f772d..924abeb304 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java
@@ -17,9 +17,9 @@ import org.eclipse.osgi.service.environment.Constants;
/**
* Defines a target platform. A target platform is a collection of bundles and
* features configured for a specific environment.
- *
+ *
* @see ITargetPlatformService Use the target platform service to work with target definitions
- *
+ *
* @since 3.8
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
@@ -30,15 +30,15 @@ public interface ITargetDefinition {
* Resolves all contents of this target definition by resolving each
* {@link ITargetLocation} in this target definition.
* <p>
- * Returns a {@link MultiStatus} containing any non-OK statuses produced
+ * Returns a {@link MultiStatus} containing any non-OK statuses produced
* when resolving each {@link ITargetLocation}. An OK status will be
* returned if no non-OK statuses are returned from the locations. A
* CANCEL status will be returned if the monitor is cancelled.
* </p><p>
- * For more information on how a target resolves, see
+ * For more information on how a target resolves, see
* {@link ITargetLocation#resolve(ITargetDefinition, IProgressMonitor)}
* </p>
- *
+ *
* @param monitor progress monitor or <code>null</code>
* @return resolution multi-status
*/
@@ -47,7 +47,7 @@ public interface ITargetDefinition {
/**
* Returns whether all {@link ITargetLocation}s in this target currently in
* a resolved state.
- *
+ *
* @return <code>true</code> if all locations are currently resolved
*/
public boolean isResolved();
@@ -59,9 +59,9 @@ public interface ITargetDefinition {
* the filters (returned by {@link #getIncluded()})
* to determine the final list of bundles in this target.
* <p>
- * Some of the returned bundles may have non-OK statuses. These bundles may be
- * missing some information (location, version, source target). To get a bundle's
- * status call {@link TargetBundle#getStatus()}. Calling {@link #getStatus()}
+ * Some of the returned bundles may have non-OK statuses. These bundles may be
+ * missing some information (location, version, source target). To get a bundle's
+ * status call {@link TargetBundle#getStatus()}. Calling {@link #getStatus()}
* will return all problems in this target definition.
* </p>
* @return resolved bundles or <code>null</code>
@@ -69,17 +69,17 @@ public interface ITargetDefinition {
public TargetBundle[] getBundles();
/**
- * Returns a list of all resolved bundles in this target definition or <code>null</code>.
+ * Returns a list of all resolved bundles in this target definition or <code>null</code>.
* Does not filter based on any filters ({@link #getIncluded()}.
- * Returns <code>null</code> if this target has not been resolved.
+ * Returns <code>null</code> if this target has not been resolved.
* Use {@link #getBundles()} to get the filtered list of bundles.
* <p>
- * Some of the returned bundles may have non-OK statuses. These bundles may be
- * missing some information (location, version, source target). To get a bundle's
- * status call {@link TargetBundle#getStatus()}. Calling {@link #getStatus()}
+ * Some of the returned bundles may have non-OK statuses. These bundles may be
+ * missing some information (location, version, source target). To get a bundle's
+ * status call {@link TargetBundle#getStatus()}. Calling {@link #getStatus()}
* will return all problems in this target definition.
* </p>
- *
+ *
* @return collection of resolved bundles or <code>null</code>
*/
public TargetBundle[] getAllBundles();
@@ -87,7 +87,7 @@ public interface ITargetDefinition {
/**
* Returns the list of feature models available in this target or <code>null</code> if
* this target has not been resolved.
- *
+ *
* @return collection of feature models or <code>null</code>
*/
public TargetFeature[] getAllFeatures();
@@ -98,46 +98,46 @@ public interface ITargetDefinition {
* if this target has not been resolved.
* </p><p>
* The returned status will include all non-OK statuses returned by {@link #resolve(IProgressMonitor)}
- * as well as any non-OK statuses found in {@link TargetBundle}s returned by {@link #getBundles()}.
+ * as well as any non-OK statuses found in {@link TargetBundle}s returned by {@link #getBundles()}.
* For more information on the statuses that can be returned see {@link ITargetLocation#getStatus()}
* and {@link TargetBundle#getStatus()}.
* </p>
- *
+ *
* @return {@link MultiStatus} containing all problems with this target or <code>null</code>
*/
public IStatus getStatus();
/**
* Returns a handle to this target definition.
- *
+ *
* @return target handle
*/
public ITargetHandle getHandle();
/**
* Returns the name of this target, or <code>null</code> if none
- *
+ *
* @return name or <code>null</code>
*/
public String getName();
/**
* Sets the name of this target.
- *
+ *
* @param name target name or <code>null</code>
*/
public void setName(String name);
/**
* Returns the locations defined by this target, possible <code>null</code>.
- *
+ *
* @return target locations or <code>null</code>
*/
public ITargetLocation[] getTargetLocations();
/**
* Sets the locations in this target definition or <code>null</code> if none.
- *
+ *
* @param containers target locations or <code>null</code>
*/
public void setTargetLocations(ITargetLocation[] containers);
@@ -146,9 +146,9 @@ public interface ITargetDefinition {
* Returns a list of descriptors that filter the resolved plug-ins in this target. The list may include
* both plug-ins and features. The returned descriptors will have an id, may have a version and will have
* either {@link NameVersionDescriptor#TYPE_FEATURE} or {@link NameVersionDescriptor#TYPE_PLUGIN} as their
- * type. If the target is set to include all units (no filtering is being done), this method will return
+ * type. If the target is set to include all units (no filtering is being done), this method will return
* <code>null</code>.
- *
+ *
* @see #getBundles()
* @see #setIncluded(NameVersionDescriptor[])
* @return list of name version descriptors or <code>null</code>
@@ -173,7 +173,7 @@ public interface ITargetDefinition {
* Returns JRE container path that this target definition should be built against,
* or <code>null</code> if the workspace default JRE should be used. JavaRuntime can be used
* to resolve JRE's and execution environments from a container path.
- *
+ *
* @return JRE container path or <code>null</code>
* @see JavaRuntime
*/
@@ -183,7 +183,7 @@ public interface ITargetDefinition {
* Sets the JRE that this target definition should be built against, or <code>null</code>
* to use the workspace default JRE. JavaRuntime should be used to generate and parse
* JRE container paths.
- *
+ *
* @param containerPath JRE container path
* @see JavaRuntime
*/
@@ -192,8 +192,8 @@ public interface ITargetDefinition {
/**
* Returns the identifier of the operating system this target is configured for,
* possibly <code>null</code>.
- *
- * @return operating system identifier or <code>null</code> to default to the
+ *
+ * @return operating system identifier or <code>null</code> to default to the
* running operating system
*/
public String getOS();
@@ -201,7 +201,7 @@ public interface ITargetDefinition {
/**
* Sets the operating system this target is configured for or <code>null</code> to
* default to the running operating system.
- *
+ *
* @param os operating system identifier - one of the operating system constants
* defined by {@link Constants} or <code>null</code> to default to the running
* operating system
@@ -211,7 +211,7 @@ public interface ITargetDefinition {
/**
* Returns the identifier of the window system this target is configured for,
* possibly <code>null</code>.
- *
+ *
* @return window system identifier - one of the window system constants
* defined by {@link Constants}, or <code>null</code> to default to the
* running window system
@@ -219,9 +219,9 @@ public interface ITargetDefinition {
public String getWS();
/**
- * Sets the window system this target is configured for or <code>null</code> to
+ * Sets the window system this target is configured for or <code>null</code> to
* default to the running window system.
- *
+ *
* @param ws window system identifier or <code>null</code> to default to the
* running window system
*/
@@ -230,7 +230,7 @@ public interface ITargetDefinition {
/**
* Returns the identifier of the architecture this target is configured for,
* or <code>null</code> to default to the running architecture.
- *
+ *
* @return architecture identifier - one of the architecture constants
* defined by {@link Constants} or <code>null</code> to default to the running
* architecture
@@ -240,7 +240,7 @@ public interface ITargetDefinition {
/**
* Sets the architecture this target is configured for, or <code>null</code> to default
* to the running architecture.
- *
+ *
* @param arch architecture identifier or <code>null</code> to default to the
* running architecture.
*/
@@ -249,14 +249,14 @@ public interface ITargetDefinition {
/**
* Returns the identifier of the locale this target is configured for, or <code>null</code>
* for default.
- *
+ *
* @return locale identifier or <code>null</code> for default
*/
public String getNL();
/**
* Sets the locale this target is configured for or <code>null</code> for default.
- *
+ *
* @param nl locale identifier or <code>null</code> for default
*/
public void setNL(String nl);
@@ -264,7 +264,7 @@ public interface ITargetDefinition {
/**
* Returns any program arguments that should be used when launching this target
* or <code>null</code> if none.
- *
+ *
* @return program arguments or <code>null</code> if none
*/
public String getProgramArguments();
@@ -272,7 +272,7 @@ public interface ITargetDefinition {
/**
* Sets any program arguments that should be used when launching this target
* or <code>null</code> if none.
- *
+ *
* @param args program arguments or <code>null</code>
*/
public void setProgramArguments(String args);
@@ -280,7 +280,7 @@ public interface ITargetDefinition {
/**
* Returns any VM arguments that should be used when launching this target
* or <code>null</code> if none.
- *
+ *
* @return VM arguments or <code>null</code> if none
*/
public String getVMArguments();
@@ -288,7 +288,7 @@ public interface ITargetDefinition {
/**
* Sets any VM arguments that should be used when launching this target
* or <code>null</code> if none.
- *
+ *
* @param args VM arguments or <code>null</code>
*/
public void setVMArguments(String args);
@@ -296,15 +296,15 @@ public interface ITargetDefinition {
/**
* Sets implicit dependencies for this target. Bundles in this collection are always
* considered by PDE when computing plug-in dependencies. Only symbolic names need to
- * be specified in the given descriptors.
- *
+ * be specified in the given descriptors.
+ *
* @param bundles implicit dependencies or <code>null</code> if none
*/
public void setImplicitDependencies(NameVersionDescriptor[] bundles);
/**
* Returns the implicit dependencies set on this target or <code>null</code> if none.
- *
+ *
* @return implicit dependencies or <code>null</code>
*/
public NameVersionDescriptor[] getImplicitDependencies();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetHandle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetHandle.java
index ec073d3be5..75891de19f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetHandle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetHandle.java
@@ -14,14 +14,14 @@ import org.eclipse.core.runtime.CoreException;
/**
* A handle to a target definition.
- *
+ *
* @since 3.8
*/
public interface ITargetHandle {
/**
* Returns the target definition this handle references.
- *
+ *
* @return target definition
* @throws CoreException if the underlying target definition does not exist
*/
@@ -29,7 +29,7 @@ public interface ITargetHandle {
/**
* Returns a memento for this handle.
- *
+ *
* @return a memento for this handle
* @exception CoreException if unable to generate a memento
*/
@@ -37,7 +37,7 @@ public interface ITargetHandle {
/**
* Returns whether or not the underlying target definition exists.
- *
+ *
* @return whether or not the underlying target definition exists
*/
public boolean exists();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocation.java
index 6364cc2c75..e2c0d494bd 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocation.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocation.java
@@ -14,15 +14,15 @@ import org.eclipse.core.runtime.*;
/**
* Describes a location in a target that provides bundles and features. Abstracts
- * the storage and provisioning of bundles. May contain a combination of
+ * the storage and provisioning of bundles. May contain a combination of
* executable and source bundles.
* <p>
* Clients are allowed to provide their own implementations. For the target definition
- * to be persisted correctly, clients must provide a factory through the
+ * to be persisted correctly, clients must provide a factory through the
* <code>org.eclipse.pde.core.targetLocations</code> extension point.
* </p><p>
- * It is recommended that implementors override {@link Object#equals(Object)} to return
- * <code>true</code> if the content of two containers are equal. This allows PDE
+ * It is recommended that implementors override {@link Object#equals(Object)} to return
+ * <code>true</code> if the content of two containers are equal. This allows PDE
* to determine if two different target definitions have equivalent content.
* </p><p>
* To display an implementation in the PDE UI, clients may do the following:
@@ -44,7 +44,7 @@ import org.eclipse.core.runtime.*;
* to run an update job on the location when the update button is pressed on the target definition
* wizard and editor.
* </p>
- *
+ *
* @since 3.8
*/
public interface ITargetLocation extends IAdaptable {
@@ -54,13 +54,13 @@ public interface ITargetLocation extends IAdaptable {
* target. Returns a status describing the resolution.
* <p>
* If resolution is successful an OK status is returned. If a problem
- * occurs while resolving a non-OK status will be returned. If the
+ * occurs while resolving a non-OK status will be returned. If the
* progress monitor is cancelled a CANCEL status will be returned. The
* returned status can be accessed later using {@link #getStatus()}.
* </p><p>
* This location will be considered resolved even if a problem occurs
* while resolving. See {@link #isResolved()}
- *
+ *
* @param definition target being resolved for
* @param monitor progress monitor or <code>null</code>
* @return resolution status
@@ -71,18 +71,18 @@ public interface ITargetLocation extends IAdaptable {
* Returns whether this location has resolved all of its contents. If there
* was a problem during the resolution the location will still be considered
* resolved, see {@link #getStatus()}.
- *
+ *
* @see #resolve(ITargetDefinition, IProgressMonitor)
* @return whether this location has resolved all of its contents
*/
public boolean isResolved();
/**
- * Returns the status of the last bundle resolution or <code>null</code> if
- * this location has not been resolved. If there was a problem during the
+ * Returns the status of the last bundle resolution or <code>null</code> if
+ * this location has not been resolved. If there was a problem during the
* resolution, the status returned by {@link #resolve(ITargetDefinition, IProgressMonitor)}
* will be returned.
- *
+ *
* @return resolution status or <code>null</code>
*/
public IStatus getStatus();
@@ -91,7 +91,7 @@ public interface ITargetLocation extends IAdaptable {
* Returns a string that identifies the implementation of this target location.
* For target definitions to be persisted correctly, this must match the type
* in a contributed <code>org.eclipse.pde.core.targetLocations</code> extension.
- *
+ *
* @return string identifier for the type of target location.
*/
public String getType();
@@ -102,7 +102,7 @@ public interface ITargetLocation extends IAdaptable {
* The current target platform framework requires a local file location but this
* requirement may be removed in the future. This method should not be referenced.
* </p>
- *
+ *
* @param resolve whether to resolve variables in the path
* @return home location
* @exception CoreException if unable to resolve the location
@@ -136,18 +136,18 @@ public interface ITargetLocation extends IAdaptable {
/**
* Returns VM Arguments that are specified in the bundle location or <code>null</code> if none.
- *
+ *
* @return list of VM Arguments or <code>null</code> if none available
*/
public String[] getVMArguments();
/**
- * Returns a serialized XML string that stores information about this location so it can
+ * Returns a serialized XML string that stores information about this location so it can
* be restored later using a {@link ITargetLocationFactory}. May return <code>null</code>
* to have this location ignored when saving a target definition.
* <p>
* The returned xml must contain a single root element named <code>location</code>. The root
- * element may have attributes set and children. The xml should not be prefixed by a XML
+ * element may have attributes set and children. The xml should not be prefixed by a XML
* declaration such as <code>&lt?xml version="1.0" encoding="UTF-8"?&gt</code>.
* </p>
* @return an XML string storing all location information or <code>null</code>
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocationFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocationFactory.java
index 550a003bc7..d7ded4a0dd 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocationFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetLocationFactory.java
@@ -13,11 +13,11 @@ package org.eclipse.pde.core.target;
import org.eclipse.core.runtime.CoreException;
/**
- * A factory to instantiate target locations from a serialized string of xml
+ * A factory to instantiate target locations from a serialized string of xml
* (see {@link ITargetLocation#serialize()}). A factory must be provided for
* each {@link ITargetLocation} type using the <code>org.eclipse.pde.core.targetLocations</code>
* extension point.
- *
+ *
* @since 3.8
*/
public interface ITargetLocationFactory {
@@ -26,16 +26,16 @@ public interface ITargetLocationFactory {
* Returns an instance of an {@link ITargetLocation} from the provided serialized xml string
* or throws a {@link CoreException} if unable to do so.
* <p>
- * The serialized xml will not be prefixed by a XML declaration such as
+ * The serialized xml will not be prefixed by a XML declaration such as
* <code>&lt?xml version="1.0" encoding="UTF-8"?&gt</code>. The xml will contain a single
* root element named <code>location</code> with the attribute <code>type</code> that matches
* the type parameter. The root element may have children and other attributes set.
* </p>
- *
+ *
* @param type the string type describing the implementation of ITargetLocation expected, see {@link ITargetLocation#getType()}
* @param serializedXML the xml string describing the location to create, see {@link ITargetLocation#serialize()}
* @return an instance of <code>ITargetLocation</code>
- * @throws CoreException if this factory cannot create a location for the specified type or if the xml string is invalid
+ * @throws CoreException if this factory cannot create a location for the specified type or if the xml string is invalid
*/
public ITargetLocation getTargetLocation(String type, String serializedXML) throws CoreException;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetPlatformService.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetPlatformService.java
index 4f02f35ed6..364af909c2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetPlatformService.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetPlatformService.java
@@ -18,9 +18,9 @@ import org.eclipse.pde.internal.core.target.IUBundleContainer;
/**
* A service to manage target platform definitions available to the workspace.
- *
+ *
* @since 3.8
- * @noimplement This interface is not intended to be implemented by clients.
+ * @noimplement This interface is not intended to be implemented by clients.
*/
public interface ITargetPlatformService {
@@ -42,7 +42,7 @@ public interface ITargetPlatformService {
/**
* Returns handles to all target definitions known in the workspace.
- *
+ *
* @return handles to all target definitions known in the workspace
*/
public ITargetHandle[] getTargets(IProgressMonitor monitor);
@@ -52,8 +52,8 @@ public interface ITargetPlatformService {
* The target definition may or may not exist. If the file does not exist
* then this is a new target definition which becomes one of the known
* workspace target definitions when it is saved.
- *
- * @param file target definition file that may or may not exist
+ *
+ * @param file target definition file that may or may not exist
* @return target handle
*/
public ITargetHandle getTarget(IFile file);
@@ -63,8 +63,8 @@ public interface ITargetPlatformService {
* The target definition may or may not exist. If the {@link URI} is valid
* then this is a new target definition which becomes one of the known
* external target definitions.
- *
- * @param uri target definition {@link URI} that may or may not exist
+ *
+ * @param uri target definition {@link URI} that may or may not exist
* @return target handle
*/
public ITargetHandle getTarget(URI uri);
@@ -72,7 +72,7 @@ public interface ITargetPlatformService {
/**
* Returns a new target definition to be stored with local metadata. The target
* becomes one of the known workspace target definitions when it is saved.
- *
+ *
* @return new empty target definition
*/
public ITargetDefinition newTarget();
@@ -92,7 +92,7 @@ public interface ITargetPlatformService {
/**
* Deletes the target definition associated with the given handle.
- *
+ *
* @param handle target handle
* @throws CoreException if the associated target does not exist or deletion fails
*/
@@ -101,7 +101,7 @@ public interface ITargetPlatformService {
/**
* Creates and returns a target handle from the given memento. The memento must
* have been generated from {@link ITargetHandle#getMemento()}.
- *
+ *
* @param memento a target handle memento
* @return target handle
* @throws CoreException if the target handle format is invalid
@@ -111,7 +111,7 @@ public interface ITargetPlatformService {
/**
* Creates and returns a target location that contains all bundles in the
* specified directory which may contain string substitution variables.
- *
+ *
* @param path absolute path in the local file system, may contain string variables
* @return target location
*/
@@ -120,9 +120,9 @@ public interface ITargetPlatformService {
/**
* Creates and returns a target location that contains all bundles installed in
* a profile at the specified location with the specified configuration area. If
- * a configuration area is not specified the default location is used. The specified
+ * a configuration area is not specified the default location is used. The specified
* home location and configuration location may contain string substitution variables.
- *
+ *
* @param home absolute path in the local file system to the root of an installed profile
* which may contain string substitution variables
* @param configurationLocation absolute path in the local file system to the
@@ -136,11 +136,11 @@ public interface ITargetPlatformService {
* Creates and returns a target location that contains all bundles contained in
* the specified installable units (IU's) in the given repositories. If repositories are
* not specified default repositories are searched (based on user preferences).
- *
+ *
* @param units installable units
* @param repositories URI's describing repository locations or <code>null</code> to use
* default repositories
- * @param resolutionFlags bitmask of flags to control IU resolution, possible flags are {@link IUBundleContainer#INCLUDE_ALL_ENVIRONMENTS}, {@link IUBundleContainer#INCLUDE_REQUIRED}, {@link IUBundleContainer#INCLUDE_SOURCE}, {@link IUBundleContainer#INCLUDE_CONFIGURE_PHASE}
+ * @param resolutionFlags bitmask of flags to control IU resolution, possible flags are {@link IUBundleContainer#INCLUDE_ALL_ENVIRONMENTS}, {@link IUBundleContainer#INCLUDE_REQUIRED}, {@link IUBundleContainer#INCLUDE_SOURCE}, {@link IUBundleContainer#INCLUDE_CONFIGURE_PHASE}
* @return target location
*/
public ITargetLocation newIULocation(IInstallableUnit[] units, URI[] repositories, int resolutionFlags);
@@ -149,7 +149,7 @@ public interface ITargetPlatformService {
* Creates and returns a target location that contains all bundles contained in
* the specified installable units (IU's) in the given repositories. If repositories are
* not specified default repositories are searched (based on user preferences).
- *
+ *
* @param unitIds installable unit identifiers
* @param versions version identifiers
* @param repositories URI's describing repository locations or <code>null</code> to use
@@ -163,7 +163,7 @@ public interface ITargetPlatformService {
* Creates and returns a target location that contains all bundles referenced by
* the feature at the specified location. The location is the directory that defines
* the feature.
- *
+ *
* @param home installation location containing a features directory which may contain
* string substitution variables
* @param featureId feature symbolic name
@@ -175,7 +175,7 @@ public interface ITargetPlatformService {
/**
* Returns a handle to the target definition that corresponds to the active target platform
* or <code>null</code> if none.
- *
+ *
* @return handle to workspace target platform or <code>null</code> if none
* @exception CoreException if an error occurs generating the handle
*/
@@ -188,13 +188,13 @@ public interface ITargetPlatformService {
* been created before. Will throw a {@link CoreException} if the backing target file
* does not exist or if there is a problem reading it.
* <p>
- * The returned target definition may have been resolved previously, but this is not
+ * The returned target definition may have been resolved previously, but this is not
* guaranteed. It is recommended clients use this method over {@link #getWorkspaceTargetHandle()}.
* </p>
- *
+ *
* @return a target definition corresponding to the active target platform
* @throws CoreException if an error occurs loading the workspace target definition
- *
+ *
* @since 3.10 Added in the Luna 4.4 release
*/
public ITargetDefinition getWorkspaceTargetDefinition() throws CoreException;
@@ -203,7 +203,7 @@ public interface ITargetPlatformService {
* Returns a status describing whether the given target definition is synchronized with
* workspace's target platform state. It is possible that bundles could have been added/removed
* from the underlying target location storage making the current target platform state out of
- * synch with the contents of the a definition. The given target definition must already be
+ * synch with the contents of the a definition. The given target definition must already be
* resolved or this method will return <code>null</code>.
* <p>
* An <code>OK</code> status is returned when in synch. A multi-status is returned
@@ -223,17 +223,17 @@ public interface ITargetPlatformService {
/**
* Copies all attributes from one target definition to another.
- *
- * @param from attributes are copied from this definition
+ *
+ * @param from attributes are copied from this definition
* @param to attributes are copied to this definition
* @throws CoreException in copy fails
*/
public void copyTargetDefinition(ITargetDefinition from, ITargetDefinition to) throws CoreException;
/**
- * Sets the content of the given target definition based on the target file supplied
+ * Sets the content of the given target definition based on the target file supplied
* by an <code>org.eclipse.pde.core.targets</code> extension with the specified identifier.
- *
+ *
* @param definition target definition to load
* @param targetExtensionId identifier of a targets extension
* @throws CoreException if the extension is not found or an error occurs reading the target
@@ -245,7 +245,7 @@ public interface ITargetPlatformService {
* Returns a new target definition with default settings. The default target contains all plug-ins
* and features from the running host. It uses an explicit configuration area if not equal to the
* default location.
- *
+ *
* @return a new target definition with default settings
*/
public ITargetDefinition newDefaultTarget();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java
index 663546a43f..348aa904d3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java
@@ -22,7 +22,7 @@ import org.eclipse.pde.internal.core.target.TargetPlatformService;
/**
* Sets the current target platform based on a target definition.
- *
+ *
* @since 3.8
*/
public class LoadTargetDefinitionJob extends WorkspaceJob {
@@ -45,7 +45,7 @@ public class LoadTargetDefinitionJob extends WorkspaceJob {
* the target platform is empty and all other settings are default. This
* method will cancel all existing LoadTargetDefinitionJob instances then
* schedules the operation as a user job.
- *
+ *
* @param target target definition or <code>null</code> if none
*/
public static void load(ITargetDefinition target) {
@@ -59,7 +59,7 @@ public class LoadTargetDefinitionJob extends WorkspaceJob {
* method will cancel all existing LoadTargetDefinitionJob instances then
* schedules the operation as a user job. Adds the given listener to the
* job that is started.
- *
+ *
* @param target target definition or <code>null</code> if none
* @param listener job change listener that will be added to the created job
*/
@@ -163,7 +163,7 @@ public class LoadTargetDefinitionJob extends WorkspaceJob {
/**
* Clears any existing target preferences that have been deprecated in 4.4 Luna
- *
+ *
* @param pref preference manager
* @param monitor progress monitor
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/NameVersionDescriptor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/NameVersionDescriptor.java
index 2273777c16..3b16cd7720 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/NameVersionDescriptor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/NameVersionDescriptor.java
@@ -15,7 +15,7 @@ import org.eclipse.equinox.frameworkadmin.BundleInfo;
/**
* Describes something with a name and version.
- *
+ *
* @since 3.8
* @noextend This class is not intended to be subclassed by clients.
*/
@@ -32,10 +32,10 @@ public class NameVersionDescriptor {
/**
* Constructs a descriptor with a type of 'plugin'
* <p>
- * If the passed string version is equal to {@link BundleInfo#EMPTY_VERSION},
+ * If the passed string version is equal to {@link BundleInfo#EMPTY_VERSION},
* the version will be replaced with <code>null</code>.
* </p>
- *
+ *
* @param id name identifier
* @param version version identifier, can be <code>null</code>
*/
@@ -54,10 +54,10 @@ public class NameVersionDescriptor {
/**
* Constructs a descriptor of the given type
* <p>
- * If the passed string version is equal to {@link BundleInfo#EMPTY_VERSION},
+ * If the passed string version is equal to {@link BundleInfo#EMPTY_VERSION},
* the version will be replaced with <code>null</code>.
* </p>
- *
+ *
* @param id name identifier
* @param version version identifier, can be <code>null</code>
* @param type type of object this descriptor represents, should be one of the TYPE constants defined in this file
@@ -129,7 +129,7 @@ public class NameVersionDescriptor {
/**
* Creates a descriptor from a portable string.
- *
+ *
* @param portable generated from {@link #toPortableString()}
* @return descriptor
*/
@@ -149,7 +149,7 @@ public class NameVersionDescriptor {
/**
* Returns a portable form for this descriptor.
- *
+ *
* @return portable form
*/
public String toPortableString() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetBundle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetBundle.java
index 223be3218d..767379a732 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetBundle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetBundle.java
@@ -27,7 +27,7 @@ import org.osgi.framework.Constants;
/**
* Describes a single bundle in a target definition. Also used to represent
* content in the target that is missing or invalid.
- *
+ *
* @since 3.8
*/
public class TargetBundle {
@@ -50,7 +50,7 @@ public class TargetBundle {
public static final int STATUS_VERSION_DOES_NOT_EXIST = 101;
/**
- * Status code indicating that a bundle's manifest could not be read, or did not exist.
+ * Status code indicating that a bundle's manifest could not be read, or did not exist.
*/
public static final int STATUS_INVALID_MANIFEST = 102;
@@ -63,7 +63,7 @@ public class TargetBundle {
* Constructs a target bundle for a local bundle. The bundle may be a directory or
* an archive file. The manifest of the bundle will be read to collect the additional
* information.
- *
+ *
* @param bundleLocation the location of the bundle (directory or archive) to open
* @throws CoreException if there is a problem opening the bundle or its manifest
*/
@@ -82,8 +82,8 @@ public class TargetBundle {
* Returns a {@link BundleInfo} object containing additional information about the bundle
* this target bundle represents. It is not guaranteed that the bundle info will have any
* fields set. The base implementation of {@link TargetBundle} will fill in the location,
- * symbolic name and version if that information was available in the bundle's manifest.
- *
+ * symbolic name and version if that information was available in the bundle's manifest.
+ *
* @return a bundle info object with information on the bundle this target bundle represents
*/
public BundleInfo getBundleInfo() {
@@ -91,20 +91,20 @@ public class TargetBundle {
}
/**
- * Returns a status object describing any problems with this target bundle. The base
+ * Returns a status object describing any problems with this target bundle. The base
* implementation of {@link TargetBundle} will always return an OK status.
- *
+ *
* @return status of this bundle
*/
public IStatus getStatus() {
- // The status will always be ok as the constructor would throw an exception for any issues.
+ // The status will always be ok as the constructor would throw an exception for any issues.
return Status.OK_STATUS;
}
/**
- * Returns <code>true</code> if this bundle is a source bundle and
+ * Returns <code>true</code> if this bundle is a source bundle and
* <code>false</code> if this bundle is an executable bundle.
- *
+ *
* @return whether the resolved bundle is a source bundle
*/
public boolean isSourceBundle() {
@@ -116,7 +116,7 @@ public class TargetBundle {
* representing the executable bundle that this bundle provides source for.
* The returned bundle info may not have a symbolic name and version set if
* this source bundle is an old style source plug-in.
- *
+ *
* @return bundle info representing bundle this bundle provides source for or <code>null</code>
*/
public BundleInfo getSourceTarget() {
@@ -125,7 +125,7 @@ public class TargetBundle {
/**
* Returns whether this bundle is a fragment.
- *
+ *
* @return whether this bundle is a fragment
*/
public boolean isFragment() {
@@ -135,7 +135,7 @@ public class TargetBundle {
/**
* Returns bundle relative path to old-style source folders, or <code>null</code>
* if not applicable.
- *
+ *
* @return bundle relative path to old-style source folders, or <code>null</code>
*/
public String getSourcePath() {
@@ -144,7 +144,7 @@ public class TargetBundle {
/**
* Initializes the contents of this target bundle from the provided local bundle
- *
+ *
* @param file the bundle to initialize from
*/
private void initialize(File file) throws CoreException {
@@ -183,7 +183,7 @@ public class TargetBundle {
* If the given bundle is a source bundle, the bundle that this bundle provides source for will be returned.
* If the given bundle is not a source bundle or there was a problem getting the source target, <code>null</code>
* will be returned.
- *
+ *
* @param bundle location of the bundle in the file system, can be <code>null</code> to skip searching plugin.xml
* @param symbolicName symbolic name of the bundle, can be <code>null</code> to skip searching of plugin.xml
* @param manifest the bundle's manifest, can be <code>null</code> to skip searching of manifest entries
@@ -223,7 +223,7 @@ public class TargetBundle {
return null;
}
- // check for an "org.eclipse.pde.core.source" extension
+ // check for an "org.eclipse.pde.core.source" extension
File pxml = new File(bundle, ICoreConstants.PLUGIN_FILENAME_DESCRIPTOR);
if (!pxml.exists()) {
pxml = new File(bundle, ICoreConstants.FRAGMENT_FILENAME_DESCRIPTOR);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetFeature.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetFeature.java
index e7b8e564a8..fd11e7e7c8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetFeature.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/TargetFeature.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.pde.internal.core.target.Messages;
/**
* Describes a single feature in a target definition.
- *
+ *
* @since 3.8
*/
public class TargetFeature {
@@ -29,10 +29,10 @@ public class TargetFeature {
private IFeatureModel featureModel;
/**
- * Constructs a target feature for a feature on the local filesystem. The
+ * Constructs a target feature for a feature on the local filesystem. The
* file may point at the feature.xml or a folder containing the feature.xml.
* The feature.xml will be read to collect the information about the feature.
- *
+ *
* @param featureLocation the location of the feature (feature.xml or directory containing it)
* @throws CoreException if there is a problem opening the feature.xml
*/
@@ -42,7 +42,7 @@ public class TargetFeature {
/**
* Returns the id of this feature or <code>null</code> if no id is set.
- *
+ *
* @return id or <code>null</code>
*/
public String getId() {
@@ -53,7 +53,7 @@ public class TargetFeature {
/**
* Returns the version of this feature or <code>null</code> if no version is set.
- *
+ *
* @return version or <code>null</code>
*/
public String getVersion() {
@@ -63,9 +63,9 @@ public class TargetFeature {
}
/**
- * Returns the string path to the directory containing the feature.xml or
+ * Returns the string path to the directory containing the feature.xml or
* <code>null</code> if no install location is known.
- *
+ *
* @return install location path or <code>null</code>
*/
public String getLocation() {
@@ -75,9 +75,9 @@ public class TargetFeature {
}
/**
- * Returns a list of name version descriptor that describes the set of
+ * Returns a list of name version descriptor that describes the set of
* plug-ins that this feature includes.
- *
+ *
* @return a list of name version descriptors, possibly empty
*/
public NameVersionDescriptor[] getPlugins() {
@@ -92,7 +92,7 @@ public class TargetFeature {
/**
* Returns a list of name version descriptors that describe the set of features
* that this feature depends on as imports or included features.
- *
+ *
* @return a list of name version descriptors, possibly empty
*/
public NameVersionDescriptor[] getDependentFeatures() {
@@ -113,7 +113,7 @@ public class TargetFeature {
/**
* Initializes the content of this target feature by reading the feature.xml
- *
+ *
* @param file feature.xml or directory containing it
*/
private void initialize(File file) throws CoreException {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractModel.java
index 2bf431c803..0289dd7a1b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -53,7 +53,7 @@ public abstract class AbstractModel extends PlatformObject implements IModel, IM
* Replaces all line delimiters to the same characters based on preference settings. If no project
* or workspace preference has been set then the string will not be modified. If the
* delimiter matches the current system setting, the string will not be modified.
- *
+ *
* @param string the string to replace line delimiters in
* @param file the file to lookup specific project preference settings for, can be <code>null</code> to use workspace settings
* @return the provided string with line delimiters replaced
@@ -181,7 +181,7 @@ public abstract class AbstractModel extends PlatformObject implements IModel, IM
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#isReconcilingModel()
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractNLModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractNLModel.java
index fbbe2973d8..4ec44a0f4d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractNLModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/AbstractNLModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/BundleManifestSourceLocationManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/BundleManifestSourceLocationManager.java
index fcdc001ee4..19ddd97dcb 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/BundleManifestSourceLocationManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/BundleManifestSourceLocationManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -67,8 +67,8 @@ public class BundleManifestSourceLocationManager {
/**
* Returns whether this manager has a source bundle location for the given
- * plugin name and version.
- *
+ * plugin name and version.
+ *
* @param pluginName name of the plugin to search for
* @param pluginVersion version of the plugin to search for
* @return whether this manager has a source location for the the given plugin
@@ -79,12 +79,12 @@ public class BundleManifestSourceLocationManager {
/**
* Returns the source roots associated with a specific plugin name and version.
- * The manager will look for a source location for the given plugin name/version,
- * if one is found, it's manifest entry will be parsed and the source roots for
- * the plugin will be returned (duplicates removed). If there are no roots
- * specified for a plugin/version, ".", representing the root of the archive will
+ * The manager will look for a source location for the given plugin name/version,
+ * if one is found, it's manifest entry will be parsed and the source roots for
+ * the plugin will be returned (duplicates removed). If there are no roots
+ * specified for a plugin/version, ".", representing the root of the archive will
* be used as a default.
- *
+ *
* @param pluginName name of the plugin to search for
* @param pluginVersion version of the plugin to search for
* @return set of String paths representing the source roots for the given plugin in the source bundle, possibly empty
@@ -121,12 +121,12 @@ public class BundleManifestSourceLocationManager {
/**
* Returns all of the source roots specified in the source bundle providing
* source for the given plugin name and version.
- * The manager will look for a source location for the given plugin name and
- * version. If one is found, it's manifest entry will be parsed and all of
+ * The manager will look for a source location for the given plugin name and
+ * version. If one is found, it's manifest entry will be parsed and all of
* the source roots found in it will be returned (duplicates removed). If there
* are no roots specified for a plugin/version, ".", representing the root of the
* archive will be used as a default.
- *
+ *
* @param pluginName name of the plugin to search for
* @param pluginVersion version of the plugin to search for
* @return set of String paths representing the source roots in the associated source bundle, possibly empty
@@ -145,7 +145,7 @@ public class BundleManifestSourceLocationManager {
/**
* Returns an array containing ManifestElements for the SourceBundle header of the source bundle for the
- * name and version specified. If no source bundle was found or the header was incorrectly formatted,
+ * name and version specified. If no source bundle was found or the header was incorrectly formatted,
* null will be returned.
*/
private ManifestElement[] getSourceEntries(String pluginName, Version pluginVersion) {
@@ -166,7 +166,7 @@ public class BundleManifestSourceLocationManager {
}
/**
- * Parses and adds the values of rootEntryDirective to the pluginSourceRoots set.
+ * Parses and adds the values of rootEntryDirective to the pluginSourceRoots set.
* @param rootEntryDirective - value of the "roots" directive of a SourceBundle header.
* @param pluginSourceRoots - set of pluginSourceRoots
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathComputer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathComputer.java
index 4f34b2836b..7c9e5a4b8c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathComputer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathComputer.java
@@ -159,7 +159,7 @@ public class ClasspathComputer {
IPackageFragmentRoot root = JavaCore.create(project).getPackageFragmentRoot(jarFile);
if (root.exists() && root.getKind() == IPackageFragmentRoot.K_BINARY) {
IClasspathEntry oldEntry = root.getRawClasspathEntry();
- // If we have the same binary root but new or different source, we should recreate the entry
+ // If we have the same binary root but new or different source, we should recreate the entry
if ((sourceAttachment == null && oldEntry.getSourceAttachmentPath() != null) || (sourceAttachment != null && sourceAttachment.equals(oldEntry.getSourceAttachmentPath()))) {
if (!result.contains(oldEntry)) {
result.add(oldEntry);
@@ -200,7 +200,7 @@ public class ClasspathComputer {
/**
* Sets compiler compliance options on the given project to match the default compliance settings
* for the specified execution environment. Overrides any existing settings.
- *
+ *
* @param project project to set compiler compliance options for
* @param eeId execution environment identifier or <code>null</code>
*/
@@ -268,7 +268,7 @@ public class ClasspathComputer {
/**
* Puts the key/value pair into the map if the map can be overridden or the map doesn't
* already contain the key. If the value is <code>null</code>, the existing value remains.
- *
+ *
* @param map map to put the value in
* @param key key for the value
* @param value value to put in the map or <code>null</code>
@@ -284,7 +284,7 @@ public class ClasspathComputer {
* Checks if the current value stored in the map is less severe than the given minimum value. If
* the minimum value is higher, the map will be updated with the minimum. If the minimum value
* is <code>null</code>, the existing value remains.
- *
+ *
* @param map the map to check the value in
* @param key the key to get the current value out of the map
* @param minimumValue the minimum value allowed or <code>null</code>
@@ -311,11 +311,11 @@ public class ClasspathComputer {
* Returns a new classpath container entry for the given execution environment. If the given java project
* has an existing JRE/EE classpath entry, the access rules, extra attributes and isExported settings of
* the existing entry will be added to the new execution entry.
- *
+ *
* @param javaProject project to check for existing classpath entries
* @param ee id of the execution environment to create an entry for
* @param path id of the container to create an entry for
- *
+ *
* @return new classpath container entry
* @throws CoreException if there is a problem accessing the classpath entries of the project
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathContainerResolverManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathContainerResolverManager.java
index 5476c447f2..4b77d67e88 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathContainerResolverManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ClasspathContainerResolverManager.java
@@ -21,7 +21,7 @@ import org.eclipse.pde.core.IBundleClasspathResolver;
* Manager for client contributed IBundleClasspathResolvers. Collects the resolvers from the <code>
* org.eclipse.pde.core.bundleClasspathResolvers</code> extension point. Classpath resolvers
* can then be asked to provide additional bundle classpath and source lookup entries for a project.
- *
+ *
* @see IBundleClasspathResolver
*/
public class ClasspathContainerResolverManager {
@@ -32,7 +32,7 @@ public class ClasspathContainerResolverManager {
/**
* Returns all classpath resolvers contributed via extension point that support the given project's nature.
- *
+ *
* @param project project to check nature of
* @return all classpath resolvers that support the nature, possibly empty
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/DependencyManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/DependencyManager.java
index b931abd296..a20bc88d6e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/DependencyManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/DependencyManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,17 +22,17 @@ import org.osgi.framework.Constants;
/**
* Utility class to return bundle id collections for a variety of dependency
* scenarios
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/
public class DependencyManager {
- /**
+ /**
* Returns a {@link Set} of bundle ids for the dependents of the given
* {@link IPluginModelBase}. The set includes the id of the given model base
- * as well as all computed implicit / optional dependencies.
- *
+ * as well as all computed implicit / optional dependencies.
+ *
* @param model the {@link IPluginModelBase} to compute dependencies for
* @param excludeFragments a collection of <b>fragment</b> bundle symbolic names to exclude from the dependency resolution
* or <code>null</code> if none
@@ -42,11 +42,11 @@ public class DependencyManager {
return getDependencies(new Object[] {model}, getImplicitDependencies(), TargetPlatformHelper.getState(), false, true, toSet(excludeFragments));
}
- /**
+ /**
* Returns a {@link Set} of bundle ids for the dependents of the given
* {@link IPluginModelBase}s. The set includes the ids of the given model bases
* as well as all computed implicit / optional dependencies.
- *
+ *
* @param models the array of {@link IPluginModelBase}s to compute dependencies for
* @param excludeFragments a collection of <b>fragment</b> bundle symbolic names to exclude from the dependency resolution
* or <code>null</code> if none
@@ -56,12 +56,12 @@ public class DependencyManager {
return getDependencies(models, getImplicitDependencies(), TargetPlatformHelper.getState(), false, true, toSet(excludeFragments));
}
- /**
+ /**
* Returns a {@link Set} of bundle ids for the dependents of the given
- * objects from the given {@link State}.
+ * objects from the given {@link State}.
* The set does not include the ids of the given objects
* and only includes the given set of implicit dependencies.
- *
+ *
* @param selected the group of objects to compute dependencies for. Any items
* in this array that are not {@link IPluginModelBase}s are ignored.
* @param implicit the array of additional implicit dependencies to add to the {@link Set}
@@ -74,11 +74,11 @@ public class DependencyManager {
return getDependencies(selected, implicit, state, true, true, toSet(excludeFragments));
}
- /**
+ /**
* Returns a {@link Set} of bundle ids for the dependents of the given
* objects. The set does not include the ids of the given objects
* but does include the computed set of implicit dependencies.
- *
+ *
* @param selected selected the group of objects to compute dependencies for. Any items
* in this array that are not {@link IPluginModelBase}s are ignored.
* @param includeOptional if optional bundle ids should be included
@@ -91,7 +91,7 @@ public class DependencyManager {
}
/**
- * Returns the array as a set or <code>null</code>
+ * Returns the array as a set or <code>null</code>
* @param array array or <code>null</code>
* @return set
*/
@@ -105,11 +105,11 @@ public class DependencyManager {
return set;
}
- /**
+ /**
* Returns a {@link Set} of bundle ids for the dependents of the given
- * objects from the given {@link State}.
+ * objects from the given {@link State}.
* The set additionally only includes the given set of implicit dependencies.
- *
+ *
* @param selected selected the group of objects to compute dependencies for. Any items
* in this array that are not {@link IPluginModelBase}s are ignored.
* @param implicit the array of additional implicit dependencies to add to the {@link Set}
@@ -158,7 +158,7 @@ public class DependencyManager {
/**
* Computes the set of implicit dependencies from the {@link PDEPreferencesManager}
- * @return a set if bundle ids
+ * @return a set if bundle ids
*/
private static String[] getImplicitDependencies() {
try {
@@ -180,7 +180,7 @@ public class DependencyManager {
}
/**
- * Recursively adds the given {@link BundleDescription} and its dependents to the given
+ * Recursively adds the given {@link BundleDescription} and its dependents to the given
* {@link Set}
* @param desc the {@link BundleDescription} to compute dependencies for
* @param set the {@link Set} to collect results in
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/EclipseHomeInitializer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/EclipseHomeInitializer.java
index 4c1ef6363c..4e51dfea42 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/EclipseHomeInitializer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/EclipseHomeInitializer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalFeatureModelManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalFeatureModelManager.java
index fd5744faaa..d6616641b1 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalFeatureModelManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalFeatureModelManager.java
@@ -34,7 +34,7 @@ public class ExternalFeatureModelManager {
/**
* Creates a feature model for the feature based on the given feature XML
* file.
- *
+ *
* @param manifest feature XML file in the local file system
* @return {@link ExternalFeatureModel} containing information loaded from the xml
* @throws CoreException if there is a problem reading the feature xml
@@ -97,7 +97,7 @@ public class ExternalFeatureModelManager {
/**
* Returns a list of feature models from the target platform or an empty
* array if there is a problem.
- *
+ *
* @return list of external feature models, possibly empty
*/
private IFeatureModel[] getExternalModels() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchClasspathContainer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchClasspathContainer.java
index a1310172fa..fd4d59f35c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchClasspathContainer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchClasspathContainer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchInitializer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchInitializer.java
index 0cce5898d9..752359569b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchInitializer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalJavaSearchInitializer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalModelManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalModelManager.java
index 3f394c9a49..7438fa8549 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalModelManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ExternalModelManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -52,11 +52,11 @@ public class ExternalModelManager extends AbstractModelManager {
/**
* When an external model is added to the classpath its libraries as defined by the bundle-classpath
- * header also need to be added to the classpath for the JDT compiler. This is handled by the
+ * header also need to be added to the classpath for the JDT compiler. This is handled by the
* {@link PDEClasspathContainer}. However, because the classpath does not support nested jars, we
* must extract any libraries from within a jarred bundle. This class manages the set of libraries
* that we have extracted and deletes them when the list of external models changes.
- *
+ *
* @see PDEClasspathContainer#addExternalPlugin(IPluginModelBase, org.eclipse.pde.internal.core.PDEClasspathContainer.Rule[], ArrayList)
* @since 3.7
*/
@@ -68,7 +68,7 @@ class ExternalLibraryCache {
* was extracted from.
* <p>
* [workspace]/.metadata/.plugins/org.eclipse.pde.core/.external_libraries/[plugin_name]_[plugin_version]/[library_name].jar
- * </p>
+ * </p>
*/
private static final String LIB_CACHE_DIR = ".external_libraries"; //$NON-NLS-1$
@@ -119,10 +119,10 @@ class ExternalLibraryCache {
}
/**
- * Deletes all the cached JARs of libraries which are currently not contained
+ * Deletes all the cached JARs of libraries which are currently not contained
* or enabled in the target platform. Will ignore any errors when trying to
* delete a directory.
- *
+ *
* @param targetModels The current contents of the target platform.
*/
public void cleanExtractedLibraries(IPluginModelBase[] targetModels) {
@@ -161,9 +161,9 @@ class ExternalLibraryCache {
/**
* Returns the name of the library cache directory for the given bundle.
- *
- * @param desc Bundle descriptor.
- *
+ *
+ * @param desc Bundle descriptor.
+ *
* @return <code>[bundle ID]_[bundle version]</code>
*/
private String getBundleLibsCacheDirName(BundleDescription desc) {
@@ -172,7 +172,7 @@ class ExternalLibraryCache {
/**
* Extracts a library from a jarred plug-in to the specified directory.
- *
+ *
* @param fJarFile jar file to extract from
* @param libName name of the library to extract
* @param fTargetFile file location to extract the library to
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelDelta.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelDelta.java
index 3c410e3431..918b08d19a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelDelta.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelDelta.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -28,7 +28,7 @@ public class FeatureModelDelta implements IFeatureModelDelta {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.IFeatureModelDelta#getKind()
*/
@Override
@@ -38,7 +38,7 @@ public class FeatureModelDelta implements IFeatureModelDelta {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.IFeatureModelDelta#getAdded()
*/
@Override
@@ -48,7 +48,7 @@ public class FeatureModelDelta implements IFeatureModelDelta {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.IFeatureModelDelta#getRemoved()
*/
@Override
@@ -58,7 +58,7 @@ public class FeatureModelDelta implements IFeatureModelDelta {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.IFeatureModelDelta#getChanged()
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelManager.java
index e3ee31a12f..d1ef3154cd 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureModelManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -158,7 +158,7 @@ public class FeatureModelManager {
/**
* Finds active model with a given id and version
- *
+ *
* @param id
* @param version version number to find, newest version is returned for empty version.
* @return one IFeature model or null
@@ -184,7 +184,7 @@ public class FeatureModelManager {
* Finds active model with the given id and version. If feature is not
* found, but a feature with qualifier set to qualifier exists it will be
* returned.
- *
+ *
* @param id
* @param version
* @return IFeatureModel or null
@@ -208,7 +208,7 @@ public class FeatureModelManager {
/**
* Finds active models with a given id
- *
+ *
* @param id
* @return IFeature model[]
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureTable.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureTable.java
index ee50dc6879..027f3d7442 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureTable.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FeatureTable.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -142,7 +142,7 @@ class FeatureTable {
/**
* Removes the model.
- *
+ *
* @return Idver if model existed and was removed, null otherwise
*/
public synchronized Idver remove(IFeatureModel model) {
@@ -180,7 +180,7 @@ class FeatureTable {
/**
* Adds the model. Updates the position of the model if already exist.
- *
+ *
* @return Idver used during insertion
*/
public synchronized Idver add(IFeatureModel model) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FileAdapter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FileAdapter.java
index 0197f2abfe..0e5226ed4e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FileAdapter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/FileAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ICoreConstants.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ICoreConstants.java
index 37c28d88f5..5c2db62604 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ICoreConstants.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ICoreConstants.java
@@ -27,7 +27,7 @@ public interface ICoreConstants {
// Target Platform
/**
- * Preference key that stores the string path to the root location of the
+ * Preference key that stores the string path to the root location of the
* target platform. Should be accessed through {@link TargetPlatform#getLocation()}.
* @deprecated Since the 4.4 Luna release, target platform information is no longer stored in preferences. Instead use {@link ITargetPlatformService}.
*/
@@ -69,7 +69,7 @@ public interface ICoreConstants {
@Deprecated
String VALUE_SAVED_SOME = "savedSome"; //$NON-NLS-1$
/**
- * @since 3.6 - Bug 282708: [target] issues with two versions of the same bundle
+ * @since 3.6 - Bug 282708: [target] issues with two versions of the same bundle
* @deprecated Since the 4.4 Luna release, target platform information is no longer stored in preferences. Instead use {@link ITargetPlatformService}.
*/
@Deprecated
@@ -119,7 +119,7 @@ public interface ICoreConstants {
/**
* List of feature ids and versions that are available in the target platform. Features
* are comma separated, with each entry taking the form of [id]@[version]
- *
+ *
* @since 3.6
* @deprecated Since the 4.4 Luna release, target platform information is no longer stored in preferences. Instead use {@link ITargetPlatformService}.
*/
@@ -161,7 +161,7 @@ public interface ICoreConstants {
String ARCH_EXTRA = "org.eclipse.pde.arch.extra"; //$NON-NLS-1$
/** Constant for the string <code>extension</code> */
- public final static String EXTENSION_NAME = "extension"; //$NON-NLS-1$
+ public final static String EXTENSION_NAME = "extension"; //$NON-NLS-1$
/** Constant for the string <code>plugin.xml</code> */
public final static String PLUGIN_FILENAME_DESCRIPTOR = "plugin.xml"; //$NON-NLS-1$
@@ -216,7 +216,7 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
@@ -231,7 +231,7 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
@@ -246,7 +246,7 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
@@ -261,7 +261,7 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
@@ -276,7 +276,7 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
@@ -291,7 +291,7 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
@@ -306,7 +306,7 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
@@ -321,18 +321,18 @@ public interface ICoreConstants {
* can be used to process PDE files that have changed structure between releases.
* </p><p>
* Anytime a new version constant is added, {@link ICoreConstants#TARGET_VERSION_LATEST} must be updated to
- * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
+ * the newest version. {@link TargetPlatformHelper#getTargetVersionString()} must be updated to return the
* new version.
* </p>
*/
public final static String TARGET38 = "3.8"; //$NON-NLS-1$
/**
- * The highest version of of Eclipse that PDE recognizes as having a special file structure. The value of
+ * The highest version of of Eclipse that PDE recognizes as having a special file structure. The value of
* this constant may change between releases.
* <p>
* Currently the latest version is {@link #TARGET38}. If a new version constant is added to PDE, this
- * constant must be updated to the latest version. Also, {@link TargetPlatformHelper#getTargetVersionString()}
+ * constant must be updated to the latest version. Also, {@link TargetPlatformHelper#getTargetVersionString()}
* must be updated to return the new version.
* </p><p>
* If the set of target versions available when creating a project changes, NewLibraryPluginCreationPage,
@@ -361,15 +361,15 @@ public interface ICoreConstants {
* Configures launch shortcuts visible in the manifest editor for a project.
* Value is a comma separated list of <code>org.eclipse.pde.ui.launchShortcuts</code>
* extension identifiers.
- *
- * @since 3.6
+ *
+ * @since 3.6
*/
public static final String MANIFEST_LAUNCH_SHORTCUTS = "manifest.launchShortcuts"; //$NON-NLS-1$
/**
* Configures the export wizard used in the manifest editor for a project.
* Value is an <code>org.eclipse.ui.exportWizards</code> extension identifier.
- *
+ *
* @since 3.6
*/
public static final String MANIFEST_EXPORT_WIZARD = "manifest.exportWizard"; //$NON-NLS-1$
@@ -395,7 +395,7 @@ public interface ICoreConstants {
*/
public final static String ECLIPSE_AUTOSTART = "Eclipse-AutoStart"; //$NON-NLS-1$
/**
- * The 'Eclipse-LazyStart=true' header replaced the 'Eclipse-AutoStart' header
+ * The 'Eclipse-LazyStart=true' header replaced the 'Eclipse-AutoStart' header
* with a better name in 3.2. And since 3.4 (OSGi R4.1), the 'Bundle-ActivationPolicy: lazy'
* replaces all of these.
*/
@@ -476,5 +476,5 @@ public interface ICoreConstants {
* Constant representing the value for UTF-8 encoding.
* Value is: <code>UTF-8</code>
*/
- public static final String UTF_8 = "UTF-8"; //$NON-NLS-1$
+ public static final String UTF_8 = "UTF-8"; //$NON-NLS-1$
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaEvent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaEvent.java
index 6deab94deb..d42cb148aa 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaEvent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaEvent.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaListener.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaListener.java
index 962ae6d93e..2a19df0eb7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaListener.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IExtensionDeltaListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IFileAdapterFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IFileAdapterFactory.java
index c2dacdd387..555237aff8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IFileAdapterFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IFileAdapterFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangeProviderExtension.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangeProviderExtension.java
index 4ff688ca85..6b8df8e629 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangeProviderExtension.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangeProviderExtension.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangedListenerFilter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangedListenerFilter.java
index 8cbf6b62d0..37ab5f54ec 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangedListenerFilter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IModelChangedListenerFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IStateDeltaListener.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IStateDeltaListener.java
index 5dc20601dd..8b68488e51 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IStateDeltaListener.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IStateDeltaListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IWorkspaceModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IWorkspaceModel.java
index 53ddb3ed26..41186f45ff 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IWorkspaceModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/IWorkspaceModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,7 +20,7 @@ import org.eclipse.pde.core.IEditableModel;
public interface IWorkspaceModel extends IEditableModel {
/**
- *
+ *
*/
public void reload();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/JavaElementChangeListener.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/JavaElementChangeListener.java
index 62b1601544..ff3e6fcb46 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/JavaElementChangeListener.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/JavaElementChangeListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/MinimalState.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/MinimalState.java
index e37d91c50f..6e932ad15d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/MinimalState.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/MinimalState.java
@@ -108,7 +108,7 @@ public class MinimalState {
BundleDescription desc = addBundle(manifest, bundleLocation, bundleId);
if (desc != null && manifest != null && "true".equals(manifest.get(ICoreConstants.ECLIPSE_SYSTEM_BUNDLE))) { //$NON-NLS-1$
- // if this is the system bundle then
+ // if this is the system bundle then
// indicate that the javaProfile has changed since the new system
// bundle may not contain profiles for all EE's in the list
fEEListChanged = true;
@@ -129,7 +129,7 @@ public class MinimalState {
/**
* Resolves the state incrementally based on the given bundle names.
- *
+ *
* @param symbolicNames
* @return state delta
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelFileAdapter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelFileAdapter.java
index 363cb8c6b5..7ed193a332 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelFileAdapter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelFileAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelProviderEvent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelProviderEvent.java
index 06b5562f9d..3dc8e68d8e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelProviderEvent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ModelProviderEvent.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/P2Utils.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/P2Utils.java
index ecc9ade915..b1c862e26c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/P2Utils.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/P2Utils.java
@@ -33,7 +33,7 @@ import org.osgi.framework.Constants;
/**
* Utilities to read and write p2 files
- *
+ *
* @since 3.4
*/
public class P2Utils {
@@ -56,7 +56,7 @@ public class P2Utils {
* bundles found will also be added to the returned list. If bundle URLs found
* in the bundles.info are relative, they will be appended to platformHome to
* make them absolute.
- *
+ *
* @param platformHome absolute path in the local file system to an installation
* @param configurationArea url location of the configuration directory to search for bundles.info and source.info
* @return URLs of all bundles in the installation or <code>null</code> if not able
@@ -93,7 +93,7 @@ public class P2Utils {
* home and configuration area, or <code>null</code> if none.
* The "bundles.info" file is assumed to be at a fixed location relative to the
* configuration area URL.
- *
+ *
* @param platformHome absolute path in the local file system to an installation
* @param configurationArea url location of the configuration directory to search
* for bundles.info
@@ -126,7 +126,7 @@ public class P2Utils {
* Returns source bundles defined by the 'source.info' file in the
* specified location, or <code>null</code> if none. The "source.info" file
* is assumed to be at a fixed location relative to the configuration area URL.
- *
+ *
* @param platformHome absolute path in the local file system to an installation
* @param configurationArea url location of the configuration directory to search for bundles.info and source.info
* @return all source bundles in the installation or <code>null</code> if not able
@@ -156,7 +156,7 @@ public class P2Utils {
/**
* Copies URLs from the given bundle info objects into the specified array starting at the given index.
- *
+ *
* @param dest array to copy URLs into
* @param start index to start copying into
* @param infos associated bundle infos
@@ -171,11 +171,11 @@ public class P2Utils {
/**
* Returns a list of {@link BundleInfo} for each bundle entry or <code>null</code> if there
* is a problem reading the file.
- *
+ *
* @param fileURL the URL of the file to read
* @param home the path describing the base location of the platform install
* @return list containing URL locations or <code>null</code>
- * @throws IOException
+ * @throws IOException
*/
private static BundleInfo[] getBundlesFromFile(URL fileURL, File home) throws IOException {
SimpleConfiguratorManipulator manipulator = (SimpleConfiguratorManipulator) PDECore.getDefault().acquireService(SimpleConfiguratorManipulator.class.getName());
@@ -193,12 +193,12 @@ public class P2Utils {
/**
* Creates a bundles.info file in the given directory containing the name,
* version, location, start level and expected state of the bundles in the
- * launch. Will also create a source.info containing all of the
- * source bundles in the launch. The map of bundles must be of the form
- * IModelPluginBase to a String ("StartLevel:AutoStart"). Returns the
- * URL location of the bundle.info or <code>null</code> if there was a
+ * launch. Will also create a source.info containing all of the
+ * source bundles in the launch. The map of bundles must be of the form
+ * IModelPluginBase to a String ("StartLevel:AutoStart"). Returns the
+ * URL location of the bundle.info or <code>null</code> if there was a
* problem creating it.
- *
+ *
* @param bundles map containing all bundles to write to the bundles.info, maps IPluginModelBase to String ("StartLevel:AutoStart")
* @param defaultStartLevel start level to use when "default" is the start level
* @param defaultAutoStart auto start setting to use when "default" is the auto start setting
@@ -313,7 +313,7 @@ public class P2Utils {
/**
* Returns whether a profile with the given ID exists in a profile registry
* stored in the give p2 data area.
- *
+ *
* @param profileID id of the profile to check
* @param p2DataArea data area where the profile registry is
* @return whether the profile exists
@@ -341,11 +341,11 @@ public class P2Utils {
* Generates a profile containing metadata for all of the bundles in the provided collection.
* The profile will have the given profile ID and will be persisted in the profile registry
* directory inside the given p2 data area.
- *
+ *
* @param profileID the ID to be used when creating the profile, if a profile with the same name exists, it will be overwritten
* @param p2DataArea the directory which contains p2 data including the profile registry, if the directory path doesn't exist it will be created
* @param bundles the collection of IPluginModelBase objects representing bundles to create metadata for and add to the profile
- *
+ *
* @throws CoreException if the profile cannot be generated
*/
public static void createProfile(String profileID, File p2DataArea, Collection<?> bundles) throws CoreException {
@@ -429,7 +429,7 @@ public class P2Utils {
/**
* Creates an installable unit from a bundle description
- *
+ *
* @param bd bundle description to create metadata for
* @return an installable unit
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEAuxiliaryState.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEAuxiliaryState.java
index 351d320d56..7eaa27d8a6 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEAuxiliaryState.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEAuxiliaryState.java
@@ -60,14 +60,14 @@ public class PDEAuxiliaryState {
/**
* Constructor, gets the plugin info objects stored in the passed state
* and adds them to this state.
- * @param state state containing plugin infos to initialize this state with
+ * @param state state containing plugin infos to initialize this state with
*/
protected PDEAuxiliaryState(PDEAuxiliaryState state) {
fPluginInfos = new HashMap<String, PluginInfo>(state.fPluginInfos);
}
/**
- * Provides a simple way of storing auxiliary data for a plugin
+ * Provides a simple way of storing auxiliary data for a plugin
*/
class PluginInfo {
String name;
@@ -95,9 +95,9 @@ public class PDEAuxiliaryState {
info.providerName = element.getAttribute(ATTR_PROVIDER);
if (element.hasAttribute(ATTR_CLASS))
info.className = element.getAttribute(ATTR_CLASS);
- info.hasExtensibleAPI = "true".equals(element.getAttribute(ATTR_EXTENSIBLE_API)); //$NON-NLS-1$
+ info.hasExtensibleAPI = "true".equals(element.getAttribute(ATTR_EXTENSIBLE_API)); //$NON-NLS-1$
info.isPatchFragment = "true".equals(element.getAttribute(ATTR_PATCH)); //$NON-NLS-1$
- info.hasBundleStructure = !"false".equals(element.getAttribute(ATTR_BUNDLE_STRUCTURE)); //$NON-NLS-1$
+ info.hasBundleStructure = !"false".equals(element.getAttribute(ATTR_BUNDLE_STRUCTURE)); //$NON-NLS-1$
if (element.hasAttribute(ATTR_PROJECT))
info.project = element.getAttribute(ATTR_PROJECT);
if (element.hasAttribute(ATTR_LOCALIZATION))
@@ -190,11 +190,11 @@ public class PDEAuxiliaryState {
if (info.name != null)
element.setAttribute(ATTR_NAME, info.name);
if (info.hasExtensibleAPI)
- element.setAttribute(ATTR_EXTENSIBLE_API, "true"); //$NON-NLS-1$
+ element.setAttribute(ATTR_EXTENSIBLE_API, "true"); //$NON-NLS-1$
if (info.isPatchFragment)
- element.setAttribute(ATTR_PATCH, "true"); //$NON-NLS-1$
+ element.setAttribute(ATTR_PATCH, "true"); //$NON-NLS-1$
if (!info.hasBundleStructure)
- element.setAttribute(ATTR_BUNDLE_STRUCTURE, "false"); //$NON-NLS-1$
+ element.setAttribute(ATTR_BUNDLE_STRUCTURE, "false"); //$NON-NLS-1$
if (info.localization != null)
element.setAttribute(ATTR_LOCALIZATION, info.localization);
if (info.bundleSourceEntry != null)
@@ -251,7 +251,7 @@ public class PDEAuxiliaryState {
/**
* Returns whether the auxiliary state exists in the given directory.
- *
+ *
* @param dir parent directory
* @return whether the state file exist
*/
@@ -288,11 +288,11 @@ public class PDEAuxiliaryState {
if (plugin.getName() != null)
element.setAttribute(ATTR_NAME, plugin.getName());
if (ClasspathUtilCore.hasExtensibleAPI(models[i]))
- element.setAttribute(ATTR_EXTENSIBLE_API, "true"); //$NON-NLS-1$
+ element.setAttribute(ATTR_EXTENSIBLE_API, "true"); //$NON-NLS-1$
else if (ClasspathUtilCore.isPatchFragment(models[i]))
- element.setAttribute(ATTR_PATCH, "true"); //$NON-NLS-1$
+ element.setAttribute(ATTR_PATCH, "true"); //$NON-NLS-1$
if (!(models[i] instanceof IBundlePluginModelBase))
- element.setAttribute(ATTR_BUNDLE_STRUCTURE, "false"); //$NON-NLS-1$
+ element.setAttribute(ATTR_BUNDLE_STRUCTURE, "false"); //$NON-NLS-1$
if (models[i] instanceof IBundlePluginModelBase) {
String localization = ((IBundlePluginModelBase) models[i]).getBundleLocalization();
if (localization != null)
@@ -312,7 +312,7 @@ public class PDEAuxiliaryState {
Element lib = doc.createElement(ELEMENT_LIB);
lib.setAttribute(ATTR_NAME, libraries[j].getName());
if (!libraries[j].isExported())
- lib.setAttribute(ATTR_EXPORTED, "false"); //$NON-NLS-1$
+ lib.setAttribute(ATTR_EXPORTED, "false"); //$NON-NLS-1$
element.appendChild(lib);
}
root.appendChild(element);
@@ -338,7 +338,7 @@ public class PDEAuxiliaryState {
String className = manifest.get(ICoreConstants.PLUGIN_CLASS);
info.className = className != null ? className : (String) manifest.get(Constants.BUNDLE_ACTIVATOR);
info.libraries = getClasspath(manifest);
- info.hasExtensibleAPI = "true".equals(manifest.get(ICoreConstants.EXTENSIBLE_API)); //$NON-NLS-1$
+ info.hasExtensibleAPI = "true".equals(manifest.get(ICoreConstants.EXTENSIBLE_API)); //$NON-NLS-1$
info.isPatchFragment = "true".equals(manifest.get(ICoreConstants.PATCH_FRAGMENT)); //$NON-NLS-1$
info.localization = manifest.get(Constants.BUNDLE_LOCALIZATION);
info.hasBundleStructure = hasBundleStructure;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEClasspathContainer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEClasspathContainer.java
index e83b9a0bf8..9f4da62641 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEClasspathContainer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEClasspathContainer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDECore.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDECore.java
index d5854508a3..ea0b1f55b0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDECore.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDECore.java
@@ -66,7 +66,7 @@ public class PDECore extends Plugin implements DebugOptionsListener {
/**
* The singleton preference manager instance
- *
+ *
* @since 3.5
*/
private static PDEPreferencesManager fPreferenceManager;
@@ -78,7 +78,7 @@ public class PDECore extends Plugin implements DebugOptionsListener {
/**
* Returns the singleton instance of if the {@link PDEPreferencesManager} for this bundle
* @return the preference manager for this bundle
- *
+ *
* @since 3.5
*/
public synchronized PDEPreferencesManager getPreferencesManager() {
@@ -234,7 +234,7 @@ public class PDECore extends Plugin implements DebugOptionsListener {
* Returns the singleton instance of the classpath container resolver manager used to dynamically
* resolve a project's classpath. Clients may contribute a {@link IBundleClasspathResolver} to the
* manager through the <code>org.eclipse.pde.core.bundleClasspathResolvers</code> extension.
- *
+ *
* @return singleton instance of the classpath container resolver manager
*/
public synchronized ClasspathContainerResolverManager getClasspathContainerResolverManager() {
@@ -362,7 +362,7 @@ public class PDECore extends Plugin implements DebugOptionsListener {
/**
* Returns a service with the specified name or <code>null</code> if none.
- *
+ *
* @param serviceName name of service
* @return service object or <code>null</code> if none
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEManager.java
index 0e4b40416e..1f50af0c7b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEManager.java
@@ -55,7 +55,7 @@ public class PDEManager {
BundleDescription desc = model.getBundleDescription();
if (desc == null && model.getUnderlyingResource() != null) {
- // the model may be an editor model.
+ // the model may be an editor model.
// editor models don't carry a bundle description
// get the core model counterpart.
IProject project = model.getUnderlyingResource().getProject();
@@ -96,7 +96,7 @@ public class PDEManager {
/**
* Returns the bundle localization file specified by the manifest header or the default location. The
* file may not exist.
- *
+ *
* @param model the plug-in to lookup the localization for
* @return the bundle localization file location or the default location
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEPreferencesManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEPreferencesManager.java
index a85681b4f7..63c4005aa5 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEPreferencesManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEPreferencesManager.java
@@ -38,7 +38,7 @@ public final class PDEPreferencesManager {
* Register the given listener for notification of preference changes.
* Calling this method multiple times with the same listener has no effect. The
* given listener argument must not be <code>null</code>.
- *
+ *
* @param listener the preference change listener to register
* @see #removePreferenceChangeListener(IEclipsePreferences.IPreferenceChangeListener)
* @see org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener
@@ -48,16 +48,16 @@ public final class PDEPreferencesManager {
}
/**
- * Returns the <code>boolean</code> value associated with the specified <code>key</code>
- * in the instance scope.
- *
+ * Returns the <code>boolean</code> value associated with the specified <code>key</code>
+ * in the instance scope.
+ *
* <p>
* Returns the value specified in the default scope if there is no value associated with the
* <code>key</code> in the instance scope, the backing store is inaccessible, or if the associated
- * value is something other than "true" or "false", ignoring case. Use {@link #setValue(String, boolean)}
+ * value is something other than "true" or "false", ignoring case. Use {@link #setValue(String, boolean)}
* to set the value of this preference key.
* </p>
- *
+ *
* @param key <code>key</code> whose associated value is to be returned as a
* <code>boolean</code>.
* @return the <code>boolean</code> value associated with <code>key</code>, or
@@ -72,16 +72,16 @@ public final class PDEPreferencesManager {
}
/**
- * Returns the <code>boolean</code> value associated with the specified <code>key</code>
- * in the default scope.
- *
+ * Returns the <code>boolean</code> value associated with the specified <code>key</code>
+ * in the default scope.
+ *
* <p>
* Returns <code>false</code> if there is no value associated with the
* <code>key</code> in the default scope, the backing store is inaccessible, or if the associated
- * value is something other than "true" or "false", ignoring case. Use {@link #setDefault(String, boolean)}
+ * value is something other than "true" or "false", ignoring case. Use {@link #setDefault(String, boolean)}
* to set the default value of this preference key.
* </p>
- *
+ *
* @param key <code>key</code> whose associated value is to be returned as a
* <code>boolean</code>.
* @return the <code>boolean</code> value associated with <code>key</code>, or
@@ -94,16 +94,16 @@ public final class PDEPreferencesManager {
}
/**
- * Returns the <code>int</code> value associated with the specified <code>key</code>
- * in the default scope.
- *
+ * Returns the <code>int</code> value associated with the specified <code>key</code>
+ * in the default scope.
+ *
* <p>
* Returns <code>0</code> if there is no value associated with the
* <code>key</code> in the default scope, the backing store is inaccessible, or if the associated
- * value is something that can not be parsed as an integer value. Use {@link #setDefault(String, int)}
+ * value is something that can not be parsed as an integer value. Use {@link #setDefault(String, int)}
* to set the default value of this preference key.
* </p>
- *
+ *
* @param key <code>key</code> whose associated value is to be returned as a
* <code>int</code>.
* @return the <code>int</code> value associated with <code>key</code>, or
@@ -116,16 +116,16 @@ public final class PDEPreferencesManager {
}
/**
- * Returns the value associated with the specified <code>key</code>
- * in the default scope.
- *
+ * Returns the value associated with the specified <code>key</code>
+ * in the default scope.
+ *
* <p>
* Returns empty string <code>""</code> if there is no value associated with the
* <code>key</code> in the default scope, the backing store is inaccessible, or if the associated
- * value is something that can not be parsed as an integer value. Use {@link #setDefault(String, String)}
+ * value is something that can not be parsed as an integer value. Use {@link #setDefault(String, String)}
* to set the default value of this preference key.
* </p>
- *
+ *
* @param key <code>key</code> whose associated value is to be returned.
* @return the value associated with <code>key</code>, or
* empty string <code>""</code> if the associated value does not exist in default scope.
@@ -136,16 +136,16 @@ public final class PDEPreferencesManager {
}
/**
- * Returns the <code>int</code> value associated with the specified <code>key</code>
- * in the instance scope.
- *
+ * Returns the <code>int</code> value associated with the specified <code>key</code>
+ * in the instance scope.
+ *
* <p>
* Returns the value specified in the default scope if there is no value associated with the
* <code>key</code> in the instance scope, the backing store is inaccessible, or if the associated
- * value is something that can not be parsed as an integer value. Use {@link #setValue(String, int)}
+ * value is something that can not be parsed as an integer value. Use {@link #setValue(String, int)}
* to set the value of this preference key.
* </p>
- *
+ *
* @param key key whose associated value is to be returned as an <code>int</code>.
* @return the <code>int</code> value associated with <code>key</code>, or
* <code>0</code> if the associated value does not exist in either scope or cannot
@@ -159,14 +159,14 @@ public final class PDEPreferencesManager {
}
/**
- * Returns the value associated with the specified <code>key</code> in the instance scope.
- *
+ * Returns the value associated with the specified <code>key</code> in the instance scope.
+ *
* <p>
* Returns the value specified in the default scope if there is no value associated with the
- * <code>key</code> in the instance scope, the backing store is inaccessible. Use {@link #setValue(String, String)}
+ * <code>key</code> in the instance scope, the backing store is inaccessible. Use {@link #setValue(String, String)}
* to set the value of this preference key.
* </p>
- *
+ *
* @param key key whose associated value is to be returned.
* @return the value associated with <code>key</code>, or
* <code>null</code> if the associated value does not exist in either scope.
@@ -182,7 +182,7 @@ public final class PDEPreferencesManager {
* De-register the given listener from receiving notification of preference changes
* Calling this method multiple times with the same listener has no
* effect. The given listener argument must not be <code>null</code>.
- *
+ *
* @param listener the preference change listener to remove
* @see #addPreferenceChangeListener(IEclipsePreferences.IPreferenceChangeListener)
* @see org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener
@@ -205,7 +205,7 @@ public final class PDEPreferencesManager {
/**
* Associates the specified <code>boolean</code> value with the specified key in the default scope.
* This method is intended for use in conjunction with the {@link #getDefaultBoolean(String)} method.
- *
+ *
* @param key <code>key</code> with which the string form of value is to be associated.
* @param value <code>value</code> to be associated with <code>key</code>.
* @see #getDefaultBoolean(String)
@@ -218,7 +218,7 @@ public final class PDEPreferencesManager {
/**
* Associates the specified <code>int</code> value with the specified key in the default scope.
* This method is intended for use in conjunction with the {@link #getDefaultInt(String)} method.
- *
+ *
* @param key <code>key</code> with which the string form of value is to be associated.
* @param value <code>value</code> to be associated with <code>key</code>.
* @see #getDefaultInt(String)
@@ -231,7 +231,7 @@ public final class PDEPreferencesManager {
/**
* Associates the specified <code>String</code> value with the specified key in the default scope.
* This method is intended for use in conjunction with the {@link #getDefaultString(String)} method.
- *
+ *
* @param key <code>key</code> with which the string form of value is to be associated.
* @param value <code>value</code> to be associated with <code>key</code>.
* @see #getDefaultString(String)
@@ -242,7 +242,7 @@ public final class PDEPreferencesManager {
}
/**
- * Sets the current value of the preference with the given name back to its default value.
+ * Sets the current value of the preference with the given name back to its default value.
* The given name must not be <code>null</code>.
*
* @param key the name of the preference
@@ -254,7 +254,7 @@ public final class PDEPreferencesManager {
/**
* Associates the specified <code>boolean</code> value with the specified key in the instance scope.
* This method is intended for use in conjunction with the {@link #getBoolean(String)} method.
- *
+ *
* @param key <code>key</code> with which the <code>boolean</code> value is to be associated.
* @param value <code>value</code> to be associated with <code>key</code>.
* @see #getBoolean(String)
@@ -268,7 +268,7 @@ public final class PDEPreferencesManager {
/**
* Associates the specified <code>int</code> value with the specified key in the instance scope.
* This method is intended for use in conjunction with the {@link #getInt(String)} method.
- *
+ *
* @param key <code>key</code> with which the <code>int</code> value is to be associated.
* @param value <code>value</code> to be associated with <code>key</code>.
* @see #getInt(String)
@@ -282,7 +282,7 @@ public final class PDEPreferencesManager {
/**
* Associates the specified <code>String</code> value with the specified key in the instance scope.
* This method is intended for use in conjunction with the {@link #getString(String)} method.
- *
+ *
* @param key <code>key</code> with which the <code>String</code> value is to be associated.
* @param value <code>value</code> to be associated with <code>key</code>.
* @see #getString(String)
@@ -298,7 +298,7 @@ public final class PDEPreferencesManager {
* or removes the preference if the value is equal to the value in the default scope.
* <p>
* This method is intended for use in conjunction with the {@link #getBoolean(String)} method.
- *
+ *
* @param key <code>key</code> with which the <code>boolean</code> value is to be associated
* @param value <code>value</code> to be associated with <code>key</code>
* @see #getBoolean(String)
@@ -318,7 +318,7 @@ public final class PDEPreferencesManager {
* or removes the preference if the value is equal to the value in the default scope.
* <p>
* This method is intended for use in conjunction with the {@link #getInt(String)} method.
- *
+ *
* @param key <code>key</code> with which the <code>int</code> value is to be associated
* @param value <code>value</code> to be associated with <code>key</code>
* @see #getInt(String)
@@ -338,7 +338,7 @@ public final class PDEPreferencesManager {
* or removes the preference if the value is equal to the value in the default scope.
* <p>
* This method is intended for use in conjunction with the {@link #getString(String)} method.
- *
+ *
* @param key <code>key</code> with which the <code>String</code> value is to be associated
* @param value <code>value</code> to be associated with <code>key</code>
* @see #getString(String)
@@ -356,7 +356,7 @@ public final class PDEPreferencesManager {
/**
* Forces any changes in the contents of the instance node and its descendants to
* the persistent store.
- *
+ *
* @throws BackingStoreException if this operation cannot be completed due
* to a failure in the backing store, or inability to communicate
* with it.
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEState.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEState.java
index 2e5ab95665..62bde4e202 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEState.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PDEState.java
@@ -30,7 +30,7 @@ public class PDEState extends MinimalState {
/**
* Creates a new PDE State containing bundles from the given URLs.
- *
+ *
* @param target urls of target bundles
* @param addResolver whether to add a resolver to the state
* @param removeDuplicates whether to remove duplicate conflicting bundles from the state
@@ -83,7 +83,7 @@ public class PDEState extends MinimalState {
* When creating a target state, having duplicates of certain bundles including core runtime cause problems when launching. The
* {@link LoadTargetDefinitionJob} removes duplicates for us, but on restart the state is created from preferences. This method
* search the state for bundles with the same ID/Version. Where multiple bundles are found, all but one are removed from the state.
- *
+ *
* @param state state to search for duplicates in
*/
private void removeDuplicatesFromState(State state) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelDelta.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelDelta.java
index 0bf9b45c1b..24c26388e7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelDelta.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelDelta.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelManager.java
index 32a4f06ed3..4fa581c267 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginModelManager.java
@@ -82,7 +82,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Queues more projects/containers.
- *
+ *
* @param projects
* @param containers
*/
@@ -108,14 +108,14 @@ public class PluginModelManager implements IModelProviderListener {
* These methods must not be on ModelEntry itself because
* ModelEntry is an API class and we do not want clients to manipulate
* the ModelEntry
- *
+ *
*/
private class LocalModelEntry extends ModelEntry {
/**
* Constructs a model entry that will keep track
* of all bundles in the workspace and target that share the same ID.
- *
+ *
* @param id the bundle ID
*/
public LocalModelEntry(String id) {
@@ -123,12 +123,12 @@ public class PluginModelManager implements IModelProviderListener {
}
/**
- * Adds a model to the entry.
- * An entry keeps two lists: one for workspace models
+ * Adds a model to the entry.
+ * An entry keeps two lists: one for workspace models
* and one for target (external) models.
* If the model being added is associated with a workspace resource,
* it is added to the workspace list; otherwise, it is added to the external list.
- *
+ *
* @param model model to be added to the entry
*/
public void addModel(IPluginModelBase model) {
@@ -141,7 +141,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Removes the given model for the workspace list if the model is associated
* with workspace resource. Otherwise, it is removed from the external list.
- *
+ *
* @param model model to be removed from the model entry
*/
public void removeModel(IPluginModelBase model) {
@@ -173,7 +173,7 @@ public class PluginModelManager implements IModelProviderListener {
}
/**
- * Provides the instance of {@link PluginModelManager}. If one doesn't exists already than a new one is created and
+ * Provides the instance of {@link PluginModelManager}. If one doesn't exists already than a new one is created and
* the workspace and external (target) model manager are initialized with listeners added to each one
*/
public static synchronized PluginModelManager getInstance() {
@@ -263,7 +263,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Trigger a classpath update for all workspace plug-ins affected by the processed
* model changes
- *
+ *
* @param delta a state delta containing a list of bundles affected by the processed
* changes, may be <code>null</code> to indicate the entire target has changed
* @param runAsynch whether classpath updates should be done in an asynchronous job
@@ -287,7 +287,7 @@ public class PluginModelManager implements IModelProviderListener {
BundleDelta[] deltas = delta.getChanges();
for (int i = 0; i < deltas.length; i++) {
try {
- // update classpath for workspace plug-ins that are housed in a
+ // update classpath for workspace plug-ins that are housed in a
// Java project hand have been affected by the processd model changes.
IPluginModelBase model = findModel(deltas[i].getBundle());
IResource resource = model == null ? null : model.getUnderlyingResource();
@@ -351,7 +351,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Notify all interested listeners in changes made to the master table
- *
+ *
* @param delta the delta of changes
*/
private void fireDelta(PluginModelDelta delta) {
@@ -364,7 +364,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Notify all interested listeners in changes made to the resolver State
- *
+ *
* @param delta the delta from the resolver State.
*/
private void fireStateDelta(StateDelta delta) {
@@ -377,7 +377,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Notify all interested listeners the cached PDEState has changed
- *
+ *
* @param newState the new PDEState.
*/
private void fireStateChanged(PDEState newState) {
@@ -390,7 +390,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Add a listener to the model manager
- *
+ *
* @param listener the listener to be added
*/
public void addPluginModelListener(IPluginModelListener listener) {
@@ -402,7 +402,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Add a StateDelta listener to model manager
- *
+ *
* @param listener the listener to be added
*/
public void addStateDeltaListener(IStateDeltaListener listener) {
@@ -414,7 +414,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Remove a listener from the model manager
- *
+ *
* @param listener the listener to be removed
*/
public void removePluginModelListener(IPluginModelListener listener) {
@@ -424,7 +424,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Remove a StateDelta listener from the model manager
- *
+ *
* @param listener the listener to be removed
*/
public void removeStateDeltaListener(IStateDeltaListener listener) {
@@ -459,7 +459,7 @@ public class PluginModelManager implements IModelProviderListener {
* Other initializations, such as FeatureModelManager should use this
* setting to avoid resolving the target platform when the user has chosen
* to cancel it previously.
- *
+ *
* @return <code>true</code> if the user cancelled the initialization the last time it was run;
* <code>false</code> otherwise
*/
@@ -479,7 +479,7 @@ public class PluginModelManager implements IModelProviderListener {
* Allow access to the table only through this getter.
* It always calls initialize to make sure the table is initialized.
* If more than one thread tries to read the table at the same time,
- * and the table is not initialized yet, thread2 would wait.
+ * and the table is not initialized yet, thread2 would wait.
* This way there are no partial reads.
*/
private Map<String, LocalModelEntry> getEntryTable() {
@@ -488,11 +488,11 @@ public class PluginModelManager implements IModelProviderListener {
}
/**
- *
+ *
* This method must be synchronized so that only one thread
* initializes the table, and the rest would block until
* the table is initialized.
- *
+ *
*/
private synchronized void initializeTable(IProgressMonitor monitor) {
if (fEntries != null)
@@ -617,7 +617,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Returns an array of URL plug-in locations for external bundles loaded from the
* current target platform. The URLs will not be encoded.
- *
+ *
* @param monitor progress monitor
* @return array of URLs for external bundles
*/
@@ -665,7 +665,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Adds the given models to the corresponding ModelEntry in the master table
- *
+ *
* @param models the models to be added to the master table
*/
private void addToTable(Map<String, LocalModelEntry> entries, IPluginModelBase[] models) {
@@ -686,7 +686,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Add a workspace bundle to the state
- *
+ *
* @param model the workspace model
*/
private synchronized void addWorkspaceBundleToState(IPluginModelBase model) {
@@ -783,7 +783,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Returns whether the saved list of external plugins is different from the given list of external plugins.
- *
+ *
* @param newUrls the urls to compare against the saved list
* @return <code>true</code> if the two plug-in lists differ, <code>false</code> if they match
*/
@@ -795,7 +795,7 @@ public class PluginModelManager implements IModelProviderListener {
File dir = new File(PDECore.getDefault().getStateLocation().toOSString());
File saveLocation = new File(dir, fExternalPluginListFile);
-
+
if (!saveLocation.exists()) {
// If the external list has never been saved, but the target platform has nothing in it, there is no need to build
return !newExternal.isEmpty();
@@ -838,8 +838,8 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Adds a model to the master table and state
- *
- * @param id the key
+ *
+ * @param id the key
* @param model the model being added
*/
private void handleAdd(String id, IPluginModelBase model, PluginModelDelta delta) {
@@ -872,7 +872,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Removes the model from the ModelEntry and the state. The entire model entry is removed
* once the last model it retains is removed.
- *
+ *
* @param id the key
* @param model the model to be removed
*/
@@ -903,7 +903,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Update the state and master table to account for the change in the given model
- *
+ *
* @param model the model that has changed
*/
private void handleChange(IPluginModelBase model, PluginModelDelta delta) {
@@ -930,7 +930,7 @@ public class PluginModelManager implements IModelProviderListener {
// if the a target plug-in has now become enabled/checked, update the model
// in the state
if (model.isEnabled()) {
- // if the state of an inactive bundle changes (external model un/checked that has an
+ // if the state of an inactive bundle changes (external model un/checked that has an
// equivalent workspace bundle), then take no action. We don't want to add the external
// model to the state when it is enabled if we have a workspace bundle already in the state.
ModelEntry entry = getEntryTable().get(oldID);
@@ -959,9 +959,9 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Returns a model entry containing all workspace and target plug-ins by the given ID
- *
+ *
* @param id the plug-in ID
- *
+ *
* @return a model entry containing all workspace and target plug-ins by the given ID
*/
public ModelEntry findEntry(String id) {
@@ -983,10 +983,10 @@ public class PluginModelManager implements IModelProviderListener {
* the plug-in with the highest version is returned.
* </p>
* <p>
- * In the case of a tie among more than one suitable plug-in that have the same version,
+ * In the case of a tie among more than one suitable plug-in that have the same version,
* one of those plug-ins is randomly returned.
* </p>
- *
+ *
* @param id the plug-in ID
* @return the plug-in model for the best match plug-in with the given ID
*/
@@ -999,7 +999,7 @@ public class PluginModelManager implements IModelProviderListener {
* Returns the plug-in model corresponding to the given project, or <code>null</code>
* if the project does not represent a plug-in project or if it contains a manifest file
* that is malformed or missing vital information.
- *
+ *
* @param project the project
* @return a plug-in model corresponding to the project or <code>null</code> if the project
* is not a plug-in project
@@ -1011,9 +1011,9 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Returns a plug-in model associated with the given bundle description
- *
+ *
* @param desc the bundle description
- *
+ *
* @return a plug-in model associated with the given bundle description or <code>null</code>
* if none exists
*/
@@ -1032,7 +1032,7 @@ public class PluginModelManager implements IModelProviderListener {
* <p>
* Equivalent to <code>getActiveModels(true)</code>
* </p>
- *
+ *
* @return all plug-ins and fragments in the workspace as well as all plug-ins and fragments that are
* checked on the Target Platform preference page.
*/
@@ -1053,7 +1053,7 @@ public class PluginModelManager implements IModelProviderListener {
* </p>
* @param includeFragments a boolean indicating if fragments are desired in the returned
* result
- * @return all plug-ins and (possibly) fragments in the workspace as well as all plug-ins and
+ * @return all plug-ins and (possibly) fragments in the workspace as well as all plug-ins and
* (possibly) fragments that are checked on the Target Platform preference page.
*/
public IPluginModelBase[] getActiveModels(boolean includeFragments) {
@@ -1072,7 +1072,7 @@ public class PluginModelManager implements IModelProviderListener {
}
/**
- * Returns all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
+ * Returns all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
* whether or not they are checked or not on the Target Platform preference page.
* <p>
* If a workspace plug-in/fragment has the same ID as a target plug-in, the target counterpart
@@ -1081,8 +1081,8 @@ public class PluginModelManager implements IModelProviderListener {
* <p>
* Equivalent to <code>getAllModels(true)</code>
* </p>
- *
- * @return all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
+ *
+ * @return all plug-ins and fragments in the workspace as well as all target plug-ins and fragments, regardless
* whether or not they are checked on the Target Platform preference page.
*/
public IPluginModelBase[] getAllModels() {
@@ -1090,7 +1090,7 @@ public class PluginModelManager implements IModelProviderListener {
}
/**
- * Returns all plug-ins and (possibly) fragments in the workspace as well as all plug-ins
+ * Returns all plug-ins and (possibly) fragments in the workspace as well as all plug-ins
* and (possibly) fragments, regardless whether or not they are
* checked on the Target Platform preference page.
* <p>
@@ -1103,7 +1103,7 @@ public class PluginModelManager implements IModelProviderListener {
* </p>
* @param includeFragments a boolean indicating if fragments are desired in the returned
* result
- * @return ll plug-ins and (possibly) fragments in the workspace as well as all plug-ins
+ * @return ll plug-ins and (possibly) fragments in the workspace as well as all plug-ins
* and (possibly) fragments, regardless whether or not they are
* checked on the Target Platform preference page.
*/
@@ -1124,7 +1124,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Returns all plug-in models in the target platform
- *
+ *
* @return all plug-ins in the target platform
*/
public IPluginModelBase[] getExternalModels() {
@@ -1134,7 +1134,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Returns all plug-in models in the workspace
- *
+ *
* @return all plug-in models in the workspace
*/
public IPluginModelBase[] getWorkspaceModels() {
@@ -1144,7 +1144,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Return the model manager that keeps track of plug-ins in the target platform
- *
+ *
* @return the model manager that keeps track of plug-ins in the target platform
*/
public ExternalModelManager getExternalModelManager() {
@@ -1163,7 +1163,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Returns the id of the system bundle currently in the resolver state
- *
+ *
* @return a String with the id of the system.bundle
*/
public String getSystemBundleId() {
@@ -1193,7 +1193,7 @@ public class PluginModelManager implements IModelProviderListener {
/**
* Called when the bundle root for a project is changed.
- *
+ *
* @param project
*/
public void bundleRootChanged(IProject project) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginPathFinder.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginPathFinder.java
index 7c8852d36a..ef2e7dde92 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginPathFinder.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PluginPathFinder.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -30,7 +30,7 @@ public class PluginPathFinder {
private static final String EMPTY_STRING = ""; //$NON-NLS-1$
/**
- *
+ *
* @param platformHome
* @param linkFile
* @param features false for plugins, true for features
@@ -62,7 +62,7 @@ public class PluginPathFinder {
}
/**
- *
+ *
* @param platformHome
* @param features false for plugin sites, true for feature sites
* @return array of ".../plugins" or ".../features" Files
@@ -75,7 +75,7 @@ public class PluginPathFinder {
if (file.exists())
sites.add(file);
- File[] linkFiles = new File(platformHome + IPath.SEPARATOR + "links").listFiles(); //$NON-NLS-1$
+ File[] linkFiles = new File(platformHome + IPath.SEPARATOR + "links").listFiles(); //$NON-NLS-1$
if (linkFiles != null) {
for (int i = 0; i < linkFiles.length; i++) {
String path = getSitePath(platformHome, linkFiles[i], features);
@@ -102,9 +102,9 @@ public class PluginPathFinder {
* Should not be called in PDE. It should only be used to confirm test results match the
* old way of doing things (before ITargetPlatformService).
* </p>
- *
+ *
* @param platformHome the target platform location
- * @param installedOnly whether to check for a bundles.info or another configuration file to
+ * @param installedOnly whether to check for a bundles.info or another configuration file to
* determine what bundles are installed rather than what bundles simply exist in the plugins folder
* @return list of URL plug-in locations
*/
@@ -154,9 +154,9 @@ public class PluginPathFinder {
}
/**
- * Returns a list of file URLs for plug-ins or features found in a platform.xml file or in the default
+ * Returns a list of file URLs for plug-ins or features found in a platform.xml file or in the default
* directory ("plugins"/"features") if no platform.xml is available.
- *
+ *
* @param platformHome base location for the installation, used to search for platform.xml
* @param findFeatures if <code>true</code> will return paths to features, otherwise will return paths to plug-ins.
* @return a list of URL paths to plug-ins or features. Possibly empty if the platform.xml had no entries or the default directory had no valid files
@@ -217,7 +217,7 @@ public class PluginPathFinder {
}
/**
- *
+ *
* @param config
* @param features true for features false for plugins
* @return URLs for features or plugins on the site
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PreferenceInitializer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PreferenceInitializer.java
index 40a668f707..9885bd9876 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PreferenceInitializer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/PreferenceInitializer.java
@@ -19,7 +19,7 @@ public class PreferenceInitializer extends AbstractPreferenceInitializer {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences()
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java
index b7e3724a59..fc97ea8e85 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsClasspathContainer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -172,7 +172,7 @@ public class RequiredPluginsClasspathContainer extends PDEClasspathContainer imp
}
/**
- * Return the list of {@link IClasspathContributor}s provided by the
+ * Return the list of {@link IClasspathContributor}s provided by the
* <code>org.eclipse.pde.core.pluginClasspathContributors</code> extension point.
* @return list of classpath contributors from the extension point
*/
@@ -381,7 +381,7 @@ public class RequiredPluginsClasspathContainer extends PDEClasspathContainer imp
}
if (path.segmentCount() >= 3 && "..".equals(path.segment(0))) { //$NON-NLS-1$
path = path.removeFirstSegments(1);
- path = Path.fromPortableString("platform:/plugin/").append(path); //$NON-NLS-1$
+ path = Path.fromPortableString("platform:/plugin/").append(path); //$NON-NLS-1$
} else {
continue;
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java
index 70c0ce182e..0fa3968919 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/RequiredPluginsInitializer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocation.java
index 84249fc651..d99552190c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocation.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocationManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocationManager.java
index d85a767091..357afd9ccf 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocationManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocationManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -67,7 +67,7 @@ public class SourceLocationManager implements ICoreConstants {
* that location for the file specified by the filePath argument. An unencoded URL to this location
* will be returned or <code>null</code> if the file could not be found. Note that the
* URL may specify a file that is inside of a jar file.
- *
+ *
* @param pluginBase plugin that needs the source file
* @param filePath relative path to where the needed file is inside the source location
* @return URL to the file, possibly inside of a jar file or <code>null</code>
@@ -134,14 +134,14 @@ public class SourceLocationManager implements ICoreConstants {
}
/**
- * Searches bundle manifest source locations for the one that provides source
+ * Searches bundle manifest source locations for the one that provides source
* for the given plugin. Gets all source roots for the source bundle by parsing
* the manifest file. If the source bundle provides source for multiple plugins,
* the roots specified for all of them (duplicates removed). If the source bundle
* only provides source for a single plugin/version, this method will return the
- * same result as #findSourceRoots(IPluginModelBase). If the given plugin does not have
+ * same result as #findSourceRoots(IPluginModelBase). If the given plugin does not have
* a known source location with a bundle manifest entry an empty Set will be returned.
- *
+ *
* @param plugin plugin to lookup source for
* @return set of String paths that are source roots for the bundle, possibly empty
*/
@@ -154,10 +154,10 @@ public class SourceLocationManager implements ICoreConstants {
/**
* Searches bundle manifest source locations for the one that provides source
- * for the given plugin. Gets the source roots (String paths) for the plugin
- * by parsing the source bundle's manifest. If the given plugin does not have
+ * for the given plugin. Gets the source roots (String paths) for the plugin
+ * by parsing the source bundle's manifest. If the given plugin does not have
* a known source location with a bundle manifest entry an empty Set will be returned.
- *
+ *
* @param plugin plugin to lookup source for
* @return set of String paths that are source roots for the plugin, possibly empty
*/
@@ -179,7 +179,7 @@ public class SourceLocationManager implements ICoreConstants {
/**
* While there is no UI to access this feature, we still support additional
* source locations being provided via preference.
- *
+ *
* @return array of source locations that have been specified by the user
*/
@SuppressWarnings("deprecation")
@@ -228,8 +228,8 @@ public class SourceLocationManager implements ICoreConstants {
/**
* Generates the relative path where source is expected to be stored in a source location.
- * Combines the plugin id and plugin version to create a directory name and then appends
- * the given source file path. The result will typically be of the form
+ * Combines the plugin id and plugin version to create a directory name and then appends
+ * the given source file path. The result will typically be of the form
* PluginID_PluginVersion/src.zip.
* @param pluginBase the plugin that source is being looked up for
* @param sourceFilePath the path to append that specifies the source file location
@@ -272,7 +272,7 @@ public class SourceLocationManager implements ICoreConstants {
}
/**
- * Searches through all known source locations added via extension points, appending
+ * Searches through all known source locations added via extension points, appending
* the relative path and checking if that file exists.
* @param relativePath location of source file within the source location
* @return path to the source file or <code>null</code> if one could not be found or if the file does not exist
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetDefinitionManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetDefinitionManager.java
index dccd907bdb..4e7e82ba3c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetDefinitionManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetDefinitionManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPDERegistryStrategy.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPDERegistryStrategy.java
index b3c7c3744a..2e848e5621 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPDERegistryStrategy.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPDERegistryStrategy.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java
index 6ff4a35e1b..8dc5479c6d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPlatformHelper.java
@@ -62,8 +62,8 @@ public class TargetPlatformHelper {
}
/**
- * Returns the list of bundles in the osgi.bundles property of the
- * platform config ini, or a set of default bundles if the property
+ * Returns the list of bundles in the osgi.bundles property of the
+ * platform config ini, or a set of default bundles if the property
* could not be found.
* @return string list of bundles
*/
@@ -79,7 +79,7 @@ public class TargetPlatformHelper {
}
/**
- * @return the default list of bundles to use in the osgi.bundles property
+ * @return the default list of bundles to use in the osgi.bundles property
*/
public static String getDefaultBundleList() {
StringBuffer buffer = new StringBuffer();
@@ -138,7 +138,7 @@ public class TargetPlatformHelper {
if (underscoreIndex >= 0) {
id = id.substring(0, underscoreIndex);
}
- // If a relative path is used with a non .jar extension and does not have a version, we have no way of recognizing what the symbolic name is (bug 355890)
+ // If a relative path is used with a non .jar extension and does not have a version, we have no way of recognizing what the symbolic name is (bug 355890)
if (id.endsWith(JAR_EXTENSION)) {
id = id.substring(0, id.length() - 4);
}
@@ -210,10 +210,10 @@ public class TargetPlatformHelper {
}
/**
- * Utility method to check if the workspace active target platform
+ * Utility method to check if the workspace active target platform
* contains unresolved p2 repositories
*
- * @return unresolved repository based workspace active target platform
+ * @return unresolved repository based workspace active target platform
* or <code>null</code> if no repository based target or if such target is resolved.
* @throws CoreException if there is a problem accessing the workspace target definition
*/
@@ -352,7 +352,7 @@ public class TargetPlatformHelper {
/**
* Returns the version of Eclipse the target platform is pointing to or {@link ICoreConstants#TARGET_VERSION_LATEST}
* if the target platform does not contain <code>org.eclipse.osgi</code>.
- *
+ *
* @return the target version of Eclipse or the latest version PDE knows about.
*/
public static String getTargetVersionString() {
@@ -390,7 +390,7 @@ public class TargetPlatformHelper {
/**
* Returns the version of Eclipse the target platform is pointing to or {@link ICoreConstants#TARGET_VERSION_LATEST}
* if the target platform does not contain <code>org.eclipse.osgi</code>.
- *
+ *
* @return the target version of Eclipse or the latest version PDE knows about.
*/
public static double getTargetVersion() {
@@ -465,9 +465,9 @@ public class TargetPlatformHelper {
/**
* Utility method to get the workspace active target platform and ensure it
- * has been resolved. This is potentially a long running operation. If a
+ * has been resolved. This is potentially a long running operation. If a
* monitor is provided, progress is reported to it.
- *
+ *
* @param monitor optional progress monitor to report progress to
* @return a resolved target definition or <code>null</code> if the resolution was cancelled
* @throws CoreException if there is a problem accessing the workspace target definition
@@ -567,7 +567,7 @@ public class TargetPlatformHelper {
/**
* Reads and returns the VM arguments specified in the running platform's .ini file,
* or am empty string if none.
- *
+ *
* @return VM arguments specified in the running platform's .ini file
*/
public static String getIniVMArgs() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPreferenceModifyListener.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPreferenceModifyListener.java
index 02f88fd335..350da7f4c2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPreferenceModifyListener.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetPreferenceModifyListener.java
@@ -16,7 +16,7 @@ import org.osgi.service.prefs.BackingStoreException;
/**
* Disallows importing of target platform preferences. Target platform should not
* be modified by preference import.
- *
+ *
* @since 3.5
*/
public class TargetPreferenceModifyListener extends PreferenceModifyListener {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetWeaver.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetWeaver.java
index 991986e684..c1b5a058b0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetWeaver.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TargetWeaver.java
@@ -23,13 +23,13 @@ import org.osgi.framework.Constants;
/**
* Supports target weaving (combining the target platform with workspace
* projects to generate a woven target platform).
- *
+ *
* @since 3.4
*/
public class TargetWeaver {
/**
- * Whether the running platform is in development mode.
+ * Whether the running platform is in development mode.
*/
private static boolean fgIsDev = false;
@@ -55,7 +55,7 @@ public class TargetWeaver {
/**
* Returns the dev.properties as a property store.
- *
+ *
* @return properties
*/
protected static Properties getDevProperties() {
@@ -97,8 +97,8 @@ public class TargetWeaver {
/**
* Updates the bundle class path if this manifest refers to a project in development
- * mode from the launching workspace.
- *
+ * mode from the launching workspace.
+ *
* @param manifest manifest to update
*/
public static void weaveManifest(Map<String, String> manifest) {
@@ -121,7 +121,7 @@ public class TargetWeaver {
/**
* When launching a secondary runtime workbench, all projects already in dev mode
* must continue in dev mode such that their class files are found.
- *
+ *
* @param properties dev.properties
*/
public static void weaveDevProperties(Properties properties) {
@@ -140,9 +140,9 @@ public class TargetWeaver {
/**
* If a source annotation is pointing to a host project that is being wove, returns
- * an empty string so that the source annotation is the root of the project.
+ * an empty string so that the source annotation is the root of the project.
* Otherwise returns the given library name.
- *
+ *
* @param model plug-in we are attaching source for
* @param libraryName the standard library name
* @return empty string or the standard library name
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TracingOptionsManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TracingOptionsManager.java
index 48f081ac11..0d806d7fbc 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TracingOptionsManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/TracingOptionsManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/UpdateManagerHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/UpdateManagerHelper.java
index 9c76feae5f..e565a6a46a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/UpdateManagerHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/UpdateManagerHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceFeatureModelManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceFeatureModelManager.java
index 0902aa8254..0994a38c6d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceFeatureModelManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceFeatureModelManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceModelManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceModelManager.java
index 9c0d994724..fb570e33fe 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceModelManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspaceModelManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.team.core.RepositoryProvider;
public abstract class WorkspaceModelManager extends AbstractModelManager implements IResourceChangeListener, IResourceDeltaVisitor {
- public static boolean isPluginProject(IProject project) {
+ public static boolean isPluginProject(IProject project) {
if (project == null)
return false;
if (project.isOpen())
@@ -107,7 +107,7 @@ public abstract class WorkspaceModelManager extends AbstractModelManager impleme
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.core.resources.IResourceChangeListener#resourceChanged(org.eclipse.core.resources.IResourceChangeEvent)
*/
@Override
@@ -160,7 +160,7 @@ public abstract class WorkspaceModelManager extends AbstractModelManager impleme
case IResource.FOLDER :
return isInterestingFolder((IFolder) resource);
case IResource.FILE :
- // do not process
+ // do not process
if (isContentChange(delta)) {
handleFileDelta(delta);
return false;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspacePluginModelManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspacePluginModelManager.java
index 814cde5862..a9bd785a26 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspacePluginModelManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspacePluginModelManager.java
@@ -49,7 +49,7 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
/**
* Creates a plug-in model based on the project structure.
* <p>
- * A bundle model is created if the project has a MANIFEST.MF file and optionally
+ * A bundle model is created if the project has a MANIFEST.MF file and optionally
* a plugin.xml/fragment.xml file.
* </p>
* <p>
@@ -273,7 +273,7 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
* <li>If the file has been modified, reload the model, reset the resource bundle
* if the localization has changed and fire a notification that the model has changed</li>
* </ul>
- *
+ *
* @param file the manifest file that was modified
* @param delta the resource delta
*/
@@ -333,9 +333,9 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
* Returns a plug-in model associated with the given project, or <code>null</code>
* if the project is not a plug-in project or the manifest file is missing vital data
* such as a symbolic name or version
- *
+ *
* @param project the given project
- *
+ *
* @return a plug-in model associated with the given project or <code>null</code>
* if no such valid model exists
*/
@@ -345,7 +345,7 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
/**
* Returns a list of all workspace plug-in models
- *
+ *
* @return an array of workspace plug-in models
*/
protected IPluginModelBase[] getPluginModels() {
@@ -367,7 +367,7 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
}
/**
- * Removes listeners that the model manager attached on others,
+ * Removes listeners that the model manager attached on others,
* as well as listeners attached on the model manager
*/
@Override
@@ -383,10 +383,10 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
* Returns true if the folder being visited is of interest to PDE.
* In this case, PDE is only interested in META-INF folders at the root of a plug-in project
* We are also interested in schema folders
- *
+ *
* @return <code>true</code> if the folder (and its children) is of interest to PDE;
* <code>false</code> otherwise.
- *
+ *
*/
@Override
protected boolean isInterestingFolder(IFolder folder) {
@@ -407,7 +407,7 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
/**
* This method is called when workspace models are read and initialized
* from the cache. No need to read the workspace plug-ins from scratch.
- *
+ *
* @param models the workspace plug-in models
*/
protected void setModels(IPluginModelBase[] models) {
@@ -429,7 +429,7 @@ public class WorkspacePluginModelManager extends WorkspaceModelManager {
/**
* Return URLs to projects in the workspace that have a manifest file (MANIFEST.MF
* or plugin.xml)
- *
+ *
* @return an array of URLs to workspace plug-ins
*/
protected URL[] getPluginPaths() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLCopyrightHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLCopyrightHandler.java
index 6255abc3a0..38d0be8494 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLCopyrightHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLCopyrightHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLDefaultHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLDefaultHandler.java
index 3badb8362b..3662e69fd3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLDefaultHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLDefaultHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLPrintHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLPrintHandler.java
index 13ba46d49e..ff84a4b567 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLPrintHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/XMLPrintHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -133,7 +133,7 @@ public class XMLPrintHandler {
break;
}
default : {
- throw new UnsupportedOperationException("Unsupported XML Node Type."); //$NON-NLS-1$
+ throw new UnsupportedOperationException("Unsupported XML Node Type."); //$NON-NLS-1$
}
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/Build.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/Build.java
index 5fe13b48af..338b81b4a7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/Build.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/Build.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildEntry.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildEntry.java
index 492abb5ab1..eb9b418c9d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildEntry.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildEntry.java
@@ -120,7 +120,7 @@ public class BuildEntry extends BuildObject implements IBuildEntry {
/**
* Returns the path that this entries tokens are relative to, or <code>null</code> if none.
- *
+ *
* @return relative root path, or <code>null</code>
*/
IPath getRootPath() {
@@ -142,7 +142,7 @@ public class BuildEntry extends BuildObject implements IBuildEntry {
/**
* Makes the token a bundle root relative path
- *
+ *
* @param token token
* @param root bundle root path or <code>null</code>
* @return bundle relative token
@@ -156,7 +156,7 @@ public class BuildEntry extends BuildObject implements IBuildEntry {
/**
* Makes the token a project relative path
- *
+ *
* @param token token
* @param root bundle root path or <code>null</code>
* @return project relative token
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModel.java
index 4b7ee6e113..6d9763350d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModelFactory.java
index a3315ea5a5..5d58d9094c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildObject.java
index c9829c28f5..013e0d2421 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/BuildObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -51,7 +51,7 @@ public class BuildObject implements IBuildObject {
/**
* If the property defined by name is valid, changes its value to newValue
- *
+ *
* @param name name of the property to modify
* @param oldValue the previous value
* @param newValue the new value
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/IBuildObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/IBuildObject.java
index faa48fb8ee..86cc33dc7f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/IBuildObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/build/IBuildObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
index fba9c4e8e1..fa7f1e9786 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BuildErrorReporter.java
@@ -278,7 +278,7 @@ public class BuildErrorReporter extends ErrorReporter implements IBuildPropertie
/**
* Given a list of source library entries, returns the list of library names.
- *
+ *
* @param sourceEntries list of IBuildEntry source entries
* @return list of library names
*/
@@ -293,14 +293,14 @@ public class BuildErrorReporter extends ErrorReporter implements IBuildPropertie
}
/**
- * Matches the javacSource, javacTarget, javacWarnings, javacErrors and jre.compilation.prile entries in build.properties with the
+ * Matches the javacSource, javacTarget, javacWarnings, javacErrors and jre.compilation.prile entries in build.properties with the
* project specific Java Compiler properties and reports the errors found.
- *
+ *
* @param javacSourceEntry
* @param javacTargetEntry
* @param jreCompilationProfileEntry
* @param javacWarningsEntries
- * @param javacErrorsEntries
+ * @param javacErrorsEntries
* @param libraryNames list of library names (javacWarnings/javacErrors require an entry for each source library)
*/
private void validateExecutionEnvironment(IBuildEntry javacSourceEntry, IBuildEntry javacTargetEntry, IBuildEntry jreCompilationProfileEntry, ArrayList<IBuildEntry> javacWarningsEntries, ArrayList<IBuildEntry> javacErrorsEntries, List<String> libraryNames) {
@@ -416,11 +416,11 @@ public class BuildErrorReporter extends ErrorReporter implements IBuildPropertie
}
/**
- * Matches the javacWarnings and javacErrors entries in build.properties with the
+ * Matches the javacWarnings and javacErrors entries in build.properties with the
* project specific Java compliance properties and reports the errors found. Since java
* compiler settings are set on a per project basis, any special javacWarnings/javacErrors
* must be set for each library.
- *
+ *
* @param complianceLevel the compliance level to check settings against, used to get default values
* @param javacWarningsEntries list of build entries with the java compiler warnings prefix javacWarnings.
* @param javacErrorsEntries list of build entries with the java compiler errors prefix javacErrors.
@@ -993,7 +993,7 @@ public class BuildErrorReporter extends ErrorReporter implements IBuildPropertie
/**
* Checks that if the project has java compiler settings that build.properties contains a use project settings
* entry so that the compiler picks up the settings using the .pref file.
- *
+ *
* @param useJavaProjectSettings a build entry for using the project's compiler warning preferences file
*/
private void validateJavaCompilerSettings(IBuildEntry useJavaProjectSettings) {
@@ -1063,7 +1063,7 @@ public class BuildErrorReporter extends ErrorReporter implements IBuildPropertie
/**
* Joins the given tokens into a single string with a comma separator. If either of
* the tokens are null or of length 0, the other string will be returned
- *
+ *
* @param token1 first string
* @param token2 second string
* @return concatenated string
@@ -1147,7 +1147,7 @@ public class BuildErrorReporter extends ErrorReporter implements IBuildPropertie
if (valueIndex == 0 || valueIndex == entry.length())
return buildEntryLineNumber;
- // remove the entry name
+ // remove the entry name
entry = entry.substring(valueIndex);
int entryTokenOffset = entry.indexOf(tokenString);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
index b9641317e7..3042eff62d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java
@@ -451,7 +451,7 @@ public class BundleErrorReporter extends JarManifestErrorReporter {
/**
* Validates the Eclipse-BundleShape header
- *
+ *
* @since 3.5
*/
private void validateEclipseBundleShape() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/CompilerFlags.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/CompilerFlags.java
index 09982f55f1..108a2d9519 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/CompilerFlags.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/CompilerFlags.java
@@ -19,8 +19,8 @@ import org.eclipse.pde.internal.core.natures.PDE;
import org.osgi.service.prefs.BackingStoreException;
/**
- * Class used to handle compiler related preferences.
- *
+ * Class used to handle compiler related preferences.
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class CompilerFlags {
@@ -33,7 +33,7 @@ public class CompilerFlags {
public static final int IGNORE = 2;
/**
- * categories of flags
+ * categories of flags
*/
public static final int PLUGIN_FLAGS = 0;
public static final int SCHEMA_FLAGS = 1;
@@ -72,14 +72,14 @@ public class CompilerFlags {
public static final String P_MISSING_VERSION_REQ_BUNDLE = "compilers.p.missing-version-require-bundle"; //$NON-NLS-1$
/**
- * schema preferences
+ * schema preferences
*/
public static final String S_CREATE_DOCS = "compilers.s.create-docs"; //$NON-NLS-1$
public static final String S_DOC_FOLDER = "compilers.s.doc-folder"; //$NON-NLS-1$
public static final String S_OPEN_TAGS = "compilers.s.open-tags"; //$NON-NLS-1$
/**
- * feature preferences
+ * feature preferences
*/
public static final String F_UNRESOLVED_PLUGINS = "compilers.f.unresolved-plugins"; //$NON-NLS-1$
public static final String F_UNRESOLVED_FEATURES = "compilers.f.unresolved-features"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DefaultSAXParser.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DefaultSAXParser.java
index f04242a503..70cedbe8ec 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DefaultSAXParser.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DefaultSAXParser.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoop.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoop.java
index d28b6dba3b..7d35b98969 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoop.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoop.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoopFinder.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoopFinder.java
index 59e3a9902e..9fcb92f5cf 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoopFinder.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/DependencyLoopFinder.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -72,7 +72,7 @@ public class DependencyLoopFinder {
continue;
if (!exploredPlugins.contains(id)) {
// is plugin in list of non loop yielding plugins
- //Commenting linear lookup - was very slow
+ //Commenting linear lookup - was very slow
//when called from here. We will use
//model manager instead because it
//has a hash table lookup that is much faster.
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ElementOccurenceChecker.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ElementOccurenceChecker.java
index acc5dff471..a63e1f4185 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ElementOccurenceChecker.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ElementOccurenceChecker.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,8 +25,8 @@ public class ElementOccurenceChecker {
/**
* @param sElement
* @param element
- * @return A set of elements that are first-level children of
- * <code>element</code>, that violate max occurence rules defined by
+ * @return A set of elements that are first-level children of
+ * <code>element</code>, that violate max occurence rules defined by
* <code>sElement</code>.
*/
public static HashSet<ElementOccurrenceResult> findMaxOccurenceViolations(ISchemaElement sElement, Element element) {
@@ -39,8 +39,8 @@ public class ElementOccurenceChecker {
/**
* @param sElement
* @param element
- * @return A set of elements that are first-level children of
- * <code>element</code>, that violate min occurence rules defined by
+ * @return A set of elements that are first-level children of
+ * <code>element</code>, that violate min occurence rules defined by
* <code>sElement</code>.
*/
public static HashSet<ElementOccurrenceResult> findMinOccurenceViolations(ISchemaElement sElement, Element element) {
@@ -104,8 +104,8 @@ public class ElementOccurenceChecker {
// Compositor can be null only in cases where we had a schema complex
// type but that complex type was complex because it had attributes
// rather than element children
- // All we care about is choices and sequences (Alls and groups not
- // supported)
+ // All we care about is choices and sequences (Alls and groups not
+ // supported)
if (compositor == null) {
return;
} else if (compositor.getKind() == ISchemaCompositor.CHOICE) {
@@ -119,8 +119,8 @@ public class ElementOccurenceChecker {
// Compositor can be null only in cases where we had a schema complex
// type but that complex type was complex because it had attributes
// rather than element children
- // All we care about is choices and sequences (Alls and groups not
- // supported)
+ // All we care about is choices and sequences (Alls and groups not
+ // supported)
if (compositor == null) {
return;
} else if (compositor.getKind() == ISchemaCompositor.CHOICE) {
@@ -192,7 +192,7 @@ public class ElementOccurenceChecker {
// Update all child element occurrences of the choice compositor
// to the number of occurrences found
// Each choice occurrence counts as one occurrence for all child elements
- // of that choice
+ // of that choice
int childElementCount = countChoiceElementChildren(compositor, siblings);
updateChoiceElementChildren(compositor, siblings, childElementCount);
} else {
@@ -226,7 +226,7 @@ public class ElementOccurenceChecker {
// Update all child element occurrences of the choice compositor
// to the number of occurrences found
// Each choice occurrence counts as one occurrence for all child elements
- // of that choice
+ // of that choice
int childElementCount = countChoiceElementChildren(compositor, siblings);
updateChoiceElementChildren(compositor, siblings, childElementCount);
} else {
@@ -353,8 +353,8 @@ public class ElementOccurenceChecker {
String key = child.getNodeName();
if (key.equals(name)) {
// Normally we would return as soon as an matching element
- // is found; however, we want to return the last
- // occurrence at the expense of performance in order to
+ // is found; however, we want to return the last
+ // occurrence at the expense of performance in order to
// flag the last element exceeding allowed maximum
// occurrence
match = (Element) child;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ErrorReporter.java
index 2805cb83b5..b13fd61b84 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ErrorReporter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Fabio Mancinelli <fm@fabiomancinelli.org> - bug 201304
@@ -94,7 +94,7 @@ public abstract class ErrorReporter {
/**
* Return a new marker with the provided attributes. May return <code>null</code> if no marker should be created because of severity settings.
- *
+ *
* @param message
* @param line
* @param severity
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionPointSchemaBuilder.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionPointSchemaBuilder.java
index e3aa23b1aa..6d053fd77d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionPointSchemaBuilder.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionPointSchemaBuilder.java
@@ -89,7 +89,7 @@ public class ExtensionPointSchemaBuilder extends IncrementalProjectBuilder {
/**
* Cleans all PDE problem markers from schema files in the given container.
- *
+ *
* @param container
* @param monitor progress monitor
* @throws CoreException
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java
index cc843f0742..216bfce6b0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ExtensionsErrorReporter.java
@@ -47,7 +47,7 @@ public class ExtensionsErrorReporter extends ManifestErrorReporter {
}
/**
- * @throws SAXException
+ * @throws SAXException
*/
@Override
public void characters(char[] characters, int start, int length) throws SAXException {
@@ -158,10 +158,10 @@ public class ExtensionsErrorReporter extends ManifestErrorReporter {
Node parent = element.getParentNode();
parentSchema = schema.findElement(parent.getNodeName());
} else if (isTopLevel == false) {
- // This is an "extension" element; but, not a top level one.
+ // This is an "extension" element; but, not a top level one.
// It is nested within another "extension" element somewhere
// e.g. "extension" element is a child element of another element
- // that is not a "plugin" elment
+ // that is not a "plugin" elment
// element
// Report illegal element
int severity = CompilerFlags.getFlag(fProject, CompilerFlags.P_UNKNOWN_ELEMENT);
@@ -186,7 +186,7 @@ public class ExtensionsErrorReporter extends ManifestErrorReporter {
if (attr != null && attr.getKind() == IMetaAttribute.JAVA) {
if (attr.isDeprecated())
reportDeprecatedAttribute(element, element.getAttributeNode("class")); //$NON-NLS-1$
- validateJavaAttribute(element, element.getAttributeNode("class")); //$NON-NLS-1$
+ validateJavaAttribute(element, element.getAttributeNode("class")); //$NON-NLS-1$
}
} else {
if (schemaElement != null) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureErrorReporter.java
index 1bf8f92d13..2b213281af 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureErrorReporter.java
@@ -356,9 +356,9 @@ public class FeatureErrorReporter extends ManifestErrorReporter {
} else if (name.equals("version")) { //$NON-NLS-1$
validateVersionAttribute(element, (Attr) attributes.item(i));
}
- if (name.equals("primary")) { //$NON-NLS-1$
+ if (name.equals("primary")) { //$NON-NLS-1$
reportDeprecatedAttribute(element, (Attr) attributes.item(i));
- } else if (name.equals("plugin")) { //$NON-NLS-1$
+ } else if (name.equals("plugin")) { //$NON-NLS-1$
validatePluginExists(element, (Attr) attributes.item(i), false);
}
}
@@ -368,7 +368,7 @@ public class FeatureErrorReporter extends ManifestErrorReporter {
* Checks whether the given attribute value is a valid feature ID. If it is not valid, a marker
* is created on the element and <code>false</code> is returned. If valid, <code>true</code> is
* returned. Also see {@link #validatePluginID(Element, Attr)}
- *
+ *
* @param element element to add the marker to if invalid
* @param attr the attribute to check the value of
* @return whether the given attribute value is a valid feature ID.
@@ -437,7 +437,7 @@ public class FeatureErrorReporter extends ManifestErrorReporter {
}
if ("true".equals(unpack) && !CoreUtility.guessUnpack(pModel.getBundleDescription())) {//$NON-NLS-1$
- String message = NLS.bind(PDECoreMessages.Builders_Feature_missingUnpackFalse, (new String[] {parent.getAttribute("id"), "unpack=\"false\""})); //$NON-NLS-1$ //$NON-NLS-2$
+ String message = NLS.bind(PDECoreMessages.Builders_Feature_missingUnpackFalse, (new String[] {parent.getAttribute("id"), "unpack=\"false\""})); //$NON-NLS-1$ //$NON-NLS-2$
report(message, getLine(parent), severity, PDEMarkerFactory.CAT_OTHER);
}
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java
index 1734fe9051..5251fff9fc 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FeatureRebuilder.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FragmentErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FragmentErrorReporter.java
index aebc564457..e21d1ef216 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FragmentErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/FragmentErrorReporter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/JarManifestHeader.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/JarManifestHeader.java
index ed4ebc7646..3acc26c619 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/JarManifestHeader.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/JarManifestHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -29,7 +29,7 @@ public class JarManifestHeader implements IHeader {
private String fValue;
/**
- *
+ *
* @param name
* @param value
* @param lineNumber
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestConsistencyChecker.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestConsistencyChecker.java
index f866200852..d01967354d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestConsistencyChecker.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestConsistencyChecker.java
@@ -186,11 +186,11 @@ public class ManifestConsistencyChecker extends IncrementalProjectBuilder {
delta.accept(fSelfVisitor);
int type = fSelfVisitor.getType();
- // catch anything we have missed
+ // catch anything we have missed
// For example, upon startup, when target has changed since shutdown
// we depend on class file changes in the project that have resulted
// from the Java compiler detecting the change in classpath.
- // Note that we do NOT validate anything if there was a change
+ // Note that we do NOT validate anything if there was a change
// in a .java file. A change in a .java file means that the user has modified
// its content and this does not warrant a rebuild of manifest files.
if ((type & MANIFEST | EXTENSIONS) != (MANIFEST | EXTENSIONS)) {
@@ -406,7 +406,7 @@ public class ManifestConsistencyChecker extends IncrementalProjectBuilder {
/**
* Cleans PDE problems from the given resource to the specified depth.
- *
+ *
* @param resource resource to delete markers from
* @param depth one of the depth constants in {@link IResource}
* @throws CoreException
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestErrorReporter.java
index 4fcef991c7..e2ae286259 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/ManifestErrorReporter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -40,7 +40,7 @@ public class ManifestErrorReporter extends XMLErrorReporter {
}
protected void reportMissingRequiredAttribute(Element element, String attName, int severity) {
- String message = NLS.bind(PDECoreMessages.Builders_Manifest_missingRequired, (new String[] {attName, element.getNodeName()})); //
+ String message = NLS.bind(PDECoreMessages.Builders_Manifest_missingRequired, (new String[] {attName, element.getNodeName()})); //
report(message, getLine(element), severity, PDEMarkerFactory.CAT_FATAL);
}
@@ -119,7 +119,7 @@ public class ManifestErrorReporter extends XMLErrorReporter {
* Checks whether the given attribute value is a valid bundle ID. If it is not valid, a marker
* is created on the element and <code>false</code> is returned. If valid, <code>true</code> is
* returned.
- *
+ *
* @param element element to add the marker to if invalid
* @param attr the attribute to check the value of
* @return whether the given attribute value is a valid bundle ID.
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PDEBuilderHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PDEBuilderHelper.java
index 01eda09f92..bfa6cb3ac5 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PDEBuilderHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PDEBuilderHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginBaseErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginBaseErrorReporter.java
index 6f7f5d1587..e4b9b5b139 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginBaseErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginBaseErrorReporter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginErrorReporter.java
index 9f40ee46a3..d12eb3c77e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginErrorReporter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginRebuilder.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginRebuilder.java
index 4d56060e98..c7618f5ec6 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginRebuilder.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/PluginRebuilder.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaErrorReporter.java
index 670e46d63e..6d43bf3503 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaErrorReporter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Simon Muschel <smuschel@gmx.de> - bug 215743
@@ -285,7 +285,7 @@ public class SchemaErrorReporter extends XMLErrorReporter {
report(NLS.bind(PDECoreMessages.Builders_Schema_includeNotValid, schemaLocation), getLine(element), CompilerFlags.ERROR, PDEMarkerFactory.CAT_OTHER);
}
} catch (MalformedURLException e) {
- // this should not happen since fSchema's URL is valid
+ // this should not happen since fSchema's URL is valid
}
}
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaTransformer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaTransformer.java
index 3b9f046233..56acfd5ca0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaTransformer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SchemaTransformer.java
@@ -139,7 +139,7 @@ public class SchemaTransformer {
fWriter.println("<p class=\"note SchemaCopyright\">"); //$NON-NLS-1$
transformSection(null, IDocumentSection.COPYRIGHT);
fWriter.println("</p>"); //$NON-NLS-1$
- fWriter.println("</BODY>"); //$NON-NLS-1$
+ fWriter.println("</BODY>"); //$NON-NLS-1$
}
private void transformSection(String title, String sectionId) {
@@ -221,7 +221,7 @@ public class SchemaTransformer {
fWriter.print("&quot;"); //$NON-NLS-1$
}
} else {
- fWriter.print("\""); //$NON-NLS-1$
+ fWriter.print("\""); //$NON-NLS-1$
}
break;
default :
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SourceEntryErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SourceEntryErrorReporter.java
index 06ee203172..88255a9faa 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SourceEntryErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/SourceEntryErrorReporter.java
@@ -79,7 +79,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Constructs a source folder with the given project relative path.
- *
+ *
* @param path source folder path
* @param outputFolder associated output folder
*/
@@ -104,7 +104,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Creates an output folder with the given relative path (relative to the project).
- *
+ *
* @param path project relative path
*/
public OutputFolder(IPath path) {
@@ -113,7 +113,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Creates an output folder with the given relative path (relative to the project).
- *
+ *
* @param path project relative path
* @param isLibrary whether this output folder is a binary location that has no corresponding
* source folder
@@ -149,7 +149,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Constructs an encoding entry for the given resource.
- *
+ *
* @param resource resource
* @param encoding the encoding identifier
*/
@@ -160,7 +160,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Returns the explicit encoding for this entry.
- *
+ *
* @return explicit encoding
*/
public String getEncoding() {
@@ -169,8 +169,8 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Returns the resource this encoding is associated with.
- *
- * @return associated resource
+ *
+ * @return associated resource
*/
public IResource getResource() {
return fResource;
@@ -206,7 +206,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Returns the generated value of this entry for the build.properties file.
- *
+ *
* @return value to enter into build.properties
*/
String getValue() {
@@ -274,7 +274,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Maps library name to default encoding for that library (or not present if there is no
- * explicit default encoding specified).
+ * explicit default encoding specified).
*/
Map<String, String> fDefaultLibraryEncodings = new HashMap<String, String>();
@@ -412,7 +412,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
if (sourceFolders.size() == 0) {
if (!outputFolder.isLibrary()) {
- // report error - invalid output folder
+ // report error - invalid output folder
for (Iterator<String> libNameiterator = outputFolderLibs.iterator(); libNameiterator.hasNext();) {
String libName = libNameiterator.next();
IResource folderEntry = fProject.findMember(outputPath);
@@ -727,7 +727,7 @@ public class SourceEntryErrorReporter extends BuildErrorReporter {
/**
* Returns any explicit encoding set on the given container or one of its parents
* up to and including its project.
- *
+ *
* @param container container
* @return any explicit encoding or <code>null</code> if none
* @throws CoreException
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/UpdateSiteErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/UpdateSiteErrorReporter.java
index c382e2b8cf..82c9bb2530 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/UpdateSiteErrorReporter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/UpdateSiteErrorReporter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/Bundle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/Bundle.java
index 8cf20d71ad..70bcff8dc7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/Bundle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/Bundle.java
@@ -57,10 +57,10 @@ public class Bundle extends BundleObject implements IBundle {
}
/**
- * Load a map of String key value pairs into the list of known manifest headers. Any
+ * Load a map of String key value pairs into the list of known manifest headers. Any
* headers previously loaded will be cleared. Empty value strings will create empty headers.
* Null values will be ignored.
- *
+ *
* @param headers map<String, String> of manifest key and values
*/
public void load(Map<?, ?> headers) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragment.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
index dcf96ca4d3..4e534b9af5 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragment.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -125,7 +125,7 @@ public class BundleFragment extends BundlePluginBase implements IBundleFragment
}
public boolean isPatch() {
- return "true".equals(getValue(ICoreConstants.PATCH_FRAGMENT, false)); //$NON-NLS-1$
+ return "true".equals(getValue(ICoreConstants.PATCH_FRAGMENT, false)); //$NON-NLS-1$
}
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragmentModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragmentModel.java
index fb0f17e726..05316d3be1 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragmentModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleFragmentModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleModel.java
index 1a6655d124..b9fa617537 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleObject.java
index 57a727f5a5..8528efb7b2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundleObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java
index f89b154025..72a1852008 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePlugin.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -23,7 +23,7 @@ public class BundlePlugin extends BundlePluginBase implements IBundlePlugin {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPlugin#getClassName()
*/
@Override
@@ -33,7 +33,7 @@ public class BundlePlugin extends BundlePluginBase implements IBundlePlugin {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPlugin#setClassName(java.lang.String)
*/
@Override
@@ -53,7 +53,7 @@ public class BundlePlugin extends BundlePluginBase implements IBundlePlugin {
@Override
public boolean hasExtensibleAPI() {
- return "true".equals(getValue(ICoreConstants.EXTENSIBLE_API, false)); //$NON-NLS-1$
+ return "true".equals(getValue(ICoreConstants.EXTENSIBLE_API, false)); //$NON-NLS-1$
}
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
index 9d1effce04..327511f277 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginBase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -71,7 +71,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ibundle.IBundlePluginBase#getBundle()
*/
public IBundle getBundle() {
@@ -98,7 +98,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ibundle.IBundlePluginBase#getExtensionsRoot()
*/
public IExtensions getExtensionsRoot() {
@@ -111,7 +111,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#add(org.eclipse.pde.core.plugin.IPluginLibrary)
*/
@Override
@@ -145,7 +145,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/**
* Removes the specified library from the given 'Bundle-Classpath' header.
- *
+ *
* @param library library to remove
* @param header header to update
*/
@@ -186,7 +186,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#remove(org.eclipse.pde.core.plugin.IPluginLibrary)
*/
@Override
@@ -206,7 +206,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#add(org.eclipse.pde.core.plugin.IPluginImport)
*/
@Override
@@ -266,7 +266,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#remove(org.eclipse.pde.core.plugin.IPluginImport)
*/
@Override
@@ -298,7 +298,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#getLibraries()
*/
@Override
@@ -329,7 +329,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#getImports()
*/
@Override
@@ -383,7 +383,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#getProviderName()
*/
@Override
@@ -394,7 +394,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#setProviderName(java.lang.String)
*/
@Override
@@ -414,7 +414,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#getVersion()
*/
@Override
@@ -429,7 +429,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#setVersion(java.lang.String)
*/
@Override
@@ -449,7 +449,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginBase#swap(org.eclipse.pde.core.plugin.IPluginLibrary,
* org.eclipse.pde.core.plugin.IPluginLibrary)
*/
@@ -481,7 +481,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IExtensions#add(org.eclipse.pde.core.plugin.IPluginExtension)
*/
@Override
@@ -499,7 +499,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IExtensions#add(org.eclipse.pde.core.plugin.IPluginExtensionPoint)
*/
@Override
@@ -522,7 +522,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IExtensions#getExtensionPoints()
*/
@Override
@@ -535,7 +535,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IExtensions#getExtensions()
*/
@Override
@@ -556,7 +556,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IExtensions#remove(org.eclipse.pde.core.plugin.IPluginExtension)
*/
@Override
@@ -573,7 +573,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IExtensions#remove(org.eclipse.pde.core.plugin.IPluginExtensionPoint)
*/
@Override
@@ -613,7 +613,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IExtensions#swap(org.eclipse.pde.core.plugin.IPluginExtension,
* org.eclipse.pde.core.plugin.IPluginExtension)
*/
@@ -647,7 +647,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IIdentifiable#getId()
*/
@Override
@@ -655,7 +655,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
return getValue(Constants.BUNDLE_SYMBOLICNAME, true);
}
- // The key should be a manifest header key, and parse should be true if it needs to be parsed by ManifestElement.parseHeader()
+ // The key should be a manifest header key, and parse should be true if it needs to be parsed by ManifestElement.parseHeader()
protected String getValue(String key, boolean parse) {
IBundle bundle = getBundle();
if (bundle == null)
@@ -674,7 +674,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IIdentifiable#setId(java.lang.String)
*/
@Override
@@ -694,7 +694,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getPluginModel()
*/
@Override
@@ -704,7 +704,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getName()
*/
@Override
@@ -714,7 +714,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#setName(java.lang.String)
*/
@Override
@@ -734,7 +734,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#isInTheModel()
*/
@Override
@@ -744,7 +744,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getTranslatedName()
*/
@Override
@@ -754,7 +754,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getParent()
*/
@Override
@@ -764,7 +764,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getPluginBase()
*/
@Override
@@ -774,7 +774,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#isValid()
*/
@Override
@@ -785,7 +785,7 @@ public class BundlePluginBase extends PlatformObject implements IBundlePluginBas
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IWritable#write(java.lang.String,
* java.io.PrintWriter)
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModel.java
index c7954f174e..e39170c1e1 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java
index 4a14805dd4..8b8c8f6b9e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/BundlePluginModelBase.java
@@ -41,7 +41,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase#getBundleModel()
*/
@Override
@@ -56,7 +56,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase#getExtensionsModel()
*/
@Override
@@ -97,7 +97,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase#setBundleModel(org.eclipse.pde.internal.core.ibundle.IBundleModel)
*/
@Override
@@ -112,7 +112,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ibundle.IBundlePluginModelBase#setExtensionsModel(org.eclipse.pde.core.plugin.IExtensionsModel)
*/
@Override
@@ -164,7 +164,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginModelBase#getPluginBase(boolean)
*/
@Override
@@ -185,7 +185,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginModelBase#getPluginFactory()
*/
@Override
@@ -195,7 +195,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.ISharedPluginModel#getFactory()
*/
@Override
@@ -207,7 +207,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.ISharedPluginModel#getInstallLocation()
*/
@Override
@@ -242,7 +242,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#isEditable()
*/
@Override
@@ -256,7 +256,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#isInSync()
*/
@Override
@@ -266,7 +266,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#isValid()
*/
@Override
@@ -276,7 +276,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#load()
*/
@Override
@@ -285,7 +285,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#load(java.io.InputStream, boolean)
*/
@Override
@@ -294,7 +294,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IModel#reload(java.io.InputStream, boolean)
*/
@Override
@@ -315,7 +315,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.AbstractModel#updateTimeStamp()
*/
@Override
@@ -378,7 +378,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginModelBase#getBundleDescription()
*/
@Override
@@ -388,7 +388,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginModelBase#setBundleDescription(org.eclipse.osgi.service.resolver.BundleDescription)
*/
@Override
@@ -398,7 +398,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IEditable#isDirty()
*/
@Override
@@ -412,7 +412,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IEditable#save(java.io.PrintWriter)
*/
@Override
@@ -422,7 +422,7 @@ public abstract class BundlePluginModelBase extends AbstractNLModel implements I
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IEditable#setDirty(boolean)
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleFragmentModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleFragmentModel.java
index d366435652..70b18b0a27 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleFragmentModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundleFragmentModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundlePluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundlePluginModel.java
index 30d5c95ccd..e6077309f6 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundlePluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/bundle/WorkspaceBundlePluginModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/BuildUtilities.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/BuildUtilities.java
index 116891e011..b4d1e9127a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/BuildUtilities.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/BuildUtilities.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ExecutionEnvironmentProfileManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ExecutionEnvironmentProfileManager.java
index cca1de56f9..f039519e7c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ExecutionEnvironmentProfileManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ExecutionEnvironmentProfileManager.java
@@ -47,9 +47,9 @@ public class ExecutionEnvironmentProfileManager {
/**
* Returns absolute paths in the local file systems of directories and jars containing
- * OSGi profile property files for custom execution environments, or <code>null</code>
+ * OSGi profile property files for custom execution environments, or <code>null</code>
* if none. This is in addition to the standard profiles known by <code>org.eclipse.osgi</code>.
- *
+ *
* @return locations (directories and jars) containing custom execution environment
* profile files, or <code>null</code> if none
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
index 36f9f0c955..324e17c0ad 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java
@@ -286,7 +286,7 @@ public class FeatureExportOperation extends Job {
runScript(getPackagerScriptName(featureID, configs[i][0], configs[i][1], configs[i][2], featureLocation), null, properties, new SubProgressMonitor(monitor, 2));
}
properties.put("destination.temp.folder", fBuildTempLocation + "/pde.logs"); //$NON-NLS-1$ //$NON-NLS-2$
- runScript(getBuildScriptName(featureLocation), new String[] {"gather.logs"}, properties, new SubProgressMonitor(monitor, 2)); //$NON-NLS-1$
+ runScript(getBuildScriptName(featureLocation), new String[] {"gather.logs"}, properties, new SubProgressMonitor(monitor, 2)); //$NON-NLS-1$
} finally {
monitor.done();
}
@@ -384,7 +384,7 @@ public class FeatureExportOperation extends Job {
/**
* Execute the script at the given location.
- *
+ *
* @param location the script to run
* @param targets the targets in the script to run, use <code>null</code> to run all
* @param properties map of user properties
@@ -470,7 +470,7 @@ public class FeatureExportOperation extends Job {
fAntBuildProperties.put(id, BuildUtilities.getBootClasspath(id));
}
fAntBuildProperties.put(IXMLConstants.PROPERTY_JAVAC_FAIL_ON_ERROR, "false"); //$NON-NLS-1$
- fAntBuildProperties.put(IXMLConstants.PROPERTY_JAVAC_DEBUG_INFO, "on"); //$NON-NLS-1$
+ fAntBuildProperties.put(IXMLConstants.PROPERTY_JAVAC_DEBUG_INFO, "on"); //$NON-NLS-1$
fAntBuildProperties.put(IXMLConstants.PROPERTY_JAVAC_VERBOSE, "false"); //$NON-NLS-1$
IEclipsePreferences prefs = InstanceScope.INSTANCE.getNode(JavaCore.PLUGIN_ID);
@@ -513,11 +513,11 @@ public class FeatureExportOperation extends Job {
}
/**
- * Returns a list of URI metadata repository locations that contain metadata for some
+ * Returns a list of URI metadata repository locations that contain metadata for some
* or all of the target platform. The repositories may not contain metadata for all
* plugins in the target. This method returns <code>null</code> if the target does not
* have any repositories.
- *
+ *
* @return list of URI representing metadata repositories or <code>null</code>
*/
protected URI[] getMetadataContextFromTargetPlatform() {
@@ -542,7 +542,7 @@ public class FeatureExportOperation extends Job {
/**
* Adds the necessary properties to invoke the p2 metadata generator. This method will
* be called when creating the ant build properties map.
- *
+ *
* @param map the map to add generator properties to
*/
protected void setP2MetaDataProperties(Map<String, String> map) {
@@ -733,7 +733,7 @@ public class FeatureExportOperation extends Job {
Dictionary<String, String> properties = dictionaries[i];
properties.put("osgi.os", os); //$NON-NLS-1$
properties.put("osgi.ws", ws); //$NON-NLS-1$
- properties.put("osgi.arch", arch); //$NON-NLS-1$
+ properties.put("osgi.arch", arch); //$NON-NLS-1$
}
fStateCopy.resolve(false);
return fStateCopy;
@@ -876,7 +876,7 @@ public class FeatureExportOperation extends Job {
/**
* This method recurses on the feature list and creates feature.xml and build.properties.
- *
+ *
* @param featureID
* @param featureLocation
* @param featuresExported
@@ -944,7 +944,7 @@ public class FeatureExportOperation extends Job {
if (!file.exists() || !file.isDirectory())
file.mkdirs();
- save(new File(file, ICoreConstants.BUILD_FILENAME_DESCRIPTOR), prop, "Marker File"); //$NON-NLS-1$
+ save(new File(file, ICoreConstants.BUILD_FILENAME_DESCRIPTOR), prop, "Marker File"); //$NON-NLS-1$
XMLPrintHandler.writeFile(doc, new File(file, ICoreConstants.FEATURE_FILENAME_DESCRIPTOR));
} catch (DOMException e1) {
} catch (FactoryConfigurationError e1) {
@@ -1014,8 +1014,8 @@ public class FeatureExportOperation extends Job {
if (bundle != null) {
Element plugin = doc.createElement("plugin"); //$NON-NLS-1$
plugin.setAttribute("id", bundle.getSymbolicName()); //$NON-NLS-1$
- plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
- plugin.setAttribute("unpack", "false"); //$NON-NLS-1$ //$NON-NLS-2$
+ plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
+ plugin.setAttribute("unpack", "false"); //$NON-NLS-1$ //$NON-NLS-2$
root.appendChild(plugin);
BundleDescription[] fragments = bundle.getFragments();
for (int i = 0; i < configurations.length; i++) {
@@ -1023,7 +1023,7 @@ public class FeatureExportOperation extends Job {
if (launcherFragment != null) {
Element fragment = doc.createElement("plugin"); //$NON-NLS-1$
fragment.setAttribute("id", launcherFragment.getSymbolicName()); //$NON-NLS-1$
- fragment.setAttribute("version", launcherFragment.getVersion().toString()); //$NON-NLS-1$
+ fragment.setAttribute("version", launcherFragment.getVersion().toString()); //$NON-NLS-1$
fragment.setAttribute("fragment", "true"); //$NON-NLS-1$ //$NON-NLS-2$
setFilterAttributes(fragment, configurations[i]);
root.appendChild(fragment);
@@ -1075,7 +1075,7 @@ public class FeatureExportOperation extends Job {
if (shouldAddPlugin(bundle, environment)) {
Element plugin = doc.createElement("plugin"); //$NON-NLS-1$
plugin.setAttribute("id", bundle.getSymbolicName()); //$NON-NLS-1$
- plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
+ plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
setFilterAttributes(plugin, currentConfig);
setAdditionalAttributes(plugin, bundle);
root.appendChild(plugin);
@@ -1084,7 +1084,7 @@ public class FeatureExportOperation extends Job {
if (workspacePlugins.contains(PluginRegistry.findModel(bundle))) { // Is it a workspace plugin?
plugin = doc.createElement("plugin"); //$NON-NLS-1$
plugin.setAttribute("id", bundle.getSymbolicName() + ".source"); //$NON-NLS-1$ //$NON-NLS-2$
- plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
+ plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
setFilterAttributes(plugin, currentConfig);
setAdditionalAttributes(plugin, bundle);
root.appendChild(plugin);
@@ -1095,7 +1095,7 @@ public class FeatureExportOperation extends Job {
bundle = model.getBundleDescription();
plugin = doc.createElement("plugin"); //$NON-NLS-1$
plugin.setAttribute("id", bundle.getSymbolicName()); //$NON-NLS-1$
- plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
+ plugin.setAttribute("version", bundle.getVersion().toString()); //$NON-NLS-1$
setFilterAttributes(plugin, currentConfig);
setAdditionalAttributes(plugin, bundle);
root.appendChild(plugin);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
index dd7df08e76..58a2ca51eb 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java
@@ -153,7 +153,7 @@ public class ProductExportOperation extends FeatureExportOperation {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob#getPaths()
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/SiteBuildOperation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/SiteBuildOperation.java
index 955546555c..c397323306 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/SiteBuildOperation.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/SiteBuildOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -30,7 +30,7 @@ import org.osgi.framework.Version;
/**
* Performs a site build operation that will build any features needed by the site and generate
* p2 metadata for those features.
- *
+ *
* @see FeatureBasedExportOperation
* @see FeatureExportOperation
*/
@@ -123,7 +123,7 @@ public class SiteBuildOperation extends FeatureBasedExportOperation {
/**
* Finds the highest version from feature jars. ID and version components
* are constant. Qualifier varies
- *
+ *
* @param id
* @param major
* @param minor
@@ -143,7 +143,7 @@ public class SiteBuildOperation extends FeatureBasedExportOperation {
Pattern pattern = PatternConstructor.createPattern(id + "_" //$NON-NLS-1$
+ major + "." //$NON-NLS-1$
+ minor + "." //$NON-NLS-1$
- + service + "*.jar", true); //$NON-NLS-1$
+ + service + "*.jar", true); //$NON-NLS-1$
// finding the newest feature archive
String newestName = null;
long newestTime = 0;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/WorkspaceExportHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/WorkspaceExportHelper.java
index ad276cb97f..f09a033439 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/WorkspaceExportHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/WorkspaceExportHelper.java
@@ -35,10 +35,10 @@ import org.eclipse.pde.internal.core.project.PDEProject;
/**
* Helper class for the various export operation classes, making it easier to export using workspace
- * compiled files rather than having PDE Build compile everything on its own. Provides access to
+ * compiled files rather than having PDE Build compile everything on its own. Provides access to
* methods in debug that determine what projects need to be built before the operation as well as
- * checking for errors.
- *
+ * checking for errors.
+ *
* @see FeatureExportOperation
* @see PluginExportOperation
*/
@@ -51,15 +51,15 @@ public class WorkspaceExportHelper extends LaunchConfigurationDelegate {
*/
@Override
public void launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) throws CoreException {
- // This class is not intended to be launched.
+ // This class is not intended to be launched.
}
/**
* Builds the workspace projects that are being exported or are required plug-ins
* of the exported items. Uses the incremental builder.
- *
+ *
* @param exportedItems The plugins or features being exported
- * @param monitor a progress monitor or <code>null</code> if progress reporting is not desired
+ * @param monitor a progress monitor or <code>null</code> if progress reporting is not desired
* @throws CoreException
*/
public void buildBeforeExport(Object[] exportedItems, IProgressMonitor monitor) throws CoreException {
@@ -73,7 +73,7 @@ public class WorkspaceExportHelper extends LaunchConfigurationDelegate {
* Checks the workspace projects that are being exported or are required plug-ins
* of the exported items for build errors. A project will be reported as having an
* error if it has a marker with a severity of error and is of Java model or PDE type.
- *
+ *
* @param exportedItems the plugins or features being exported
* @return set of IProjects containing errors
* @throws CoreException
@@ -101,7 +101,7 @@ public class WorkspaceExportHelper extends LaunchConfigurationDelegate {
/**
* Returns a map containing information associating libraries to the output locations the
* workspace compiles them to. Uses information in the build.properties and the classpath.
- * The map will be of the following form:
+ * The map will be of the following form:
* String symbolic name > lib output map
* The lib output map will be of the following form:
* String lib name > Set of IPath output folders
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/AbstractFeatureModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/AbstractFeatureModel.java
index 75c642a03f..9c0303aa22 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/AbstractFeatureModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/AbstractFeatureModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/ExternalFeatureModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/ExternalFeatureModel.java
index 88b2365de0..ec5f509fa0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/ExternalFeatureModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/ExternalFeatureModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/Feature.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/Feature.java
index 84d6e24b69..6f1cba0d78 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/Feature.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/Feature.java
@@ -340,7 +340,7 @@ public class Feature extends VersionableObject implements IFeature {
/**
* Creates IFeatureImports based on IPluginImports. Ensures no duplicates in
* preservedImports + newImports
- *
+ *
* @param preservedImports
* out for valid existing imports
* @param newImports
@@ -626,7 +626,7 @@ public class Feature extends VersionableObject implements IFeature {
/**
* Sets the imageName.
- *
+ *
* @param imageName
* The imageName to set
*/
@@ -828,7 +828,7 @@ public class Feature extends VersionableObject implements IFeature {
/**
* Gets the imageName.
- *
+ *
* @return Returns a String
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureFactory.java
index c816530350..a789ead03f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInfo.java
index eb4f22da6b..c21228551c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInstallHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInstallHandler.java
index e18058b349..a147077bab 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInstallHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureInstallHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureObject.java
index 24f891b99f..c0d36b3f5b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURL.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURL.java
index 400cd4c509..2ccbc59d6f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURL.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURL.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURLElement.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURLElement.java
index db10ca8555..1aaf41f12a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURLElement.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/FeatureURLElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/IdentifiableObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/IdentifiableObject.java
index ce13590674..08947434c3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/IdentifiableObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/IdentifiableObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/VersionableObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/VersionableObject.java
index 438c6dd4ea..0a7b9d7946 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/VersionableObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/VersionableObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundle.java
index 398b8dc291..945c436626 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundle.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -14,7 +14,7 @@ public interface IBundle {
/**
* Sets the value of a header in this bundle. If the value is <code>null</code> the header will be removed from the bundle.
- *
+ *
* @param key header name
* @param value value to set the header to, or <code>null</code> to remove a header
*/
@@ -23,15 +23,15 @@ public interface IBundle {
/**
* Convenience method for renaming a manifest header. Creates newKey if it does not exist. Removes oldKey if it exists.
* If oldKey exists, the value will be copied to newKey.
- *
+ *
* @param oldKey header to rename
* @param newKey new name for the header
*/
void renameHeader(String oldKey, String newKey);
/**
- * Returns the current value for the specified header or <code>null</code> if the header does not exist.
- *
+ * Returns the current value for the specified header or <code>null</code> if the header does not exist.
+ *
* @param key name of the header
* @return value of the header or <code>null</code>, may also be an empty string.
*/
@@ -40,7 +40,7 @@ public interface IBundle {
/**
* Returns a {@link IManifestHeader} object for the given header key or <code>null</code> if the header
* does not exist. Will return an existing object if this model has created it before.
- *
+ *
* @param key name of the header
* @return the manifest header object this model has for the given key or <code>null</code>
*/
@@ -48,14 +48,14 @@ public interface IBundle {
/**
* Returns the bundle model that this bundle object belongs to.
- *
+ *
* @return the bundle model that this bundle object belongs to
*/
IBundleModel getModel();
/**
* Returns the value of the bundle localization header or the default location if no header is found
- *
+ *
* @return localization header value or the default value
*/
String getLocalization();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java
index 596c856ee5..964584f46b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragment.java
@@ -13,12 +13,12 @@ package org.eclipse.pde.internal.core.ibundle;
import org.eclipse.pde.core.plugin.IFragment;
/**
- * An extension of bundle plug-in base that is used
+ * An extension of bundle plug-in base that is used
* specifically for root model objects of fragments with
* OSGi manifest. The goal is to continue to preserve
* pre-3.0 compatibility for all the clients that
* depend on IFragment interface.
- *
+ *
* @since 3.0
*/
public interface IBundleFragment extends IBundlePluginBase, IFragment {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragmentModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragmentModel.java
index cf93c04745..b07e69bc59 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragmentModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleFragmentModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,7 +15,7 @@ import org.eclipse.pde.core.plugin.IFragmentModel;
/**
* An extension of the bundle plug-in model base that
* is used specifically for fragment models with OSGi manifests.
- *
+ *
* @since 3.0
*/
public interface IBundleFragmentModel extends IBundlePluginModelBase, IFragmentModel {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModel.java
index 05dd046874..cca878e07d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,20 +20,20 @@ import org.eclipse.pde.core.IModelChangeProvider;
* If this model is editable, isEditable() will return true and the model
* instance will implement IEditable interface. The model is capable of
* providing change notification for the registered listeners.
- *
+ *
* @since 3.0
*/
public interface IBundleModel extends IModel, IModelChangeProvider {
/**
* Returns the top-level model object of this model.
- *
+ *
* @return an object containing the manifest headers
*/
IBundle getBundle();
/**
* Returns the location of the file used to create the model.
- *
+ *
* @return the location of the manifest file or <samp>null </samp> if the
* file is in a workspace.
*/
@@ -41,7 +41,7 @@ public interface IBundleModel extends IModel, IModelChangeProvider {
/**
* Tests whether this is a model of a fragment bundle.
- *
+ *
* @return <code>true</code> if this is a fragment model,
* <code>false</code> otherwise.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModelFactory.java
index f013153cdf..1fff6f3c6b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundleModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -27,7 +27,7 @@ public interface IBundleModelFactory {
*
* @param key the manifest header key
* @param value the manifest header value
- *
+ *
* @return a new manifest header instance
*/
IManifestHeader createHeader(String key, String value);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePlugin.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePlugin.java
index de4edef1de..772aeb2f8b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePlugin.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePlugin.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.internal.core.ibundle;
import org.eclipse.pde.core.plugin.IPlugin;
/**
- * An extension of bundle plug-in base that is used
+ * An extension of bundle plug-in base that is used
* specifically for root model objects of plug-ins with
* OSGi manifest. The goal is to continue to preserve
* pre-3.0 compatibility for all the clients that
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginBase.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginBase.java
index 8d238c2ce9..bdccbdfc80 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginBase.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginBase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModel.java
index 70fc4a65d4..f1bb79276c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,7 +15,7 @@ import org.eclipse.pde.core.plugin.IPluginModel;
/**
* An extension of the bundle plug-in model base that
* is used specifically for plug-in models with OSGi manifests.
- *
+ *
* @since 3.0
*/
public interface IBundlePluginModel extends IBundlePluginModelBase, IPluginModel {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelBase.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelBase.java
index ab65e74517..d6f40e6d48 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelBase.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelBase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,14 +22,14 @@ import org.eclipse.pde.core.plugin.ISharedExtensionsModel;
* manifest files. The goal is to use the same adapter interface with the
* manifest coming and going and transparently switch between
* META-INF/MANIFEST.MF and plugin.xml/fragment.xml.
- *
+ *
* @since 3.0
*/
public interface IBundlePluginModelBase extends IPluginModelBase, IEditable {
/**
* Returns the underlying OSGi bundle model object if bundle manifest is
* present.
- *
+ *
* @return OSGi bundle model or <code>null</code> if bundle manifest is
* not present.
*/
@@ -38,7 +38,7 @@ public interface IBundlePluginModelBase extends IPluginModelBase, IEditable {
/**
* Returns the model that is responsible for tracking extensions and
* extension points. Typically this content is stored in plugin.xml file.
- *
+ *
* @return extensions model or <code>null</code> if not present.
*/
ISharedExtensionsModel getExtensionsModel();
@@ -48,7 +48,7 @@ public interface IBundlePluginModelBase extends IPluginModelBase, IEditable {
* data that is normally stored in this model (e.g. plug-in ID, plug-in
* name, provider name etc.) will be delegated to it if not
* <code>null</code>.
- *
+ *
* @param bundleModel
* the bundle model to use in this adapter or <code>null</code>
* if there is no bundle model.
@@ -59,7 +59,7 @@ public interface IBundlePluginModelBase extends IPluginModelBase, IEditable {
* Sets the extensions model for this adapter. All the calls related to
* extensions and extension points will be delegated to this model if not
* <code>null</code>.
- *
+ *
* @param extensionsModel
* the model that stores extensions and extension points
*/
@@ -69,7 +69,7 @@ public interface IBundlePluginModelBase extends IPluginModelBase, IEditable {
* Factory method for creating a new import object. This is important for
* maintaining the adapter because <code>IPluginBase</code> returns an
* array of <code>IPluginImport</code> objects for dependency information.
- *
+ *
* @return a newly created import object
*/
IPluginImport createImport();
@@ -78,7 +78,7 @@ public interface IBundlePluginModelBase extends IPluginModelBase, IEditable {
* Factory method for creating a new runtime object. This is important for
* maintaining the adapter because <code>IPluginBase</code> returns an
* array of <code>IPluginLibrary</code> objects for runtime information.
- *
+ *
* @return a newly created plug-in library object
*/
IPluginLibrary createLibrary();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelProvider.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelProvider.java
index d98aa387d3..68ddde846e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelProvider.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IBundlePluginModelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -17,7 +17,7 @@ package org.eclipse.pde.internal.core.ibundle;
* to the parent adapter without making too many assumptions
* about the nature of the parent. Models that don't have
* bundle plug-in model parent are required to return <code>null</code>.
- *
+ *
* @since 3.0
*/
public interface IBundlePluginModelProvider {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IManifestHeader.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IManifestHeader.java
index 1df6049ff9..a1dd5657a2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IManifestHeader.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ibundle/IManifestHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -46,7 +46,7 @@ public interface IManifestHeader extends IDocumentKey {
/**
* Forces the header to update its value based on the current components,
* attributes and directives it contains.
- *
+ *
*/
void update();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IEnvironment.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IEnvironment.java
index 2a6144c49b..360394273a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IEnvironment.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IEnvironment.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeature.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeature.java
index 6d2b603a57..e4c2d56cba 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeature.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeature.java
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
+ * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -169,7 +169,7 @@ public interface IFeature extends IFeatureObject, IVersionable, IEnvironment {
/**
* Return the feature info for the given info type or <code>null</code> if
* the expected information does not exist.
- *
+ *
* @param infoType One of {@link IFeature#INFO_LICENSE}, {@link IFeature#INFO_COPYRIGHT} or {@link IFeature#INFO_DESCRIPTION}
* @return the requested feature info or <code>null</code>
*/
@@ -182,7 +182,7 @@ public interface IFeature extends IFeatureObject, IVersionable, IEnvironment {
* method may throw a CoreException if the model
* is not editable.
*
- * @param plugins a plug-in reference to remove
+ * @param plugins a plug-in reference to remove
*/
public void removePlugins(IFeaturePlugin[] plugins) throws CoreException;
@@ -191,7 +191,7 @@ public interface IFeature extends IFeatureObject, IVersionable, IEnvironment {
* method may throw a CoreException if the model
* is not editable.
*
- * @param entries data entries to remove
+ * @param entries data entries to remove
*/
public void removeData(IFeatureData[] entries) throws CoreException;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureEntry.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureEntry.java
index cf795c8f38..114a52749e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureEntry.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureEntry.java
@@ -46,7 +46,7 @@ public interface IFeatureEntry extends IFeatureObject, IIdentifiable {
public String getArch();
/**
- * Returns an LDAP filter that must be satisfied for this entry
+ * Returns an LDAP filter that must be satisfied for this entry
*/
public String getFilter();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModel.java
index b4518fdfeb..7a06896970 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModelFactory.java
index 270d7489bc..79aed35463 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -58,7 +58,7 @@ public interface IFeatureModelFactory {
IFeatureInstallHandler createInstallHandler();
/**
- *
+ *
*/
public IFeatureInfo createInfo(int info);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureObject.java
index 2f281d7db7..e7dcbc3d19 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeaturePlugin.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeaturePlugin.java
index 2d9d3c8ec2..805372d274 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeaturePlugin.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeaturePlugin.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURL.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURL.java
index 2ef9c51ee0..e0db0bdd20 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURL.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURL.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURLElement.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURLElement.java
index 22608f683e..0ee7bf2bf9 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURLElement.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeatureURLElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -34,7 +34,7 @@ public interface IFeatureURLElement extends IFeatureObject {
*/
public static final int UPDATE_SITE = 0;
/**
- * Indicates that the site is a Web site.
+ * Indicates that the site is a Web site.
*/
public static final int WEB_SITE = 1;
/**
@@ -44,7 +44,7 @@ public interface IFeatureURLElement extends IFeatureObject {
public static final String P_URL = "url"; //$NON-NLS-1$
/**
* This property name will be used to notify
- * about changes in the 'siteType' field.
+ * about changes in the 'siteType' field.
*/
public static final String P_SITE_TYPE = "siteType"; //$NON-NLS-1$
@@ -71,7 +71,7 @@ public interface IFeatureURLElement extends IFeatureObject {
* This method will throw a CoreException
* if the model is not editable.
*
- * @param url the new URL
+ * @param url the new URL
*/
public void setURL(URL url) throws CoreException;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IVersionable.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IVersionable.java
index 38a66e0e5e..752329b85d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IVersionable.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IVersionable.java
@@ -22,7 +22,7 @@ public interface IVersionable extends IIdentifiable {
/**
* Returns a version of this object.
- *
+ *
* @return the version of this object
*/
public String getVersion();
@@ -30,7 +30,7 @@ public interface IVersionable extends IIdentifiable {
/**
* Sets the version of this IVersonable to the provided value. This method
* will throw CoreException if object is not editable.
- *
+ *
* @param version
* a new version of this object
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IAboutInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IAboutInfo.java
index ea3ab2e516..dff11387ee 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IAboutInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IAboutInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ICSSInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ICSSInfo.java
index 129319d3d6..337c4fd624 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ICSSInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ICSSInfo.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2014 Rapicorp Corporation and others.
- * All rights reserved. This program and the accompanying materials
+ * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at 5
* http://www.eclipse.org/legal/epl-v10.html
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IConfigurationProperty.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IConfigurationProperty.java
index f23e737fbe..52515cc39a 100755
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IConfigurationProperty.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IConfigurationProperty.java
@@ -14,9 +14,9 @@ package org.eclipse.pde.internal.core.iproduct;
/**
* Properties that are added to the config.ini. Properties consist of a string name and
* string value.
- *
+ *
* @see IProduct
- *
+ *
* @since 3.7
*/
public interface IConfigurationProperty extends IProductObject {
@@ -32,7 +32,7 @@ public interface IConfigurationProperty extends IProductObject {
/**
* Sets the name of this property
- *
+ *
* @param name new name for the property
*/
void setName(String name);
@@ -44,28 +44,28 @@ public interface IConfigurationProperty extends IProductObject {
/**
* Sets the value of this property
- *
+ *
* @param value new value for the property
*/
void setValue(String value);
/**
- * @return The platform os for which for this property applies, or null if it
+ * @return The platform os for which for this property applies, or null if it
* applies to all platforms
*/
String getOs();
/**
* Sets the os to which this property applies
- *
- * @param os the platform string describing the os to which this property
+ *
+ * @param os the platform string describing the os to which this property
* applies, or null if it applies to all platforms
*/
void setOs(String os);
/**
- * @return The platform architecture for which this property applies, or null
+ * @return The platform architecture for which this property applies, or null
* if it applies to all architectures
*/
@@ -73,8 +73,8 @@ public interface IConfigurationProperty extends IProductObject {
/**
* Sets the platform to which this property applies
- *
- * @param arch the platform string describing the arch to which this property
+ *
+ * @param arch the platform string describing the arch to which this property
* applies, or null if it applies to all architectures
*/
void setArch(String arch);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IIntroInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IIntroInfo.java
index 31a1a51b49..adf31e5d6d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IIntroInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IIntroInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IJREInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IJREInfo.java
index 0011a613c0..535fcea904 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IJREInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IJREInfo.java
@@ -23,7 +23,7 @@ public interface IJREInfo extends IProductObject {
* Returns the JRE container path that describes the JRE or EE associated
* with the specified OS or <code>null</code> if a JRE/EE could not be found.
* @param os the string describing the target os, must be one of the Platform.OS constants
- * @return path representing the JRE container or <code>null</code>
+ * @return path representing the JRE container or <code>null</code>
*/
public IPath getJREContainerPath(String os);
@@ -37,9 +37,9 @@ public interface IJREInfo extends IProductObject {
public File getJVMLocation(String os);
/**
- * Sets the JRE container path to associate with the given target OS. The
+ * Sets the JRE container path to associate with the given target OS. The
* JRE container path may be set to <code>null</code> to remove the association.
- * @param os the string describing the target os, must be one of the Platform.OS constants
+ * @param os the string describing the target os, must be one of the Platform.OS constants
* @param jreContainerPath path representing the JRE container path, can be <code>null</code>
*/
public void setJREContainerPath(String os, IPath jreContainerPath);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java
index e88ee99070..8e5cb99323 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ILauncherInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IPluginConfiguration.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IPluginConfiguration.java
index 8e943246b1..65f725aa53 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IPluginConfiguration.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IPluginConfiguration.java
@@ -13,8 +13,8 @@
package org.eclipse.pde.internal.core.iproduct;
/**
- * PluginConfiguration description defines plug-in start level, and other properties
- * that can be used during product launching/building
+ * PluginConfiguration description defines plug-in start level, and other properties
+ * that can be used during product launching/building
*/
public interface IPluginConfiguration extends IProductObject {
public static final String P_AUTO_START = "autoStart"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProduct.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProduct.java
index 606bfc092a..17efce43c2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProduct.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProduct.java
@@ -68,7 +68,7 @@ public interface IProduct extends IProductObject {
* Adds the given properties to the list of properties known to this
* product. Only properties that do not exist in the product configuration
* will be added.
- *
+ *
* @param properties properties to add
*/
void addConfigurationProperties(IConfigurationProperty[] properties);
@@ -83,7 +83,7 @@ public interface IProduct extends IProductObject {
* Removes the given properties from the list of properties known to this
* product. If the properties are not in the product's properties, this
* method has no effect.
- *
+ *
* @param properties properties to remove
*/
void removeConfigurationProperties(IConfigurationProperty[] properties);
@@ -140,7 +140,7 @@ public interface IProduct extends IProductObject {
void setLicenseInfo(ILicenseInfo info);
void setPreferencesInfo(IPreferencesInfo info);
-
+
void setCSSInfo(ICSSInfo info);
void setUseFeatures(boolean use);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductFeature.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductFeature.java
index a65a6e61cb..55e845d33c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductFeature.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductFeature.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductModel.java
index 636b174ccf..5618e31018 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductObject.java
index 64c4820118..78b97ce6db 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IProductObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ISplashInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ISplashInfo.java
index 57afdaf0ed..6a118860c7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ISplashInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/ISplashInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -26,7 +26,7 @@ public interface ISplashInfo extends IProductObject {
void addProgressBar(boolean add, boolean blockNotification);
/**
- *
+ *
* @param geo array of length 4 where geo[0] = x
* geo[1] = y
* geo[1] = width
@@ -40,7 +40,7 @@ public interface ISplashInfo extends IProductObject {
void addProgressMessage(boolean add, boolean blockNotification);
/**
- *
+ *
* @param geo array of length 4 where geo[0] = x
* geo[1] = y
* geo[1] = width
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IWindowImages.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IWindowImages.java
index 2fa140fc17..df465bd677 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IWindowImages.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/IWindowImages.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Lars Vogel <Lars.Vogel@gmail.com> - Bug 424113
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IDocumentSection.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IDocumentSection.java
index c0db260121..4eed86f39e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IDocumentSection.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IDocumentSection.java
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
+ * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* David Carver - STAR - bug 213255
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaAttribute.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaAttribute.java
index 15359db6fe..67f17736be 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaAttribute.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaAttribute.java
@@ -35,7 +35,7 @@ public interface IMetaAttribute {
/**
* Indicates that the value of the associated attribute is defined
* in another extension element attribute.
- *
+ *
* @since 3.4
*/
public static final int IDENTIFIER = 3;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaElement.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaElement.java
index b9fcea17f0..3e1128bd8c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaElement.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/IMetaElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchema.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchema.java
index 8678cb4259..0936e678cb 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchema.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchema.java
@@ -43,7 +43,7 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
/**
* Returns a reference to a schema element defined in this schema or
* <samp>null</samp> if not found.
- *
+ *
* @param name
* name of the element to find
*/
@@ -56,7 +56,7 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
* element. Therefore, it will always return the same result even if there
* could be only one element of a certain type in the document and it
* already exists.
- *
+ *
* @param element
* the parent element that is used for the calculation
* @return an array of elements that can appear as children of the provided
@@ -66,14 +66,14 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
/**
* Returns an array of document sections that are defined in this schema.
- *
+ *
* @return an array of sections in this schema
*/
IDocumentSection[] getDocumentSections();
/**
* Returns a number of elements with global scope defined in this schema.
- *
+ *
* @return number of global elements
*/
public int getElementCount();
@@ -81,7 +81,7 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
/**
* Returns a total number of elements after the included schemas have been
* resolved and their elements added to the list.
- *
+ *
* @return the total number of elements including external schemas
*/
public int getResolvedElementCount();
@@ -89,7 +89,7 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
/**
* Returns an array of elements with the global scope defined in this
* schema.
- *
+ *
* @return an array of global elements
*/
public ISchemaElement[] getElements();
@@ -97,7 +97,7 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
/**
* Returns an array of element names with the global scope defined in this
* schema.
- *
+ *
* @return an array of global elements
*/
public String[] getElementNames();
@@ -105,14 +105,14 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
/**
* Returns an array of elements with the global scope defined in this schema
* and all the included schemas.
- *
+ *
* @return an expanded array of global elements
*/
public ISchemaElement[] getResolvedElements();
/**
* Returns an Id of the extension point that is defined in this schema.
- *
+ *
* @return extension point Id of this schema
*/
public String getQualifiedPointId();
@@ -130,14 +130,14 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
* responsible for loading and disposing schema objects and could be
* implemented in various ways, depending on whether the schema is defined
* inside the workspace or is referenced externally.
- *
+ *
* @return schema descriptor that holds this schema
*/
public ISchemaDescriptor getSchemaDescriptor();
/**
* Returns a URL that defines this schema's location.
- *
+ *
* @return a URL that points to this schema's location.
*/
public URL getURL();
@@ -146,7 +146,7 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
* Returns a list of elements that correspond to the <samp>include</samp>
* statements in the schema file. Included schemas are incorporated into the
* model and references can be made to elements in the included files.
- *
+ *
* @return an array of included schema elements or a zero-size array if
* none.
*/
@@ -163,14 +163,14 @@ public interface ISchema extends ISchemaObject, IBaseModel, IModelChangeProvider
* Returns whether the root schema element (the <extension> element)
* has been marked internal, making this schema internal.
* @return true if this schema is internal
- *
+ *
* @since 3.4
*/
public boolean isInternal();
/**
* Returns replacement schema in case this one is deprecated.
- * @return the replacement schema
+ * @return the replacement schema
*/
public String getDeprecatedSuggestion();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttribute.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttribute.java
index 72fdd7bcb5..1241b7c84d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttribute.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttribute.java
@@ -34,7 +34,7 @@ public interface ISchemaAttribute extends ISchemaObject, IMetaAttribute {
/**
* Table of the 'use' clause choices.
*/
- public static final String[] USE_TABLE = {"optional", "required", "default"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ public static final String[] USE_TABLE = {"optional", "required", "default"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
public static final int BOOL_IND = 0;
public static final int STR_IND = 1;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttributeProvider.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttributeProvider.java
index cdaa3728ac..46d5fa81d5 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttributeProvider.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaAttributeProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaComplexType.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaComplexType.java
index 35f34702d0..c4769a0cfd 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaComplexType.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaComplexType.java
@@ -19,7 +19,7 @@ import org.eclipse.pde.core.IWritable;
public interface ISchemaComplexType extends ISchemaType, ISchemaAttributeProvider, IWritable {
/**
* A complex type can have one root compositor.
- *
+ *
* @return root complex type compositor
*/
public ISchemaCompositor getCompositor();
@@ -27,7 +27,7 @@ public interface ISchemaComplexType extends ISchemaType, ISchemaAttributeProvide
/**
* Returns whether the content of the element that owns this type
* can mix child elements and text.
- *
+ *
* @return true if element can mix text and other elements
*/
public boolean isMixed();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaCompositor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaCompositor.java
index bd1d31b666..fa331daaac 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaCompositor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaCompositor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaDescriptor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaDescriptor.java
index c0f23c1862..374c26b8ef 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaDescriptor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaDescriptor.java
@@ -21,7 +21,7 @@ import java.net.URL;
public interface ISchemaDescriptor {
/**
* Returns identifier of the extension point defined in this schema.
- *
+ *
* @return id of the schema extension point
*/
public String getPointId();
@@ -31,21 +31,21 @@ public interface ISchemaDescriptor {
* previously disposed, this method will load it before returning. If
* abbreviated, the light-weight schema will not contain descriptions for
* elements or the content of documentation sections.
- *
+ *
* @return a loaded schema object
*/
ISchema getSchema(boolean abbreviated);
/**
* Returns the URL of the schema XML file.
- *
+ *
* @return the URL of the schema XML file
*/
URL getSchemaURL();
/**
* Tests if the descriptor is created outside the registry.
- *
+ *
* @return <code>true</code> if the descriptor is outside the registry,
* <code>false</code> otherwise.
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaElement.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaElement.java
index dfc2032ba1..399dfaee71 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaElement.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Brian de Alwis (MTI) - bug 429420
@@ -25,7 +25,7 @@ public interface ISchemaElement extends ISchemaObject, ISchemaRepeatable, ISchem
* be accurate because XML schema is more powerful and
* provides for grammar definitions that are not possible
* with DTDs.
- *
+ *
* param addLinks if true, the representation will contain
* HTML tags for quick access to referenced elements.
*
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObject.java
index 0ee8191343..f42b398b57 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObjectReference.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObjectReference.java
index f9e63f7fb5..e1e02a80a0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObjectReference.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaObjectReference.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRepeatable.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRepeatable.java
index e221bef38b..cabedfa8b3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRepeatable.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRepeatable.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRestriction.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRestriction.java
index 626a477c67..a41f58235f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRestriction.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRestriction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRootElement.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRootElement.java
index 70ce539343..43506f53dc 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRootElement.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaRootElement.java
@@ -40,7 +40,7 @@ public interface ISchemaRootElement extends ISchemaElement {
public boolean isInternal();
/**
- *
+ *
* @param value
*/
public void setInternal(boolean value);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaSimpleType.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaSimpleType.java
index d6c4547a3e..a40ef82d63 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaSimpleType.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaSimpleType.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaType.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaType.java
index 3c38789047..83ac161352 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaType.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/ISchemaType.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteArchive.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteArchive.java
index 22bbaecc08..6e98f88a92 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteArchive.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteArchive.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteBundle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteBundle.java
index 26cf33e644..aa659bc5eb 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteBundle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteBundle.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Red Hat Inc. - Copied from IFeatureBundle
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategory.java
index 6ad1151623..923bf1a659 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategoryDefinition.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategoryDefinition.java
index 5a9b0bab7f..2e649cedbe 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategoryDefinition.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteCategoryDefinition.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteFeature.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteFeature.java
index 4e209cb768..54a0ffc6b8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteFeature.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteFeature.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModel.java
index cd6278b4a7..be657e2b9b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModelFactory.java
index 92b37e65ef..ad5223c04d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Red Hat Inc. - Support for <bundle...> in category.xml
@@ -75,14 +75,14 @@ public interface ISiteModelFactory {
/**
* Creates a new repository reference.
- *
+ *
* @return a new repository reference.
*/
IRepositoryReference createRepositoryReference();
/**
* Creates a new stats info.
- *
+ *
* @return a new stats info
*/
IStatsInfo createStatsInfo();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteObject.java
index 479a2aa12e..18c3656605 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/ISiteObject.java
@@ -28,21 +28,21 @@ public interface ISiteObject extends IWritable, IAdaptable, Serializable {
/**
* Returns the top-level site model object.
- *
+ *
* @return root feature object
*/
public ISite getSite();
/**
* Returns the label of this feature model object'
- *
+ *
* @return feature object label
*/
String getLabel();
/**
* Returns the site model that owns this model object.
- *
+ *
* @return the site model
*/
ISiteModel getModel();
@@ -51,7 +51,7 @@ public interface ISiteObject extends IWritable, IAdaptable, Serializable {
/**
* Returns the parent of this model object.
- *
+ *
* @return the model object parent
*/
public ISiteObject getParent();
@@ -59,7 +59,7 @@ public interface ISiteObject extends IWritable, IAdaptable, Serializable {
/**
* Sets the new label of this model object. This method may throw a
* CoreException if the model is not editable.
- *
+ *
* @param label
* the new label
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/FeatureProject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/FeatureProject.java
index d806514a0a..e37dc965a3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/FeatureProject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/FeatureProject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PDE.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PDE.java
index 7540370326..b53c622a88 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PDE.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PDE.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PluginProject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PluginProject.java
index ee6f2cb06b..ce74ebc2d4 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PluginProject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/PluginProject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/SiteProject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/SiteProject.java
index 75d45f54d8..95824890f2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/SiteProject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/natures/SiteProject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedFragmentModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedFragmentModel.java
index 79c1d1d98f..cefd254213 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedFragmentModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedFragmentModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -18,7 +18,7 @@ import org.eclipse.core.runtime.CoreException;
public class AbbreviatedFragmentModel extends WorkspaceFragmentModel {
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginHandler.java
index ba8c236473..e371e87df4 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginModel.java
index 224ab12b5f..715b1bfa45 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbbreviatedPluginModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,7 +22,7 @@ import org.eclipse.core.runtime.CoreException;
public class AbbreviatedPluginModel extends WorkspacePluginModel {
/**
- *
+ *
*/
private static final long serialVersionUID = 1L;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensions.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensions.java
index 09dc0a5eaf..e0b4bb9590 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensions.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensions.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensionsModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensionsModel.java
index 0bc7c6ba6b..8d852d541e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensionsModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AbstractExtensionsModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AttributeChangedEvent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AttributeChangedEvent.java
index a6c9555250..7faf516658 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AttributeChangedEvent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/AttributeChangedEvent.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Extensions.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Extensions.java
index 7f310d9938..6da024ca68 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Extensions.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Extensions.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalFragmentModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalFragmentModel.java
index 99a30daa9e..84f348a31d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalFragmentModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalFragmentModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalPluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalPluginModel.java
index 5307b3b443..21f0dd623e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalPluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ExternalPluginModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Fragment.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Fragment.java
index 0256de4466..f74610bf64 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Fragment.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Fragment.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IWritableDelimiter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IWritableDelimiter.java
index e9a9e76308..c43d37ee1f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IWritableDelimiter.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IWritableDelimiter.java
@@ -24,7 +24,7 @@ public interface IWritableDelimiter {
* text representation of multiple model objects selected.
* This is applicable when serializing multiple objects for copy, cut and
* paste operations.
- *
+ *
* @param writer the print writer
*/
public void writeDelimeter(PrintWriter writer);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IdentifiablePluginObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IdentifiablePluginObject.java
index 1c701a6993..e4332d15b0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IdentifiablePluginObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/IdentifiablePluginObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ImportObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ImportObject.java
index 3462a3845f..a8b66f98cd 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ImportObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/ImportObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Plugin.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Plugin.java
index bbb137fc0d..697ef2032f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Plugin.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/Plugin.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginAttribute.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginAttribute.java
index c8467e4841..e6c61f2d25 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginAttribute.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginAttribute.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginBase.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginBase.java
index 058f2fe582..618d9aaec9 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginBase.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginBase.java
@@ -209,9 +209,9 @@ public abstract class PluginBase extends AbstractExtensions implements IPluginBa
* Returns the bundles that export packages imported by the given bundle
* via the Import-Package header. Provided as a static utility method so
* it can be reused in {@link BundlePluginBase}
- *
+ *
* @param root the given bundle
- *
+ *
* @return an array of bundles that export packages being imported by the given bundle
*/
public static BundleDescription[] getImportedBundles(BundleDescription root) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtension.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtension.java
index 8f3ea39201..cbc72ddd30 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtension.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtension.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -97,7 +97,7 @@ public class PluginExtension extends PluginParent implements IPluginExtension {
if (!target.getModel().equals(getModel()))
return false;
} else {
- // need to account for text model representing the same resource.
+ // need to account for text model representing the same resource.
IResource res = getModel().getUnderlyingResource();
if (res == null) {
// model is external model
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtensionPoint.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtensionPoint.java
index 5a43347b9d..d15988ca11 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtensionPoint.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginExtensionPoint.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginHandler.java
index c5e44d7901..c338e41d09 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginImport.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginImport.java
index 5c387ba8cc..203346d35c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginImport.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginImport.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -222,11 +222,11 @@ public class PluginImport extends IdentifiablePluginObject implements IPluginImp
@Override
public void write(String indent, PrintWriter writer) {
// This is a round-about way to do this; but, leveraging existing
- // functionality is key. The fact we have to do this suggests a model
- // limitation.
- // Emulating the behaviour of the text edit operations.
+ // functionality is key. The fact we have to do this suggests a model
+ // limitation.
+ // Emulating the behaviour of the text edit operations.
// RequireBundleObjects are created from PluginImport objects and have
- // access to the MANIFEST.MF write mechanism
+ // access to the MANIFEST.MF write mechanism
// Get the model
IPluginModelBase modelBase = getPluginModel();
@@ -262,7 +262,7 @@ public class PluginImport extends IdentifiablePluginObject implements IPluginImp
return;
}
ManifestHeader header = (ManifestHeader) manifestHeader;
- // Create the new temporary require bundle object (used only for
+ // Create the new temporary require bundle object (used only for
// writing)
RequireBundleObject element = new RequireBundleObject(header, fID);
// Get the manifest version for backwards compatibility
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginLibrary.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginLibrary.java
index 10b563a4cc..43652f8f4e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginLibrary.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginLibrary.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginObject.java
index 0fcc1d83ee..f36c96759b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginParent.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginParent.java
index 79e49820cc..b5f52ca04e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginParent.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginParent.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginReference.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginReference.java
index 868f99b937..b6333b3cd7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginReference.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/PluginReference.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspaceFragmentModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspaceFragmentModel.java
index 1aa2aba2ad..b4d396285b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspaceFragmentModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspaceFragmentModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspacePluginModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspacePluginModel.java
index 32390c15d9..93e548904e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspacePluginModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/WorkspacePluginModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/AboutInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/AboutInfo.java
index 8358eb5a48..c03f8b2bda 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/AboutInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/AboutInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/IntroInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/IntroInfo.java
index 8a48da46fd..031fff6587 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/IntroInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/IntroInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java
index fc1cc95d95..52f093a67a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/LauncherInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -181,13 +181,13 @@ public class LauncherInfo extends ProductObject implements ILauncherInfo {
private void writeMac(String indent, PrintWriter writer) {
String icon = fIcons.get(MACOSX_ICON);
if (icon != null && icon.length() > 0)
- writer.println(indent + "<macosx icon=\"" + getWritableString(icon) + "\"/>"); //$NON-NLS-1$ //$NON-NLS-2$
+ writer.println(indent + "<macosx icon=\"" + getWritableString(icon) + "\"/>"); //$NON-NLS-1$ //$NON-NLS-2$
}
private void writeLinux(String indent, PrintWriter writer) {
String icon = fIcons.get(LINUX_ICON);
if (icon != null && icon.length() > 0)
- writer.println(indent + "<linux icon=\"" + getWritableString(icon) + "\"/>"); //$NON-NLS-1$ //$NON-NLS-2$
+ writer.println(indent + "<linux icon=\"" + getWritableString(icon) + "\"/>"); //$NON-NLS-1$ //$NON-NLS-2$
}
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PluginConfiguration.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PluginConfiguration.java
index c94bbe9a6a..6b0af92c7e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PluginConfiguration.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PluginConfiguration.java
@@ -8,7 +8,7 @@
* Contributors:
* Code 9 Corporation - initial API and implementation
* Bartosz Michalik <bartosz.michalik@gmail.com> - bug 240737
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 265931
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 265931
*******************************************************************************/
package org.eclipse.pde.internal.core.product;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PreferencesInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PreferencesInfo.java
index 0646ec8811..09ba9fd236 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PreferencesInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/PreferencesInfo.java
@@ -73,7 +73,7 @@ public class PreferencesInfo extends ProductObject implements IPreferencesInfo {
public String getOverwrite() {
return fOverwrite;
}
-
+
/* (non-Javadoc)
* @see org.eclipse.pde.internal.core.iproduct.IPreferencesInfo#setPreferenceCustomizationPath(java.lang.String)
*/
@@ -113,7 +113,7 @@ public class PreferencesInfo extends ProductObject implements IPreferencesInfo {
if (fPreferenceCustomizationPath != null && fPreferenceCustomizationPath.length() > 0) {
targetFile += " path=\"" + getWritableString(fPreferenceCustomizationPath.trim()) + "\""; //$NON-NLS-1$ //$NON-NLS-2$
}
- targetFile += "/>"; //$NON-NLS-1$
+ targetFile += "/>"; //$NON-NLS-1$
writer.println(targetFile);
writer.println(indent + "</preferencesInfo>"); //$NON-NLS-1$
}
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/Product.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/Product.java
index bf0bf46d45..dcdad994b7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/Product.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/Product.java
@@ -8,8 +8,8 @@
* Contributors:
* IBM Corporation - initial API and implementation
* EclipseSource Corporation - ongoing enhancements
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 265931
- * Rapicorp Corporation - ongoing enhancements
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 265931
+ * Rapicorp Corporation - ongoing enhancements
*******************************************************************************/
package org.eclipse.pde.internal.core.product;
@@ -232,7 +232,7 @@ public class Product extends ProductObject implements IProduct {
}
writer.println();
- writer.println(indent + " <plugins>"); //$NON-NLS-1$
+ writer.println(indent + " <plugins>"); //$NON-NLS-1$
Iterator<IProductObject> iter = fPlugins.values().iterator();
while (iter.hasNext()) {
IProductPlugin plugin = (IProductPlugin) iter.next();
@@ -254,7 +254,7 @@ public class Product extends ProductObject implements IProduct {
writer.println();
if (fConfigurationProperties.size() > 0 || fPluginConfigurations.size() > 0) {
- writer.println(indent + " <configurations>"); //$NON-NLS-1$
+ writer.println(indent + " <configurations>"); //$NON-NLS-1$
iter = fPluginConfigurations.values().iterator();
while (iter.hasNext()) {
IPluginConfiguration configuration = (IPluginConfiguration) iter.next();
@@ -270,7 +270,7 @@ public class Product extends ProductObject implements IProduct {
if (fRepositories.size() > 0) {
writer.println();
- writer.println(indent + " <repositories>"); //$NON-NLS-1$
+ writer.println(indent + " <repositories>"); //$NON-NLS-1$
Iterator<IProductObject> iterator = fRepositories.iterator();
while (iterator.hasNext()) {
IRepositoryInfo repo = (IRepositoryInfo) iterator.next();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductModel.java
index ada5636d5d..b8627a2a01 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductObject.java
index ab966c2ae5..0a4faf68f0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductPlugin.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductPlugin.java
index 55f5567cb8..b35411d25f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductPlugin.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/ProductPlugin.java
@@ -29,7 +29,7 @@ public class ProductPlugin extends ProductObject implements IProductPlugin {
private String fVersion;
/**
- * Used to cache the fragment attribute value internally in order to not lose it in case the current
+ * Used to cache the fragment attribute value internally in order to not lose it in case the current
* plugin/fragment is not in the target platform anymore (see bug 264462)
*/
private boolean fFragment;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/SplashInfo.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/SplashInfo.java
index 22fceb5e6b..d00e716073 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/SplashInfo.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/SplashInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleClasspathSpecification.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleClasspathSpecification.java
index cf129d9837..135ec8bcde 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleClasspathSpecification.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleClasspathSpecification.java
@@ -26,7 +26,7 @@ public class BundleClasspathSpecification implements IBundleClasspathEntry {
/**
* Constructs a relationship. Must specify one of <code>sourceFolder</code> or
* <code>binaryFolder</code>.
- *
+ *
* @param sourceFolder source folder or <code>null</code>
* @param binaryFolder binary folder or <code>null</code>
* @param entry entry on the Bundle-Classpath header
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectDescription.java
index 8faa20520a..afcadc67a2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectDescription.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -68,9 +68,9 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Constructs a bundle description for the specified project.
- *
+ *
* @param project project that may or may not exist
- * @throws CoreException
+ * @throws CoreException
*/
public BundleProjectDescription(IProject project) throws CoreException {
fProject = project;
@@ -81,7 +81,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Returns the bundle project service.
- *
+ *
* @return bundle project service
*/
IBundleProjectService getBundleProjectService() {
@@ -94,7 +94,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Returns the build model for the given project or <code>null</code>
* if none.
- *
+ *
* @param project project
* @return build model or <code>null</code>
*/
@@ -110,7 +110,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Returns the header value from the Map of ManifestElement's or <code>null</code> if none.
- *
+ *
* @param headers map of ManifestElement's
* @param key header name
* @return header value or <code>null</code>
@@ -127,7 +127,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Parses the specified header.
- *
+ *
* @param headers
* @param key
* @return elements or <code>null</code> if none
@@ -151,7 +151,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Initialize settings from the given project.
- *
+ *
* @param project project
* @exception CoreException if unable to initialize
*/
@@ -344,7 +344,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Returns bundle classpath specifications associated with the specified library or <code>null</code>.
- *
+ *
* @param project associated project
* @param build build properties object or <code>null</code>
* @param libraryName name of library classpath is for
@@ -372,7 +372,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Creates and returns a bundle claspath specifications for the given source.<library> build
* entry
- *
+ *
* @param project
* @param entry
* @param binary whether a binary folder (<code>true</code>) or source folder (<code>false</code>)
@@ -423,7 +423,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Create and return a version range from the given string or <code>null</code>.
- *
+ *
* @param version version range string or <code>null</code>
* @return version range or <code>null</code>
*/
@@ -436,7 +436,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Creates and returns a version from the given string or <code>null</code>.
- *
+ *
* @param version version string or <code>null</code>
* @return version or <code>null</code>
*/
@@ -919,7 +919,7 @@ public class BundleProjectDescription implements IBundleProjectDescription {
/**
* Returns any extra headers that have been specified. A map of header names to header
* values.
- *
+ *
* @return a map of header names to header values, possible empty
*/
Map<String, String> getExtraHeaders() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectService.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectService.java
index 4aa906b9b7..5275a55b22 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectService.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectService.java
@@ -34,7 +34,7 @@ import org.osgi.framework.Version;
/**
* Factory class for creating bundle project descriptions and associated artifacts.
- *
+ *
* @noinstantiate This class is not intended to be instantiated by clients.
* @since 3.6
*/
@@ -54,7 +54,7 @@ public final class BundleProjectService implements IBundleProjectService {
/**
* Returns the bundle project service.
- *
+ *
* @return bundle project service
*/
public static synchronized IBundleProjectService getDefault() {
@@ -75,7 +75,7 @@ public final class BundleProjectService implements IBundleProjectService {
* If the project does not exist, the description can be used to create
* a new bundle project. If the project does exist, the description can be used to
* modify a project.
- *
+ *
* @param project project
* @return bundle description for the associated project
* @exception CoreException if unable to create a description on an existing project
@@ -87,7 +87,7 @@ public final class BundleProjectService implements IBundleProjectService {
/**
* Creates and returns a new host description.
- *
+ *
* @param name symbolic name of the host
* @param range version constraint or <code>null</code>
* @return host description
@@ -99,7 +99,7 @@ public final class BundleProjectService implements IBundleProjectService {
/**
* Creates and returns a new package import description.
- *
+ *
* @param name fully qualified name of imported package
* @param range version constraint or <code>null</code>
* @param optional whether the import is optional
@@ -112,11 +112,11 @@ public final class BundleProjectService implements IBundleProjectService {
/**
* Constructs a new package export description.
- *
+ *
* @param name fully qualified package name
* @param version version or <code>null</code>
* @param api whether the package is considered API
- * @param friends symbolic names of bundles that are friends, or <code>null</code>; when
+ * @param friends symbolic names of bundles that are friends, or <code>null</code>; when
* friends are specified the package will not be API
* @return package export description
*/
@@ -127,7 +127,7 @@ public final class BundleProjectService implements IBundleProjectService {
/**
* Creates and returns a new required bundle description.
- *
+ *
* @param name symbolic name of required bundle
* @param range version constraint or <code>null</code>
* @param optional whether the required bundle is optional
@@ -166,7 +166,7 @@ public final class BundleProjectService implements IBundleProjectService {
* <p>
* The bundle root is the folder containing the <code>META-INF/</code> folder. When the bundle
* root location is modified, existing bundle artifacts at the old root are not moved or modified.
- * When creating a new bundle project {@link IBundleProjectDescription#setBundleRoot(IPath)} can
+ * When creating a new bundle project {@link IBundleProjectDescription#setBundleRoot(IPath)} can
* be used to specify an initial bundle root location. To modify the bundle root location of an
* existing project, this method must be used.
* </p>
@@ -193,7 +193,7 @@ public final class BundleProjectService implements IBundleProjectService {
* Adds 'BUNDLE_IMPORTER' property to each description that maps to the importer that
* created each description.
* Adds 'PLUGIN' property that maps to the original plug-in model.
- *
+ *
* @param models plug-in models
* @return import instructions
* @exception CoreException if unable to read manifest
@@ -242,7 +242,7 @@ public final class BundleProjectService implements IBundleProjectService {
* Parses a bunlde's manifest into a dictionary and returns the map
* or <code>null</code> if none. The bundle may be in a jar
* or in a directory at the specified location.
- *
+ *
* @param bundleLocation root location of the bundle
* @return bundle manifest dictionary or <code>null</code>
* @throws CoreException if manifest has invalid syntax or is missing
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/HostDescriptoin.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/HostDescriptoin.java
index 1eb5a5b721..74cda011a0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/HostDescriptoin.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/HostDescriptoin.java
@@ -20,7 +20,7 @@ public class HostDescriptoin extends RequirementSpecification implements IHostDe
/**
* Constructs a host description.
- *
+ *
* @param name
* @param range
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PDEProject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PDEProject.java
index 94ac435d78..66de7b895e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PDEProject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PDEProject.java
@@ -19,9 +19,9 @@ import org.eclipse.pde.internal.core.*;
import org.osgi.service.prefs.BackingStoreException;
/**
- * Utility class to resolve plug-in and bundle files relative to a project
+ * Utility class to resolve plug-in and bundle files relative to a project
* specific bundle root location.
- *
+ *
* @since 3.6
*/
public class PDEProject {
@@ -35,7 +35,7 @@ public class PDEProject {
* Returns the container in the specified project that corresponds to the
* root of bundle related artifacts. May return the project itself
* or a folder within the project.
- *
+ *
* @param project project
* @return container corresponding to the bundle root
*/
@@ -55,7 +55,7 @@ public class PDEProject {
/**
* Returns the launch shortcuts configured for this project
* or <code>null</code> if default launchers should be used.
- *
+ *
* @param project project
* @return configured launch shortcuts or <code>null</code>
*/
@@ -74,7 +74,7 @@ public class PDEProject {
/**
* Returns the export wizard configured for this project or <code>null</code>
* if default.
- *
+ *
* @param project project
* @return export wizard identifier or <code>null</code>
*/
@@ -89,10 +89,10 @@ public class PDEProject {
/**
* Sets the root of the bundle related artifacts in the specified project
- * to the specified container. When <code>null</code> is specified, the
+ * to the specified container. When <code>null</code> is specified, the
* bundle root will be the project itself. The container must be within
* the specified project.
- *
+ *
* @param project project
* @param root project relative bundle root path, or <code>null</code> (or an empty path)
* to indicate the root of the bundle is the root of the project
@@ -136,7 +136,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>MANIFEST.MF</code> file.
- *
+ *
* @param project project
* @return <code>MANIFEST.MF</code> file that may or may not exist
*/
@@ -147,7 +147,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>build.properties</code>file.
- *
+ *
* @param project project
* @return <code>build.properties</code> file that may or may not exist
*/
@@ -158,7 +158,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>plugin.xml</code>file.
- *
+ *
* @param project project
* @return <code>plugin.xml</code> file that may or may not exist
*/
@@ -169,7 +169,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>fragment.xml</code>file.
- *
+ *
* @param project project
* @return <code>fragment.xml</code> file that may or may not exist
*/
@@ -180,7 +180,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>feature.xml</code>file.
- *
+ *
* @param project project
* @return <code>feature.xml</code> file that may or may not exist
*/
@@ -191,7 +191,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>.options</code>file.
- *
+ *
* @param project project
* @return <code>.options</code> file that may or may not exist
*/
@@ -202,7 +202,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>OSGI-INF/</code>folder.
- *
+ *
* @param project project
* @return <code>OSGI-INF/</code> folder that may or may not exist
*/
@@ -213,7 +213,7 @@ public class PDEProject {
/**
* Returns the resource in the specified project corresponding to its
* <code>META-INF/</code>folder.
- *
+ *
* @param project project
* @return <code>META-INF/</code> folder that may or may not exist
*/
@@ -223,7 +223,7 @@ public class PDEProject {
/**
* Returns a file relative to the bundle root of the specified project.
- *
+ *
* @param project project
* @param path bundle root relative path
* @return file that may or may not exist
@@ -234,7 +234,7 @@ public class PDEProject {
/**
* Returns a folder relative to the bundle root of the specified project.
- *
+ *
* @param project project
* @param path bundle root relative path
* @return folder that may or may not exist
@@ -246,7 +246,7 @@ public class PDEProject {
/**
* Returns the bundle localization file for the specified bundle project.
* The file may or may not exist.
- *
+ *
* @param project
* @return bunlde localization file which may or may not exist
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageExportDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageExportDescription.java
index b541fcb1dd..e5204f79b7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageExportDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageExportDescription.java
@@ -103,8 +103,8 @@ public class PackageExportDescription implements IPackageExportDescription {
/**
* Returns whether the arrays are equal.
- *
- * @param array1 an object array or <code>null</code>
+ *
+ * @param array1 an object array or <code>null</code>
* @param array2 an object array or <code>null</code>
* @return whether the arrays are equal
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageImportDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageImportDescription.java
index dc374ba042..db92166864 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageImportDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/PackageImportDescription.java
@@ -15,14 +15,14 @@ import org.eclipse.pde.core.project.IPackageImportDescription;
/**
* Describes a package import
- *
+ *
* @since 3.6
*/
public class PackageImportDescription extends RequirementSpecification implements IPackageImportDescription {
/**
* Constructs a package import.
- *
+ *
* @param name
* @param range
* @param optional
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java
index 359b0ee0d7..bc1c9c5398 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java
@@ -36,7 +36,7 @@ import org.osgi.service.prefs.BackingStoreException;
/**
* Operation to create or modify a PDE project based on a bundle project description.
- *
+ *
* @since 3.6
*/
public class ProjectModifyOperation {
@@ -47,7 +47,7 @@ public class ProjectModifyOperation {
/**
* Creates or modifies a project based on the given description.
- *
+ *
* @param monitor progress monitor or <code>null</code>
* @param description project description
* @throws CoreException if project creation fails
@@ -182,8 +182,8 @@ public class ProjectModifyOperation {
/**
* Returns the model created by this operation.
- *
- * @return model
+ *
+ * @return model
*/
public WorkspacePluginModelBase getModel() {
return fModel;
@@ -194,7 +194,7 @@ public class ProjectModifyOperation {
* If the Java project existed before this operation, new build path entries are
* added for the bundle class path, if required, but we don't change the exiting
* build path.
- *
+ *
* @param description desired project description
* @param before state before the operation
* @param existed whether the Java project existed before the operation
@@ -276,8 +276,8 @@ public class ProjectModifyOperation {
/**
* Returns whether the arrays are equal.
- *
- * @param array1 an object array or <code>null</code>
+ *
+ * @param array1 an object array or <code>null</code>
* @param array2 an object array or <code>null</code>
* @return whether the arrays are equal
*/
@@ -301,7 +301,7 @@ public class ProjectModifyOperation {
/**
* Returns whether the two objects are equal or both <code>null</code>.
- *
+ *
* @param st1
* @param st2
* @return whether equal or both <code>null</code>
@@ -318,7 +318,7 @@ public class ProjectModifyOperation {
/**
* Returns the class path entries to create for the given project.
- *
+ *
* @param project Java project
* @param description project description
* @return class path entries
@@ -342,7 +342,7 @@ public class ProjectModifyOperation {
/**
* Returns source folder class path entries.
- *
+ *
* @param project Java project
* @param description project description
* @return source folder class path entries, possibly empty.
@@ -382,7 +382,7 @@ public class ProjectModifyOperation {
/**
* Create and open the described project, as necessary.
- *
+ *
* @param description project description
* @exception CoreException on failure
*/
@@ -400,7 +400,7 @@ public class ProjectModifyOperation {
/**
* Configures project natures.
- *
+ *
* @param description description of project to modify
* @exception CoreException if something goes wrong
*/
@@ -425,7 +425,7 @@ public class ProjectModifyOperation {
/**
* Configures the MANIFEST.MF for the given description.
- *
+ *
* @param description project description
* @param before description before operation began
* @throws CoreException
@@ -594,7 +594,7 @@ public class ProjectModifyOperation {
if (exports == null) {
bundle.setHeader(Constants.EXPORT_PACKAGE, null); // remove
} else {
- ExportPackageHeader header = (ExportPackageHeader) factory.createHeader(Constants.EXPORT_PACKAGE, ""); //$NON-NLS-1$
+ ExportPackageHeader header = (ExportPackageHeader) factory.createHeader(Constants.EXPORT_PACKAGE, ""); //$NON-NLS-1$
for (int i = 0; i < exports.length; i++) {
IPackageExportDescription pkg = exports[i];
ExportPackageObject epo = header.addPackage(pkg.getName());
@@ -699,7 +699,7 @@ public class ProjectModifyOperation {
/**
* Returns the names of libraries as they should appear on the Bundle-Classpath header
* or <code>null</code> if none.
- *
+ *
* @param description project description
* @return library names in the order they should appear or <code>null</code>
*/
@@ -722,10 +722,10 @@ public class ProjectModifyOperation {
}
/**
- * Sets the bundle class path entries in the manifest. If there is only
+ * Sets the bundle class path entries in the manifest. If there is only
* one entry with the default name '.', it is not added to the Bundle-Classpath
* header.
- *
+ *
* @param description project description
* @param before original state of project
* @throws CoreException
@@ -777,7 +777,7 @@ public class ProjectModifyOperation {
/**
* Configures the bin.includes entry based on the included libraries and explicit entries to add.
- *
+ *
* @param project
* @param binEntry
* @param description
@@ -915,7 +915,7 @@ public class ProjectModifyOperation {
/**
* Gets the specified build entry, creating and adding it if not already present.
- *
+ *
* @param build build
* @param factory factory to create new entries
* @param key the entry to create
@@ -933,10 +933,10 @@ public class ProjectModifyOperation {
/**
* Remove a build entry from the model.
- *
+ *
* @param build
* @param key
- * @throws CoreException
+ * @throws CoreException
*/
private void removeBuildEntry(IBuild build, String key) throws CoreException {
IBuildEntry entry = build.getEntry(key);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequiredBundleDescription.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequiredBundleDescription.java
index fe53b94abf..fd8ea88f22 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequiredBundleDescription.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequiredBundleDescription.java
@@ -15,14 +15,14 @@ import org.eclipse.pde.core.project.IRequiredBundleDescription;
/**
* Describes a required bundle.
- *
+ *
* @since 3.6
*/
public class RequiredBundleDescription extends RequirementSpecification implements IRequiredBundleDescription {
/**
* Constructs a required bundle description.
- *
+ *
* @param name
* @param range
* @param reexport
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequirementSpecification.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequirementSpecification.java
index db10ba9c8d..35ad446ad0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequirementSpecification.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/RequirementSpecification.java
@@ -25,7 +25,7 @@ public abstract class RequirementSpecification {
/**
* Constructs a new requirement specification.
- *
+ *
* @param name
* @param range
* @param export
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/BaseSchemaHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/BaseSchemaHandler.java
index b70288abda..bb5f45ce80 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/BaseSchemaHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/BaseSchemaHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/ChoiceRestriction.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/ChoiceRestriction.java
index 674f2af36c..a3a72d0006 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/ChoiceRestriction.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/ChoiceRestriction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/EditableSchema.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/EditableSchema.java
index 0b3280155f..662a967c3f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/EditableSchema.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/EditableSchema.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java
index 505cf02497..a9c8f68db4 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -55,7 +55,7 @@ public class IncludedSchemaDescriptor implements ISchemaDescriptor {
* the plug-in in the schema registry, then tries additional source locations,
* then looks for a co-located plug-in, then looks in the additional search
* path locations.
- *
+ *
* @param pluginID ID of the plug-in owning the schema
* @param path the path to the schema inside the plug-in
* @param parentURL url of the parent schema file
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/RepeatableSchemaObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/RepeatableSchemaObject.java
index ea146fb3ff..cfdb8bbbc0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/RepeatableSchemaObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/RepeatableSchemaObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/Schema.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/Schema.java
index 839b1e6b89..3209160039 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/Schema.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/Schema.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* David Carver - STAR - bug 213255
@@ -614,7 +614,7 @@ public class Schema extends PlatformObject implements ISchema {
String aname = getAttribute(elementNode, "name"); //$NON-NLS-1$
if (aname == null)
return null;
- String atype = getAttribute(elementNode, "type"); //$NON-NLS-1$
+ String atype = getAttribute(elementNode, "type"); //$NON-NLS-1$
int minOccurs = getMinOccurs(elementNode);
int maxOccurs = getMaxOccurs(elementNode);
@@ -921,7 +921,7 @@ public class Schema extends PlatformObject implements ISchema {
* Sets a list of additional schema relative or absolute paths to search when
* trying to find an included schema. Must be set before {@link #load()} is
* called.
- *
+ *
* @param searchPath the list of paths to search for included schema or <code>null</code> for no additional paths
*/
public void setSearchPath(List<IPath> searchPath) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAnnotationHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAnnotationHandler.java
index 6fe6eadcb0..9b1ccbc481 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAnnotationHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAnnotationHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* David Carver - STAR - bug 212355
@@ -30,7 +30,7 @@ public class SchemaAnnotationHandler extends BaseSchemaHandler {
private final static String APP_INFO_ELEM_OLD = "appInfo"; //$NON-NLS-1$
- private final static String NAME_ATTR = "name"; //$NON-NLS-1$
+ private final static String NAME_ATTR = "name"; //$NON-NLS-1$
private StringBuffer fDescription;
@@ -41,7 +41,7 @@ public class SchemaAnnotationHandler extends BaseSchemaHandler {
private boolean fAppInfoElemFlag;
/**
- *
+ *
*/
public SchemaAnnotationHandler() {
super();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttribute.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttribute.java
index ae5158e84a..69f9871bab 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttribute.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttribute.java
@@ -229,7 +229,7 @@ public class SchemaAttribute extends SchemaObject implements ISchemaAttribute {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ischema.ISchemaAttribute#isTranslatable()
*/
@Override
@@ -241,7 +241,7 @@ public class SchemaAttribute extends SchemaObject implements ISchemaAttribute {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ischema.IMetaAttribute#isDeprecated()
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttributeHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttributeHandler.java
index 84e7e2827c..10b102b6f6 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttributeHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaAttributeHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -16,7 +16,7 @@ import org.xml.sax.SAXException;
/**
* AttributeDescriptionHandler
- *
+ *
*/
public class SchemaAttributeHandler extends BaseSchemaHandler {
@@ -33,10 +33,10 @@ public class SchemaAttributeHandler extends BaseSchemaHandler {
private final static String[] DESC_NESTED_ELEM = {"documentation", //$NON-NLS-1$
"annotation", "attribute", "complexType", "element"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
- private final static String NAME_ATTR = "name"; //$NON-NLS-1$
+ private final static String NAME_ATTR = "name"; //$NON-NLS-1$
/**
- *
+ *
*/
public SchemaAttributeHandler(String targetElementName, String targetAttributeName) {
super();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaComplexType.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaComplexType.java
index 65f5e2e6b7..d9dc3fedaf 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaComplexType.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaComplexType.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaCompositor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaCompositor.java
index ecf524e26d..e7345f8d4b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaCompositor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaCompositor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaDescriptor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaDescriptor.java
index f2125e6672..0a9cb44c33 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaDescriptor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaDescriptor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -35,7 +35,7 @@ public class SchemaDescriptor implements ISchemaDescriptor {
/**
* Creates a new schema descriptor for a schema at the given url. The searchPath will
* be used to lookup included schemas.
- *
+ *
* @param extPointID the extension point the schema describes
* @param schemaURL the url location of the schema
* @param searchPath list of absolute or schema relative paths to search for included schemas, may be <code>null</code>
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElement.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElement.java
index 9aa1ef7192..3595e0cee3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElement.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* David Carver - STAR - bug 213255
@@ -294,7 +294,7 @@ public class SchemaElement extends RepeatableSchemaObject implements ISchemaElem
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ischema.IMetaElement#isTranslatable()
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementHandler.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementHandler.java
index 599ee76934..da5b146548 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementHandler.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -29,10 +29,10 @@ public class SchemaElementHandler extends BaseSchemaHandler {
private final static String[] DESC_NESTED_ELEM = {"documentation", //$NON-NLS-1$
"annotation", "element"}; //$NON-NLS-1$ //$NON-NLS-2$
- private final static String NAME_ATTR = "name"; //$NON-NLS-1$
+ private final static String NAME_ATTR = "name"; //$NON-NLS-1$
/**
- *
+ *
*/
public SchemaElementHandler(String targetElementName) {
super();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementReference.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementReference.java
index ce78f62578..18e59c9e2a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementReference.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaElementReference.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Brian de Alwis (MTI) - bug 429420
@@ -286,7 +286,7 @@ public class SchemaElementReference extends PlatformObject implements ISchemaEle
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.ischema.IMetaElement#isTranslatable()
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaInclude.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaInclude.java
index 122af9aa72..1de3c64098 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaInclude.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaInclude.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -38,7 +38,7 @@ public class SchemaInclude extends SchemaObject implements ISchemaInclude {
/**
* Creates a new schema include describing an included schema at the given location. An optional
* search path may be provided to assist in finding the included schema.
- *
+ *
* @param parent parent object, should be the schema containing this include
* @param location the string location from the schema xml
* @param abbreviated whether the schema is following the abbreviated syntax
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaObject.java
index 5bb9cb5482..fd28abf12f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaSimpleType.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaSimpleType.java
index 92a854e93f..ef4cffb3d8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaSimpleType.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaSimpleType.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaType.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaType.java
index 7b322d23e7..9d7dd876e9 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaType.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaType.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/StorageSchemaDescriptor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/StorageSchemaDescriptor.java
index 915adaa23d..778a8e795b 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/StorageSchemaDescriptor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/StorageSchemaDescriptor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/ExtensionPluginSearchScope.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/ExtensionPluginSearchScope.java
index fe1ceda735..8b2dc1ff67 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/ExtensionPluginSearchScope.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/ExtensionPluginSearchScope.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginJavaSearchUtil.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginJavaSearchUtil.java
index 7c4fb99290..7c03c7dd39 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginJavaSearchUtil.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginJavaSearchUtil.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchInput.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchInput.java
index 6c5db2bbdf..0837cefe1a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchInput.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchInput.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchScope.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchScope.java
index cb07f1f70a..32dc73c6e8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchScope.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/search/PluginSearchScope.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/AbstractSiteModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/AbstractSiteModel.java
index 89df1fd14a..0620c8f6cb 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/AbstractSiteModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/AbstractSiteModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/ExternalSiteModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/ExternalSiteModel.java
index fbbd38c520..916bda60a9 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/ExternalSiteModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/ExternalSiteModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/IdentifiableObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/IdentifiableObject.java
index 46c32781fd..2dba488b8a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/IdentifiableObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/IdentifiableObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteArchive.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteArchive.java
index 6e2b8a128c..eeb006f31d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteArchive.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteArchive.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteBundle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteBundle.java
index 881bbeeea3..d21302e6e1 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteBundle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteBundle.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Red Hat Inc. - <bundle...> in category.xml (copied from SiteFeature)
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategory.java
index f9e5429948..a68ede97a6 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategoryDefinition.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategoryDefinition.java
index d48cc5e898..b1b746a82c 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategoryDefinition.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteCategoryDefinition.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteFeature.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteFeature.java
index a095396911..6999f2e643 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteFeature.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteFeature.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteModelFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteModelFactory.java
index 08a9702d8b..1a051083e1 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteModelFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteObject.java
index 00c3c2acf1..ba77601678 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/SiteObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/VersionableObject.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/VersionableObject.java
index 03c5019b4b..43cb2a87cc 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/VersionableObject.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/VersionableObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/WorkspaceSiteModel.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/WorkspaceSiteModel.java
index e7436e0466..55a2b141d6 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/WorkspaceSiteModel.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/site/WorkspaceSiteModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractBundleContainer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractBundleContainer.java
index af658077a1..8648954ec7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractBundleContainer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractBundleContainer.java
@@ -24,7 +24,7 @@ import org.osgi.framework.BundleException;
/**
* Common function for bundle containers.
- *
+ *
* @since 3.5
*/
public abstract class AbstractBundleContainer extends PlatformObject implements ITargetLocation {
@@ -45,17 +45,17 @@ public abstract class AbstractBundleContainer extends PlatformObject implements
protected IStatus fResolutionStatus;
/**
- * The Java VM Arguments specified by this bundle container
+ * The Java VM Arguments specified by this bundle container
*/
private String[] fVMArgs;
/**
* Resolves any string substitution variables in the given text returning
* the result.
- *
+ *
* @param text text to resolve
* @return result of the resolution
- * @throws CoreException if unable to resolve
+ * @throws CoreException if unable to resolve
*/
protected String resolveVariables(String text) throws CoreException {
IStringVariableManager manager = VariablesPlugin.getDefault().getStringVariableManager();
@@ -123,7 +123,7 @@ public abstract class AbstractBundleContainer extends PlatformObject implements
protected int getResolveFeaturesWork() {
return 50;
}
-
+
/* (non-Javadoc)
* @see org.eclipse.pde.core.target.ITargetLocation#getStatus()
*/
@@ -162,7 +162,7 @@ public abstract class AbstractBundleContainer extends PlatformObject implements
* <p>
* Subclasses must implement this method.
* </p><p>
- * <code>beginTask()</code> and <code>done()</code> will be called on the given monitor by the caller.
+ * <code>beginTask()</code> and <code>done()</code> will be called on the given monitor by the caller.
* </p>
* @param definition target context
* @param monitor progress monitor
@@ -177,7 +177,7 @@ public abstract class AbstractBundleContainer extends PlatformObject implements
* <p>
* Subclasses must implement this method.
* </p><p>
- * <code>beginTask()</code> and <code>done()</code> will be called on the given monitor by the caller.
+ * <code>beginTask()</code> and <code>done()</code> will be called on the given monitor by the caller.
* </p>
* @param definition target context
* @param monitor progress monitor
@@ -190,7 +190,7 @@ public abstract class AbstractBundleContainer extends PlatformObject implements
* Returns a string that identifies the type of bundle container. This type is persisted to xml
* so that the correct bundle container is created when deserializing the xml. This type is also
* used to alter how the containers are presented to the user in the UI.
- *
+ *
* @return string identifier for the type of bundle container.
*/
@Override
@@ -265,9 +265,9 @@ public abstract class AbstractBundleContainer extends PlatformObject implements
}
/**
- * Associate this bundle container with the given target. This allows for the container and
- * the target to share configuration information etc.
- *
+ * Associate this bundle container with the given target. This allows for the container and
+ * the target to share configuration information etc.
+ *
* @param target the target to which this container is being added.
*/
protected void associateWithTarget(ITargetDefinition target) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractTargetHandle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractTargetHandle.java
index cdf8d854b6..c6741b7fa9 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractTargetHandle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/AbstractTargetHandle.java
@@ -19,7 +19,7 @@ import org.eclipse.core.runtime.CoreException;
/**
* Common implementation of target handles.
- *
+ *
* @since 3.5
*/
public abstract class AbstractTargetHandle implements ITargetHandle {
@@ -38,7 +38,7 @@ public abstract class AbstractTargetHandle implements ITargetHandle {
/**
* Returns an input stream of the target definition's contents.
- *
+ *
* @return stream of content
* @throws CoreException if an error occurs
*/
@@ -46,14 +46,14 @@ public abstract class AbstractTargetHandle implements ITargetHandle {
/**
* Deletes the underlying target definition.
- *
+ *
* @throws CoreException if unable to delete
*/
abstract void delete() throws CoreException;
/**
* Saves the definition to underlying storage.
- *
+ *
* @param definition target to save
* @throws CoreException on failure
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/DirectoryBundleContainer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/DirectoryBundleContainer.java
index 1fc65045e6..20d8776a2d 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/DirectoryBundleContainer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/DirectoryBundleContainer.java
@@ -22,13 +22,13 @@ import org.eclipse.pde.internal.core.util.ManifestUtils;
/**
* A directory of bundles.
- *
+ *
* @since 3.5
*/
public class DirectoryBundleContainer extends AbstractBundleContainer {
/**
- * Constant describing the type of bundle container
+ * Constant describing the type of bundle container
*/
public static final String TYPE = "Directory"; //$NON-NLS-1$
@@ -40,7 +40,7 @@ public class DirectoryBundleContainer extends AbstractBundleContainer {
/**
* Constructs a directory bundle container at the given location.
- *
+ *
* @param path directory location in the local file system, may contain string substitution variables
*/
public DirectoryBundleContainer(String path) {
@@ -112,7 +112,7 @@ public class DirectoryBundleContainer extends AbstractBundleContainer {
/**
* Returns the directory to search for bundles in.
- *
+ *
* @return directory if unable to resolve variables in the path
*/
protected File getDirectory() throws CoreException {
@@ -150,7 +150,7 @@ public class DirectoryBundleContainer extends AbstractBundleContainer {
/**
* Returns the directory to scan for bundles - a "plug-ins" sub directory if present.
- *
+ *
* @param root the location the container specifies as a root directory
* @return the given directory or its plug-ins sub directory if present
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExternalFileTargetHandle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExternalFileTargetHandle.java
index cf75b7e0a5..04fc1b157f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExternalFileTargetHandle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExternalFileTargetHandle.java
@@ -22,7 +22,7 @@ import org.eclipse.pde.internal.core.PDECore;
/**
* A handle to a target stored in a remote file (outside workspace) and accessed using its URI.
- *
+ *
* @since 3.5
*/
public class ExternalFileTargetHandle extends AbstractTargetHandle {
@@ -34,7 +34,7 @@ public class ExternalFileTargetHandle extends AbstractTargetHandle {
/**
* Returns a handle for the given URI.
- *
+ *
* @param uri URI
* @return target handle
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/FeatureBundleContainer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/FeatureBundleContainer.java
index 834fc9f692..1f13c56542 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/FeatureBundleContainer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/FeatureBundleContainer.java
@@ -21,18 +21,18 @@ import org.eclipse.pde.internal.core.ifeature.*;
/**
* A container of the bundles contained in a feature.
- *
+ *
* @since 3.5
*/
public class FeatureBundleContainer extends AbstractBundleContainer {
/**
- * Constant describing the type of bundle container
+ * Constant describing the type of bundle container
*/
public static final String TYPE = "Feature"; //$NON-NLS-1$
/**
- * Feature symbolic name
+ * Feature symbolic name
*/
private String fId;
@@ -50,7 +50,7 @@ public class FeatureBundleContainer extends AbstractBundleContainer {
* Constructs a new feature bundle container for the feature at the specified
* location. Plug-ins are resolved in the plug-ins directory of the given home
* directory. When version is unspecified, the most recent version is used.
- *
+ *
* @param home root directory containing the features directory which
* may contain string substitution variables
* @param name feature symbolic name
@@ -83,7 +83,7 @@ public class FeatureBundleContainer extends AbstractBundleContainer {
/**
* Returns the symbolic name of the feature this bundle container resolves from
- *
+ *
* @return string feature id (symbolic name)
*/
public String getFeatureId() {
@@ -93,7 +93,7 @@ public class FeatureBundleContainer extends AbstractBundleContainer {
/**
* Returns the version of the feature this bundle container resolves from if
* a version was specified.
- *
+ *
* @return string feature version or <code>null</code>
*/
public String getFeatureVersion() {
@@ -102,7 +102,7 @@ public class FeatureBundleContainer extends AbstractBundleContainer {
/**
* Returns the home location with all variables resolved as a path.
- *
+ *
* @return resolved home location
* @throws CoreException
*/
@@ -196,7 +196,7 @@ public class FeatureBundleContainer extends AbstractBundleContainer {
/**
* Returns whether the given target environment setting matches that of a fragments.
- *
+ *
* @param targetValue value in target definition
* @param fragmentValue value in fragment
* @param runningValue value of current running platform
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/IULocationFactory.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/IULocationFactory.java
index b3995a8478..2aa651c916 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/IULocationFactory.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/IULocationFactory.java
@@ -25,9 +25,9 @@ import org.w3c.dom.*;
/**
* Location factory contributed through extension to org.eclipse.pde.core.targetLocations
- *
+ *
* Provides serialization and deserialize method for InstallableUnit target location
- *
+ *
*/
public class IULocationFactory implements ITargetLocationFactory {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/InvalidTargetBundle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/InvalidTargetBundle.java
index a57f0df850..8b9162de9e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/InvalidTargetBundle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/InvalidTargetBundle.java
@@ -24,7 +24,7 @@ public class InvalidTargetBundle extends TargetBundle {
/**
* Creates a new target bundle with the given status and additional bundle information
- *
+ *
* @param bundleInfo bundle info object containing information about the target content if available (symbolic name, version, location)
* @param status status describing the problem with this content
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/LocalTargetHandle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/LocalTargetHandle.java
index b4cd8d8c86..1ec4407723 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/LocalTargetHandle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/LocalTargetHandle.java
@@ -22,7 +22,7 @@ import org.eclipse.pde.internal.core.PDECore;
/**
* A handle to a target stored with workspace metadata.
- *
+ *
* @since 3.5
*/
public class LocalTargetHandle extends AbstractTargetHandle {
@@ -50,7 +50,7 @@ public class LocalTargetHandle extends AbstractTargetHandle {
/**
* Returns the next unique ID for target handle.
- *
+ *
* @return time stamp ID
*/
static synchronized long nextTimeStamp() {
@@ -64,7 +64,7 @@ public class LocalTargetHandle extends AbstractTargetHandle {
/**
* Reconstructs a handle from the specified URI.
- *
+ *
* @param uri URI
* @return handle to a target in local metadata
* @exception CoreException if unable to restore
@@ -94,7 +94,7 @@ public class LocalTargetHandle extends AbstractTargetHandle {
/**
* Reconstructs a handle.
- *
+ *
* @param stamp time stamp
*/
private LocalTargetHandle(long stamp) {
@@ -136,7 +136,7 @@ public class LocalTargetHandle extends AbstractTargetHandle {
/**
* Returns the local file associated with this target definition.
- *
+ *
* @return target file
*/
private File getFile() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
index 94fef7003e..9a3ea7591e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/P2TargetUtils.java
@@ -65,7 +65,7 @@ public class P2TargetUtils {
* Path to the local directory where install folders are created for p2 profile
* based targets.
*/
- static final IPath INSTALL_FOLDERS = PDECore.getDefault().getStateLocation().append(".install_folders"); //$NON-NLS-1$
+ static final IPath INSTALL_FOLDERS = PDECore.getDefault().getStateLocation().append(".install_folders"); //$NON-NLS-1$
/**
* Prefix for all profiles ID's associated with target definitions
@@ -88,17 +88,17 @@ public class P2TargetUtils {
* Profile property that keeps track of provisioning mode for the target
* (all environments/true versus false).
*/
- static final String PROP_ALL_ENVIRONMENTS = PDECore.PLUGIN_ID + ".all_environments"; //$NON-NLS-1$
+ static final String PROP_ALL_ENVIRONMENTS = PDECore.PLUGIN_ID + ".all_environments"; //$NON-NLS-1$
/**
* Profile property that keeps track of the target sequence number
*/
- static final String PROP_SEQUENCE_NUMBER = PDECore.PLUGIN_ID + ".sequence"; //$NON-NLS-1$
+ static final String PROP_SEQUENCE_NUMBER = PDECore.PLUGIN_ID + ".sequence"; //$NON-NLS-1$
/**
* Profile property that tracks whether or not source to be auto-included
*/
- static final String PROP_AUTO_INCLUDE_SOURCE = PDECore.PLUGIN_ID + ".autoIncludeSource"; //$NON-NLS-1$
+ static final String PROP_AUTO_INCLUDE_SOURCE = PDECore.PLUGIN_ID + ".autoIncludeSource"; //$NON-NLS-1$
/**
* Profile property that tracks whether or not the configuration phase should be executed when installing
@@ -110,7 +110,7 @@ public class P2TargetUtils {
*/
private static Map<ITargetDefinition, P2TargetUtils> synchronizers = new HashMap<ITargetDefinition, P2TargetUtils>();
- /**
+ /**
* The profile to be synchronized
*/
private IProfile fProfile;
@@ -127,7 +127,7 @@ public class P2TargetUtils {
/**
* Whether this container should download and include environment (platform) specific units for all
- * available platforms (vs only the current target definition's environment settings). Only supported
+ * available platforms (vs only the current target definition's environment settings). Only supported
* by the slicer so {@link IUBundleContainer#INCLUDE_REQUIRED} must be turned off for this setting to be used.
* <p>
* <code>false</code> by default
@@ -180,7 +180,7 @@ public class P2TargetUtils {
/**
* Recursively deletes folder and files.
- *
+ *
* @param folder
*/
private static void delete(File folder) {
@@ -198,7 +198,7 @@ public class P2TargetUtils {
/**
* Deletes the profile associated with this target handle, if any. Returns
* <code>true</code> if a profile existed and was deleted, otherwise <code>false</code>.
- *
+ *
* @throws CoreException if unable to delete the profile
*/
public static void deleteProfile(ITargetHandle handle) throws CoreException {
@@ -246,7 +246,7 @@ public class P2TargetUtils {
/**
* Generates the environment properties string for this target definition's p2 profile.
- *
+ *
* @return environment properties
*/
private String generateEnvironmentProperties(ITargetDefinition target) {
@@ -277,7 +277,7 @@ public class P2TargetUtils {
/**
* Generates the NL property for this target definition's p2 profile.
- *
+ *
* @return NL profile property
*/
private String generateNLProperty(ITargetDefinition target) {
@@ -328,7 +328,7 @@ public class P2TargetUtils {
/**
* Returns the global p2 provisioning agent. This is useful when looking to inherit or use
* some settings from the global p2 world.
- *
+ *
* @return the global p2 provisioning agent
* @throws CoreException
*/
@@ -341,7 +341,7 @@ public class P2TargetUtils {
/**
* Returns the provisioning agent location service.
- *
+ *
* @return provisioning agent location service
* @throws CoreException if none
*/
@@ -354,7 +354,7 @@ public class P2TargetUtils {
/**
* Returns the provisioning engine service.
- *
+ *
* @return provisioning engine
* @throws CoreException if none
*/
@@ -368,7 +368,7 @@ public class P2TargetUtils {
/**
* Returns the local bundle pool (repository) where bundles are stored
- *
+ *
* @return local file artifact repository
* @throws CoreException
*/
@@ -379,7 +379,7 @@ public class P2TargetUtils {
if (manager.contains(uri))
return (IFileArtifactRepository) manager.loadRepository(uri, null);
} catch (CoreException e) {
- // could not load or there wasn't one, fall through to create
+ // could not load or there wasn't one, fall through to create
}
String repoName = "PDE Target Bundle Pool"; //$NON-NLS-1$
IArtifactRepository result = manager.createRepository(uri, repoName, IArtifactRepositoryManager.TYPE_SIMPLE_REPOSITORY, null);
@@ -388,7 +388,7 @@ public class P2TargetUtils {
/**
* Returns the provisioning engine service.
- *
+ *
* @return provisioning engine
* @throws CoreException if none
*/
@@ -402,7 +402,7 @@ public class P2TargetUtils {
/**
* Returns the p2 garbage collector
- *
+ *
* @return p2 garbage collector
* @throws CoreException if none
*/
@@ -416,7 +416,7 @@ public class P2TargetUtils {
/**
* Returns the provisioning planner.
- *
+ *
* @return provisioning planner
* @throws CoreException if none
*/
@@ -430,7 +430,7 @@ public class P2TargetUtils {
/**
* Returns the preferences service.
- *
+ *
* @return preferences service or null if none
*/
public static IPreferencesService getPreferences() {
@@ -439,7 +439,7 @@ public class P2TargetUtils {
/**
* Returns whether the contents of the profile matches the expected contents of the target definition
- *
+ *
* @return whether or not the profile and target definitions match
* @throws CoreException in unable to retrieve profile
*/
@@ -526,7 +526,7 @@ public class P2TargetUtils {
return false;
}
- // Phew! seems like the profile checks out.
+ // Phew! seems like the profile checks out.
return true;
}
@@ -553,7 +553,7 @@ public class P2TargetUtils {
* error explaining what problems exist. When <code>false</code> the resolve operation will use the slicer
* to determine what units to include. Any required units that are not available in the repositories will
* be ignored.
- *
+ *
* @return whether all required units must be available to resolve this container
*/
public boolean getIncludeAllRequired() {
@@ -567,7 +567,7 @@ public class P2TargetUtils {
* is turned off ({@link #getIncludeAllRequired()}).
* <p>
* There is only one profile per target and this setting can only be set for the
- * entire target definition.
+ * entire target definition.
* </p>
* @param value whether environment specific units should be included
*/
@@ -580,7 +580,7 @@ public class P2TargetUtils {
* be included in this container when it is resolved. This feature is not supported
* by the planner so will only have an effect if the include all required setting
* is turned off ({@link #getIncludeAllRequired()}).
- *
+ *
* @return whether environment specific units should be included
*/
public boolean getIncludeAllEnvironments() {
@@ -590,7 +590,7 @@ public class P2TargetUtils {
/**
* Set whether or not the source bundles corresponding to any binary bundles should
* be automatically included in the target.
- *
+ *
* @param value whether or not to include source
*/
public void setIncludeSource(boolean value) {
@@ -598,9 +598,9 @@ public class P2TargetUtils {
}
/**
- * Returns whether or not source bundles corresponding to selected binary bundles
+ * Returns whether or not source bundles corresponding to selected binary bundles
* are automatically included in the target.
- *
+ *
* @return whether or not source is included automatically
*/
public boolean getIncludeSource() {
@@ -609,7 +609,7 @@ public class P2TargetUtils {
/**
* Set whether or not the configuration phase should be executed when installing the IUs
- *
+ *
* @param value whether or not to execute configuration phase
*/
public void setIncludeConfigurePhase(boolean value) {
@@ -618,7 +618,7 @@ public class P2TargetUtils {
/**
* Returns whether or not the configuration phase should be executed when installing the IUs
- *
+ *
* @return whether or not to execute configuration phase
*/
public boolean getIncludeConfigurePhase() {
@@ -640,7 +640,7 @@ public class P2TargetUtils {
return false;
}
}
-
+
/**
* Return whether or not the given target's matching profile is in sync
* @param target the target to check
@@ -670,13 +670,13 @@ public class P2TargetUtils {
/**
* Get the synchronizer to use for the given target. If there is already one on a
- * container in the target, use that one. Otherwise, create a new one. Either way,
+ * container in the target, use that one. Otherwise, create a new one. Either way,
* ensure that all other IU containers in the target are using the same synchronizer.
* <p>
- * The synchronizer is an instance of {@link P2TargetUtils} that has access to the
+ * The synchronizer is an instance of {@link P2TargetUtils} that has access to the
* profile and other p2 bits for the target.
* </p>
- *
+ *
* @param target the target for which we are getting the synchronizer
* @return the discovered or created synchronizer
*/
@@ -693,7 +693,7 @@ public class P2TargetUtils {
/**
* Return the set of IUs in all IU containers associated with this synchronizer.
* This is a helper method so we don't have to expose the profile itself.
- *
+ *
* @param target the target definition to query
* @param monitor the progress monitor to use
* @return the set of associated IUs
@@ -708,17 +708,17 @@ public class P2TargetUtils {
}
/**
- * Synchronize the profile and the target definition managed by this synchronizer. On return the profile will
- * be resolved and correctly match the given target. The IUBundleContainers associated with
- * the target will be notified of any changes in the underlying p2 profile and given an
+ * Synchronize the profile and the target definition managed by this synchronizer. On return the profile will
+ * be resolved and correctly match the given target. The IUBundleContainers associated with
+ * the target will be notified of any changes in the underlying p2 profile and given an
* opportunity to update themselves accordingly.
- *
+ *
* NOTE: this is a potentially *very* heavyweight operation.
- *
+ *
* NOTE: this method is synchronized as it is effectively a "test and set" caching method. Two
* threads getting the profile at the same time should not execute concurrently or the profiles
* will get out of sync.
- *
+ *
* @throws CoreException if there was a problem synchronizing
*/
public synchronized void synchronize(ITargetDefinition target, IProgressMonitor monitor) throws CoreException {
@@ -734,7 +734,7 @@ public class P2TargetUtils {
return;
}
- // Either no profile was found or it was stale. Delete the current profile and recreate.
+ // Either no profile was found or it was stale. Delete the current profile and recreate.
// This keeps the internal agent data clean and does not cost us much.
deleteProfile(target.getHandle());
createProfile(target);
@@ -749,12 +749,12 @@ public class P2TargetUtils {
resolveWithPlanner(target, progress.newChild(60));
else
resolveWithSlicer(target, progress.newChild(60));
-
+
// If we are updating a profile then delete the old snapshot on success.
notify(target, progress.newChild(15));
} catch (CoreException e) {
// There was at least one problem getting the contents, delete the profile so we don't cache in a bad state, Bug 439034
- // TODO ALL we really want to delete is the sequence property, so that checkProfile will compare settings and contents
+ // TODO ALL we really want to delete is the sequence property, so that checkProfile will compare settings and contents
deleteProfile(target.getHandle());
throw e;
}
@@ -802,7 +802,7 @@ public class P2TargetUtils {
/**
* Returns the profile identifier for this target handle. There is one profile
* per target definition.
- *
+ *
* @return profile identifier
* @throws CoreException in unable to generate identifier
*/
@@ -823,7 +823,7 @@ public class P2TargetUtils {
/**
* Returns the profile identifier for this target handle. There is one profile
* per target definition.
- *
+ *
* @return definition the target to lookup
*/
public static String getProfileId(ITargetDefinition definition) {
@@ -837,9 +837,9 @@ public class P2TargetUtils {
/**
* Returns the profile registry or <code>null</code>
- *
+ *
* @return profile registry or <code>null</code>
- * @throws CoreException
+ * @throws CoreException
*/
public static IProfileRegistry getProfileRegistry() throws CoreException {
IProfileRegistry result = (IProfileRegistry) getAgent().getService(IProfileRegistry.SERVICE_NAME);
@@ -852,7 +852,7 @@ public class P2TargetUtils {
/**
* Returns the mode used to provision this target - slice versus plan or <code>null</code> if
* this target has no software sites.
- *
+ *
* @return provisioning mode or <code>null</code>
*/
private String getProvisionMode(ITargetDefinition target) {
@@ -861,7 +861,7 @@ public class P2TargetUtils {
/**
* Returns the metadata repository manager.
- *
+ *
* @return metadata repository manager
* @throws CoreException if none
*/
@@ -875,7 +875,7 @@ public class P2TargetUtils {
/**
* Return a queryable on the metadata defined in the given repo locations
- *
+ *
* @param repos the repos to lookup
* @param monitor the progress monitor
* @return the set of metadata repositories found
@@ -914,7 +914,7 @@ public class P2TargetUtils {
* Used to resolve the contents of this container if the user is including all required software. The p2 planner is used
* to determine the complete set of IUs required to run the selected software. If all requirements are met, the bundles
* are downloaded from the repository into the bundle pool and added to the target definition.
- *
+ *
* @param monitor for reporting progress
* @throws CoreException if there is a problem with the requirements or there is a problem downloading
*/
@@ -930,7 +930,7 @@ public class P2TargetUtils {
// create the provisioning plan
IPlanner planner = getPlanner();
IProfileChangeRequest request = planner.createChangeRequest(fProfile);
- // first remove everything that was explicitly installed. Then add it back. This has the net effect of
+ // first remove everything that was explicitly installed. Then add it back. This has the net effect of
// removing everything that is no longer needed.
computeRemovals(fProfile, request, getIncludeSource());
request.addAll(Arrays.asList(units));
@@ -975,7 +975,7 @@ public class P2TargetUtils {
throw new CoreException(result);
}
- // Now that we have a plan with all the binary and explicit bundles, do a second pass and add
+ // Now that we have a plan with all the binary and explicit bundles, do a second pass and add
// in all the source.
try {
planInSourceBundles(fProfile, context, subMonitor.newChild(60));
@@ -1012,9 +1012,9 @@ public class P2TargetUtils {
return new PhaseSet(phases.toArray(new Phase[phases.size()]));
}
- /**
+ /**
* Update the given change request to remove anything that was explicitly installed
- * including the internal source IU.
+ * including the internal source IU.
*/
private void computeRemovals(IProfile profile, IProfileChangeRequest request, boolean includeSource) {
// if include source is off then ensure that the source IU is removed.
@@ -1081,7 +1081,7 @@ public class P2TargetUtils {
}
// Create and return an IU that has optional and greedy requirements on all source bundles
- // related to bundle IUs in the given queryable.
+ // related to bundle IUs in the given queryable.
private IInstallableUnit createSourceIU(IQueryable<IInstallableUnit> queryable, Version iuVersion) {
// compute the set of source bundles we could possibly need for the bundles in the profile
IRequirement bundleRequirement = MetadataFactory.createRequirement("org.eclipse.equinox.p2.eclipse.type", "bundle", null, null, false, false, false); //$NON-NLS-1$ //$NON-NLS-2$
@@ -1121,9 +1121,9 @@ public class P2TargetUtils {
/**
* Used to resolve the contents of this container when the user has chosen to manage the dependencies in the target
- * themselves. The selected IUs and any required software that can be found will be retrieved from the repositories
+ * themselves. The selected IUs and any required software that can be found will be retrieved from the repositories
* and added to the target. Any missing required software will be ignored.
- *
+ *
* @param monitor for reporting progress
* @throws CoreException if there is a problem interacting with the repositories
*/
@@ -1204,7 +1204,7 @@ public class P2TargetUtils {
/**
* Sets up a slice operation to download the set of installable units that are both required
* by the provided root IUs and available in the repositories specified in the metadata.
- *
+ *
* @param units The set of root IUs to search for dependencies of in the repositories
* @param allMetadata metadata describing the repositories where the slicer can search
* @param definition the target definition this operation is being executed for
@@ -1253,7 +1253,7 @@ public class P2TargetUtils {
/**
* Returns the artifact repositories to consider when getting artifacts. Returns a default set of
* repositories if current repository settings are <code>null</code>).
- *
+ *
* @return URI's of repositories to use when getting artifacts
* @exception CoreException
*/
@@ -1286,15 +1286,15 @@ public class P2TargetUtils {
* return whether or not to use local artifact repositories when provisioning the target
*/
private boolean useAdditionalLocalArtifacts() {
- // XXX consider using a preference here or another strategy if users are able to spec
+ // XXX consider using a preference here or another strategy if users are able to spec
// what local repos are to be considered.
return true;
}
- /**
- * Add the artifact repos from the PDE target bundle pools from all known repos. For example, the list
+ /**
+ * Add the artifact repos from the PDE target bundle pools from all known repos. For example, the list
* of "recent workspaces" maintained by the IDE is a good source.
- *
+ *
* @param additionalRepos the set to which additional repos are added.
*/
private void findWorkspaceRepos(Set<URI> additionalRepos) {
@@ -1313,11 +1313,11 @@ public class P2TargetUtils {
}
}
- /**
+ /**
* Look through the current p2 profile (_SELF_) and add the artifact repos that make up its
- * bundle pool, dropins location, ... This helps in the cases that you are targeting stuff that
+ * bundle pool, dropins location, ... This helps in the cases that you are targeting stuff that
* makes up your current IDE.
- *
+ *
* @param additionalRepos the set to which additional repos are added.
*/
private void findProfileRepos(Set<URI> additionalRepos) {
@@ -1344,16 +1344,16 @@ public class P2TargetUtils {
}
}
} catch (CoreException e) {
- // if there is a problem, move on. Could log something here
+ // if there is a problem, move on. Could log something here
return;
}
}
/**
* Returns the IU's for the given target related to the given containers
- *
+ *
* @param definition the definition to filter with
- * @param monitor
+ * @param monitor
* @return the discovered IUs
* @exception CoreException if unable to retrieve IU's
*/
@@ -1383,7 +1383,7 @@ public class P2TargetUtils {
/**
* Returns the repositories to consider when resolving IU's (will return default set of
* repositories if current repository settings are <code>null</code>).
- *
+ *
* @return URI's of repositories to use when resolving bundles
* @exception CoreException
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java
index dc6caa38d3..2c4241e50f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ProfileBundleContainer.java
@@ -23,8 +23,8 @@ import org.eclipse.pde.internal.core.util.ManifestUtils;
/**
* A bundle container representing an installed profile.
- *
- * @since 3.5
+ *
+ * @since 3.5
*/
public class ProfileBundleContainer extends AbstractBundleContainer {
@@ -40,7 +40,7 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
private static final String VAR_USER_HOME = "@user.home"; //$NON-NLS-1$
/**
- * Constant describing the type of bundle container
+ * Constant describing the type of bundle container
*/
public static final String TYPE = "Profile"; //$NON-NLS-1$
@@ -57,7 +57,7 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
/**
* Creates a new bundle container for the profile at the specified location.
- *
+ *
* @param home path in local file system, may contain string variables
* @param configurationLocation alternate configuration location or <code>null</code> for default,
* may contain string variables
@@ -88,7 +88,7 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
/**
* Returns the configuration area for this container if one was specified during creation.
- *
+ *
* @return string path to configuration location or <code>null</code>
*/
public String getConfigurationLocation() {
@@ -175,10 +175,10 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
/**
* Resolves installed bundles based on update manager's platform XML or scans the plugins directory if
* no platform.xml is available
- *
+ *
* TODO When we are willing to drop support for platform.xml (pre Eclipse 3.4) we should
* replace this method with a simple directory scan like {@link DirectoryBundleContainer}
- *
+ *
* @param definition
* @param home
* @param monitor
@@ -216,7 +216,7 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
/**
* Returns the home location with all variables resolved as a path.
- *
+ *
* @return resolved home location
* @throws CoreException
*/
@@ -227,7 +227,7 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
/**
* Returns a URL to the configuration area associated with this profile or <code>null</code>
* if none.
- *
+ *
* @return configuration area URL or <code>null</code>
* @throws CoreException if unable to generate a URL or the user specified location does not exist
*/
@@ -285,7 +285,7 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
* Note that when self hosting, the returned profile location will not have all running plug-ins installed unless the launch has generated
* a complete profile.
* </p>
- *
+ *
* @return the profile file or <code>null</code>
*/
public File getProfileFileLocation() throws CoreException {
@@ -368,7 +368,7 @@ public class ProfileBundleContainer extends AbstractBundleContainer {
/**
* Replaces a variable in config.ini
- * @param props properties containing entries from the
+ * @param props properties containing entries from the
* @param source the string to replace the var in
* @param var the variable to replace
* @param prop the property to lookup for a replacement value
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinition.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinition.java
index 0a72953159..0ff6fdb412 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinition.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinition.java
@@ -30,7 +30,7 @@ import org.xml.sax.SAXException;
/**
* Target definition implementation.
- *
+ *
* @since 3.5
*/
public class TargetDefinition implements ITargetDefinition {
@@ -81,7 +81,7 @@ public class TargetDefinition implements ITargetDefinition {
private int fSequenceNumber = -1;
/**
- * Constructs a target definition based on the given handle.
+ * Constructs a target definition based on the given handle.
*/
TargetDefinition(ITargetHandle handle) {
fHandle = handle;
@@ -246,7 +246,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Clears the any models that are cached for the given container location.
- *
+ *
* @param location location to clear cache for or <code>null</code> to clear all cached models
*/
public void flushCaches(String location) {
@@ -422,7 +422,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Gathers and returns all or included bundles in this target or <code>null</code> if
* not resolved.
- *
+ *
* @param allBundles whether to consider all bundles, or just those included/optional
* @return bundles or <code>null</code>
*/
@@ -544,7 +544,7 @@ public class TargetDefinition implements ITargetDefinition {
* @param collection bundles to resolve against match criteria
* @param included bundles to include or <code>null</code> if no restrictions
* @param handleMissingBundles whether to create {@link InvalidTargetBundle}s for missing includes
- *
+ *
* @return list of IResolvedBundle bundles that match this container's restrictions
*/
static List<TargetBundle> getMatchingBundles(TargetBundle[] collection, NameVersionDescriptor[] included, boolean handleMissingBundles) {
@@ -582,12 +582,12 @@ public class TargetDefinition implements ITargetDefinition {
* keys of symbolic names and values are lists of {@link TargetBundle}'s available
* that match the names.
* <p>
- * If handleMissingBundles is <code>true</code>, a {@link InvalidTargetBundle} will be created and
+ * If handleMissingBundles is <code>true</code>, a {@link InvalidTargetBundle} will be created and
* returned if the give info does not match up with a map entry. The returned bundle will have
* a status giving more details on what is missing. If handleMissingBundles is <code>false</code>,
* <code>null</code> will be returned.
* </p>
- *
+ *
* @param bundleMap available bundles to resolve against
* @param info name and version to match against
* @param handleMissingBundles whether to return an {@link InvalidTargetBundle} for a info that does not match with a map entry or <code>null</code>
@@ -659,7 +659,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Build contents from the given stream.
- *
+ *
* @param stream input stream
* @throws CoreException if an error occurs
*/
@@ -689,7 +689,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Persists contents to the given stream.
- *
+ *
* @param stream output stream
* @throws CoreException if an error occurs
*/
@@ -710,7 +710,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Throws a core exception with the given message and underlying exception (possibly
* <code>null</code>).
- *
+ *
* @param message message
* @param e underlying cause of the exception or <code>null</code>
* @throws CoreException
@@ -756,7 +756,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Returns whether the content of this definition is equal to the content of the specified definition.
- *
+ *
* @param definition
* @return whether the content of this definition is equal to the content of the specified definition
*/
@@ -779,7 +779,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Returns whether the content of this definition is equivalent to the content of the
* specified definition (excluding name/description).
- *
+ *
* @param definition
* @return whether the content of this definition is equivalent to the content of the
* specified definition
@@ -814,7 +814,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Returns whether the arrays have equal contents or are both <code>null</code>.
- *
+ *
* @param objects1
* @param objects2
* @return whether the arrays have equal contents or are both <code>null</code>
@@ -902,12 +902,12 @@ public class TargetDefinition implements ITargetDefinition {
* the locationPath is <code>null</code> the default target platform location
* will be used. The locationPath string may container string variables which
* will be resolved. This target definition may cache the feature models for
- * faster retrieval.
- *
+ * faster retrieval.
+ *
* TODO When to clear the cache
- *
+ *
* @param locationPath string path to the directory containing features. May container string variables or be <code>null</code>
- * @return list of feature models found in the location, possible empty
+ * @return list of feature models found in the location, possible empty
* @param monitor progress monitor
* @throws CoreException if there is a problem substituting a string variable
*/
@@ -973,7 +973,7 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Returns the set of IResolvedBundle available in this target that are not part of any features, will return a cached copy if available
- *
+ *
* @see #getAllFeatures()
* @return set of resolved bundles available in this target that don't belong to any features, possibly empty
*/
@@ -1007,10 +1007,10 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Convenience method to return the set of {@link TargetFeature}s that are included in this
- * target as well as any other included plug-ins as {@link TargetBundle}s (that are not part
- * of the features). Also returns any bundles with error statuses. Will return <code>null</code>
+ * target as well as any other included plug-ins as {@link TargetBundle}s (that are not part
+ * of the features). Also returns any bundles with error statuses. Will return <code>null</code>
* if this target has not been resolved.
- *
+ *
* @see #getAllFeatures()
* @see #getOtherBundles()
* @return set of {@link TargetFeature}s and {@link TargetBundle}s or <code>null</code>
@@ -1068,9 +1068,9 @@ public class TargetDefinition implements ITargetDefinition {
/**
* Returns the current sequence number of this target. Sequence numbers change
- * whenever something in the target that affects the set of features and bundles that
+ * whenever something in the target that affects the set of features and bundles that
* would be resolved.
- *
+ *
* @return the current sequence number
*/
public int getSequenceNumber() {
@@ -1087,7 +1087,7 @@ public class TargetDefinition implements ITargetDefinition {
}
/**
- * Convenience method to set the sequence number to a specific
+ * Convenience method to set the sequence number to a specific
* value. Used when loading a target from a persisted file.
* @param value value to set the sequence number to
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinitionPersistenceHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinitionPersistenceHelper.java
index 170f0ec580..8e2b3fe78f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinitionPersistenceHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetDefinitionPersistenceHelper.java
@@ -32,7 +32,7 @@ import org.xml.sax.helpers.DefaultHandler;
/**
* Provides static methods that will serialize and deserialize xml representing a target definition
- *
+ *
* @see ITargetDefinition
*/
public class TargetDefinitionPersistenceHelper {
@@ -89,8 +89,8 @@ public class TargetDefinitionPersistenceHelper {
* @throws CoreException
* @throws ParserConfigurationException
* @throws TransformerException
- * @throws IOException
- * @throws SAXException
+ * @throws IOException
+ * @throws SAXException
*/
public static void persistXML(ITargetDefinition definition, OutputStream output) throws CoreException, ParserConfigurationException, TransformerException, IOException, SAXException {
DocumentBuilderFactory dfactory = DocumentBuilderFactory.newInstance();
@@ -216,13 +216,13 @@ public class TargetDefinitionPersistenceHelper {
/**
* Parses an xml document from the input stream and deserializes it into a target definition.
- *
+ *
* @param definition definition to be filled with the result of deserialization
* @param input stream to get xml input from
* @throws CoreException
- * @throws ParserConfigurationException
- * @throws IOException
- * @throws SAXException
+ * @throws ParserConfigurationException
+ * @throws IOException
+ * @throws SAXException
*/
public static void initFromXML(ITargetDefinition definition, InputStream input) throws CoreException, ParserConfigurationException, SAXException, IOException {
DocumentBuilder parser = DocumentBuilderFactory.newInstance().newDocumentBuilder();
@@ -266,7 +266,7 @@ public class TargetDefinitionPersistenceHelper {
} else if (version.compareTo(ICoreConstants.TARGET34) <= 0) {
TargetPersistence34Helper.initFromDoc(definition, root);
} else {
- // Version doesn't match any known file structure, default to latest
+ // Version doesn't match any known file structure, default to latest
String name = root.getAttribute(TargetDefinitionPersistenceHelper.ATTR_NAME);
PDECore.log(new Status(IStatus.WARNING, PDECore.PLUGIN_ID, MessageFormat.format(Messages.TargetDefinitionPersistenceHelper_2, new Object[] {version, name})));
TargetPersistence38Helper.initFromDoc(definition, root);
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetLocationTypeManager.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetLocationTypeManager.java
index 22294e11f1..7f716cf716 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetLocationTypeManager.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetLocationTypeManager.java
@@ -20,7 +20,7 @@ import org.eclipse.pde.core.target.ITargetLocationFactory;
import org.eclipse.pde.internal.core.PDECore;
/**
- * Keeps a track of the contributed Target Locations and provides helper functions to
+ * Keeps a track of the contributed Target Locations and provides helper functions to
* access them
*
*/
@@ -55,7 +55,7 @@ public class TargetLocationTypeManager {
/**
* Returns an instance of {@link ITargetLocationFactory} from an extension that provides
* them for locations of the given type or <code>null</code> if no extension can be found.
- *
+ *
* @param type string identifying the type of target location, see {@link ITargetLocation#getType()}
* @return an instance of <code>ITargetLocationFactory</code> or <code>null</code>
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetMetadataCollector.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetMetadataCollector.java
index 0fc7455474..53cfbaecf8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetMetadataCollector.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetMetadataCollector.java
@@ -23,7 +23,7 @@ import org.eclipse.pde.internal.core.PDECore;
* Utility class that collects the metadata repositories that a target definition has access to.
* This class was created specifically to support providing pde build with a metadata context when
* exporting features so that the metadata would be reused rather than be generated again.
- *
+ *
* @since 3.6
*/
public class TargetMetadataCollector {
@@ -34,7 +34,7 @@ public class TargetMetadataCollector {
* plug-ins in the target. The definition does not have to be resolved and this method will not
* resolve it. If <code>null</code> is passed as the definition, this method will use {@link ITargetPlatformService}
* to get the active target definition.
- *
+ *
* @param definition the target definition to load metadata repositories for or <code>null</code> to use the active target definition
* @return a list of URIs that specify metadata repository locations, possibly empty
* @throws CoreException if there is a problem working with the target definition
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence34Helper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence34Helper.java
index 05827dd6b2..644fabc814 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence34Helper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence34Helper.java
@@ -24,7 +24,7 @@ import org.w3c.dom.*;
/**
* Handles reading of target definition files that were created before the new target platform
* story (3.4 and earlier).
- *
+ *
* @see TargetDefinitionPersistenceHelper
*/
public class TargetPersistence34Helper {
@@ -67,7 +67,7 @@ public class TargetPersistence34Helper {
<location path="D:\targets\equinox\eclipse"/>
</extraLocations>
</content>
-
+
<implicitDependencies>
<plugin id="javax.servlet"/>
<plugin id="com.jcraft.jsch"/>
@@ -75,7 +75,7 @@ public class TargetPersistence34Helper {
<plugin id="javax.servlet.jsp"/>
<plugin id="ie.wombat.jbdiff.test"/>
</implicitDependencies>
-
+
</target>
*/
@@ -217,7 +217,7 @@ public class TargetPersistence34Helper {
/**
* Parses old content section.
- *
+ *
* @param content element containing the content section
* @param primaryContainer the primary location defined in the xml file, restrictions are based off this container
* @param useAll whether all bundles in the locations should be considered vs. only those specified
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence35Helper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence35Helper.java
index 406114f530..d269083302 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence35Helper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence35Helper.java
@@ -45,7 +45,7 @@ public class TargetPersistence35Helper {
<plugin id="org.eclipse.osgi.services"/>
<plugin id="org.junit"/>
</includeBundles>
-
+
</location>
<location path="D:\targets\equinox\eclipse" type="Directory">
<includeBundles>
@@ -166,7 +166,7 @@ public class TargetPersistence35Helper {
* Uses the given location to create a bundle container. If the container had included or optional bundles set, add them
* to the appropriate set (in 3.5 each container had included/optional, in 3.6 only the target has included/optional). The
* sets may be null to indicate that no container has specified inclusion restrictions yet.
- *
+ *
* @param definition the target definition to deserialize
* @param location document element representing a bundle container
* @throws CoreException
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence36Helper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence36Helper.java
index 7a719c56c4..f618ffda6e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence36Helper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence36Helper.java
@@ -27,7 +27,7 @@ import org.w3c.dom.*;
* bundle restrictions are set at the target level rather than the bundle container
* level. In addition, features can be use on the included settings to restrict
* by feature.
- *
+ *
* @see TargetDefinitionPersistenceHelper
*/
public class TargetPersistence36Helper {
@@ -43,7 +43,7 @@ public class TargetPersistence36Helper {
</location>
</locations>
</target>
-
+
*/
public static void initFromDoc(ITargetDefinition definition, Element root) throws CoreException {
String name = root.getAttribute(TargetDefinitionPersistenceHelper.ATTR_NAME);
@@ -174,7 +174,7 @@ public class TargetPersistence36Helper {
* Uses the given location to create a bundle container. If the container had included or optional bundles set, add them
* to the appropriate set (in 3.5 each container had included/optional, in 3.6 only the target has included/optional). The
* sets may be null to indicate that no container has specified inclusion restrictions yet.
- *
+ *
* @param location document element representing a bundle container
* @return target location instance
* @throws CoreException
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence38Helper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence38Helper.java
index a8066614bc..be36935ffa 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence38Helper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPersistence38Helper.java
@@ -31,7 +31,7 @@ import org.w3c.dom.*;
* bundle restrictions are set at the target level rather than the bundle container
* level. In addition, features can be use on the included settings to restrict
* by feature. In 3.8 the custom target locations can be contributed
- *
+ *
* @see TargetDefinitionPersistenceHelper
*/
public class TargetPersistence38Helper {
@@ -40,7 +40,7 @@ public class TargetPersistence38Helper {
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
-
+
<target name="test" sequenceNumber="9">
<locations>
<location path="${eclipse_home}" type="Directory"/>
@@ -58,7 +58,7 @@ public class TargetPersistence38Helper {
</location>
</locations>
</target>
-
+
*/
public static void initFromDoc(ITargetDefinition definition, Element root) {
String name = root.getAttribute(TargetDefinitionPersistenceHelper.ATTR_NAME);
@@ -198,7 +198,7 @@ public class TargetPersistence38Helper {
* to the appropriate set (in 3.5 each container had included/optional, in 3.6 only the target has included/optional). The
* sets may be null to indicate that no container has specified inclusion restrictions yet.
* In 3.8 the target location types can be contributed
- *
+ *
* @param location document element representing a bundle container
* @return target location instance
* @throws CoreException
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPlatformService.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPlatformService.java
index 5bcfa29060..5c7d25666f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPlatformService.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/TargetPlatformService.java
@@ -26,7 +26,7 @@ import org.eclipse.pde.internal.core.*;
/**
* Target platform service implementation.
- *
+ *
* @since 3.5
*/
public class TargetPlatformService implements ITargetPlatformService {
@@ -79,7 +79,7 @@ public class TargetPlatformService implements ITargetPlatformService {
/**
* The target service should be obtained by requesting the {@link ITargetPlatformService} from OSGi. This
* method should only be used internally be PDE.
- *
+ *
* @return The singleton implementation of this service
*/
public synchronized static ITargetPlatformService getDefault() {
@@ -208,7 +208,7 @@ public class TargetPlatformService implements ITargetPlatformService {
/**
* Finds and returns all target definition handles defined by workspace files
- *
+ *
* @return all target definition handles in the workspace
*/
private List<WorkspaceFileTargetHandle> findWorkspaceTargetDefinitions() {
@@ -314,7 +314,7 @@ public class TargetPlatformService implements ITargetPlatformService {
* This method will not update the stored {@link ICoreConstants#WORKSPACE_TARGET_HANDLE},
* as it should only be called from LoadTargetDefinitionJob which does additional
* steps to reset the target.
- *
+ *
* @param target the new workspace target definition
*/
public void setWorkspaceTargetDefinition(ITargetDefinition target) {
@@ -325,7 +325,7 @@ public class TargetPlatformService implements ITargetPlatformService {
* Sets active target definition handle if not yet set. If an existing target
* definition corresponds to workspace target settings, it is selected as the
* active target. If there are no targets that correspond to workspace settings
- * a new definition is created.
+ * a new definition is created.
*/
private void initDefaultTargetPlatformDefinition() {
String memento = PDECore.getDefault().getPreferencesManager().getString(ICoreConstants.WORKSPACE_TARGET_HANDLE);
@@ -395,16 +395,16 @@ public class TargetPlatformService implements ITargetPlatformService {
}
/**
- * Returns a target definition initialized with existing settings from the deprecated
+ * Returns a target definition initialized with existing settings from the deprecated
* target platform preferences or <code>null</code> if no deprecated preferences are
* found.
- *
+ *
* @return a target definition initialized with existing settings or <code>null</code>
*/
@SuppressWarnings("deprecation")
public ITargetDefinition newTargetFromPreferences() {
PDEPreferencesManager preferences = PDECore.getDefault().getPreferencesManager();
- // See if the old preference for the primary target platform location exist
+ // See if the old preference for the primary target platform location exist
boolean useThis = preferences.getString(ICoreConstants.TARGET_MODE).equals(ICoreConstants.VALUE_USE_THIS);
String platformPath = preferences.getString(ICoreConstants.PLATFORM_PATH);
if (useThis || (platformPath != null && platformPath.length() > 0)) {
@@ -423,7 +423,7 @@ public class TargetPlatformService implements ITargetPlatformService {
/**
* Returns the given string or <code>null</code> if the empty string.
- *
+ *
* @param value
* @return value or <code>null</code>
*/
@@ -653,7 +653,7 @@ public class TargetPlatformService implements ITargetPlatformService {
}
// Compare the platform bundles against the definition ones and collect any missing bundles
- MultiStatus multi = new MultiStatus(PDECore.PLUGIN_ID, 0, "", null); //$NON-NLS-1$
+ MultiStatus multi = new MultiStatus(PDECore.PLUGIN_ID, 0, "", null); //$NON-NLS-1$
TargetBundle[] bundles = target.getAllBundles();
Set<NameVersionDescriptor> alreadyConsidered = new HashSet<NameVersionDescriptor>(bundles.length);
for (int i = 0; i < bundles.length; i++) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/WorkspaceFileTargetHandle.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/WorkspaceFileTargetHandle.java
index 9b7348f7fa..c823eb8053 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/WorkspaceFileTargetHandle.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/WorkspaceFileTargetHandle.java
@@ -23,7 +23,7 @@ import org.eclipse.pde.internal.core.PDECore;
/**
* A handle to a target stored in the workspace as a <code>.target</code> file.
- *
+ *
* @since 3.5
*/
public class WorkspaceFileTargetHandle extends AbstractTargetHandle {
@@ -37,7 +37,7 @@ public class WorkspaceFileTargetHandle extends AbstractTargetHandle {
/**
* Returns a handle for the given URI.
- *
+ *
* @param uri URI
* @return target handle
*/
@@ -50,7 +50,7 @@ public class WorkspaceFileTargetHandle extends AbstractTargetHandle {
/**
* Constructs a handle to a target in the given file.
- *
+ *
* @param file underlying file - may or may not exist
*/
public WorkspaceFileTargetHandle(IFile file) {
@@ -149,7 +149,7 @@ public class WorkspaceFileTargetHandle extends AbstractTargetHandle {
/**
* Returns the target file.
- *
+ *
* @return target file
*/
public IFile getTargetFile() {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/CoreUtility.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/CoreUtility.java
index 0b610a4aff..bba2ab73e7 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/CoreUtility.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/CoreUtility.java
@@ -98,7 +98,7 @@ public class CoreUtility {
* Convenience method to delete the given file and any content (if the file is a
* directory). Equivalent to calling {@link #deleteContent(File, IProgressMonitor)}
* with <code>null</code> as the monitor. This operation cannot be undone.
- *
+ *
* @param fileToDelete the file to delete
*/
public static void deleteContent(File fileToDelete) {
@@ -108,7 +108,7 @@ public class CoreUtility {
/**
* Deletes the given file and any content (if the file is a directory). There is
* no way to undo this action. Providing a progress monitor allows for cancellation.
- *
+ *
* @param fileToDelete the file to delete
* @param monitor progress monitor for reporting and cancellation, can be <code>null</code>
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/HeaderMap.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/HeaderMap.java
index ef40ae58ba..43b11bf6d3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/HeaderMap.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/HeaderMap.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -14,9 +14,9 @@ import java.util.Comparator;
import java.util.TreeMap;
/**
- *
- * Designed as a Map to contain Manifest headers and values. Returns
- * the value of a header if it matches (case insensitive) to the key.
+ *
+ * Designed as a Map to contain Manifest headers and values. Returns
+ * the value of a header if it matches (case insensitive) to the key.
*
*/
public class HeaderMap<K, V> extends TreeMap<K, V> {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/ManifestUtils.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/ManifestUtils.java
index 54c1e5c455..ba1e1465b3 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/ManifestUtils.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/ManifestUtils.java
@@ -56,7 +56,7 @@ public class ManifestUtils {
public static final int STATUS_CODE_NOT_A_BUNDLE_MANIFEST = 204;
/**
- * Utility method to parse a bundle's manifest into a dictionary. The bundle may be in
+ * Utility method to parse a bundle's manifest into a dictionary. The bundle may be in
* a directory or an archive at the specified location. If the manifest does not contain
* the necessary entries, the plugin.xml and fragment.xml will be checked for an old style
* plug-in. If the plugin.xml cannot be converted because the {@link PluginConverter}
@@ -69,11 +69,11 @@ public class ManifestUtils {
* This method is called by org.eclipse.pde.api.tools.internal.model.BundleComponent.getManifest()
* when OSGi is not running to load manifest information for a bundle.
* </p><p>
- * TODO This method may be removed in favour of one that caches manifest contents. Currently caching is not
+ * TODO This method may be removed in favour of one that caches manifest contents. Currently caching is not
* worthwhile as calling <code>ManifestElement.parseManifest()</code> takes trivial time (under 1ms) on repeat
* calls to the same file.
* </p>
- *
+ *
* @param bundleLocation root location of the bundle, may be a archive file or directory
* @return map of bundle manifest properties
* @throws CoreException if manifest has invalid syntax, is missing or there is a problem converting as old style plug-in
@@ -152,16 +152,16 @@ public class ManifestUtils {
/**
* Uses the OSGi PluginConverter to generate a manifest for the given project. Will
- * attempt to refresh the project when complete. If the plugin.xml cannot be
- * converted because the {@link PluginConverter} service is not available, the
+ * attempt to refresh the project when complete. If the plugin.xml cannot be
+ * converted because the {@link PluginConverter} service is not available, the
* thrown core exception will have a status code of
* {@link #STATUS_CODE_PLUGIN_CONVERTER_UNAVAILABLE} to allow special processing.
- *
+ *
* @param project the project to convert
* @param targetVersion the runtime version the converted manifest is targeted for
- * @param devProperties a dictionary of development time classpath properties.
- * The dictionary contains a mapping from plugin id to development time
- * classpath. A value of null indicates that the default development time
+ * @param devProperties a dictionary of development time classpath properties.
+ * The dictionary contains a mapping from plugin id to development time
+ * classpath. A value of null indicates that the default development time
* classpath properties will be used.
* @throws CoreException if there is a problem converting the manifest or the compatibility fragment hosting the converter service is not available
*/
@@ -204,7 +204,7 @@ public class ManifestUtils {
List<IPackageFragmentRoot> pkgFragRoots = new LinkedList<IPackageFragmentRoot>();
for (int j = 0; j < libs.length; j++) {
String lib = libs[j];
- //https://bugs.eclipse.org/bugs/show_bug.cgi?id=230469
+ //https://bugs.eclipse.org/bugs/show_bug.cgi?id=230469
IPackageFragmentRoot root = null;
if (!lib.equals(".")) { //$NON-NLS-1$
try {
@@ -241,7 +241,7 @@ public class ManifestUtils {
/**
* Writes out a manifest file to the given stream. Orders the manifest in an expected
* order. Will flush the output, but will not close the stream.
- *
+ *
* @param manifestToWrite manifest headers to write to the stream
* @param out stream to write output to
* @throws IOException if there is a problem with the stream
@@ -285,11 +285,11 @@ public class ManifestUtils {
/**
* Parses an old style plug-in's (or fragment's) XML definition file into a dictionary.
* The provided file may be an zip archive or directory. The existence of a plugin.xml
- * or fragment.xml is not checked in this method. If the plugin.xml cannot be converted
- * because the {@link PluginConverter} service is not available, the thrown core
- * exception will have a status code of {@link #STATUS_CODE_PLUGIN_CONVERTER_UNAVAILABLE}
+ * or fragment.xml is not checked in this method. If the plugin.xml cannot be converted
+ * because the {@link PluginConverter} service is not available, the thrown core
+ * exception will have a status code of {@link #STATUS_CODE_PLUGIN_CONVERTER_UNAVAILABLE}
* to allow special processing.
- *
+ *
* @param pluginLocation location of the bundle (archive file or directory)
* @return bundle manifest dictionary or <code>null</code> if none
* @throws CoreException if manifest has invalid syntax
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEHTMLHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEHTMLHelper.java
index 89623ded29..881da59c62 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEHTMLHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEHTMLHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -62,7 +62,7 @@ public class PDEHTMLHelper {
// Present the resolved character for writing
curr = entity.charAt(0);
} else if (processingEntity) {
- // Collect predefined character entity name character by
+ // Collect predefined character entity name character by
// character
entityBuffer.append(curr);
continue;
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEJavaHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEJavaHelper.java
index c386937a21..ea6ebcefc9 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEJavaHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEJavaHelper.java
@@ -30,12 +30,12 @@ public class PDEJavaHelper {
/*static class Requestor extends TypeNameRequestor {
int count = 0;
-
+
public void acceptType(int modifiers, char[] packageName, char[] simpleTypeName,
char[][] enclosingTypeNames, String path) {
count += 1;
}
-
+
public boolean hasMatches() {
return count > 0;
}
@@ -89,14 +89,14 @@ public class PDEJavaHelper {
/*try {
Requestor requestor = new Requestor();
new SearchEngine().searchAllTypeNames(
- fullyQualifiedName.substring(0, fullyQualifiedName.lastIndexOf('.')).toCharArray(),
- SearchPattern.R_EXACT_MATCH|SearchPattern.R_CASE_SENSITIVE,
- fullyQualifiedName.substring(fullyQualifiedName.lastIndexOf('.') + 1).toCharArray(),
- SearchPattern.R_EXACT_MATCH|SearchPattern.R_CASE_SENSITIVE,
- IJavaSearchConstants.TYPE,
- SearchEngine.createJavaSearchScope(new IJavaElement[] {project}),
+ fullyQualifiedName.substring(0, fullyQualifiedName.lastIndexOf('.')).toCharArray(),
+ SearchPattern.R_EXACT_MATCH|SearchPattern.R_CASE_SENSITIVE,
+ fullyQualifiedName.substring(fullyQualifiedName.lastIndexOf('.') + 1).toCharArray(),
+ SearchPattern.R_EXACT_MATCH|SearchPattern.R_CASE_SENSITIVE,
+ IJavaSearchConstants.TYPE,
+ SearchEngine.createJavaSearchScope(new IJavaElement[] {project}),
requestor,
- IJavaSearchConstants.FORCE_IMMEDIATE_SEARCH,
+ IJavaSearchConstants.FORCE_IMMEDIATE_SEARCH,
new NullProgressMonitor());
return requestor.hasMatches();
} catch (JavaModelException e) {
@@ -317,12 +317,12 @@ public class PDEJavaHelper {
*/
public static String getJavaLevel(IProject project, String optionName) {
// Returns the corresponding java project
- // No need to check for null, will return null
+ // No need to check for null, will return null
IJavaProject javaProject = JavaCore.create(project);
String value = null;
// Preferred to use the project
if ((javaProject != null) && javaProject.exists()) {
- // Get the project specific option if one exists. Rolls up to the
+ // Get the project specific option if one exists. Rolls up to the
// general preference option if no project specific option exists.
value = javaProject.getOption(optionName, true);
if (value != null) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDESchemaHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDESchemaHelper.java
index 0a34da76f0..f3afbf522f 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDESchemaHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDESchemaHelper.java
@@ -21,15 +21,15 @@ public class PDESchemaHelper {
/**
* Returns valid attributes given a schema attribute
- *
- * @param attribute
+ *
+ * @param attribute
* a schema identifier attribute (e.g., org.eclipse.ui.perspectives/perspective/@id)
* @return A map with the ids as keys and respective {@link IConfigurationElement} as pairs
*/
public static Map<String, IConfigurationElement> getValidAttributes(ISchemaAttribute attribute) {
Map<String, IConfigurationElement> attributeMap = new HashMap<String, IConfigurationElement>();
- // TODO support multiple
+ // TODO support multiple
gatherAttributes(attributeMap, attribute.getBasedOn());
@@ -52,11 +52,11 @@ public class PDESchemaHelper {
}
/**
- *
+ *
* Returns a reference identifier given a schema attribute
- *
- * @param attribute
- * a schema attribute
+ *
+ * @param attribute
+ * a schema attribute
* @return a reference identifier (e.g., org.eclipse.ui.perspectives/perspective/@id)
*/
public static String getReferenceIdentifier(ISchemaAttribute attribute) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDETextHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDETextHelper.java
index 91c54d7ab7..f2ba876854 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDETextHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDETextHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -134,7 +134,7 @@ public class PDETextHelper {
processed = processTagExceptions(currentChar, substituteChars, tagExceptions, buffer, scanLimit, text, index);
}
// If the character was not part of a tag exception and we are
- // processing substitution characters, check to see if this
+ // processing substitution characters, check to see if this
// character needs to be translated and process it accordingly if
// it is
if ((processed == false) && (processSubstituteChars == true)) {
@@ -180,7 +180,7 @@ public class PDETextHelper {
if (futureChar == '>') {
// An ending bracket was found
// This is indeed a element tag
- // Determine if the element tag we found is a valid
+ // Determine if the element tag we found is a valid
// tag exception
String futureBuffer = parsedText.toString();
if (isValidTagException(tagExceptions, futureBuffer)) {
@@ -253,7 +253,7 @@ public class PDETextHelper {
if (inQuote && !onQuote) {
processed = processSubstituteChars(currentChar, substituteChars, buffer);
}
- // If the character did not require translation, just append it
+ // If the character did not require translation, just append it
// as-is
if (processed == false) {
buffer.append(currentChar);
@@ -297,7 +297,7 @@ public class PDETextHelper {
// Sample buffer format:
// NO '<'
// tagName att1="value" att2="value"
- // NO '>'
+ // NO '>'
StringBuffer tagName = new StringBuffer();
// The tag name is every non-whitespace character in the buffer until
// a whitespace character is encountered
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEXMLHelper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEXMLHelper.java
index c38e9f6e83..28b2afe5d8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEXMLHelper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PDEXMLHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PackageFragmentRootPropertyTester.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PackageFragmentRootPropertyTester.java
index 7b4cf65442..5466047800 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PackageFragmentRootPropertyTester.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PackageFragmentRootPropertyTester.java
@@ -21,15 +21,15 @@ import org.eclipse.pde.internal.core.PDECore;
* a parent of the PDE classpath containers "Plug-in Dependencies or "External Plug-in Libraries".
* Intended for use with the command/menu framework. This tester is registered for the type
* {@link IPackageFragmentRoot}.
- *
+ *
* <p>This class must always have a default constructor to function as a property tester</p>
*/
public class PackageFragmentRootPropertyTester extends PropertyTester {
/**
- * A property indicating a whether a package fragment root belongs to the PDE
+ * A property indicating a whether a package fragment root belongs to the PDE
* classpath container. (value <code>"inPluginContainer"</code>). No expected
- * value is required.
+ * value is required.
*/
public static final String PROP_IN_PLUGIN_CONTAINER = "inPluginContainer"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PatternConstructor.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PatternConstructor.java
index ba33c9f807..4d6ed9e997 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PatternConstructor.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PatternConstructor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,7 +25,7 @@ public class PatternConstructor {
/*
* Converts user string to regular expres '*' and '?' to regEx variables.
- *
+ *
*/
private static String asRegEx(String pattern, boolean group) {
// Replace \ with \\, * with .* and ? with .
@@ -43,7 +43,7 @@ public class PatternConstructor {
/**
* Creates a regular expression pattern from the pattern string (which is
* our old 'StringMatcher' format).
- *
+ *
* @param pattern
* The search pattern
* @param isCaseSensitive
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PropertiesUtil.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PropertiesUtil.java
index 48097a41f8..3ddf6cda00 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PropertiesUtil.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/PropertiesUtil.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ public class PropertiesUtil {
public static String createWritableName(String source) {
if (source.indexOf(' ') >= 0) {
- // has blanks
+ // has blanks
StringBuffer writableName = new StringBuffer();
for (int i = 0; i < source.length(); i++) {
char c = source.charAt(i);
@@ -36,7 +36,7 @@ public class PropertiesUtil {
}
public static String createEscapedValue(String value) {
- // if required, escape property values as \\uXXXX
+ // if required, escape property values as \\uXXXX
StringBuffer buf = new StringBuffer(value.length() * 2);
// assume expansion by less than factor of 2
for (int i = 0; i < value.length(); i++) {
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SAXParserWrapper.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SAXParserWrapper.java
index bb621cb9cb..1e5c26fb10 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SAXParserWrapper.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SAXParserWrapper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -33,7 +33,7 @@ public class SAXParserWrapper {
protected boolean isdisposed;
/**
- *
+ *
*/
public SAXParserWrapper() throws ParserConfigurationException, SAXException, FactoryConfigurationError {
fParser = PDEXMLHelper.Instance().getDefaultSAXParser();
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SchemaUtil.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SchemaUtil.java
index 91c305ff1e..8d86094077 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SchemaUtil.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/SchemaUtil.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -35,7 +35,7 @@ public class SchemaUtil {
* should be independantly closed using {@link JarURLConnection#getJarFile()}.close()
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=326263
* </p>
- *
+ *
* @param url URL to open connection to
* @return the url connection
* @throws MalformedURLException if the url is null
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/VersionUtil.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/VersionUtil.java
index 8e9fd3d5aa..0309d631e8 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/VersionUtil.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/VersionUtil.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -65,7 +65,7 @@ public class VersionUtil {
* Returns true if the given version number is an empty version as
* defined by {@link Version}. Used in cases where it would be
* inappropriate to parse the actual version number.
- *
+ *
* @param version version string to check
* @return true if empty version
*/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/XMLComponentRegistry.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/XMLComponentRegistry.java
index 3cc0e16527..3dde0aed7e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/XMLComponentRegistry.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/XMLComponentRegistry.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetHomeDynamicVariableResolver.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetHomeDynamicVariableResolver.java
index c0ee97abd7..c7a48010c2 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetHomeDynamicVariableResolver.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetHomeDynamicVariableResolver.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -19,7 +19,7 @@ public class TargetHomeDynamicVariableResolver implements IDynamicVariableResolv
/**
* Resolver for ${target_home}
- *
+ *
* @since 3.2
*/
@Override
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetNLVariableResolver.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetNLVariableResolver.java
index fda98771a3..414d5ecd29 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetNLVariableResolver.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetNLVariableResolver.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSArchVariableResolver.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSArchVariableResolver.java
index 069fa97da0..5750e11ece 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSArchVariableResolver.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSArchVariableResolver.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSVariableResolver.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSVariableResolver.java
index fc7260ce4e..aeca92f60a 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSVariableResolver.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetOSVariableResolver.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetWSVariableResolver.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetWSVariableResolver.java
index f2e177f0b4..fffc083e0e 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetWSVariableResolver.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/variables/TargetWSVariableResolver.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/BaseExportTask.java b/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/BaseExportTask.java
index f1b10191dd..50a7828590 100644
--- a/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/BaseExportTask.java
+++ b/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/BaseExportTask.java
@@ -24,8 +24,8 @@ public abstract class BaseExportTask extends Task {
protected boolean fUseJarFormat;
protected boolean fExportSource;
/**
- * Whether to create a source bundle if creating source. By default the UI
- * and this task should create a source bundle if {@link #fExportSource} is
+ * Whether to create a source bundle if creating source. By default the UI
+ * and this task should create a source bundle if {@link #fExportSource} is
* <code>true</code>
*/
protected boolean fExportSourceBundle = true;
@@ -73,7 +73,7 @@ public abstract class BaseExportTask extends Task {
* Whether to include source when exporting the bundle. By default the source will
* be exported as a separate source bundle, but source can be embedded in the binary
* output by setting <code>exportSourceBundle=false</code> in the task.
- *
+ *
* @see #setExportSourceBundle(String)
* @param doExportSource whether to include source in the export
*/
@@ -85,7 +85,7 @@ public abstract class BaseExportTask extends Task {
* Whether a separate source bundle should be created when exporting source. This
* is <code>true</code> by default. If <code>false</code> the source will be embedded
* inside the binary output.
- *
+ *
* @see #setExportSource(String)
* @param doExportSourceBundle whether to create a source bundle when exporting source
*/
diff --git a/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/ConvertSchemaToHTML.java b/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/ConvertSchemaToHTML.java
index 2a54fcad50..a6e0cfb457 100644
--- a/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/ConvertSchemaToHTML.java
+++ b/ui/org.eclipse.pde.core/src_ant/org/eclipse/pde/internal/core/ant/ConvertSchemaToHTML.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -33,7 +33,7 @@ import org.osgi.framework.Constants;
/**
* Ant task that takes a plug-in and created HTML reference documents for all schema (.exsd) files.
- *
+ *
*/
public class ConvertSchemaToHTML extends Task {
@@ -52,7 +52,7 @@ public class ConvertSchemaToHTML extends Task {
throw new BuildException(NLS.bind(PDECoreMessages.Builders_Convert_missingAttribute, "manifest")); //$NON-NLS-1$
}
if (!new Path(destination).isValidPath(destination)) {
- throw new BuildException(NLS.bind(PDECoreMessages.Builders_Convert_illegalValue, "destination")); //$NON-NLS-1$
+ throw new BuildException(NLS.bind(PDECoreMessages.Builders_Convert_illegalValue, "destination")); //$NON-NLS-1$
}
IPluginModelBase model = readManifestFile();
@@ -120,7 +120,7 @@ public class ConvertSchemaToHTML extends Task {
* Required attribute describing the location of the plugin.xml file
* for the plug-in to create schema html docs for. May be an absolute
* file path or a path relative to the ant base directory <code>${basedir}</code>
- *
+ *
* @param manifest string file path to plugin.xml for the plug-in to convert
*/
public void setManifest(String manifest) {
@@ -129,7 +129,7 @@ public class ConvertSchemaToHTML extends Task {
/**
* Required attribute describing the location to output the HTML.
- *
+ *
* @param destination string file path to output html to
*/
public void setDestination(String destination) {
@@ -137,11 +137,11 @@ public class ConvertSchemaToHTML extends Task {
}
/**
- * Optional attribute providing a comma <code>','</code> delimited
+ * Optional attribute providing a comma <code>','</code> delimited
* list of file paths to search for plug-ins that provide schema
* files included by the schema files being converted.
* <p>
- * When a schema file includes another, the html will include the
+ * When a schema file includes another, the html will include the
* element definitions from the included schema if it is available.
* If the schema does not exist in the same plug-in, the task will
* assume the schema url is of the form
@@ -153,7 +153,7 @@ public class ConvertSchemaToHTML extends Task {
* The paths can be absolute file paths or paths relative to the ant
* base directory <code>${basedir}</code>.
* </p>
- *
+ *
* @param additionalSearchPaths comma delimited list of search paths
*/
public void setAdditionalSearchPaths(String additionalSearchPaths) {
@@ -168,7 +168,7 @@ public class ConvertSchemaToHTML extends Task {
* Sets a url location to lookup a CSS file to use during
* the schema transformation. If not set, the task will search
* for a default CSS in the product plug-in.
- *
+ *
* @param url string form of url pointing to a CSS file
*/
public void setCSSURL(String url) {
@@ -244,7 +244,7 @@ public class ConvertSchemaToHTML extends Task {
model = new ExternalPluginModel();
else {
stream.close();
- throw new BuildException(NLS.bind(PDECoreMessages.Builders_Convert_illegalValue, "manifest")); //$NON-NLS-1$
+ throw new BuildException(NLS.bind(PDECoreMessages.Builders_Convert_illegalValue, "manifest")); //$NON-NLS-1$
}
String parentPath = file.getParentFile().getAbsolutePath();
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractKeyValueTextChangeListener.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractKeyValueTextChangeListener.java
index 8ead1b2712..ccbb0f8afa 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractKeyValueTextChangeListener.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractKeyValueTextChangeListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractTextChangeListener.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractTextChangeListener.java
index 7dc96cf96e..5d366d530d 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractTextChangeListener.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/AbstractTextChangeListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentAttributeNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentAttributeNode.java
index 122df5cf02..5af227984c 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentAttributeNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentAttributeNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -27,7 +27,7 @@ public class DocumentAttributeNode extends DocumentXMLNode implements IDocumentA
private String fName;
/**
- *
+ *
*/
public DocumentAttributeNode() {
fEnclosingElement = null;
@@ -167,7 +167,7 @@ public class DocumentAttributeNode extends DocumentXMLNode implements IDocumentA
public void reconnect(IDocumentElementNode parent) {
// Transient field: Enclosing element
// Essentially is the parent (an element)
- // Note: Parent field from plugin document node parent seems to be
+ // Note: Parent field from plugin document node parent seems to be
// null; but, we will set it any ways
fEnclosingElement = parent;
// Transient field: Name Length
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentElementNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentElementNode.java
index 9090a85391..7aa813e2ea 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentElementNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentElementNode.java
@@ -25,9 +25,9 @@ public abstract class DocumentElementNode extends DocumentXMLNode implements IDo
public static final String ATTRIBUTE_VALUE_TRUE = "true"; //$NON-NLS-1$
- public static final String ATTRIBUTE_VALUE_FALSE = "false"; //$NON-NLS-1$
+ public static final String ATTRIBUTE_VALUE_FALSE = "false"; //$NON-NLS-1$
- public static final String EMPTY_VALUE = ""; //$NON-NLS-1$
+ public static final String EMPTY_VALUE = ""; //$NON-NLS-1$
private transient IDocumentElementNode fParent;
private transient boolean fIsErrorNode;
@@ -47,7 +47,7 @@ public abstract class DocumentElementNode extends DocumentXMLNode implements IDo
// TODO: MP: TEO: LOW: Regenerate comments
/**
- *
+ *
*/
public DocumentElementNode() {
fParent = null;
@@ -595,7 +595,7 @@ public abstract class DocumentElementNode extends DocumentXMLNode implements IDo
}
/**
- *
+ *
*/
private void reconnectDocument() {
// Transient field: Indent
@@ -656,7 +656,7 @@ public abstract class DocumentElementNode extends DocumentXMLNode implements IDo
}
/**
- *
+ *
*/
private void reconnectText() {
// Transient field: Text Node
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentHandler.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentHandler.java
index 91ac6c405b..83f1110ede 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentHandler.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentHandler.java
@@ -252,7 +252,7 @@ public abstract class DocumentHandler extends DefaultHandler {
}
/**
- *
+ *
*/
private void generateErrorElementHierarchy() {
while (!fDocumentNodeStack.isEmpty()) {
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java
index 78096eccc3..7157c97785 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentNodeFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.pde.internal.core.text.plugin.DocumentGenericNode;
public abstract class DocumentNodeFactory implements IDocumentNodeFactory {
/**
- *
+ *
*/
public DocumentNodeFactory() {
// NO-OP
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentObject.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentObject.java
index 83f0e1c50b..6ef8711641 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentObject.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -276,7 +276,7 @@ public abstract class DocumentObject extends DocumentElementNode implements IDoc
// Validate index
if ((index < 0) || (index >= getChildCount()) || (clazz.isInstance(getChildAt(index)) == false)) {
// 0 <= index < child element count
- // Cannot remove a node that is not the specified type
+ // Cannot remove a node that is not the specified type
return null;
}
// Remove the node
@@ -397,7 +397,7 @@ public abstract class DocumentObject extends DocumentElementNode implements IDoc
int position = indexOf(node);
int lastIndex = getChildCount() - 1;
if ((position < 0) || (position >= lastIndex)) {
- // Either the node was not found or the node was found but it is
+ // Either the node was not found or the node was found but it is
// at the last index
return null;
}
@@ -415,7 +415,7 @@ public abstract class DocumentObject extends DocumentElementNode implements IDoc
public IDocumentElementNode getPreviousSibling(IDocumentElementNode node, Class<?> clazz) {
int position = indexOf(node);
if ((position <= 0) || (position >= getChildCount())) {
- // Either the item was not found or the item was found but it is
+ // Either the item was not found or the item was found but it is
// at the first index
return null;
}
@@ -550,7 +550,7 @@ public abstract class DocumentObject extends DocumentElementNode implements IDoc
IDocumentElementNode clone = clone(node);
// Removing the node and moving it to a positive relative index alters
// the indexing for insertion; however, this pads the new relative
- // index by 1, allowing it to be inserted one position after as
+ // index by 1, allowing it to be inserted one position after as
// desired
// Add the node back at the specified index
addChildNode(clone, newIndex, fireEvent);
@@ -630,7 +630,7 @@ public abstract class DocumentObject extends DocumentElementNode implements IDoc
}
boolean changed = super.setXMLContent(text);
- // Fire an event
+ // Fire an event
if (changed && shouldFireEvent()) {
if (node != null) {
firePropertyChanged(node, IDocumentTextNode.F_PROPERTY_CHANGE_TYPE_PCDATA, oldText, text);
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentTextNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentTextNode.java
index 6871fc5cc0..41b4001327 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentTextNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentTextNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -35,7 +35,7 @@ public class DocumentTextNode extends DocumentXMLNode implements IDocumentTextNo
private String fText;
/**
- *
+ *
*/
public DocumentTextNode() {
fOffset = -1;
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentXMLNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentXMLNode.java
index 89067d306f..983d720ad2 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentXMLNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/DocumentXMLNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentAttributeNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentAttributeNode.java
index 3272ccabca..fcc3f15bb3 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentAttributeNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentAttributeNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentKey.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentKey.java
index af8d0bc5b9..8d5222180d 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentKey.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentKey.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentNodeFactory.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentNodeFactory.java
index 5138974afa..968bd7c2fd 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentNodeFactory.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentNodeFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentObject.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentObject.java
index a4c74621f1..5b785f34ba 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentObject.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentRange.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentRange.java
index fc3d46b6f0..8dcbc7d303 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentRange.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentRange.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentTextNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentTextNode.java
index 873d136f7e..3fc667ec69 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentTextNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentTextNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentXMLNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentXMLNode.java
index ce1002f854..4321af3a3f 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentXMLNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IDocumentXMLNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IEditingModel.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IEditingModel.java
index fdd86b9a13..d8af19d8fa 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IEditingModel.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IEditingModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IModelTextChangeListener.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IModelTextChangeListener.java
index b3b8ef0d1d..1b4c8c0b62 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IModelTextChangeListener.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IModelTextChangeListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,7 +20,7 @@ public interface IModelTextChangeListener extends IModelChangedListener {
/**
* Get a human readable name for the given TextEdit for use in a refactoring
* preview, for instance.
- *
+ *
* @param edit
* the edit to get a name for
* @return
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IReconcilingParticipant.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IReconcilingParticipant.java
index 61dbf0167c..d137b9e1e9 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IReconcilingParticipant.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/IReconcilingParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/Build.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/Build.java
index f134ba6fb9..8a48877516 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/Build.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/Build.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -72,7 +72,7 @@ public class Build implements IBuild {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IWritable#write(java.lang.String,
* java.io.PrintWriter)
*/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildEntry.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildEntry.java
index a2f57d7f8a..5584a33d1a 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildEntry.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildEntry.java
@@ -280,7 +280,7 @@ public class BuildEntry implements IBuildEntry, IDocumentKey {
/**
* Returns the path that this entries tokens are relative to, or <code>null</code> if none.
- *
+ *
* @return relative root path, or <code>null</code>
*/
IPath getRootPath() {
@@ -302,7 +302,7 @@ public class BuildEntry implements IBuildEntry, IDocumentKey {
/**
* Makes the token a bundle root relative path
- *
+ *
* @param token token
* @param root bundle root path
* @return bundle relative token
@@ -316,7 +316,7 @@ public class BuildEntry implements IBuildEntry, IDocumentKey {
/**
* Makes the token a project relative path
- *
+ *
* @param token token
* @param root bundle root path
* @return project relative token
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModel.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModel.java
index dd89c04bda..ff2733f1f7 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModel.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModelFactory.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModelFactory.java
index 1d16d27876..0c7427dda4 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModelFactory.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/BuildModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/PropertiesTextChangeListener.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/PropertiesTextChangeListener.java
index 3e1bd67be6..cf9caa9ac2 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/PropertiesTextChangeListener.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/build/PropertiesTextChangeListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BasePackageHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BasePackageHeader.java
index ae02f470e3..71c974c06f 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BasePackageHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BasePackageHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/Bundle.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/Bundle.java
index e55558ebd1..b0b5898f34 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/Bundle.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/Bundle.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -31,7 +31,7 @@ public class Bundle implements IBundle {
* Loads the given map as the set of headers this model represents. Any previously set
* headers will be cleared. The provided map must be string header keys to string
* values.
- *
+ *
* @param headers the headers to load in this model
*/
public void load(Map<?, ?> headers) {
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivationPolicyHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivationPolicyHeader.java
index 1b2d5452d5..215659a704 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivationPolicyHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivationPolicyHeader.java
@@ -31,7 +31,7 @@ public class BundleActivationPolicyHeader extends LazyStartHeader {
setMainComponent(lazy ? Constants.ACTIVATION_LAZY : null);
}
- // Need to overwrite the write() method incase user has directives. If we did not, we would continue to write directives even when we aren't lazy starting
+ // Need to overwrite the write() method incase user has directives. If we did not, we would continue to write directives even when we aren't lazy starting
@Override
public String write() {
if (isLazyStart())
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivatorHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivatorHeader.java
index cae3511081..d81d9ed53f 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivatorHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleActivatorHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleClasspathHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleClasspathHeader.java
index df58db4776..7615231564 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleClasspathHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleClasspathHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleLocalizationHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleLocalizationHeader.java
index 22938e13cb..2955fafe77 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleLocalizationHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleLocalizationHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModel.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModel.java
index 55d0bf90e7..ac60e1ed13 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModel.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModelFactory.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModelFactory.java
index 480ccd8e28..fbb7b730f9 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModelFactory.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleNameHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleNameHeader.java
index 97988262a9..a3582f863f 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleNameHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleNameHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleSymbolicNameHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleSymbolicNameHeader.java
index f39ce93607..5e40ab8eb6 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleSymbolicNameHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleSymbolicNameHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleTextChangeListener.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleTextChangeListener.java
index 95e1d2d134..1ca565ea76 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleTextChangeListener.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleTextChangeListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -50,13 +50,13 @@ public class BundleTextChangeListener extends AbstractKeyValueTextChangeListener
/*
* (non-Javadoc)
- *
+ *
* This method is overwritten in the BundleTextChangeListener so that newly inserted headers
* will have their separator inserted at the start of the change rather than the end when there
* is not already a new line at the end of the manifest. This allows the "Add a new line at the
* end of the file" change to go at the bottom of the preview as the user would expect. Previously
* it was added before all inserts so the new headers would appear on new lines.
- *
+ *
* @see org.eclipse.pde.internal.core.text.AbstractKeyValueTextChangeListener#insertKey(org.eclipse.pde.internal.core.text.IDocumentKey, java.lang.String)
*/
@Override
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVendorHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVendorHeader.java
index 62c98a164f..d51d41a9ba 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVendorHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVendorHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVersionHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVersionHeader.java
index f63be5e0de..caded4735c 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVersionHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleVersionHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/CompositeManifestHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/CompositeManifestHeader.java
index 83eadb1b3f..3fd6217fa9 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/CompositeManifestHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/CompositeManifestHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -281,7 +281,7 @@ public class CompositeManifestHeader extends ManifestHeader {
if (fManifestElements != null) {
elementCount = fManifestElements.size();
}
- // 0 <= index <= size()
+ // 0 <= index <= size()
if (fSort == true) {
return;
} else if (index < 0) {
@@ -294,7 +294,7 @@ public class CompositeManifestHeader extends ManifestHeader {
element.setHeader(this);
// Add the element to the list
if (fManifestElements == null) {
- // Initialize the element list if not defined
+ // Initialize the element list if not defined
fManifestElements = new ArrayList<Object>(1);
// Add the element to the end of the list
fManifestElements.add(element);
@@ -318,7 +318,7 @@ public class CompositeManifestHeader extends ManifestHeader {
// Elements are sorted. Position is irrelevant
return -1;
} else if (fManifestElements == null) {
- // No elements
+ // No elements
return -1;
}
return fManifestElements.indexOf(targetElement);
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExecutionEnvironment.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExecutionEnvironment.java
index 5f8c7b2d15..098a092c4e 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExecutionEnvironment.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExecutionEnvironment.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageHeader.java
index e6a365e172..cd15be9ef8 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageObject.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageObject.java
index 375eca73b6..b08de2bea5 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageObject.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ExportPackageObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Les Jones <lesojones@gmail.com> - Bug 208967
@@ -186,7 +186,7 @@ public class ExportPackageObject extends PackageObject {
/**
* Format the specified directive of the Export-Package manifest header.
- *
+ *
* @param directiveName
* The name of the directive, e.g. x-friends or uses
* @param sb
@@ -289,7 +289,7 @@ public class ExportPackageObject extends PackageObject {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.core.bundle.BundleObject#write(java.lang.String,
* java.io.PrintWriter)
*/
@@ -311,7 +311,7 @@ public class ExportPackageObject extends PackageObject {
}
/**
- *
+ *
*/
private void reconnectFriends() {
// Get all the friends
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/FragmentHostHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/FragmentHostHeader.java
index f8bdae2261..c962326a74 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/FragmentHostHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/FragmentHostHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageHeader.java
index 09e73edcb9..dc9002f82f 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageObject.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageObject.java
index 19540b7ff2..f7783afccf 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageObject.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ImportPackageObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/LazyStartHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/LazyStartHeader.java
index 4152fe1698..f62ef1d9d9 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/LazyStartHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/LazyStartHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ManifestHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ManifestHeader.java
index 32ed25897c..b31f30ac65 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ManifestHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/ManifestHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PDEManifestElement.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PDEManifestElement.java
index 3498149fe5..9fba678074 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PDEManifestElement.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PDEManifestElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageFriend.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageFriend.java
index c916d2778f..508249d101 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageFriend.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageFriend.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageObject.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageObject.java
index 1dcc02152d..c708d8773c 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageObject.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/PackageObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleHeader.java
index 9f65484fc4..5a0bd5d484 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleObject.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleObject.java
index 19974b017c..5a59d83776 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleObject.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequireBundleObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequiredExecutionEnvironmentHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequiredExecutionEnvironmentHeader.java
index 1696c54c04..db92bae483 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequiredExecutionEnvironmentHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/RequiredExecutionEnvironmentHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/SingleManifestHeader.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/SingleManifestHeader.java
index 08fd48ec2e..e5b4ebce74 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/SingleManifestHeader.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/SingleManifestHeader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentModel.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentModel.java
index 1faf4999db..c83c3df658 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentModel.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentNode.java
index 8a46d27339..e0e3f5f1b4 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/FragmentNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginAttribute.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginAttribute.java
index 68454f516b..f338410c3a 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginAttribute.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginAttribute.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -24,7 +24,7 @@ public class PluginAttribute extends PluginObjectNode implements IPluginAttribut
// The plugin attribute interface requires this class to extend PluginObjectNode
// However, by doing that this class also extends the document
- // element node class - which is wrong when implementing
+ // element node class - which is wrong when implementing
// the document attribute node interface
// To work around this issue, we use an adaptor.
private DocumentAttributeNode fAttribute;
@@ -32,7 +32,7 @@ public class PluginAttribute extends PluginObjectNode implements IPluginAttribut
private String fValue;
/**
- *
+ *
*/
public PluginAttribute() {
super();
@@ -191,7 +191,7 @@ public class PluginAttribute extends PluginObjectNode implements IPluginAttribut
@Override
public void reconnect(IDocumentElementNode parent) {
// Inconsistency in model
- // A document attribute node should not extend plugin object because plugin object extends
+ // A document attribute node should not extend plugin object because plugin object extends
// document element node
super.reconnect(parent, getModel());
fAttribute.reconnect(parent);
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginBaseNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginBaseNode.java
index 7504203b13..690821b943 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginBaseNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginBaseNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentHandler.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentHandler.java
index d9e62be96a..8844567581 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentHandler.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentNodeFactory.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentNodeFactory.java
index 5cf0e755f7..c2a01379fc 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentNodeFactory.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginDocumentNodeFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginElementNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginElementNode.java
index b1fbd6f1fc..a3c51be881 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginElementNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginElementNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -126,7 +126,7 @@ public class PluginElementNode extends PluginParentNode implements IPluginElemen
if (getAttributeCount() > 0 || children.length > 0 || text.length() > 0)
buffer.append(getIndent());
- buffer.append("</" + getXMLTagName() + ">"); //$NON-NLS-1$ //$NON-NLS-2$
+ buffer.append("</" + getXMLTagName() + ">"); //$NON-NLS-1$ //$NON-NLS-2$
return buffer.toString();
}
@@ -196,7 +196,7 @@ public class PluginElementNode extends PluginParentNode implements IPluginElemen
super.reconnect(parent, model);
// Transient Field: Element Info
// Not necessary to reconnect schema.
- // getElementInfo will retrieve the schema on demand if it is null
+ // getElementInfo will retrieve the schema on demand if it is null
elementInfo = null;
}
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionNode.java
index df56db7405..438d11b3e9 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -160,7 +160,7 @@ public class PluginExtensionNode extends PluginParentNode implements IPluginExte
super.reconnect(parent, model);
// Transient Field: Schema
// Not necessary to reconnect schema.
- // getSchema will retrieve the schema on demand if it is null
+ // getSchema will retrieve the schema on demand if it is null
fSchema = null;
}
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionPointNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionPointNode.java
index eba083fbc0..387fe38b73 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionPointNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginExtensionPointNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginImportNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginImportNode.java
index c79450b532..b57e23a586 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginImportNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginImportNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginLibraryNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginLibraryNode.java
index bf06c476cb..dc1ea0a496 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginLibraryNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginLibraryNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModel.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModel.java
index fe5a6af10a..560b514aef 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModel.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModelBase.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModelBase.java
index 1f9a9a89d0..271bab88f6 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModelBase.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginModelBase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginNode.java
index 5deac6f580..dc7e6d823a 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginObjectNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginObjectNode.java
index e7f03ff850..7f22642bc7 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginObjectNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginObjectNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -29,7 +29,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
private String fName;
/**
- *
+ *
*/
public PluginObjectNode() {
super();
@@ -37,7 +37,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getModel()
*/
@Override
@@ -47,7 +47,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getPluginModel()
*/
@Override
@@ -57,7 +57,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getName()
*/
@Override
@@ -67,7 +67,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#isInTheModel()
*/
@Override
@@ -77,7 +77,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getTranslatedName()
*/
@Override
@@ -87,7 +87,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getParent()
*/
@Override
@@ -97,7 +97,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getPluginBase()
*/
@Override
@@ -107,7 +107,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#getResourceString(java.lang.String)
*/
@Override
@@ -117,7 +117,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#setName(java.lang.String)
*/
@Override
@@ -127,7 +127,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#isValid()
*/
@Override
@@ -137,7 +137,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.IWritable#write(java.lang.String,
* java.io.PrintWriter)
*/
@@ -147,7 +147,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.core.runtime.IAdaptable#getAdapter(java.lang.Class)
*/
@Override
@@ -157,7 +157,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.core.plugin.IPluginObject#setInTheModel(boolean)
*/
@Override
@@ -171,7 +171,7 @@ public class PluginObjectNode extends DocumentElementNode implements IPluginObje
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.pde.internal.ui.model.IDocumentNode#setXMLAttribute(java.lang.String,
* java.lang.String)
*/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginParentNode.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginParentNode.java
index 8b51aaa414..df6455c3f0 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginParentNode.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/PluginParentNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/XMLTextChangeListener.java b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/XMLTextChangeListener.java
index e42667e605..25a498ba12 100644
--- a/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/XMLTextChangeListener.java
+++ b/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/plugin/XMLTextChangeListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/CoreTestApplication.java b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/CoreTestApplication.java
index cf21d17f95..fa23999c93 100644
--- a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/CoreTestApplication.java
+++ b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/CoreTestApplication.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/LegacyUITestApplication.java b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/LegacyUITestApplication.java
index 00c3d24a36..8d4717dd81 100644
--- a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/LegacyUITestApplication.java
+++ b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/LegacyUITestApplication.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -70,7 +70,7 @@ public class LegacyUITestApplication implements IPlatformRunnable, ITestHarness
* If the PDE JUnit launcher did not set this argument, then return
* the name of the default application.
* In 3.0, the default is the "org.eclipse.ui.ide.worbench" application.
- *
+ *
*/
private String getApplicationToRun(String[] args) {
IProduct product = Platform.getProduct();
diff --git a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/NonUIThreadTestApplication.java b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/NonUIThreadTestApplication.java
index 280663448d..62f5c1439d 100644
--- a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/NonUIThreadTestApplication.java
+++ b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/NonUIThreadTestApplication.java
@@ -62,7 +62,7 @@ public class NonUIThreadTestApplication implements IApplication {
* introduce any dependency on UI code we first attempt to get the harness via service.
* If that doesn't work, we use reflection to call the workbench code, but don't fail
* if Platform UI is not available.
- *
+ *
* @throws Exception
*/
private void installPlatformUITestHarness() throws Exception {
diff --git a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java
index 42795e26f3..1531cbd939 100644
--- a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java
+++ b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/PDEJUnitRuntimePlugin.java
@@ -25,19 +25,19 @@ import org.osgi.util.tracker.ServiceTracker;
* <pre>
* 1) Headless tests (no UI, no workbench)
* Runs NonUIThreadTestApplication with no testable object
- *
+ *
* 2) e4 UI tests (e4 UI, no workbench)
* Runs NonUIThreadTestApplication with a testable object from e4 service
- *
+ *
* 3) UI tests run in the non UI thread (UI, workbench)
* Runs NonUIThreadTestApplication with a testable object from e4 service or PlatformUI
- *
+ *
* 4) UI tests run in the UI thread (UI, workbench)
* Runs UITestApplication with a testable object from e4 service or PlatformUI
- *
+ *
* 5) Headless tests with no application (no UI, no workbench, no application)
* Runs directly with no application
- *
+ *
* 6) Legacy UI test application (deprecated)
* Runs LegacyUITestApplication with an IPlatformRunnable
* </pre>
@@ -46,7 +46,7 @@ import org.osgi.util.tracker.ServiceTracker;
public class PDEJUnitRuntimePlugin implements BundleActivator {
/**
- * The testable object is accessed via service and a string name to avoid depending on UI code. The
+ * The testable object is accessed via service and a string name to avoid depending on UI code. The
*/
private static final String TESTABLE_OBJECT_SERVICE_NAME = "org.eclipse.ui.testing.TestableObject"; //$NON-NLS-1$
@@ -100,9 +100,9 @@ public class PDEJUnitRuntimePlugin implements BundleActivator {
* application lifecycle.
* <p>
* It is recommended the testable object is obtained via service
- * over {@link Workbench#getWorkbenchTestable()} to avoid the
+ * over {@link Workbench#getWorkbenchTestable()} to avoid the
* tests having a dependency on the Workbench.
- * </p>
+ * </p>
* @return TestableObject provided via service or <code>null</code>
*/
public Object getTestableObject() {
diff --git a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
index cc18d3c320..3cd5e4839d 100644
--- a/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
+++ b/ui/org.eclipse.pde.junit.runtime/src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
- * Ralf Ebert - Bug 307076 : JUnit Plug-in test runner exception "No Classloader found for plug-in ..." is confusing
+ * Ralf Ebert - Bug 307076 : JUnit Plug-in test runner exception "No Classloader found for plug-in ..." is confusing
*******************************************************************************/
package org.eclipse.pde.internal.junit.runtime;
@@ -47,7 +47,7 @@ public class RemotePluginTestRunner extends RemoteTestRunner {
}
}
- /**
+ /**
* The main entry point. Supported arguments in addition
* to the ones supported by RemoteTestRunner:
* <pre>
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/ILaunchingPreferenceConstants.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/ILaunchingPreferenceConstants.java
index e637ff3860..de8f5a3917 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/ILaunchingPreferenceConstants.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/ILaunchingPreferenceConstants.java
@@ -12,7 +12,7 @@ package org.eclipse.pde.internal.launching;
/**
* Listing of constants used in PDE preferences for launching.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface ILaunchingPreferenceConstants {
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/IPDEConstants.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/IPDEConstants.java
index b5270a66cb..811a165cfb 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/IPDEConstants.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/IPDEConstants.java
@@ -31,7 +31,7 @@ public interface IPDEConstants {
* Launch configuration attribute key. The value is a boolean specifying
* whether the workspace log for an Eclipse application should be cleared
* prior to launching.
- *
+ *
* TODO, move to IPDELauncherConstants in 3.4
*/
String DOCLEARLOG = "clearwslog"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/PDELaunchingPlugin.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/PDELaunchingPlugin.java
index 6fa0b642c9..f8dfb1954a 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/PDELaunchingPlugin.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/PDELaunchingPlugin.java
@@ -40,7 +40,7 @@ public class PDELaunchingPlugin extends Plugin implements IPDEConstants {
/**
* The shared text file document provider.
- *
+ *
* @since 3.2
*/
private OSGiFrameworkManager fOSGiFrameworkManager;
@@ -104,7 +104,7 @@ public class PDELaunchingPlugin extends Plugin implements IPDEConstants {
* Add the launch configuration listener if the debug plugin is started.
* Otherwise, setup a bundle listener to install the listener when the debug
* plugin loads.
- *
+ *
* @param context
* bundle context needed to get current bundles
*/
@@ -161,7 +161,7 @@ public class PDELaunchingPlugin extends Plugin implements IPDEConstants {
* Utility class that creates and controls a the PDE launch configuration
* listener. This is done in a separate class to avoid loading the debug
* plugin.
- *
+ *
* @since 3.4
*/
private class DebugPluginUtil {
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java
index 0caac793b7..876ff69783 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java
@@ -29,7 +29,7 @@ public class BundleLauncherHelper {
/**
* When creating a mapping of bundles to their start levels, update configurator is set
* to auto start at level three. However, if at launch time we are launching with both
- * simple configurator and update configurator, we change the start level as they
+ * simple configurator and update configurator, we change the start level as they
* shouldn't be started together.
*/
public static final String DEFAULT_UPDATE_CONFIGURATOR_START_LEVEL_TEXT = "3"; //$NON-NLS-1$
@@ -186,8 +186,8 @@ public class BundleLauncherHelper {
if (model.getPluginBase().getVersion().equalsIgnoreCase(existing.getPluginBase().getVersion()) || (isSingleton(model) && isSingleton(existing))) {
if (workspaceModels == null)
workspaceModels = Arrays.asList(PluginRegistry.getWorkspaceModels());
- if (!workspaceModels.contains(existing)) { //if existing model is external
- pluginMap.put(id, model); // launch the workspace model
+ if (!workspaceModels.contains(existing)) { //if existing model is external
+ pluginMap.put(id, model); // launch the workspace model
continue;
}
}
@@ -211,7 +211,7 @@ public class BundleLauncherHelper {
}
/**
- * Finds the best candidate model from the <code>resolution</code> location. If the model is not found there,
+ * Finds the best candidate model from the <code>resolution</code> location. If the model is not found there,
* alternate location is explored before returning <code>null</code>.
* @param modelEntry
* @param version
@@ -244,7 +244,7 @@ public class BundleLauncherHelper {
* <code>null</code> if no enabled models were in the provided list. The best match will
* be an exact version match if one is found. Otherwise a model that is resolved in the
* OSGi state with the highest version is returned.
- *
+ *
* @param models list of candidate models to choose from
* @param version the bundle version to find a match for
* @return best candidate model from the list of models or <code>null</code> if no there were no acceptable models in the list
@@ -357,7 +357,7 @@ public class BundleLauncherHelper {
String modelName = description.getSymbolicName();
if (IPDEBuildConstants.BUNDLE_DS.equals(modelName)) {
- return "1"; //$NON-NLS-1$
+ return "1"; //$NON-NLS-1$
} else if (IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR.equals(modelName)) {
return "1"; //$NON-NLS-1$
} else if (IPDEBuildConstants.BUNDLE_EQUINOX_COMMON.equals(modelName)) {
@@ -381,7 +381,7 @@ public class BundleLauncherHelper {
String modelName = description.getSymbolicName();
if (IPDEBuildConstants.BUNDLE_DS.equals(modelName)) {
- return "true"; //$NON-NLS-1$
+ return "true"; //$NON-NLS-1$
} else if (IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR.equals(modelName)) {
return "true"; //$NON-NLS-1$
} else if (IPDEBuildConstants.BUNDLE_EQUINOX_COMMON.equals(modelName)) {
@@ -586,14 +586,14 @@ public class BundleLauncherHelper {
}
/**
- * Returns a map of IPluginModelBase to their associated String resolution setting. Reads the
+ * Returns a map of IPluginModelBase to their associated String resolution setting. Reads the
* additional plug-ins attribute of the given launch config and returns a map of plug-in models
* to their resolution. The attribute stores the id, version, enablement and resolution of each plug-in.
* The models to be returned are determined by trying to find a model with a matching name, matching version
* (or highest) in the resolution location (falling back on other locations if the chosen option is unavailable).
* The includeDisabled option allows the returned list to contain only plug-ins that are enabled (checked) in
* the config.
- *
+ *
* @param config launch config to read attribute from
* @param onlyEnabled whether all plug-ins in the attribute should be returned or just the ones marked as enabled/checked
* @return map of IPluginModelBase to String resolution setting
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java
index 6a4bed7935..d3007800bf 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java
@@ -37,9 +37,9 @@ public class LaunchArgumentsHelper {
/**
* Returns the location that will be used as the workspace when launching or
* an empty string if the user has specified the <code>-data &#64none</code>
- * argument for no workspace. Will replace variables, so this method should
+ * argument for no workspace. Will replace variables, so this method should
* only be called when variable substitution (may prompt the user) is appropriate.
- *
+ *
* @param configuration the launch configuration to get the workspace value for
* @return workspace location path as a string or an empty if no workspace will be used
* @throws CoreException if there is a problem with the configuration
@@ -119,7 +119,7 @@ public class LaunchArgumentsHelper {
/**
* Fetches the VM Arguments from the current Target Platform
- *
+ *
* @return VM Arguments from the current Target Platform or empty string if none found
*/
public static String getInitialVMArguments() {
@@ -233,9 +233,9 @@ public class LaunchArgumentsHelper {
* Returns the path to the equinox launcher jar. If the launcher is available
* in the workspace, the packageName will be used to determine the expected output
* location.
- *
+ *
* @param packageName name of the launcher package, typically {@link IPDEBuildConstants#BUNDLE_EQUINOX_LAUNCHER}
- * @return the path to the equinox launcher jar or <code>null</code>
+ * @return the path to the equinox launcher jar or <code>null</code>
* @throws CoreException
*/
private static String getEquinoxStartupPath(String packageName) throws CoreException {
@@ -346,8 +346,8 @@ public class LaunchArgumentsHelper {
}
File startupJar = new Path(TargetPlatform.getLocation()).append("startup.jar").toFile(); //$NON-NLS-1$
- // if something goes wrong with the preferences, fall back on the startup.jar
- // in the running eclipse.
+ // if something goes wrong with the preferences, fall back on the startup.jar
+ // in the running eclipse.
if (!startupJar.exists())
startupJar = new Path(TargetPlatform.getDefaultLocation()).append("startup.jar").toFile(); //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java
index a6fddb8da4..e801ab5e85 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java
@@ -94,14 +94,14 @@ public class LaunchConfigurationHelper {
/**
* Writes out the config.ini and other configuration files based on the bundles being launched. This includes
* writing out bundles.info if the simple configurator is being used or platform.xml if update configurator
- * is being used.
- *
+ * is being used.
+ *
* @param configuration launch configuration
* @param productID id of the product being launched, may be <code>null</code>
* @param bundles map of bundle id to plug-in model, these are the bundles being launched
* @param bundlesWithStartLevels map of plug-in model to a string containing start level information
* @param configurationDirectory config directory where the created files will be placed
- * @return a properties object containing the properties written out to config.ini
+ * @return a properties object containing the properties written out to config.ini
* @throws CoreException
*/
public static Properties createConfigIniFile(ILaunchConfiguration configuration, String productID, Map<String, IPluginModelBase> bundles, Map<IPluginModelBase, String> bundlesWithStartLevels, File configurationDirectory) throws CoreException {
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationListener.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationListener.java
index 6613f30726..c9f3aaf5cd 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationListener.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchPluginValidator.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchPluginValidator.java
index 6389a183d9..ee862bf43c 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchPluginValidator.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchPluginValidator.java
@@ -42,7 +42,7 @@ public class LaunchPluginValidator {
}
/**
- *
+ *
* @param configuration launchConfiguration to get the attribute value
* @param attribute launch configuration attribute to containing plug-in information
* @return a TreeSet containing IPluginModelBase objects which are represented by the value of the attribute
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java
index 7da0e7b45d..02eb003e57 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchValidationOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LauncherUtils.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LauncherUtils.java
index b8a62633f2..6a2e76f91e 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LauncherUtils.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LauncherUtils.java
@@ -53,7 +53,7 @@ public class LauncherUtils {
* before launching. The provided workspace should already have any variables replaced.
* This method will not check if no workspace is being used (<code>-data &#64;none</code>
* added as a program argument). The caller should check for this possibility.
- *
+ *
* @param configuration launch configuration used to lookup workspace clear settings
* @param workspace the absolute workspace location to be checked with all variables replaced or the empty string for no workspace
* @param monitor progress monitor
@@ -64,7 +64,7 @@ public class LauncherUtils {
// If the workspace is not defined, there is no workspace to clear
// Unless the user has added the -data program arugment themselves,
- // the workspace chooser dialog will be brought up.
+ // the workspace chooser dialog will be brought up.
if (workspace == null || workspace.length() == 0) {
if (monitor != null) {
monitor.done();
@@ -391,7 +391,7 @@ public class LauncherUtils {
/**
* Updates the stores launch mode. This should be called on any PDE Eclipse launch. The launch mode
* is passed to the status handler so it can open the correct launch configuration dialog
- *
+ *
* @param launchMode last known launch mode, see {@link ILaunch#getLaunchMode()}
*/
public static void setLastLaunchMode(String launchMode) {
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/OSGiFrameworkManager.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/OSGiFrameworkManager.java
index f7d97f3389..c7adbf962c 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/OSGiFrameworkManager.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/OSGiFrameworkManager.java
@@ -71,7 +71,7 @@ public class OSGiFrameworkManager implements IRegistryChangeListener {
@Override
public void registryChanged(IRegistryChangeEvent event) {
- //TODO implement
+ //TODO implement
}
public String getDefaultFramework() {
@@ -130,7 +130,7 @@ public class OSGiFrameworkManager implements IRegistryChangeListener {
* or <code>null</code> if no element exists with that ID.
* @param frameworkId
* @return the {@link IConfigurationElement} for the framework with the given ID or <code>null</code>
- *
+ *
* @since 3.5
*/
public IConfigurationElement getFramework(String frameworkId) {
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/RequirementHelper.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/RequirementHelper.java
index c4bfcb9e72..544667df4d 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/RequirementHelper.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/RequirementHelper.java
@@ -20,8 +20,8 @@ import org.eclipse.pde.internal.launching.IPDEConstants;
import org.eclipse.pde.launching.IPDELauncherConstants;
/**
- * Centralizes code for validating the contents of a launch and finding missing requirements.
- *
+ * Centralizes code for validating the contents of a launch and finding missing requirements.
+ *
* @since 3.6
* @see EclipsePluginValidationOperation
*/
@@ -31,7 +31,7 @@ public class RequirementHelper {
* Returns a list of string plug-in ids that are required to launch the product, application
* or application to test that the given launch configuration specifies. Which attributes are
* checked will depend on whether a product, an application or a junit application is being launched.
- *
+ *
* @param config launch configuration to get attributes from
* @param plugins list of plugin models to look for product extensions in
* @return list of string plug-in IDs that are required by the config's application/product settings
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/VMHelper.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/VMHelper.java
index 16afe68527..b9ec3838c3 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/VMHelper.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/VMHelper.java
@@ -27,10 +27,10 @@ import org.eclipse.pde.launching.EquinoxLaunchConfiguration;
public class VMHelper {
/**
- * Returns the id of an execution environment that is both bound to a JRE and valid for the minimum
- * BREE supplied by every bundle that will be launched in the given launch configuration or
+ * Returns the id of an execution environment that is both bound to a JRE and valid for the minimum
+ * BREE supplied by every bundle that will be launched in the given launch configuration or
* <code>null</code> if no valid/bound execution environment could be found.
- *
+ *
* @param configuration the launch configuration to test the bundle's BREEs of
* @return string id of a valid execution environment with a bound JRE or <code>null</code>
* @throws CoreException if there is a problem reading the bundles from the launch configuration
@@ -50,7 +50,7 @@ public class VMHelper {
}
}
- // Iterate through all launch models
+ // Iterate through all launch models
boolean isOSGiLaunch = configuration instanceof EquinoxLaunchConfiguration; // TODO Test this
IPluginModelBase[] plugins = BundleLauncherHelper.getMergedBundles(configuration, isOSGiLaunch);
for (int i = 0; i < plugins.length; i++) {
@@ -120,7 +120,7 @@ public class VMHelper {
/**
* Get the default VMInstall name using the available info in the config,
* using the JavaProject if available.
- *
+ *
* @param configuration
* Launch configuration to check
* @return name of the VMInstall
@@ -145,7 +145,7 @@ public class VMHelper {
* Returns the vm install to launch this configuration with based on launch configuration settings or throws
* a CoreException if no valid vm install is found. If the launch configuration has no JRE attributes set,
* a default setting will be used (but not saved in the launch configuration).
- *
+ *
* @param configuration the configuration to get a vm install for
* @return a vm install from {@link JavaRuntime}
* @throws CoreException if a vm install could not be found for the settings in the configuration
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java
index 0caa3343e8..29386507e7 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java
@@ -224,7 +224,7 @@ public class PDESourceLookupDirector extends AbstractSourceLookupDirector {
/**
* Returns the version of the OSGi runtime being debugged, based on the target platform.
* Cached per source lookup director.
- *
+ *
* @return OSGi runtime version
*/
double getOSGiRuntimeVersion() {
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java
index 7302949231..3abc599339 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java
@@ -66,7 +66,7 @@ public class PDESourceLookupQuery implements ISafeRunnable {
if (fElement instanceof IJavaStackFrame) {
IJavaStackFrame stackFrame = (IJavaStackFrame) fElement;
declaringType = stackFrame.getReferenceType();
- // under JSR 45 source path from the stack frame is more precise than anything derived from the type:
+ // under JSR 45 source path from the stack frame is more precise than anything derived from the type:
sourcePath = stackFrame.getSourcePath();
} else if (fElement instanceof IJavaObject) {
IJavaType javaType = ((IJavaObject) fElement).getJavaType();
@@ -122,7 +122,7 @@ public class PDESourceLookupQuery implements ISafeRunnable {
/**
* Finds a source element in a 3.4 OSGi runtime.
- *
+ *
* @param object Bundle class loader object
* @param typeName fully qualified name of the source type being searched for
* @return source element
@@ -144,9 +144,9 @@ public class PDESourceLookupQuery implements ISafeRunnable {
/**
* Finds source in a 3.5 runtime. In 3.5, the OSGi runtime provides hooks to properly
* lookup source in fragments that replace/prepend jars in their host.
- *
+ *
* @param object Bundle class loader object
- * @param typeName fully qualified name of the source type being searched for
+ * @param typeName fully qualified name of the source type being searched for
* @return source element
* @throws CoreException
*/
@@ -181,7 +181,7 @@ public class PDESourceLookupQuery implements ISafeRunnable {
/**
* Search a bundle's class path entries for source for the type of given name.
* This is used for 3.5 and greater.
- *
+ *
* @param entriesOwner
* @param typeName
* @return source object or <code>null</code>
@@ -234,10 +234,10 @@ public class PDESourceLookupQuery implements ISafeRunnable {
/**
* Looks up source in the source containers associated with the bundle at the given location.
- * Searches associated fragments if source is not found in that location only if
- * <code>chechFragments</code> is <code>true</code> (which should only be done when < 3.5,
+ * Searches associated fragments if source is not found in that location only if
+ * <code>chechFragments</code> is <code>true</code> (which should only be done when < 3.5,
* as this is just a guess in random order).
- *
+ *
* @param location location of bundle jar / class file folder
* @param id symbolic name of bundle or fragment
* @param typeName qualified name of source
@@ -287,7 +287,7 @@ public class PDESourceLookupQuery implements ISafeRunnable {
* Generates and returns a source file path based on a qualified type name.
* For example, when <code>java.lang.String</code> is provided,
* the returned source name is <code>java/lang/String.java</code>.
- *
+ *
* @param qualifiedTypeName fully qualified type name that may contain inner types
* denoted with <code>$</code> character
* @return a source file path corresponding to the type name
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java
index b5d172c57e..62af3a8899 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -89,7 +89,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Returns the VM runner for the given launch mode to use when launching the
* given configuration.
- *
+ *
* @param configuration launch configuration
* @param mode launch node
* @return VM runner to use when launching the given configuration in the given mode
@@ -104,7 +104,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
* Assigns a default source locator to the given launch if a source locator
* has not yet been assigned to it, and the associated launch configuration
* does not specify a source locator.
- *
+ *
* @param configuration
* configuration being launched
* @exception CoreException
@@ -126,12 +126,12 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Returns the entries that should appear on boot classpath.
- *
+ *
* @param configuration
* launch configuration
- * @return the location of startup.jar and
+ * @return the location of startup.jar and
* the bootstrap classpath specified by the given launch configuration
- *
+ *
* @exception CoreException
* if unable to find startup.jar
*/
@@ -144,10 +144,10 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
return classpath;
}
- /**
+ /**
* Returns an array of environment variables to be used when
* launching the given configuration or <code>null</code> if unspecified.
- *
+ *
* @param configuration launch configuration
* @return the environment variables to be used when launching or <code>null</code>
* @throws CoreException if unable to access associated attribute or if
@@ -160,7 +160,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Returns the working directory path specified by the given launch
* configuration, or <code>null</code> if none.
- *
+ *
* @param configuration
* launch configuration
* @return the working directory path specified by the given launch
@@ -175,7 +175,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Returns the Map of VM-specific attributes specified by the given launch
* configuration, or <code>null</code> if none.
- *
+ *
* @param configuration
* launch configuration
* @return the <code>Map</code> of VM-specific attributes
@@ -188,8 +188,8 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Returns the VM arguments specified by the given launch configuration, as
- * an array of strings.
- *
+ * an array of strings.
+ *
* @param configuration
* launch configuration
* @return the VM arguments specified by the given launch configuration,
@@ -221,19 +221,19 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
* This list is a combination of arguments computed by PDE based on attributes
* specified in the given launch configuration, followed by the program arguments
* that the entered directly into the launch configuration.
- *
+ *
* @param configuration
* launch configuration
* @return the program arguments necessary for launching
- *
+ *
* @exception CoreException
* if unable to retrieve the attribute or create the
- * necessary configuration files
+ * necessary configuration files
*/
public String[] getProgramArguments(ILaunchConfiguration configuration) throws CoreException {
ArrayList<String> programArgs = new ArrayList<String>();
- // add tracing, if turned on
+ // add tracing, if turned on
if (configuration.getAttribute(IPDELauncherConstants.TRACING, false) && !IPDELauncherConstants.TRACING_NONE.equals(configuration.getAttribute(IPDELauncherConstants.TRACING_CHECKED, (String) null))) {
programArgs.add("-debug"); //$NON-NLS-1$
programArgs.add(LaunchArgumentsHelper.getTracingFileArgument(configuration, getConfigDir(configuration).toString() + IPath.SEPARATOR + ICoreConstants.OPTIONS_FILENAME));
@@ -274,16 +274,16 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
}
/**
- * Does sanity checking before launching. The criteria whether the launch should
+ * Does sanity checking before launching. The criteria whether the launch should
* proceed or not is specific to the launch configuration type.
- *
+ *
* @param configuration launch configuration
* @param launch the launch object to contribute processes and debug targets to
* @param monitor a progress monitor
- *
+ *
* @throws CoreException exception thrown if launch fails or canceled or if unable to retrieve attributes
* from the launch configuration
- *
+ *
*/
protected void preLaunchCheck(ILaunchConfiguration configuration, ILaunch launch, IProgressMonitor monitor) throws CoreException {
boolean autoValidate = configuration.getAttribute(IPDELauncherConstants.AUTOMATIC_VALIDATE, false);
@@ -300,7 +300,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Returns the configuration area specified by the given launch
* configuration.
- *
+ *
* @param configuration
* launch configuration
* @return the directory path specified by the given launch
@@ -323,9 +323,9 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
}
/**
- * Returns the fully-qualified name of the class to launch.
- *
- * @return the fully-qualified name of the class to launch. Must not return <code>null</code>.
+ * Returns the fully-qualified name of the class to launch.
+ *
+ * @return the fully-qualified name of the class to launch. Must not return <code>null</code>.
* @since 3.3
*/
public String getMainClass() {
@@ -337,11 +337,11 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Adds a listener to the launch to be notified at interesting launch lifecycle
* events such as when the launch terminates.
- *
+ *
* @param launch
- * the launch
- *
- * @since 3.3
+ * the launch
+ *
+ * @since 3.3
*/
protected void manageLaunch(ILaunch launch) {
PDELaunchingPlugin.getDefault().getLaunchListener().manage(launch);
@@ -349,14 +349,14 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Checks for old-style plugin.xml files that have become stale since the last launch.
- * For any stale plugin.xml files found, the corresponding MANIFEST.MF is deleted
+ * For any stale plugin.xml files found, the corresponding MANIFEST.MF is deleted
* from the runtime configuration area so that it gets regenerated upon startup.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
* a progress monitor
- *
+ *
* @since 3.3
*/
protected void synchronizeManifests(ILaunchConfiguration configuration, IProgressMonitor monitor) {
@@ -367,12 +367,12 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Checks if the Automated Management of Dependencies option is turned on.
* If so, it makes aure all manifests are updated with the correct dependencies.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
* a progress monitor
- *
+ *
* @since 3.3
*/
protected void validateProjectDependencies(ILaunchConfiguration configuration, IProgressMonitor monitor) {
@@ -381,7 +381,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* By default, this method does nothing. Clients should override, if appropriate.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
@@ -396,7 +396,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
/**
* Validates inter-bundle dependencies automatically prior to launching
* if that option is turned on.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EclipseApplicationLaunchConfiguration.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EclipseApplicationLaunchConfiguration.java
index 54fa4317ed..929056fe1d 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EclipseApplicationLaunchConfiguration.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EclipseApplicationLaunchConfiguration.java
@@ -145,9 +145,9 @@ public class EclipseApplicationLaunchConfiguration extends AbstractPDELaunchConf
}
/**
- * Clears the workspace prior to launching if the workspace exists and the option to
+ * Clears the workspace prior to launching if the workspace exists and the option to
* clear it is turned on. Also clears the configuration area if that option is chosen.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java
index 48d1c2493a..897d55d865 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java
@@ -192,7 +192,7 @@ public class EquinoxLaunchConfiguration extends AbstractPDELaunchConfiguration {
/**
* Clears the configuration area if the area exists and that option is selected.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/IPDELauncherConstants.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/IPDELauncherConstants.java
index f1a6cc6865..626ede5f60 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/IPDELauncherConstants.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/IPDELauncherConstants.java
@@ -20,7 +20,7 @@ package org.eclipse.pde.launching;
* <code>org.eclipse.pde.ui.launcher.IPDELauncherConstants</code>.
* </p>
* @since 3.6
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@@ -42,14 +42,14 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is a boolean specifying
* whether the user should be prompted prior to clearing the workspace.
- *
+ *
* @see IPDELauncherConstants#DOCLEAR
*/
String ASKCLEAR = "askclear"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a string specifying
- * the application to run. If the value is <code>null</code>, the default
+ * the application to run. If the value is <code>null</code>, the default
* application as specified in the target platform will be used.
*/
String APPLICATION = "application"; //$NON-NLS-1$
@@ -57,7 +57,7 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is a string specifying
* the product to run.
- *
+ *
* @see IPDELauncherConstants#APPLICATION
*/
String PRODUCT = "product"; //$NON-NLS-1$
@@ -66,15 +66,15 @@ public interface IPDELauncherConstants {
* Launch configuration attribute key. The value is a boolean specifying
* if the launch should appear in product-mode. If the value is <code>false</code>,
* the launch takes place in application-mode.
- *
+ *
* @see IPDELauncherConstants#PRODUCT
* @see IPDELauncherConstants#APPLICATION
*/
String USE_PRODUCT = "useProduct"; //$NON-NLS-1$
/**
- * Launch configuration attribute key used in Plug-in JUnit launch configurations only.
- * The value is a string specifying the application to be tested.
+ * Launch configuration attribute key used in Plug-in JUnit launch configurations only.
+ * The value is a string specifying the application to be tested.
* If the value is <code>null</code>, the default UI workbench application is tested.
*/
String APP_TO_TEST = "testApplication"; //$NON-NLS-1$
@@ -83,7 +83,7 @@ public interface IPDELauncherConstants {
* Launch configuration attribute key. The value is a string specifying
* the name of the VM to launch with. If the value is <code>null</code>,
* the default workspace VM is used.
- *
+ *
* @deprecated use IJavaLaunchConfigurationConstants.ATTR_JRE_CONTAINER_PATH
*/
@Deprecated
@@ -91,14 +91,14 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is a string specifying
- * the user-entered bootstrap classpath entries.
+ * the user-entered bootstrap classpath entries.
*/
String BOOTSTRAP_ENTRIES = "bootstrap"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a boolean specifying
* if the default self-hosting mode should be used when launching.
- * The default being to launch with all workspace plug-ins and all the
+ * The default being to launch with all workspace plug-ins and all the
* plug-ins that are explicitly checked on the Target Platform preference page.
*/
String USE_DEFAULT = "default"; //$NON-NLS-1$
@@ -109,7 +109,7 @@ public interface IPDELauncherConstants {
* The workspace must be set up properly for the feature-based self-hosting
* to succeed.
* Check the PDE Tips and Tricks section for how to set up feature-based self-hosting.
- *
+ *
* @deprecated As of 3.6 the feature-based self-hosting option is not supported
*/
@Deprecated
@@ -119,7 +119,7 @@ public interface IPDELauncherConstants {
* Launch configuration attribute key. The value is a string specifying
* a comma-separated list of IDs of workspace plug-ins to launch with.
* This value is only used when the Automatic Add option is off.
- *
+ *
* @see IPDELauncherConstants#AUTOMATIC_ADD
*/
String SELECTED_WORKSPACE_PLUGINS = "selected_workspace_plugins"; //$NON-NLS-1$
@@ -129,7 +129,7 @@ public interface IPDELauncherConstants {
* a comma-separated list of IDs of workspace plug-ins that are to be excluded from
* the launch.
* This value is only used when the Automatic Add option is on.
- *
+ *
* @see IPDELauncherConstants#AUTOMATIC_ADD
*/
String DESELECTED_WORKSPACE_PLUGINS = "deselected_workspace_plugins"; //$NON-NLS-1$
@@ -138,10 +138,10 @@ public interface IPDELauncherConstants {
* Launch configuration attribute key. The value is a boolean specifying
* whether workspace plug-in created after the creation of a launch configuration
* should be added to the list of plug-ins to launch with.
- *
+ *
* If the value is <code>true</code>, then DESELECTED_WORKSPACE_PLUGINS should be used.
* Otherwise, SELECTED_WORKSPACE_PLUGINS should be used.
- *
+ *
* @see IPDELauncherConstants#DESELECTED_WORKSPACE_PLUGINS
* @see IPDELauncherConstants#SELECTED_WORKSPACE_PLUGINS
*/
@@ -183,9 +183,9 @@ public interface IPDELauncherConstants {
String TRACING_OPTIONS = "tracingOptions"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is the id of the last plug-in
+ * Launch configuration attribute key. The value is the id of the last plug-in
* that was selected on the Tracing tab.
- *
+ *
* @deprecated This option is no longer supported in the launch config. A recent selection is stored
* in dialog settings.
*/
@@ -195,7 +195,7 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is the IDs of all plug-ins
* checked on the Tracing tab. The value may also be "[NONE]"
- *
+ *
* @see IPDELauncherConstants#TRACING_NONE
*/
String TRACING_CHECKED = "checked"; //$NON-NLS-1$
@@ -207,28 +207,28 @@ public interface IPDELauncherConstants {
String TRACING_NONE = "[NONE]"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is a boolean specifying
+ * Launch configuration attribute key. The value is a boolean specifying
* if PDE should generate a default configuration area for the launch.
- *
- * If <code>true</code>, a configuration location in the PDE metadata area
+ *
+ * If <code>true</code>, a configuration location in the PDE metadata area
* is created. Otherwise, the user is expected to specify a location.
- *
+ *
* @see IPDELauncherConstants#CONFIG_LOCATION
*/
String CONFIG_USE_DEFAULT_AREA = "useDefaultConfigArea"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is a string specifying
+ * Launch configuration attribute key. The value is a string specifying
* the configuration area location for an Eclipse application launch.
- *
+ *
* This key is only used when CONFIG_USE_DEFAULT_AREA is <code>false</code>.
- *
+ *
* @see IPDELauncherConstants#CONFIG_USE_DEFAULT_AREA
*/
String CONFIG_LOCATION = "configLocation"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is a boolean specifying
+ * Launch configuration attribute key. The value is a boolean specifying
* if the configuration area location should be cleared prior to launching
*/
String CONFIG_CLEAR_AREA = "clearConfig"; //$NON-NLS-1$
@@ -236,28 +236,28 @@ public interface IPDELauncherConstants {
/**
* Launch configuration atribute key. The value is a boolean specifying
* if PDE should generate a default config.ini file for the launch.
- *
- * If <code>true</code>, a configuration file is created.
+ *
+ * If <code>true</code>, a configuration file is created.
* Otherwise, the user is expected to specify a config.ini to be used as a template.
- *
+ *
* @see IPDELauncherConstants#CONFIG_TEMPLATE_LOCATION
*/
String CONFIG_GENERATE_DEFAULT = "useDefaultConfig"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is a string specifying
- * the location of the config.ini file to be used as a template for an
+ * Launch configuration attribute key. The value is a string specifying
+ * the location of the config.ini file to be used as a template for an
* Eclipse application launch.
- *
+ *
* This key is only used when CONFIG_GENERATE_DEFAULT is <code>false</code>.
- *
+ *
* @see IPDELauncherConstants#CONFIG_GENERATE_DEFAULT
*/
String CONFIG_TEMPLATE_LOCATION = "templateConfig"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is a string specifying
- * the location of the .product file with which this launch configuration
+ * Launch configuration attribute key. The value is a string specifying
+ * the location of the .product file with which this launch configuration
* is associated.
*/
String PRODUCT_FILE = "productFile"; //$NON-NLS-1$
@@ -265,16 +265,16 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is the ID of an OSGi framework
* declared in an <code>org.eclipse.pde.ui.osgiLaunchers</code> extension point.
- *
+ *
* @since 3.3
*/
String OSGI_FRAMEWORK_ID = "osgi_framework_id"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a boolean specifying
- * if the default Auto-Start for an OSGi Framework launch configuration
+ * if the default Auto-Start for an OSGi Framework launch configuration
* is <code>true</code> or <code>false</code>
- *
+ *
* @see IPDELauncherConstants#DEFAULT_START_LEVEL
*/
String DEFAULT_AUTO_START = "default_auto_start"; //$NON-NLS-1$
@@ -282,7 +282,7 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is an integer specifying
* the default start level for bundles in an OSGi Framework launch configuration.
- *
+ *
* @see IPDELauncherConstants#DEFAULT_AUTO_START
*/
String DEFAULT_START_LEVEL = "default_start_level"; //$NON-NLS-1$
@@ -290,10 +290,10 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is a comma-separated list
* of workspace bundles to launch with the OSGi framework.
- *
+ *
* Each token in the list is of the format:
* <plugin-id>@<start-level>:<auto-start>
- *
+ *
* @see IPDELauncherConstants#DEFAULT_AUTO_START
* @see IPDELauncherConstants#DEFAULT_START_LEVEL
*/
@@ -302,10 +302,10 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is a comma-separated list
* of non-workspace bundles to launch with the OSGi framework.
- *
+ *
* Each token in the list is of the format:
* <plugin-id>@<start-level>:<auto-start>
- *
+ *
* @see IPDELauncherConstants#DEFAULT_AUTO_START
* @see IPDELauncherConstants#DEFAULT_START_LEVEL
*/
@@ -320,96 +320,96 @@ public interface IPDELauncherConstants {
/**
* Launch configuration attribute key. The value is a boolean indicating
- * whether or not to display only selected plug-ins.
- *
+ * whether or not to display only selected plug-ins.
+ *
* @since 3.4
*/
String SHOW_SELECTED_ONLY = "show_selected_only"; //$NON-NLS-1$
/**
* The unique tab identifier for the bundles tab
- *
+ *
* @since 3.5
*/
String TAB_BUNDLES_ID = "org.eclipse.pde.ui.launch.tab.osgi.bundles"; //$NON-NLS-1$
/**
* The unique tab identifier for the configuration tab
- *
+ *
* @since 3.5
*/
String TAB_CONFIGURATION_ID = "org.eclipse.pde.ui.launch.tab.configuration"; //$NON-NLS-1$
/**
* The unique tab identifier for the main tab
- *
+ *
* @since 3.5
*/
String TAB_MAIN_ID = "org.eclipse.pde.ui.launch.tab.main"; //$NON-NLS-1$
/**
* The unique tab identifier for the osgi settings tab
- *
+ *
* @since 3.5
*/
String TAB_OSGI_SETTINGS_ID = "org.eclipse.pde.ui.launch.tab.osgi.settings"; //$NON-NLS-1$
/**
* The unique tab identifier for the plug-in junit tab
- *
+ *
* @since 3.5
*/
String TAB_PLUGIN_JUNIT_MAIN_ID = "org.eclipse.pde.ui.launch.tab.junit.main"; //$NON-NLS-1$
/**
* The unique tab identifier for the plug-ins tab
- *
+ *
* @since 3.5
*/
String TAB_PLUGINS_ID = "org.eclipse.pde.ui.launch.tab.plugins"; //$NON-NLS-1$
/**
* The unique tab identifier for the tracing tab
- *
+ *
* @since 3.5
*/
String TAB_TRACING_ID = "org.eclipse.pde.ui.launch.tab.tracing"; //$NON-NLS-1$
/**
* The unique tab identifier for the tracing tab
- *
+ *
* @since 3.5
*/
String TAB_TEST_ID = "org.eclipse.pde.ui.launch.tab.test"; //$NON-NLS-1$
/**
* The launch configuration type id for OSGi launches.
- *
+ *
* @since 3.5
*/
String OSGI_CONFIGURATION_TYPE = "org.eclipse.pde.ui.EquinoxLauncher"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is a boolean specifying
+ * Launch configuration attribute key. The value is a boolean specifying
* whether the tests should run on the UI thread.
- *
+ *
* The default value is <code>true</code>
- *
+ *
* @since 3.5
*/
String RUN_IN_UI_THREAD = "run_in_ui_thread"; //$NON-NLS-1$
/**
* The launch configuration type for Eclipse application launches.
- *
+ *
* @since 3.6
*/
String ECLIPSE_APPLICATION_LAUNCH_CONFIGURATION_TYPE = "org.eclipse.pde.ui.RuntimeWorkbench"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a boolean specifying
- * whether a p2 profile should be
- *
+ * whether a p2 profile should be
+ *
* @since 3.6
*/
String GENERATE_PROFILE = "generateProfile"; //$NON-NLS-1$
@@ -422,7 +422,7 @@ public interface IPDELauncherConstants {
* [feature_id]:[resolution]
* </pre>
* The resolution must be one of {@link #LOCATION_DEFAULT}, {@link #LOCATION_EXTERNAL}, {@link #LOCATION_WORKSPACE}
- *
+ *
* @since 3.6
*/
String SELECTED_FEATURES = "selected_features"; //$NON-NLS-1$
@@ -432,25 +432,25 @@ public interface IPDELauncherConstants {
* if the feature-based launching mode should be used.
* This mode will launch with all the workspace and external features
* that have been explicitly selected in the Plug-ins Tab.
- *
+ *
* @since 3.6
*/
String USE_CUSTOM_FEATURES = "useCustomFeatures"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a String specifying
- * if the default location for a feature is {@link #LOCATION_WORKSPACE}
- * or {@link #LOCATION_EXTERNAL}
- *
+ * if the default location for a feature is {@link #LOCATION_WORKSPACE}
+ * or {@link #LOCATION_EXTERNAL}
+ *
* @since 3.6
*/
String FEATURE_DEFAULT_LOCATION = "featureDefaultLocation"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a String specifying
- * if the default plug-in resolution location for a feature
- * is {@link #LOCATION_WORKSPACE} or {@link #LOCATION_EXTERNAL}
- *
+ * if the default plug-in resolution location for a feature
+ * is {@link #LOCATION_WORKSPACE} or {@link #LOCATION_EXTERNAL}
+ *
* @since 3.6
*/
String FEATURE_PLUGIN_RESOLUTION = "featurePluginResolution"; //$NON-NLS-1$
@@ -458,7 +458,7 @@ public interface IPDELauncherConstants {
/**
* Value for a launch configuration attribute used when the object should be
* obtained from whatever the default location is for this works
- *
+ *
* @since 3.6
* @see #FEATURE_PLUGIN_RESOLUTION
*/
@@ -467,7 +467,7 @@ public interface IPDELauncherConstants {
/**
* Value for a launch configuration attribute used when the object should
* be obtained from an external location over the workspace.
- *
+ *
* @since 3.6
* @see #FEATURE_DEFAULT_LOCATION
* @see #FEATURE_PLUGIN_RESOLUTION
@@ -477,7 +477,7 @@ public interface IPDELauncherConstants {
/**
* Value for a launch configuration attribute used when the object should
* be obtained from the workspace over an external location.
- *
+ *
* @since 3.6
* @see #FEATURE_DEFAULT_LOCATION
* @see #FEATURE_PLUGIN_RESOLUTION
@@ -485,14 +485,14 @@ public interface IPDELauncherConstants {
String LOCATION_WORKSPACE = "workspace"; //$NON-NLS-1$
/**
- * Launch configuration attribute key. The value is a List specifying the additional plug-ins that
+ * Launch configuration attribute key. The value is a List specifying the additional plug-ins that
* will be included along with the features in the list {@link #SELECTED_FEATURES}
* when launching (when {@link #USE_CUSTOM_FEATURES} is set to <code>true</code>.
* The values in the List are strings that contain the id and versions as follows:
* <pre>
* [plugin_id]:[version]
* </pre>
- *
+ *
* @since 3.6
*/
String ADDITIONAL_PLUGINS = "additional_plugins"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
index 9b1c4d2f4d..1cf0d01a8e 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
@@ -145,7 +145,7 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
// see PluginPathFinder.getPluginPaths()
IPluginModelBase base = findPlugin(PDECore.PLUGIN_ID);
if (base != null && VersionUtil.compareMacroMinorMicro(base.getBundleDescription().getVersion(), new Version("3.3.1")) < 0) //$NON-NLS-1$
- programArgs.add("-pdelaunch"); //$NON-NLS-1$
+ programArgs.add("-pdelaunch"); //$NON-NLS-1$
// Create the .options file if tracing is turned on
if (configuration.getAttribute(IPDELauncherConstants.TRACING, false) && !IPDELauncherConstants.TRACING_NONE.equals(configuration.getAttribute(IPDELauncherConstants.TRACING_CHECKED, (String) null))) {
@@ -185,9 +185,9 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
/**
* Returns the application to launch plug-in tests with
- *
+ *
* @since 3.5
- *
+ *
* @param configuration
* @return the application
*/
@@ -218,8 +218,8 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
if (desc != null) {
Version version = desc.getVersion();
int major = version.getMajor();
- // launch legacy UI app only if we are launching a target that does
- // not use the new application model and we are launching with a
+ // launch legacy UI app only if we are launching a target that does
+ // not use the new application model and we are launching with a
// org.eclipse.pde.junit.runtime whose version is >= 3.3
if (major >= 3 && version.getMinor() >= 3 && !TargetPlatformHelper.usesNewApplicationModel()) {
application = IPDEConstants.LEGACY_UI_TEST_APPLICATION;
@@ -268,7 +268,7 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
/**
* Returns the result of concatenating the given argument to the
* specified vmArgs.
- *
+ *
* @param vmArgs existing VM arguments
* @param arg argument to concatenate
* @return result of concatenation
@@ -322,7 +322,7 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
/**
* Returns the location of the configuration area
- *
+ *
* @param configuration
* the launch configuration
* @return a directory where the configuration area is located
@@ -346,9 +346,9 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
/**
* Adds a listener to the launch to be notified at interesting launch lifecycle
* events such as when the launch terminates.
- *
+ *
* @param launch
- * the launch
+ * the launch
*/
protected void manageLaunch(ILaunch launch) {
PDELaunchingPlugin.getDefault().getLaunchListener().manage(launch);
@@ -398,9 +398,9 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
/**
* Checks for old-style plugin.xml files that have become stale since the last launch.
- * For any stale plugin.xml files found, the corresponding MANIFEST.MF is deleted
+ * For any stale plugin.xml files found, the corresponding MANIFEST.MF is deleted
* from the runtime configuration area so that it gets regenerated upon startup.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
@@ -412,9 +412,9 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
}
/**
- * Clears the workspace prior to launching if the workspace exists and the option to
+ * Clears the workspace prior to launching if the workspace exists and the option to
* clear it is turned on. Also clears the configuration area if that option is chosen.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
@@ -450,7 +450,7 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
/**
* Checks if the Automated Management of Dependencies option is turned on.
* If so, it makes aure all manifests are updated with the correct dependencies.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
@@ -463,7 +463,7 @@ public class JUnitLaunchConfigurationDelegate extends org.eclipse.jdt.junit.laun
/**
* Validates inter-bundle dependencies automatically prior to launching
* if that option is turned on.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationDelegate.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationDelegate.java
index 8beec80e80..2a2850a549 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationDelegate.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationDelegate.java
@@ -36,7 +36,7 @@ public class OSGiLaunchConfigurationDelegate extends LaunchConfigurationDelegate
/**
* Delegates to the launcher delegate associated with the OSGi framework
* selected in the launch configuration.
- *
+ *
* @see org.eclipse.debug.core.model.ILaunchConfigurationDelegate#launch(org.eclipse.debug.core.ILaunchConfiguration, java.lang.String, org.eclipse.debug.core.ILaunch, org.eclipse.core.runtime.IProgressMonitor)
*/
@Override
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationInitializer.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationInitializer.java
index 1d7d2be978..aee97fbe02 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationInitializer.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/OSGiLaunchConfigurationInitializer.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.core.plugin.PluginRegistry;
import org.eclipse.pde.internal.launching.launcher.BundleLauncherHelper;
/**
- * Initializes launch configuration attributes for newly-created OSGi Framework
+ * Initializes launch configuration attributes for newly-created OSGi Framework
* launch configurations
* <p>
* Clients may instantiate or subclass this class
@@ -34,7 +34,7 @@ public class OSGiLaunchConfigurationInitializer {
/**
* Initializes some attributes on a newly-created launch configuration
- *
+ *
* @param configuration
* the launch configuration
*/
@@ -46,7 +46,7 @@ public class OSGiLaunchConfigurationInitializer {
/**
* Sets the source provider ID
- *
+ *
* @param configuration
* the launch configuration
*/
@@ -56,7 +56,7 @@ public class OSGiLaunchConfigurationInitializer {
/**
* Initializes the start level and auto-start attributes
- *
+ *
* @param configuration
* the launch configuration
*/
@@ -67,7 +67,7 @@ public class OSGiLaunchConfigurationInitializer {
/**
* Initializes the checked/unchecked state of bundles
- *
+ *
* @param configuration
* the launch configuration
*/
@@ -94,7 +94,7 @@ public class OSGiLaunchConfigurationInitializer {
/**
* Returns the bundle's start level
- *
+ *
* @param bundleID
* the bundle ID
* @return the start level for the given bundle or the string <code>default</code>
diff --git a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/PDESourcePathProvider.java b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/PDESourcePathProvider.java
index 6750b5e1a7..8edfc27c2b 100644
--- a/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/PDESourcePathProvider.java
+++ b/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/PDESourcePathProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -54,7 +54,7 @@ public class PDESourcePathProvider extends StandardSourcePathProvider {
/**
* Returns a JRE runtime classpath entry
- *
+ *
* @param configuration
* the launch configuration
* @return a JRE runtime classpath entry
@@ -73,14 +73,14 @@ public class PDESourcePathProvider extends StandardSourcePathProvider {
/**
* Returns an array of sorted plug-in projects that represent plug-ins participating
* in the launch
- *
+ *
* @param configuration
* the launch configuration
* @return an array of ordered projects
* @throws CoreException
- * if unable to retrieve attributes from the launch configuration or if
+ * if unable to retrieve attributes from the launch configuration or if
* an error occurs when checking the nature of the project
- *
+ *
*/
private IProject[] getJavaProjects(ILaunchConfiguration configuration) throws CoreException {
IProject[] projects = LaunchPluginValidator.getAffectedProjects(configuration);
@@ -113,7 +113,7 @@ public class PDESourcePathProvider extends StandardSourcePathProvider {
/**
* Adds runtime classpath entries for binary package fragment roots contained within
* the project
- *
+ *
* @param jProject
* the Java project whose roots are to be enumerated
* @param all
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/MessageHelper.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/MessageHelper.java
index 19e5fca627..56719e95bb 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/MessageHelper.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/MessageHelper.java
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
+ * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/OverlayIcon.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/OverlayIcon.java
index 141aa211e2..24f581e002 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/OverlayIcon.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/OverlayIcon.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/PDERuntimePlugin.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/PDERuntimePlugin.java
index d3d1abd104..27f42fafff 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/PDERuntimePlugin.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/PDERuntimePlugin.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/DiagnosticsDialog.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/DiagnosticsDialog.java
index cf6c78ca0c..ec7db565d9 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/DiagnosticsDialog.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/DiagnosticsDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Benjamin Muskalla <b.muskalla@gmx.net> - bug 207831
@@ -32,7 +32,7 @@ public class DiagnosticsDialog extends ErrorDialog {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.jface.dialogs.Dialog#createButtonsForButtonBar(org.eclipse.swt.widgets.Composite)
*/
protected void createButtonsForButtonBar(Composite parent) {
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java
index 3902587aff..66525a9787 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowser.java
@@ -60,7 +60,7 @@ public class RegistryBrowser extends ViewPart {
public static final String SHOW_RUNNING_PLUGINS = "RegistryView.showRunning.label"; //$NON-NLS-1$
public static final String SHOW_ADVANCED_MODE = "RegistryView.showAdvancedMode.label"; //$NON-NLS-1$
- public static final String GROUP_BY = "RegistryView.groupBy"; //$NON-NLS-1$
+ public static final String GROUP_BY = "RegistryView.groupBy"; //$NON-NLS-1$
public static final String SHOW_DISABLED_MODE = "RegistryView.showDisabledMode.label"; //$NON-NLS-1$
public static final int BUNDLES = 0;
@@ -746,7 +746,7 @@ public class RegistryBrowser extends ViewPart {
}
/**
- * Internal api to set group_by value
+ * Internal api to set group_by value
* @param newGroupBy
* returns the old group_by value.
*/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserLabelProvider.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserLabelProvider.java
index e2a72101a0..d6ff2eb083 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserLabelProvider.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserLabelProvider.java
@@ -251,7 +251,7 @@ public class RegistryBrowserLabelProvider extends StyledCellLabelProvider implem
StyledString sb = new StyledString(bundle.getSymbolicName());
String version = bundle.getVersion();
if (version != null) {
- sb.append(" (", StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
+ sb.append(" (", StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
sb.append(version, StyledString.DECORATIONS_STYLER);
sb.append(")", StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
}
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserModelChangeListener.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserModelChangeListener.java
index 9c39b45515..e52cd0b8bc 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserModelChangeListener.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/RegistryBrowserModelChangeListener.java
@@ -43,7 +43,7 @@ public class RegistryBrowserModelChangeListener implements ModelChangeListener {
/**
* TODO FIXME this should be moved to content provider getParent
- *
+ *
* @param object
* @return if returns array, then appears under all top level elements of that array
*/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/BundleLibrary.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/BundleLibrary.java
index ee7d719346..17d54d029e 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/BundleLibrary.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/BundleLibrary.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/LocalRegistryBackend.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/LocalRegistryBackend.java
index 3135c23eb7..7f17d3eb2f 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/LocalRegistryBackend.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/LocalRegistryBackend.java
@@ -252,7 +252,7 @@ public class LocalRegistryBackend implements IRegistryEventListener, BundleListe
/**
* Returns a new {@link ServiceRegistration} for the given service reference. If the service being
* referenced is unregistered, the returned service registration will not have a bundle set.
- *
+ *
* @param ref the service reference to get the registration for
* @return a new service registration containing information from the service reference
*/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ModelChangeListener.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ModelChangeListener.java
index b02cf81968..acd483ae18 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ModelChangeListener.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ModelChangeListener.java
@@ -13,7 +13,7 @@ package org.eclipse.pde.internal.runtime.registry.model;
/**
* Event provides a list of objects that have changed.
* Possible objects on the list are IBundle, IService, IExtension, IExtensionPoint.
- *
+ *
* This is temporary solution and is subject to future changes.
*/
public interface ModelChangeListener {
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/Property.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/Property.java
index d0d999c300..3f42991f1f 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/Property.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/Property.java
@@ -47,27 +47,27 @@ public class Property extends ModelObject implements Comparable {
}
/**
- * Compare properties for order. Returns a negative integer, zero, or a positive
+ * Compare properties for order. Returns a negative integer, zero, or a positive
* integer as the first argument is less than, equal to, or greater than the second.
- *
+ *
* <p>
* The {@link Property}s are compared according to the following rules:
* <ul>
* <li>objectClass is always less than everything else</li>
- * <li>properties with names starting with "service." are considered "less"
+ * <li>properties with names starting with "service." are considered "less"
* than other properties.</li>
* <li>regular properties are considered "more" than other properties</li>
* </ul>
* </p>
- *
+ *
* <p>
* When sorting an array of properties with the following code:
- *
+ *
* <pre>
* Property[] properties = ...;
* Arrays.sort(properties, PropertyComparator.INSTANCE);
* </pre>
- *
+ *
* the result is something like this:
* <ul>
* <li>objectClass</li>
@@ -75,11 +75,11 @@ public class Property extends ModelObject implements Comparable {
* <li>service.id</li>
* </ul>
* </p>
- *
+ *
* @param obj other property to be compared against
- *
- * @return a negative integer, zero, or a positive integer as the first
- * argument is less than, equal to, or greater than the second.
+ *
+ * @return a negative integer, zero, or a positive integer as the first
+ * argument is less than, equal to, or greater than the second.
*/
public int compareTo(Object obj) {
if (!(obj instanceof Property)) {
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModel.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModel.java
index e369607604..6e09bf5c36 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModel.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModel.java
@@ -292,7 +292,7 @@ public class RegistryModel {
/**
* For received domain types: Bundle, IExtension, IExtensionPoint, ServiceReference,
* generates delta with model types: IBundle, IExtensionAdapter, IExtensionPointAdapter, IService
- *
+ *
* @param objects
*/
protected void fireModelChangeEvent(ModelChangeDelta[] delta) {
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModelFactory.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModelFactory.java
index b1d454c71c..ffc43c2227 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModelFactory.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/RegistryModelFactory.java
@@ -21,7 +21,7 @@ package org.eclipse.pde.internal.runtime.registry.model;
public class RegistryModelFactory {
/**
- *
+ *
* @param uri
* @return never returns null
*/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ServiceRegistration.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ServiceRegistration.java
index be329ec0d0..5aaa9ddc68 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ServiceRegistration.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/ServiceRegistration.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Wolfgang Schell <ws@jetztgrad.net> - bug 259348, 260055
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/handlers/MenuSpyHandler.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/handlers/MenuSpyHandler.java
index e190c3b7e3..96b4b782e5 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/handlers/MenuSpyHandler.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/handlers/MenuSpyHandler.java
@@ -87,7 +87,7 @@ public class MenuSpyHandler extends AbstractHandler implements Listener {
if (event.type == SWT.Selection) {
Shell shell = event.display.getActiveShell();
- if (shell == null) { // see bug 434317
+ if (shell == null) { // see bug 434317
if (event.widget instanceof Menu) {
shell = ((Menu) event.widget).getShell();
} else if (event.widget instanceof MenuItem) {
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveDialogPageSection.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveDialogPageSection.java
index 8114ab4e4d..5e0cf07e29 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveDialogPageSection.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveDialogPageSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Chris Aniszczyk <zx@us.ibm.com> - initial API and implementation
* Kevin Doyle <kjdoyle@ca.ibm.com> - bug 207868, 207904
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
index ce17841dfe..fa057878d0 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Chris Aniszczyk <zx@us.ibm.com> - initial API and implementation
* Remy Suen <remy.suen@gmail.com> - bug 203451
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveShellSection.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveShellSection.java
index 7948493684..6adf863f19 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveShellSection.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveShellSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Chris Aniszczyk <zx@us.ibm.com> - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveWizardSection.java b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveWizardSection.java
index dc7b13aa13..3e02dde04f 100644
--- a/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveWizardSection.java
+++ b/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActiveWizardSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Chris Aniszczyk <zx@us.ibm.com> - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/Activator.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/Activator.java
index 9d763882e6..aacf057901 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/Activator.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/Activator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/IHelpContextIds.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/IHelpContextIds.java
index 55dc88e436..428bfd1f77 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/IHelpContextIds.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/IHelpContextIds.java
@@ -12,7 +12,7 @@ package org.eclipse.pde.internal.ui.templates;
public interface IHelpContextIds {
- public static final String PREFIX = "org.eclipse.pde.doc.user."; //$NON-NLS-1$
+ public static final String PREFIX = "org.eclipse.pde.doc.user."; //$NON-NLS-1$
public static final String TEMPLATE_EDITOR = PREFIX + "template_editor"; //$NON-NLS-1$
public static final String TEMPLATE_HELLO_WORLD = PREFIX + "template_hello_world"; //$NON-NLS-1$
public static final String TEMPLATE_INTRO = PREFIX + "template_intro"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationNewWizard.java
index 8a37b38d9b..8cb35335f4 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationNewWizard.java
@@ -44,7 +44,7 @@ public class E4ApplicationNewWizard extends NewPluginTemplateWizard {
@Override
public boolean performFinish(IProject project, IPluginModelBase model, IProgressMonitor monitor) {
- // Must do like ancestor
+ // Must do like ancestor
boolean result = super.performFinish(project, model, monitor);
// but must then remove the "org.eclipse.ui" dependency which has been generated !
@@ -74,7 +74,7 @@ public class E4ApplicationNewWizard extends NewPluginTemplateWizard {
// Remove the org.eclipse.core.runtime without any version
pb.remove(runtime);
- // And must re-add it with correct version
+ // And must re-add it with correct version
PluginReference pr = new PluginReference(ORG_ECLIPSE_CORE_RUNTIME, runtimeVersion, IMatchRules.GREATER_OR_EQUAL);
IPluginImport iimport = model.getPluginFactory().createImport();
iimport.setId(pr.getId());
@@ -114,7 +114,7 @@ public class E4ApplicationNewWizard extends NewPluginTemplateWizard {
}
}
- /** The template must generate an E4 compliant plugin */
+ /** The template must generate an E4 compliant plugin */
private void setE4Plugin(boolean e4Mode) {
IFieldData data = getData();
if (data instanceof PluginFieldData) {
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationTemplate.java
index 8825b3876a..924e77e31a 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/e4/E4ApplicationTemplate.java
@@ -59,11 +59,11 @@ public class E4ApplicationTemplate extends PDETemplateSection {
/* Create options expected in the page */
private void createOptions() {
- addOption(KEY_WINDOW_TITLE, PDETemplateMessages.E4ApplicationTemplate_windowTitle, "Eclipse 4 RCP Application", 0); //$NON-NLS-1$
+ addOption(KEY_WINDOW_TITLE, PDETemplateMessages.E4ApplicationTemplate_windowTitle, "Eclipse 4 RCP Application", 0); //$NON-NLS-1$
addOption(KEY_CREATE_SAMPLE_CONTENT, PDETemplateMessages.E4ApplicationTemplate_createSampleContent, false, 0);
addOption(KEY_PACKAGE_NAME, PDETemplateMessages.E4ApplicationTemplate_packageName, (String) null, 0);
addOption(KEY_CREATE_LIFE_CYCLE, PDETemplateMessages.E4ApplicationTemplate_createLifeCycle, false, 0);
- lifeCycleClassnameOption = addOption(KEY_LIFE_CYCLE_CLASS_NAME, PDETemplateMessages.E4ApplicationTemplate_lifeCycleClassname, "E4LifeCycle", 0); //$NON-NLS-1$
+ lifeCycleClassnameOption = addOption(KEY_LIFE_CYCLE_CLASS_NAME, PDETemplateMessages.E4ApplicationTemplate_lifeCycleClassname, "E4LifeCycle", 0); //$NON-NLS-1$
lifeCycleClassnameOption.setRequired(false);
lifeCycleClassnameOption.setEnabled(false);
}
@@ -87,7 +87,7 @@ public class E4ApplicationTemplate extends PDETemplateSection {
@Override
protected void updateModel(IProgressMonitor monitor) throws CoreException {
- // There is only a product extension
+ // There is only a product extension
createProductExtension();
// Other files located in 'org.eclipse.pde.ui.templates/templates_3.5/E4Application' are copied automatically
@@ -100,7 +100,7 @@ public class E4ApplicationTemplate extends PDETemplateSection {
IPluginElement element = model.getFactory().createElement(extension);
element.setName("product"); //$NON-NLS-1$
- element.setAttribute("application", E4_SWT_APPLICATION_ID); //$NON-NLS-1$
+ element.setAttribute("application", E4_SWT_APPLICATION_ID); //$NON-NLS-1$
element.setAttribute("name", getStringOption(KEY_PACKAGE_NAME)); //$NON-NLS-1$
IPluginElement property;
@@ -146,8 +146,8 @@ public class E4ApplicationTemplate extends PDETemplateSection {
// There are 2 application models :
// the bin/Application.e4xmi containing the empty model
- // the Application.e4xmi containing the customized model with content.
- // We must keep one of them depending on the KEY_CREATE_SAMPLE_CONTENT
+ // the Application.e4xmi containing the customized model with content.
+ // We must keep one of them depending on the KEY_CREATE_SAMPLE_CONTENT
if (fname.endsWith(E4_MODEL_FILE)) {
boolean createSampleContent = getBooleanOption(KEY_CREATE_SAMPLE_CONTENT);
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BaseEditorTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BaseEditorTemplate.java
index 4acdef9994..8b73e7e3f1 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BaseEditorTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BaseEditorTemplate.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BuilderNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BuilderNewWizard.java
index c77ca5e817..944882a815 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BuilderNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/BuilderNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.pde.ui.templates.NewPluginTemplateWizard;
public class BuilderNewWizard extends NewPluginTemplateWizard {
/**
- *
+ *
*/
public BuilderNewWizard() {
super();
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/DecoratorTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/DecoratorTemplate.java
index 167254aed0..a68d1d8827 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/DecoratorTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/DecoratorTemplate.java
@@ -162,7 +162,7 @@ public class DecoratorTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
@@ -172,7 +172,7 @@ public class DecoratorTemplate extends PDETemplateSection {
protected void updateModel(IProgressMonitor monitor) throws CoreException {
// This method creates the extension point structure through the use
// of IPluginElement objects. The element attributes are set based on
- // user input from the wizard page as well as values required for the
+ // user input from the wizard page as well as values required for the
// operation of the extension point.
IPluginBase plugin = model.getPluginBase();
IPluginExtension extension = createExtension(getUsedExtensionPoint(), true);
@@ -186,12 +186,12 @@ public class DecoratorTemplate extends PDETemplateSection {
if (!readOnlyOption.isSelected()) {
decoratorElement.setAttribute("id", plugin.getId() + "." + getSectionId()); //$NON-NLS-1$ //$NON-NLS-2$
- decoratorElement.setAttribute("label", PDETemplateMessages.DecoratorTemplate_resourceLabel); //$NON-NLS-1$
+ decoratorElement.setAttribute("label", PDETemplateMessages.DecoratorTemplate_resourceLabel); //$NON-NLS-1$
decoratorElement.setAttribute("icon", "icons/sample_decorator.gif"); //$NON-NLS-1$ //$NON-NLS-2$
decoratorElement.setAttribute("location", getValue(DECORATOR_ICON_PLACEMENT).toString()); //$NON-NLS-1$
} else {
decoratorElement.setAttribute("id", getStringOption(KEY_PACKAGE_NAME) + "." + getStringOption(DECORATOR_CLASS_NAME)); //$NON-NLS-1$ //$NON-NLS-2$
- decoratorElement.setAttribute("label", PDETemplateMessages.DecoratorTemplate_readOnlyLabel); //$NON-NLS-1$
+ decoratorElement.setAttribute("label", PDETemplateMessages.DecoratorTemplate_readOnlyLabel); //$NON-NLS-1$
decoratorElement.setAttribute("class", getStringOption(KEY_PACKAGE_NAME) + "." + getStringOption(DECORATOR_CLASS_NAME)); //$NON-NLS-1$ //$NON-NLS-2$
}
@@ -243,7 +243,7 @@ public class DecoratorTemplate extends PDETemplateSection {
@Override
protected String getFormattedPackageName(String id) {
// Package name addition to create a location for containing
- // any classes required by the decorator.
+ // any classes required by the decorator.
String packageName = super.getFormattedPackageName(id);
if (packageName.length() != 0)
return packageName + ".decorators"; //$NON-NLS-1$
@@ -257,12 +257,12 @@ public class DecoratorTemplate extends PDETemplateSection {
/**
* Returns a 2-D String array based on a comma seperated
- * string of choices.
- *
+ * string of choices.
+ *
* @param iconLocations
* comma seperated string of icon placement options
* @return the 2-D array of choices
- *
+ *
*/
protected String[][] fromCommaSeparated(String iconLocations) {
StringTokenizer tokens = new StringTokenizer(iconLocations, ","); //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorNewWizard.java
index d8c48a05af..6c68e77baa 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorTemplate.java
index 838d6a945b..8ee4433e9f 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/EditorTemplate.java
@@ -62,7 +62,7 @@ public class EditorTemplate extends BaseEditorTemplate {
}
private void createOptions() {
- // first page
+ // first page
addOption(KEY_PACKAGE_NAME, PDETemplateMessages.EditorTemplate_packageName, (String) null, 0);
addOption(EDITOR_CLASS_NAME, PDETemplateMessages.EditorTemplate_editorClass, "XMLEditor", //$NON-NLS-1$
0);
@@ -94,7 +94,7 @@ public class EditorTemplate extends BaseEditorTemplate {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelloWorldCmdTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelloWorldCmdTemplate.java
index 18d1007575..f4ed15cfd8 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelloWorldCmdTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelloWorldCmdTemplate.java
@@ -102,7 +102,7 @@ public class HelloWorldCmdTemplate extends PDETemplateSection {
IPluginElement category = factory.createElement(commandsExtension);
category.setName("category"); //$NON-NLS-1$
String categoryId = plugin.getId() + ".commands.category"; //$NON-NLS-1$
- category.setAttribute("id", categoryId); //$NON-NLS-1$
+ category.setAttribute("id", categoryId); //$NON-NLS-1$
category.setAttribute("name", PDETemplateMessages.HelloWorldCmdTemplate_sampleCategory); //$NON-NLS-1$
commandsExtension.add(category);
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpNewWizard.java
index 04eb77ff3f..603e6438c9 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpTemplate.java
index e1f8269f8f..271a64058d 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/HelpTemplate.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ImportWizardTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ImportWizardTemplate.java
index 3a85d5a2b2..85b5e82943 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ImportWizardTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ImportWizardTemplate.java
@@ -72,7 +72,7 @@ public class ImportWizardTemplate extends PDETemplateSection {
/**
* Creates the options to be displayed on the template wizard.
- * Various string options, blank fields and a multiple choice
+ * Various string options, blank fields and a multiple choice
* option are used.
*/
private void createOptions() {
@@ -119,7 +119,7 @@ public class ImportWizardTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
@@ -129,7 +129,7 @@ public class ImportWizardTemplate extends PDETemplateSection {
protected void updateModel(IProgressMonitor monitor) throws CoreException {
// This method creates the extension point structure through the use
// of IPluginElement objects. The element attributes are set based on
- // user input from the wizard page as well as values required for the
+ // user input from the wizard page as well as values required for the
// operation of the extension point.
IPluginBase plugin = model.getPluginBase();
IPluginExtension extension = createExtension(getUsedExtensionPoint(), true);
@@ -167,7 +167,7 @@ public class ImportWizardTemplate extends PDETemplateSection {
@Override
protected String getFormattedPackageName(String id) {
// Package name addition to create a location for containing
- // any classes required by the decorator.
+ // any classes required by the decorator.
String packageName = super.getFormattedPackageName(id);
if (packageName.length() != 0)
return packageName + ".importWizards"; //$NON-NLS-1$
@@ -181,12 +181,12 @@ public class ImportWizardTemplate extends PDETemplateSection {
/**
* Returns a 2-D String array based on a comma seperated
- * string of choices.
- *
+ * string of choices.
+ *
* @param iconLocations
* comma seperated string of icon placement options
* @return the 2-D array of choices
- *
+ *
*/
protected String[][] fromCommaSeparated(String iconLocations) {
StringTokenizer tokens = new StringTokenizer(iconLocations, ","); //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorNewWizard.java
index 2f2282d2a0..523856c3cc 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorTemplate.java
index 09719c8702..556ff19501 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/MultiPageEditorTemplate.java
@@ -64,7 +64,7 @@ public class MultiPageEditorTemplate extends BaseEditorTemplate {
}
private void createOptions() {
- // first page
+ // first page
addOption(KEY_PACKAGE_NAME, PDETemplateMessages.MultiPageEditorTemplate_packageName, (String) null, 0);
addOption("editorClassName", //$NON-NLS-1$
PDETemplateMessages.MultiPageEditorTemplate_className, "MultiPageEditor", //$NON-NLS-1$
@@ -89,7 +89,7 @@ public class MultiPageEditorTemplate extends BaseEditorTemplate {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/NewWizardTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/NewWizardTemplate.java
index 3b948f5f92..d59d547d84 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/NewWizardTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/NewWizardTemplate.java
@@ -64,7 +64,7 @@ public class NewWizardTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PerspectiveTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PerspectiveTemplate.java
index e5fce052a0..46b3290f25 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PerspectiveTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PerspectiveTemplate.java
@@ -69,7 +69,7 @@ public class PerspectiveTemplate extends PDETemplateSection {
/**
* Creates the options to be displayed on the template wizard.
- * Various string options, blank fields and a multiple choice
+ * Various string options, blank fields and a multiple choice
* option are used.
*/
private void createOptions() {
@@ -112,7 +112,7 @@ public class PerspectiveTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
@@ -122,7 +122,7 @@ public class PerspectiveTemplate extends PDETemplateSection {
protected void updateModel(IProgressMonitor monitor) throws CoreException {
// This method creates the extension point structure through the use
// of IPluginElement objects. The element attributes are set based on
- // user input from the wizard page as well as values required for the
+ // user input from the wizard page as well as values required for the
// operation of the extension point.
IPluginBase plugin = model.getPluginBase();
IPluginExtension extension = createExtension(getUsedExtensionPoint(), true);
@@ -148,7 +148,7 @@ public class PerspectiveTemplate extends PDETemplateSection {
@Override
protected String getFormattedPackageName(String id) {
// Package name addition to create a location for containing
- // any classes required by the decorator.
+ // any classes required by the decorator.
String packageName = super.getFormattedPackageName(id);
if (packageName.length() != 0)
return packageName + ".perspectives"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuNewWizard.java
index f9323abe7e..0b6729837c 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuTemplate.java
index 8207b70233..f08f4c69fb 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PopupMenuTemplate.java
@@ -88,7 +88,7 @@ public class PopupMenuTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PreferencePageTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PreferencePageTemplate.java
index a1816273b1..0776dbe36c 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PreferencePageTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PreferencePageTemplate.java
@@ -59,7 +59,7 @@ public class PreferencePageTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageNewWizard.java
index 785b6235e0..08d7f35815 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageTemplate.java
index be0a3791b5..84140b4d9b 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/PropertyPageTemplate.java
@@ -9,7 +9,7 @@
* IBM Corporation - initial API and implementation
* Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 234376
* Lars Vogel <Lars.Vogel@vogella.com> - Bug 473694
- *
+ *
*******************************************************************************/
package org.eclipse.pde.internal.ui.templates.ide;
@@ -80,7 +80,7 @@ public class PropertyPageTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/SplashHandlersTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/SplashHandlersTemplate.java
index 261546b348..fd517ce3cf 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/SplashHandlersTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/SplashHandlersTemplate.java
@@ -56,14 +56,14 @@ public class SplashHandlersTemplate extends PDETemplateSection {
private TemplateOption fFieldSplash;
/**
- *
+ *
*/
public SplashHandlersTemplate() {
initialize();
}
/**
- *
+ *
*/
private void initialize() {
// Default field values
@@ -93,7 +93,7 @@ public class SplashHandlersTemplate extends PDETemplateSection {
@Override
protected String getFormattedPackageName(String id) {
// Package name addition to create a location for containing
- // any classes required by the splash handlers.
+ // any classes required by the splash handlers.
String packageName = super.getFormattedPackageName(id);
// Unqualifed
if (packageName.length() == 0) {
@@ -106,7 +106,7 @@ public class SplashHandlersTemplate extends PDETemplateSection {
@Override
public String[] getNewFiles() {
// Note: This does not even get called for non-project templates
- // As a result, listed files are not added to the binary build
+ // As a result, listed files are not added to the binary build
// section
if (isSplashFieldSelected()) {
return new String[] {F_SPLASH_SCREEN_FILE};
@@ -154,7 +154,7 @@ public class SplashHandlersTemplate extends PDETemplateSection {
}
/**
- *
+ *
*/
private void updateUIFieldClass() {
// Update the class name depending on the splash screen type
@@ -168,7 +168,7 @@ public class SplashHandlersTemplate extends PDETemplateSection {
}
/**
- *
+ *
*/
private void createUI() {
// Field: template
@@ -184,14 +184,14 @@ public class SplashHandlersTemplate extends PDETemplateSection {
}
/**
- *
+ *
*/
private void createUIFieldSplash() {
fFieldSplash = addOption(F_FIELD_SPLASH, PDETemplateMessages.SplashHandlersTemplate_fieldAddSplash, false, F_PAGE_INDEX);
}
/**
- *
+ *
*/
private void createUIFieldClass() {
fFieldClass = (StringOption) addOption(F_FIELD_CLASS, PDETemplateMessages.SplashHandlersTemplate_fieldClassName, ISplashHandlerConstants.F_SPLASH_SCREEN_CLASSES[0], F_PAGE_INDEX);
@@ -199,21 +199,21 @@ public class SplashHandlersTemplate extends PDETemplateSection {
}
/**
- *
+ *
*/
private void createUIFieldPackage() {
fFieldPackage = addOption(KEY_PACKAGE_NAME, PDETemplateMessages.SplashHandlersTemplate_fieldJavaPackage, null, F_PAGE_INDEX);
}
/**
- *
+ *
*/
private void createUIFieldTemplate() {
fFieldTemplate = addOption(F_FIELD_TEMPLATE, PDETemplateMessages.SplashHandlersTemplate_fieldSplashScreenType, ISplashHandlerConstants.F_SPLASH_SCREEN_TYPE_CHOICES, ISplashHandlerConstants.F_SPLASH_SCREEN_TYPE_CHOICES[0][0], F_PAGE_INDEX);
}
/**
- *
+ *
*/
private void createUIFieldProductID() {
@@ -266,7 +266,7 @@ public class SplashHandlersTemplate extends PDETemplateSection {
@Override
protected void updateModel(IProgressMonitor monitor) throws CoreException {
- // Create the action to update the model with the associated
+ // Create the action to update the model with the associated
// splash handler extensions, extension points, elements and attributes
UpdateSplashHandlerAction action = new UpdateSplashHandlerAction();
// Configure the acation
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/UniversalWelcomeTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/UniversalWelcomeTemplate.java
index 52cf6b4de6..b8f8714200 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/UniversalWelcomeTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/UniversalWelcomeTemplate.java
@@ -27,7 +27,7 @@ import org.eclipse.pde.ui.templates.PluginReference;
/**
* Creates a template for contributing to the Universal Welcome
* intro. Requires Eclipse version 3.2.
- *
+ *
* @since 3.2
*/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewNewWizard.java
index 02cca6bdea..dab2a22ab4 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewTemplate.java
index 7ae75ba892..352c14cac3 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/ide/ViewTemplate.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Lars Vogel <Lars.Vogel@vogella.com> - Bug 473694
@@ -49,7 +49,7 @@ public class ViewTemplate extends PDETemplateSection {
}
private void createOptions() {
- // first page
+ // first page
addOption(KEY_PACKAGE_NAME, PDETemplateMessages.ViewTemplate_packageName, (String) null, 0);
addOption("className", PDETemplateMessages.ViewTemplate_className, "SampleView", 0); //$NON-NLS-1$ //$NON-NLS-2$
addOption("viewName", PDETemplateMessages.ViewTemplate_name, PDETemplateMessages.ViewTemplate_defaultName, 0); //$NON-NLS-1$
@@ -74,7 +74,7 @@ public class ViewTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
initializeFields(model.getPluginBase().getId());
}
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiNewWizard.java
index d607884b70..32204087d6 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiServiceNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiServiceNewWizard.java
index 2dbded587d..40da929b37 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiServiceNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiServiceNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiTemplate.java
index 4aa1eb2976..d854cf0a19 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/HelloOSGiTemplate.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceNewWizard.java
index 45f75af06f..addd22bebb 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceTemplate.java
index 2d040e4c10..b73c12cfa1 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiPreferencesServiceTemplate.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceNewWizard.java
index 3fe1ff9632..be6d3ee2fc 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceTemplate.java
index 87175f566e..be25a4b5d0 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/osgi/OSGiSimpleLogServiceTemplate.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloNonUIRCPNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloNonUIRCPNewWizard.java
index b4d0d06cf8..d8c7b3972a 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloNonUIRCPNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloNonUIRCPNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPNewWizard.java
index dcdb52bc28..92801b304e 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPTemplate.java
index efcaaa1b34..e3d5a70aa8 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/HelloRCPTemplate.java
@@ -45,11 +45,11 @@ public class HelloRCPTemplate extends PDETemplateSection {
}
private void createOptions() {
- addOption(KEY_WINDOW_TITLE, PDETemplateMessages.HelloRCPTemplate_windowTitle, "Hello RCP", 0); //$NON-NLS-1$
+ addOption(KEY_WINDOW_TITLE, PDETemplateMessages.HelloRCPTemplate_windowTitle, "Hello RCP", 0); //$NON-NLS-1$
addOption(KEY_PACKAGE_NAME, PDETemplateMessages.MailTemplate_packageName, (String) null, 0);
- addOption(KEY_APPLICATION_CLASS, PDETemplateMessages.HelloRCPTemplate_appClass, "Application", 0); //$NON-NLS-1$
+ addOption(KEY_APPLICATION_CLASS, PDETemplateMessages.HelloRCPTemplate_appClass, "Application", 0); //$NON-NLS-1$
createBrandingOptions();
}
@@ -122,7 +122,7 @@ public class HelloRCPTemplate extends PDETemplateSection {
IPluginElement element = model.getFactory().createElement(extension);
element.setName("product"); //$NON-NLS-1$
- element.setAttribute("name", getStringOption(KEY_WINDOW_TITLE)); //$NON-NLS-1$
+ element.setAttribute("name", getStringOption(KEY_WINDOW_TITLE)); //$NON-NLS-1$
element.setAttribute("application", plugin.getId() + "." + VALUE_APPLICATION_ID); //$NON-NLS-1$ //$NON-NLS-2$
IPluginElement property = model.getFactory().createElement(element);
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroNewWizard.java
index e575cf5b42..d87624486a 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java
index c5d2768a83..df6333f0ca 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java
@@ -80,7 +80,7 @@ public class IntroTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId) + ".intro"); //$NON-NLS-1$
@@ -152,7 +152,7 @@ public class IntroTemplate extends PDETemplateSection {
configurationElement.setName("config"); //$NON-NLS-1$
configurationElement.setAttribute("id", plugin.getId() + '.' //$NON-NLS-1$
+ "configId"); //$NON-NLS-1$
- configurationElement.setAttribute("introId", introID);//$NON-NLS-1$
+ configurationElement.setAttribute("introId", introID);//$NON-NLS-1$
configurationElement.setAttribute("content", "introContent.xml"); //$NON-NLS-1$ //$NON-NLS-2$
IPluginElement presentationElement = factory.createElement(configurationElement);
presentationElement.setName("presentation"); //$NON-NLS-1$
@@ -194,7 +194,7 @@ public class IntroTemplate extends PDETemplateSection {
IPluginElement element = model.getFactory().createElement(extension);
element.setName("product"); //$NON-NLS-1$
- element.setAttribute("name", getStringOption(KEY_PRODUCT_NAME)); //$NON-NLS-1$
+ element.setAttribute("name", getStringOption(KEY_PRODUCT_NAME)); //$NON-NLS-1$
element.setAttribute("application", plugin.getId() + "." + VALUE_APPLICATION_ID); //$NON-NLS-1$ //$NON-NLS-2$
IPluginElement property = model.getFactory().createElement(element);
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailNewWizard.java
index 844888f022..d54e693dfe 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailTemplate.java
index ca0cf73f6e..daf775fa58 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/MailTemplate.java
@@ -41,9 +41,9 @@ public class MailTemplate extends PDETemplateSection {
private void createOptions() {
addOption(KEY_PRODUCT_NAME, PDETemplateMessages.MailTemplate_productName, VALUE_PRODUCT_NAME, 0);
- addOption(KEY_PACKAGE_NAME, PDETemplateMessages.MailTemplate_packageName, (String) null, 0); //
+ addOption(KEY_PACKAGE_NAME, PDETemplateMessages.MailTemplate_packageName, (String) null, 0); //
- addOption(KEY_APPLICATION_CLASS, PDETemplateMessages.MailTemplate_appClass, "Application", 0); //$NON-NLS-1$
+ addOption(KEY_APPLICATION_CLASS, PDETemplateMessages.MailTemplate_appClass, "Application", 0); //$NON-NLS-1$
}
@Override
@@ -238,7 +238,7 @@ public class MailTemplate extends PDETemplateSection {
IPluginElement element = model.getFactory().createElement(extension);
element.setName("product"); //$NON-NLS-1$
- element.setAttribute("name", getStringOption(KEY_PRODUCT_NAME)); //$NON-NLS-1$
+ element.setAttribute("name", getStringOption(KEY_PRODUCT_NAME)); //$NON-NLS-1$
element.setAttribute("application", plugin.getId() + "." + VALUE_APPLICATION_ID); //$NON-NLS-1$ //$NON-NLS-2$
IPluginElement property = model.getFactory().createElement(element);
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPNewWizard.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPNewWizard.java
index a3ac8b33f1..9fba9a3550 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPNewWizard.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPNewWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPTemplate.java b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPTemplate.java
index 2e94115119..b5f5259412 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPTemplate.java
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/ViewRCPTemplate.java
@@ -40,7 +40,7 @@ public class ViewRCPTemplate extends PDETemplateSection {
}
private void createOptions() {
- addOption(KEY_WINDOW_TITLE, PDETemplateMessages.ViewRCPTemplate_windowTitle, "RCP Application", 0); //$NON-NLS-1$
+ addOption(KEY_WINDOW_TITLE, PDETemplateMessages.ViewRCPTemplate_windowTitle, "RCP Application", 0); //$NON-NLS-1$
addOption(KEY_PACKAGE_NAME, PDETemplateMessages.ViewRCPTemplate_packageName, (String) null, 0);
@@ -59,7 +59,7 @@ public class ViewRCPTemplate extends PDETemplateSection {
@Override
public void initializeFields(IPluginModelBase model) {
- // In the new extension wizard, the model exists so
+ // In the new extension wizard, the model exists so
// we can initialize directly from it
String pluginId = model.getPluginBase().getId();
initializeOption(KEY_PACKAGE_NAME, getFormattedPackageName(pluginId));
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/AllPDETests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/AllPDETests.java
index 02f00fe498..f0fd27f57f 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/AllPDETests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/AllPDETests.java
@@ -32,7 +32,7 @@ public class AllPDETests {
public static Test suite() {
TestSuite suite = new TestSuite("Test Suite for org.eclipse.pde.ui"); //$NON-NLS-1$
-
+
suite.addTest(AllTargetTests.suite());
suite.addTest(AllNewProjectTests.suite());
suite.addTest(AllPreferenceTests.suite());
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestCase.java
index a6cbf77a83..881cb6d7fb 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -33,7 +33,7 @@ public abstract class PDETestCase extends TestCase {
page.closeAllEditors(false);
}
}
-
+
// Delete any projects that were created
IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot();
IProject[] projects = workspaceRoot.getProjects();
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestsPlugin.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestsPlugin.java
index 8d8786482d..4b9babdceb 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestsPlugin.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/PDETestsPlugin.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -26,7 +26,7 @@ public class PDETestsPlugin extends AbstractUIPlugin {
/**
* Returns the test plug-in.
- *
+ *
* @return the test plug-in
*/
public static PDETestsPlugin getDefault() {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/AbstractBuildValidationTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/AbstractBuildValidationTest.java
index d533bba7b1..9e87d8339e 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/AbstractBuildValidationTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/AbstractBuildValidationTest.java
@@ -35,9 +35,9 @@ import org.osgi.service.prefs.BackingStoreException;
/**
* Abstract test case for tests that check the build.properties builder and its associated quick fixes.
- *
+ *
* Extracts the necessary build.properties testing files and deletes them on tear-down.
- *
+ *
* @since 3.6
* @see BuildPropertiesValidationTest
*/
@@ -83,7 +83,7 @@ public abstract class AbstractBuildValidationTest extends TestCase {
/**
* Runs the quick fix and verifies that the marker is now gone.
- *
+ *
* @param buildProperty build.properties file (on which markers will looked for)
* @param expectedValues properties file from which expected values will be read
* @throws CoreException
@@ -208,7 +208,7 @@ public abstract class AbstractBuildValidationTest extends TestCase {
/**
* Unzips the given archive to the specified location.
- *
+ *
* @param location path in the local file system
* @param archivePath path to archive relative to the test plug-in
* @throws IOException
@@ -264,7 +264,7 @@ public abstract class AbstractBuildValidationTest extends TestCase {
/**
* Set the project specific preferences on build.properties
- *
+ *
* @param project project for which the preferences are to be set
* @param severity severity level
* @throws BackingStoreException
@@ -285,7 +285,7 @@ public abstract class AbstractBuildValidationTest extends TestCase {
/**
* Sets the given project specific preferences
- *
+ *
* @param project project for which the preference are to be set
* @param pref the preference
* @param value the value
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/BuildPropertiesValidationTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/BuildPropertiesValidationTest.java
index 2965cfcf4c..19201de457 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/BuildPropertiesValidationTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/build/properties/BuildPropertiesValidationTest.java
@@ -23,13 +23,13 @@ import org.osgi.service.prefs.BackingStoreException;
/**
* Tests that the builder for build.properties files generates the correct problems and quickfixes.
- *
+ *
* @since 3.6
* @see AbstractBuildValidationTest
*
*/
public class BuildPropertiesValidationTest extends AbstractBuildValidationTest {
-
+
public static Test suite() {
return new TestSuite(BuildPropertiesValidationTest.class);
}
@@ -91,7 +91,7 @@ public class BuildPropertiesValidationTest extends AbstractBuildValidationTest {
fail("Could not build the project '" + project.getName() + "'");
}
}
-
+
public void testSimpleProject() throws CoreException, BackingStoreException, IOException {
IProject project = findProject("org.eclipse.pde.tests.build.properties.8");
setPreferences(project, CompilerFlags.ERROR);
@@ -105,7 +105,7 @@ public class BuildPropertiesValidationTest extends AbstractBuildValidationTest {
fail("Could not build the project '" + project.getName() + "'");
}
}
-
+
//Bug 292763
public void testSrcExcludeQuickFix() throws CoreException, BackingStoreException, IOException {
IProject project = findProject("org.eclipse.pde.tests.build.properties.9");
@@ -120,7 +120,7 @@ public class BuildPropertiesValidationTest extends AbstractBuildValidationTest {
fail("Could not build the project '" + project.getName() + "'");
}
}
-
+
// Bug 323774
public void testOsgiInf() throws Exception {
IProject project = findProject("org.eclipse.pde.tests.build.properties.10");
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/ClasspathContributorTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/ClasspathContributorTest.java
index 78e5ea3696..3cc7a3412a 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/ClasspathContributorTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/ClasspathContributorTest.java
@@ -25,22 +25,22 @@ import org.eclipse.pde.internal.core.PDECore;
import org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest;
/**
- * Tests {@link IClasspathContributor} API to add additional classpath
+ * Tests {@link IClasspathContributor} API to add additional classpath
* entries during project classpath computation. Requires {@link TestClasspathContributor}
* to be installed as an extension.
*/
public class ClasspathContributorTest extends TestCase {
-
+
public static Test suite() {
TestSuite suite = new TestSuite("Test Suite for plugin classpath contributor API");
suite.addTestSuite(ClasspathContributorTest.class);
return suite;
}
-
+
private static final IProgressMonitor monitor = new NullProgressMonitor();
private IWorkspace workspace = ResourcesPlugin.getWorkspace();
private IProject project;
-
+
/* (non-Javadoc)
* @see junit.framework.TestCase#setUp()
*/
@@ -56,7 +56,7 @@ public class ClasspathContributorTest extends TestCase {
protected void tearDown() throws Exception {
project.delete(true, true, monitor);
}
-
+
public void testAdditionalClasspathEntries() throws Exception {
List expected = new ArrayList(TestClasspathContributor.entries);
expected.addAll(TestClasspathContributor.entries2);
@@ -74,8 +74,8 @@ public class ClasspathContributorTest extends TestCase {
}
/**
- * Imports a project into the test workspace
- *
+ * Imports a project into the test workspace
+ *
* @param workspace workspace to import into
* @return the created project
* @throws IOException
@@ -86,7 +86,7 @@ public class ClasspathContributorTest extends TestCase {
URL srcURL = PDETestsPlugin.getBundleContext().getBundle ().getEntry("tests/projects/" + ClasspathResolverTest.bundleName);
File srcBasedir = new File(FileLocator.toFileURL(srcURL).getFile());
-
+
File dstBasedir = new File(rootFile, ClasspathResolverTest.bundleName);
copyFile(srcBasedir, dstBasedir, ".project");
copyFile(srcBasedir, dstBasedir, ".classpath");
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/TestClasspathContributor.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/TestClasspathContributor.java
index 680f08eee5..18945dfa87 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/TestClasspathContributor.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathcontributor/TestClasspathContributor.java
@@ -25,7 +25,7 @@ import org.eclipse.pde.ui.tests.classpathresolver.ClasspathResolverTest;
*
*/
public class TestClasspathContributor implements IClasspathContributor {
-
+
public static List entries;
public static List entries2;
static {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathresolver/ClasspathResolverTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathresolver/ClasspathResolverTest.java
index e638cdf6b9..e2992e929b 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathresolver/ClasspathResolverTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/classpathresolver/ClasspathResolverTest.java
@@ -34,7 +34,7 @@ import org.eclipse.pde.internal.launching.sourcelookup.PDESourceLookupQuery;
*
*/
public class ClasspathResolverTest extends TestCase {
-
+
public static Test suite() {
TestSuite suite = new TestSuite("Test Suite for bundle classpath resolver API");
suite.addTestSuite(ClasspathResolverTest.class);
@@ -46,7 +46,7 @@ public class ClasspathResolverTest extends TestCase {
private IWorkspace workspace = ResourcesPlugin.getWorkspace();
private IProject project;
-
+
/**
* The project name and bundle symbolic name of the test project
*/
@@ -109,8 +109,8 @@ public class ClasspathResolverTest extends TestCase {
}
/**
- * Imports a project into the test workspace
- *
+ * Imports a project into the test workspace
+ *
* @param workspace workspace to import into
* @return the created project
* @throws IOException
@@ -121,7 +121,7 @@ public class ClasspathResolverTest extends TestCase {
URL srcURL = PDETestsPlugin.getBundleContext().getBundle().getEntry("tests/projects/" + bundleName);
File srcBasedir = new File(FileLocator.toFileURL(srcURL).getFile());
-
+
File dstBasedir = new File(rootFile, bundleName);
copyFile(srcBasedir, dstBasedir, ".project");
copyFile(srcBasedir, dstBasedir, ".classpath");
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExecutionEnvironmentTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExecutionEnvironmentTests.java
index 89338636f6..864001cb9c 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExecutionEnvironmentTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExecutionEnvironmentTests.java
@@ -33,11 +33,11 @@ public class ExecutionEnvironmentTests extends PDETestCase {
public static Test suite() {
return new TestSuite(ExecutionEnvironmentTests.class);
- }
+ }
/**
* Deletes the specified project.
- *
+ *
* @param name
* @throws CoreException
*/
@@ -64,25 +64,25 @@ public class ExecutionEnvironmentTests extends PDETestCase {
wasInterrupted = true;
}
} while (wasInterrupted);
- }
+ }
/**
* Validates that the project's option is as expected
- *
+ *
* @param optionName
* @param expectedValue
*/
protected void validateOption(IJavaProject project, String optionName, String expectedValue) {
String option = project.getOption(optionName, true);
assertEquals("Wrong value for option " + optionName, expectedValue, option);
- }
+ }
/**
* Validates the JRE class path container is as expected.
- *
+ *
* @param project
* @param conatinerPath
- * @throws JavaModelException
+ * @throws JavaModelException
*/
protected void validateSystemLibrary(IJavaProject project, IPath conatinerPath) throws JavaModelException {
IClasspathEntry[] classpath = project.getRawClasspath();
@@ -101,7 +101,7 @@ public class ExecutionEnvironmentTests extends PDETestCase {
/**
* Validates the target level of a generated class file.
- *
+ *
* @param classfile location of class file in local file system
* @param major expected major class file version
*/
@@ -114,10 +114,10 @@ public class ExecutionEnvironmentTests extends PDETestCase {
* Creates a plug-in project with a custom execution environment. Validates that
* compiler compliance settings and build path are correct and that class files
* are generated with correct target level.
- *
- * TODO The VM this is run on must be included in the compatible JREs for the custom
+ *
+ * TODO The VM this is run on must be included in the compatible JREs for the custom
* environment. See {@link EnvironmentAnalyzerDelegate#analyze(org.eclipse.jdt.launching.IVMInstall, IProgressMonitor)}
- *
+ *
* @throws Exception
*/
public void testCustomEnvironment() throws Exception {
@@ -149,7 +149,7 @@ public class ExecutionEnvironmentTests extends PDETestCase {
* Creates a plug-in project with a J2SE-1.4 execution environment. Validates that
* compiler compliance settings and build path are correct and that class files
* are generated with correct target level.
- *
+ *
* @throws Exception
*/
public void testJava4Environment() throws Exception {
@@ -174,12 +174,12 @@ public class ExecutionEnvironmentTests extends PDETestCase {
} finally {
deleteProject("j2se14.plug");
}
- }
+ }
/**
* Creates a plug-in project without an execution environment. Validates that
* compiler compliance settings and build path reflect default workspace settings.
- *
+ *
* @throws Exception
*/
public void testNoEnvironment() throws Exception {
@@ -198,14 +198,14 @@ public class ExecutionEnvironmentTests extends PDETestCase {
} finally {
deleteProject("no.env");
}
- }
+ }
/**
* Creates a plug-in project with a J2SE-1.4 execution environment. Validates that
* compiler compliance settings and build path are correct. Modifies the compliance
* options and then updates the class path again. Ensures that the enum and assert
* identifier options get overwritten with minimum 'warning' severity.
- *
+ *
* @throws Exception
*/
public void testMinimumComplianceOverwrite() throws Exception {
@@ -251,7 +251,7 @@ public class ExecutionEnvironmentTests extends PDETestCase {
* compiler compliance settings and build path are correct. Modifies the compliance
* options and then updates the class path again. Ensures that the enum and assert
* identifier options do not overwrite existing 'error' severity.
- *
+ *
* @throws Exception
*/
public void testMinimumComplianceNoOverwrite() throws Exception {
@@ -290,5 +290,5 @@ public class ExecutionEnvironmentTests extends PDETestCase {
} finally {
deleteProject("j2se14.error");
}
- }
+ }
}
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExportBundleTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExportBundleTests.java
index 443ed80597..8365d29569 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExportBundleTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/ExportBundleTests.java
@@ -37,11 +37,11 @@ public class ExportBundleTests extends PDETestCase {
public static Test suite() {
return new TestSuite(ExportBundleTests.class);
- }
+ }
/**
* Deletes the specified project.
- *
+ *
* @param name
* @throws CoreException
*/
@@ -54,7 +54,7 @@ public class ExportBundleTests extends PDETestCase {
/**
* Deletes the specified folder.
- *
+ *
* @param dir the file to delete
*/
protected void deleteFolder(File dir) {
@@ -76,7 +76,7 @@ public class ExportBundleTests extends PDETestCase {
/**
* Validates the target level of a generated class file.
- *
+ *
* @param zipFileName location of archive file
* @param zipEntryName path to class file in archive
* @param major expected major class file version
@@ -84,12 +84,12 @@ public class ExportBundleTests extends PDETestCase {
protected void validateTargetLevel(String zipFileName, String zipEntryName, int major) {
IClassFileReader reader = ToolFactory.createDefaultClassFileReader(zipFileName, zipEntryName, IClassFileReader.ALL);
assertEquals("Wrong major version", major, reader.getMajorVersion());
- }
+ }
/**
* Exports a plug-in project with a custom execution environment and validates class file
* target level.
- *
+ *
* @throws Exception
*/
public void testExportCustomEnvironment() throws Exception {
@@ -141,7 +141,7 @@ public class ExportBundleTests extends PDETestCase {
/**
* Exports a plug-in project with a J2SE-1.4 execution environment and validates class file
* target level.
- *
+ *
* @throws Exception
*/
public void testExport14Environment() throws Exception {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/AllImportTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/AllImportTests.java
index 604e1cb9ea..8483ea683c 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/AllImportTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/AllImportTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,11 +20,11 @@ public class AllImportTests {
suite.addTest(ImportWithLinksTestCase.suite());
suite.addTest(ImportAsBinaryTestCase.suite());
suite.addTest(ImportAsSourceTestCase.suite());
-
+
// Temporarily disabled until git migration is complete and we have access to a stable cvs repo (bug 355873)
// suite.addTest(ImportFromRepoTestCase.suite());
// suite.addTest(BundleImporterTests.suite());
-
+
suite.addTest(ImportFeatureProjectsTestCase.suite());
return suite;
}
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java
index f443f214f1..b905053653 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/BaseImportTestCase.java
@@ -21,10 +21,10 @@ import org.eclipse.pde.ui.tests.PDETestCase;
import org.osgi.framework.Version;
public abstract class BaseImportTestCase extends PDETestCase {
-
+
protected abstract int getType();
protected abstract void verifyProject(String projectName, boolean isJava);
-
+
public void testImportJAR() {
doSingleImport("org.eclipse.jsch.core", true);
}
@@ -41,15 +41,15 @@ public abstract class BaseImportTestCase extends PDETestCase {
doSingleImport("org.eclipse.jdt.doc.user", false);
doSingleImport("org.eclipse.pde.ui.source", false);
}
-
+
public void testImportJUnit4() {
doSingleImport("org.junit", 4, true);
}
-
+
public void testImportICU(){
doSingleImport("com.ibm.icu", true);
}
-
+
public void testImportLinksMultiple() {
IPluginModelBase[] modelsToImport = getModels(new String[] {"org.eclipse.core.filebuffers", "org.eclipse.jdt.doc.user", "org.eclipse.pde.build"});
runOperation(modelsToImport, getType());
@@ -57,19 +57,19 @@ public abstract class BaseImportTestCase extends PDETestCase {
verifyProject(modelsToImport[i], i != 1);
}
}
-
+
protected void doSingleImport(String bundleSymbolicName, boolean isJava) {
IPluginModelBase modelToImport = PluginRegistry.findModel(bundleSymbolicName);
assertNull(modelToImport.getUnderlyingResource());
runOperation(new IPluginModelBase[] {modelToImport}, getType());
verifyProject(modelToImport, isJava);
}
-
+
/**
* Imports a bundle with the given symbolic name and a version with a major version matching
* the given int. The result is checked for flags and natures. This method was added to
* test org.junit which will have two versions of the same bundle in the SDK.
- *
+ *
* @param bundleSymbolicName name of the plug-in to import
* @param majorVersion the major version that the imported plug-in must have
* @param isJava whether the imported plug-in should have a java nature
@@ -79,7 +79,7 @@ public abstract class BaseImportTestCase extends PDETestCase {
IPluginModelBase models[] = entry.getExternalModels();
assertTrue("No models for " + bundleSymbolicName + " could be found", models.length > 0);
IPluginModelBase modelToImport = null;
-
+
for (int i = 0; i < models.length; i++) {
Version version = new Version(models[i].getPluginBase().getVersion());
if (version.getMajor() == majorVersion){
@@ -87,12 +87,12 @@ public abstract class BaseImportTestCase extends PDETestCase {
break;
}
}
-
+
assertNull("Model with correct major version " + majorVersion + " could not be found", modelToImport.getUnderlyingResource());
runOperation(new IPluginModelBase[] {modelToImport}, getType());
verifyProject(modelToImport, isJava);
}
-
+
protected void runOperation(IPluginModelBase[] models, int type) {
PluginImportOperation job = new PluginImportOperation(models, type, false);
job.setRule(ResourcesPlugin.getWorkspace().getRoot());
@@ -118,7 +118,7 @@ public abstract class BaseImportTestCase extends PDETestCase {
}
return models;
}
-
+
protected void verifyProject(IPluginModelBase modelImported, boolean isJava) {
String id = modelImported.getPluginBase().getId();
verifyProject(id, isJava);
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/ImportFromRepoTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/ImportFromRepoTestCase.java
index 69fd285614..b5d3aaaadd 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/ImportFromRepoTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/ImportFromRepoTestCase.java
@@ -40,7 +40,7 @@ public class ImportFromRepoTestCase extends BaseImportTestCase {
testSuite.addTest(new ImportFromRepoTestCase("testImportOrgEclipseRcp"));
return testSuite;
}
-
+
/* (non-Javadoc)
* @see junit.framework.TestCase#setUp()
*/
@@ -70,20 +70,20 @@ public class ImportFromRepoTestCase extends BaseImportTestCase {
throw e;
}
}
-
+
@Override
protected int getType() {
return TYPE;
}
-
+
public void testImportOrgEclipsePdeUaUi(){
doSingleImport("org.eclipse.pde.ua.ui", true);
}
-
+
public void testImportOrgEclipseRcp(){
doSingleImport("org.eclipse.rcp", false);
}
-
+
@Override
protected void runOperation(IPluginModelBase[] models, int type) {
PluginImportOperation job = new PluginImportOperation(models, type, false);
@@ -129,7 +129,7 @@ public class ImportFromRepoTestCase extends BaseImportTestCase {
}
return false;
}
-
+
/**
* A test authenticator that provide defaults for all methods.
*/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/AllBundleModelTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/AllBundleModelTests.java
index 16a7cab633..99b1f8f9df 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/AllBundleModelTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/AllBundleModelTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
index 0d47e77528..16181885f8 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleActivatorTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
index 1624844f43..56a839419b 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleClasspathTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
index 61f7ba6871..a39b74b20d 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleLocalizationTestCase.java
@@ -27,7 +27,7 @@ public class BundleLocalizationTestCase extends BundleModelTestCase {
public BundleLocalizationTestCase() {
super(Constants.BUNDLE_LOCALIZATION);
}
-
+
public void testGetLocalizationDefault() {
StringBuffer buffer = new StringBuffer();
buffer.append("Manifest-Version: 1.0\n");
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
index 4ded7dddcd..c83298fc9c 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleModelTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
index 72d850c4fb..48811f64d1 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleNameTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
index 2cc1ac7503..4409e82a78 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleSymbolicNameTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
index dbaf8b0f96..6e9d0ff6c7 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVendorTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
index 1c38930dd7..cd62ec2e23 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/BundleVersionTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
index 8a538ac6d8..7f446f6c0d 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExecutionEnvironmentTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
index 88d7abca9f..ce95c7094a 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ExportPackageTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
index 23331dacef..285b4d9f55 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/FragmentHostTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
index 7cb4bf53f5..df2c346229 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/ImportPackageTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
index 1c71a34ec4..efdada5e86 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/LazyStartTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java
index 19eb121f32..4a1c0c8d4b 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/MultiLineHeaderTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
index 8d98c33f97..b8cc9190e6 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/PackageHeaderTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
index 6e8e90555a..851d5447b2 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/bundle/RequireBundleTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/AllXMLModelTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/AllXMLModelTests.java
index 9d5b1d2df0..62624286f2 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/AllXMLModelTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/AllXMLModelTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -18,8 +18,8 @@ public class AllXMLModelTests {
public static Test suite() {
TestSuite suite = new TestSuite("Test Suite for testing the xml model"); //$NON-NLS-1$
suite.addTest(BasicXMLTestCase.suite());
- /*
- * Commented out till XMLTextChangeListener#getTextOperations()
+ /*
+ * Commented out till XMLTextChangeListener#getTextOperations()
* gets fixed / updated (see what InputContext does)
*/
// suite.addTest(SwapXMLModelTestCase.suite());
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
index dff2d9e7a7..682e799e8e 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/BasicXMLTestCase.java
@@ -33,7 +33,7 @@ public class BasicXMLTestCase extends XMLModelTestCase {
assertEquals(extensions[0].getChildCount(), 1);
assertEquals(extensions[0].getChildren()[0].getName(), "sample");
}
-
+
public void testReadSimpleExtensionOneLine() {
StringBuffer sb = new StringBuffer();
sb.append("<extension point=\"org.eclipse.pde.ui.samples\"><sample /></extension>");
@@ -103,7 +103,7 @@ public class BasicXMLTestCase extends XMLModelTestCase {
extensions = fModel.getPluginBase().getExtensions();
assertEquals(extensions.length, 0);
}
-
+
// bug 220178
public void testRemoveChildNode() throws Exception {
StringBuffer sb = new StringBuffer();
@@ -117,12 +117,12 @@ public class BasicXMLTestCase extends XMLModelTestCase {
assertNotNull(child1);
IDocumentElementNode child2 = parent.getChildAt(1);
assertNotNull(child2);
-
+
IDocumentElementNode result = parent.removeChildNode(child2);
assertNotNull(result);
assertEquals(child2, result);
}
-
+
//bug 285134
public void testSingleQuoteAttribute() {
StringBuffer sb = new StringBuffer();
@@ -136,5 +136,5 @@ public class BasicXMLTestCase extends XMLModelTestCase {
assertEquals(extensions[0].getChildCount(), 1);
assertEquals(extensions[0].getChildren()[0].getName(), "sample");
}
-
+
}
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
index 4b7ea68498..24d821e043 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionAttributeTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
index 71ff3739f1..feb9644491 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/ExtensionElementTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
index 8a4b78aed1..53732aa412 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/StructureXMLModelTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java
index 17b30544b7..f0f68bbc9c 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/SwapXMLModelTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
index 33bb334dac..869c206161 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/model/xml/XMLModelTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/AllNLSTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/AllNLSTests.java
index ebf2310b6d..287d7b10e7 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/AllNLSTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/AllNLSTests.java
@@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 225047
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 225047
*******************************************************************************/
package org.eclipse.pde.ui.tests.nls;
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/StringHelperTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/StringHelperTestCase.java
index 886143bbd6..3bb93d8bff 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/StringHelperTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/nls/StringHelperTestCase.java
@@ -52,7 +52,7 @@ public class StringHelperTestCase extends TestCase {
s2 = StringHelper.preparePropertiesString(s1, newLine.toCharArray());
assertEquals("ab c \\r\\n ", s2);
- // two lines, second line with leading spaces
+ // two lines, second line with leading spaces
s1 = "abc " + newLine + " d ef";
s2 = StringHelper.preparePropertiesString(s1, newLine.toCharArray());
assertEquals("abc \\r\\n \\" + newLine + "d ef", s2);
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/AbstractSchemaPerfTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/AbstractSchemaPerfTest.java
index 43ff0f0388..cc965f5bea 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/AbstractSchemaPerfTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/AbstractSchemaPerfTest.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -32,7 +32,7 @@ public abstract class AbstractSchemaPerfTest extends PerformanceTestCase {
protected int fRuns;
- protected static final String F_FILENAME = "/tests/performance/schema/navigatorContent.exsd"; //$NON-NLS-1$
+ protected static final String F_FILENAME = "/tests/performance/schema/navigatorContent.exsd"; //$NON-NLS-1$
protected static File fXSDFile;
@@ -46,7 +46,7 @@ public abstract class AbstractSchemaPerfTest extends PerformanceTestCase {
}
/**
- *
+ *
*/
protected void setUpIterations() {
fTestIterations = 5;
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/InitializeModelsPerfTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/InitializeModelsPerfTest.java
index 2cb32d8471..d9e6c31413 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/InitializeModelsPerfTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/InitializeModelsPerfTest.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/SchemaTraversePerfTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/SchemaTraversePerfTest.java
index d85d189135..6ba3223c4a 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/SchemaTraversePerfTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/SchemaTraversePerfTest.java
@@ -53,7 +53,7 @@ public class SchemaTraversePerfTest extends AbstractSchemaPerfTest {
InputStream input = null;
try {
connection = SchemaUtil.getURLConnection(fXSDFile.toURL());
- input = connection.getInputStream();
+ input = connection.getInputStream();
SAXParserWrapper parser = new SAXParserWrapper();
XMLDefaultHandler handler = new XMLDefaultHandler(true);
parser.parse(input, handler);
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/TargetPlatformPerfTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/TargetPlatformPerfTest.java
index 73cbbea4d0..8d3b539656 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/TargetPlatformPerfTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/performance/parts/TargetPlatformPerfTest.java
@@ -38,7 +38,7 @@ import org.osgi.framework.Version;
*
* These performance tests do many I/O operations so they iterate a large number of times to account for
* the inconsistency.
- *
+ *
* The example target used in these tests consists of 1000 simple bundles only containing a manifest. They
* were generated using {@link TestBundleCreator} and have increasing numbers of required bundles specified in
* the manifest (ex TestBundle_100 has required bundles of TestBundle_1 to TestBundle_99).
@@ -211,7 +211,7 @@ public class TargetPlatformPerfTest extends PerformanceTestCase {
/**
* Checks that the given model exists and that all it's required bundles exist as
* models in the plugin registry.
- *
+ *
* @param model model to look up dependencies for
* @param allBundleNames set of symbolic names that have been looked up to prevent stack overflows
*/
@@ -239,7 +239,7 @@ public class TargetPlatformPerfTest extends PerformanceTestCase {
/**
* Unzips the given archive to the specified location.
- *
+ *
* @param location path in the local file system
* @param archivePath path to archive relative to the test plug-in
* @throws IOException
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleImporterTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleImporterTests.java
index 001fac27ac..6dd9057590 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleImporterTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleImporterTests.java
@@ -21,17 +21,17 @@ import org.eclipse.team.core.importing.provisional.IBundleImporter;
/**
* Tests for bundle importer extensions.
- *
+ *
* @since 3.6
*/
public class BundleImporterTests extends TestCase {
-
+
private static final String CVS_IMPORTER = "org.eclipse.team.core.cvs.importer";
public static Test suite() {
return new TestSuite(BundleImporterTests.class);
}
-
+
/**
* Tests that a import description can be created for a known plug-in
@@ -56,7 +56,7 @@ public class BundleImporterTests extends TestCase {
assertEquals(bundleId, ((IPluginModelBase)description.getProperty(BundleProjectService.PLUGIN)).getBundleDescription().getSymbolicName());
assertTrue(description.getProperty(BundleProjectService.BUNDLE_IMPORTER) instanceof IBundleImporter);
}
-
+
/**
* Tests that the team API returns all known bundle importers
*/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleRootTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleRootTests.java
index b3a634cf40..60be37ccf5 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleRootTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/BundleRootTests.java
@@ -31,18 +31,18 @@ import org.osgi.framework.Version;
* @since 3.6
*/
public class BundleRootTests extends TestCase {
-
+
public static Test suite() {
return new TestSuite(BundleRootTests.class);
}
-
+
protected IBundleProjectService getBundleProjectService() {
return (IBundleProjectService) PDECore.getDefault().acquireService(IBundleProjectService.class.getName());
}
-
+
/**
* Creates and returns a project for the test case.
- *
+ *
* @param test test case
* @return project test project
* @exception CoreException on failure
@@ -56,10 +56,10 @@ public class BundleRootTests extends TestCase {
proj.open(null);
return proj;
}
-
+
/**
* Provides a project for the test case.
- *
+ *
* @param test test case
* @return project which does not yet exist
* @exception CoreException on failure
@@ -72,7 +72,7 @@ public class BundleRootTests extends TestCase {
IBundleProjectDescription description = getBundleProjectService().getDescription(proj);
description.setSymbolicName(proj.getName());
return description;
- }
+ }
/**
* Tests setting/getting the bundle root property for a project.
@@ -83,7 +83,7 @@ public class BundleRootTests extends TestCase {
// set to something
IFolder folder = project.getFolder(new Path("bundle/root"));
PDEProject.setBundleRoot(project, folder);
- assertEquals("Wrong bundle root", folder, PDEProject.getBundleRoot(project));
+ assertEquals("Wrong bundle root", folder, PDEProject.getBundleRoot(project));
// set to null
PDEProject.setBundleRoot(project, null);
assertEquals("Bundle root unspecified - should be project itself", project, PDEProject.getBundleRoot(project));
@@ -91,7 +91,7 @@ public class BundleRootTests extends TestCase {
PDEProject.setBundleRoot(project, project);
assertEquals("Bundle root unspecified - should be project itself", project, PDEProject.getBundleRoot(project));
}
-
+
/**
* Tests setting/getting the bundle root property for a project using IBundleProjectService and IBundleProjectDescription
*/
@@ -104,13 +104,13 @@ public class BundleRootTests extends TestCase {
IFolder folder = project.getFolder(new Path("bundle/root"));
service.setBundleRoot(project, folder.getProjectRelativePath());
description = service.getDescription(project);
- assertEquals("Wrong bundle root", folder.getProjectRelativePath(), description.getBundleRoot());
+ assertEquals("Wrong bundle root", folder.getProjectRelativePath(), description.getBundleRoot());
// set to null
service.setBundleRoot(project, null);
description = service.getDescription(project);
assertNull("Bundle root unspecified - should be project itself (null)", description.getBundleRoot());
- }
-
+ }
+
/**
* Test getting a root location from a non-existent project
*/
@@ -119,10 +119,10 @@ public class BundleRootTests extends TestCase {
assertFalse("Project should not exist", project.exists());
assertEquals("Root location should be project root", project, PDEProject.getBundleRoot(project));
}
-
+
/**
* Tests that IPluginModel.getInstallLocation() returns the bundle root location in a project.
- * @throws CoreException
+ * @throws CoreException
*/
public void testPluginModelInstallLocation() throws CoreException {
IBundleProjectDescription description = newProject();
@@ -134,15 +134,15 @@ public class BundleRootTests extends TestCase {
IPath nls = new Path("plugin.properties");
description.setLocalization(nls);
description.apply(null);
-
+
ProjectCreationTests.waitForBuild();
IPluginModelBase model = PluginRegistry.findModel(project);
assertEquals("Wrong install location", project.getFolder(root).getLocation(), new Path(model.getInstallLocation()));
}
-
+
/**
* Minimal bundle project with a non-default root - set a symbolic name, and go.
- *
+ *
* @throws CoreException
*/
public void testBundleRoot() throws CoreException {
@@ -156,9 +156,9 @@ public class BundleRootTests extends TestCase {
description.setLocalization(nls);
description.setActivator("org.eclipse.foo.SomeActivator");
description.apply(null);
-
+
IBundleProjectDescription d2 = getBundleProjectService().getDescription(project);
-
+
assertEquals("Wrong bundle root", root, d2.getBundleRoot());
assertEquals("Should be no activator", "org.eclipse.foo.SomeActivator", d2.getActivator());
IPath[] binIncludes = d2.getBinIncludes();
@@ -189,43 +189,43 @@ public class BundleRootTests extends TestCase {
assertFalse("Wrong Equinox headers", d2.isEquinox());
assertFalse("Wrong singleton", d2.isSingleton());
}
-
+
/**
* Creates a bundle project at a root location, and then removes PDE/Java natures. Then attempts create
* a bundle project out of the existing data.
- *
+ *
* @throws CoreException
*/
public void testAssignRootToExistingProject() throws CoreException {
testBundleRoot(); // create a simple bundle
-
+
IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("test.assignroottoexistingproject");
-
+
// remove PDE nature
IProjectDescription description = project.getDescription();
description.setNatureIds(new String[]{JavaCore.NATURE_ID});
project.setDescription(description, null);
-
+
// remove existing root property
PDEProject.setBundleRoot(project, null);
-
+
IBundleProjectService service = getBundleProjectService();
// reset the root
Path root = new Path("bundle/root");
service.setBundleRoot(project, root);
-
+
// Resurrect the bundle project, with a modified version
IBundleProjectDescription bpd = service.getDescription(project);
bpd.setBundleVendor("Some Vendor");
bpd.setBundleVersion(new Version("2.0.0"));
bpd.setNatureIds(new String[]{PDE.PLUGIN_NATURE, JavaCore.NATURE_ID});
bpd.apply(null);
-
+
// validate
IBundleProjectDescription d2 = service.getDescription(project);
IPath nls = new Path("plugin.properties");
IBundleClasspathEntry cp1 = service.newBundleClasspathEntry(new Path("src"), new Path("bin"), new Path("the.jar"));
-
+
assertEquals("Wrong bundle root", root, d2.getBundleRoot());
assertEquals("Should be no activator", "org.eclipse.foo.SomeActivator", d2.getActivator());
IPath[] binIncludes = d2.getBinIncludes();
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ClasspathContainerInitializer.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ClasspathContainerInitializer.java
index 2cd349f169..ca89abd42b 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ClasspathContainerInitializer.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ClasspathContainerInitializer.java
@@ -17,7 +17,7 @@ import org.eclipse.jdt.core.*;
* Dummy class path container.
*/
public class ClasspathContainerInitializer extends org.eclipse.jdt.core.ClasspathContainerInitializer {
-
+
public static final IPath PATH = new Path("org.eclipse.pde.ui.tests.classpath.container");
public ClasspathContainerInitializer() {
@@ -29,12 +29,12 @@ public class ClasspathContainerInitializer extends org.eclipse.jdt.core.Classpat
}
class ClasspathContainer implements IClasspathContainer {
-
+
private IPath fPath;
-
+
/**
* Constructs a new container for the given path.
- *
+ *
* @param path container path
*/
public ClasspathContainer(IPath path) {
@@ -72,7 +72,7 @@ public class ClasspathContainerInitializer extends org.eclipse.jdt.core.Classpat
public IPath getPath() {
return fPath;
}
-
+
}
-
+
}
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java
index 8c3a7705a0..618d670fee 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java
@@ -24,7 +24,7 @@ import org.osgi.framework.Version;
/**
* Tests for plug-in searching
- *
+ *
* @since 3.6
*/
public class PluginRegistryTests extends TestCase {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ProjectCreationTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ProjectCreationTests.java
index 1c95d4362e..cdd6886522 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ProjectCreationTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/ProjectCreationTests.java
@@ -39,7 +39,7 @@ import org.osgi.framework.Version;
/**
* Test project creation API.
- *
+ *
* @since 3.6
*/
public class ProjectCreationTests extends TestCase {
@@ -78,7 +78,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Provides a project for the test case.
- *
+ *
* @param test test case
* @return project which does not yet exist
* @exception CoreException on failure
@@ -95,7 +95,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Minimal bundle project creation - set a symbolic name, and go.
- *
+ *
* @throws CoreException
*/
public void testBundle() throws CoreException {
@@ -143,7 +143,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Tests that a header can be written with an empty value.
- *
+ *
* @throws CoreException
*/
public void testEmptyHeader() throws CoreException {
@@ -195,7 +195,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Tests that an empty package import header can be tolerated (see bug 312291)
- *
+ *
* @throws CoreException
*/
public void testEmptyPackageImportHeader() throws CoreException {
@@ -223,7 +223,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Minimal fragment project creation - set a symbolic name and host, and go.
- *
+ *
* @throws CoreException
*/
public void testFragment() throws CoreException {
@@ -271,7 +271,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Fragment project creation with source folder and host range.
- *
+ *
* @throws CoreException
*/
public void testFragmentSrc() throws CoreException {
@@ -323,7 +323,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Two source folders mapped to the same jar.
- *
+ *
* @throws CoreException
*/
public void testTwoSourceFoldersOneJar() throws CoreException {
@@ -382,7 +382,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Test two source folders to different jars
- *
+ *
* @throws CoreException
*/
public void testTwoSourceFoldersTwoJars() throws CoreException {
@@ -432,7 +432,7 @@ public class ProjectCreationTests extends TestCase {
}
/**
* Set a symbolic name and singleton property, and go.
- *
+ *
* @throws CoreException
*/
public void testSingleton() throws CoreException {
@@ -477,7 +477,7 @@ public class ProjectCreationTests extends TestCase {
/**
* A simple project with a single source folder, default output folder, and bundle classpath (.).
- *
+ *
* @throws CoreException
*/
public void testBundleSrc() throws CoreException {
@@ -538,7 +538,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Convert a bundle to a fragment
- *
+ *
* @throws CoreException
*/
public void testBundleToFrag() throws CoreException {
@@ -596,7 +596,7 @@ public class ProjectCreationTests extends TestCase {
/**
* A project with a source folder, plugin.xml, activator, execution environment,
* required bundles, and package import.
- *
+ *
* @throws CoreException
*/
public void testPlugin() throws CoreException {
@@ -677,7 +677,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Modify a simple project - change class path, add activator and plugin.xml.
- *
+ *
* @throws CoreException
*/
public void testModifyBundle() throws CoreException {
@@ -752,7 +752,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Modify a simple project to add/remove/clear some entries.
* See bug 380444 where previous settings weren't being cleared
- *
+ *
* @throws CoreException
*/
public void testModifyRequiredBundles() throws CoreException {
@@ -834,7 +834,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Convert a fragment into a bundle
- *
+ *
* @throws CoreException
*/
public void testFragToBundle() throws CoreException {
@@ -892,7 +892,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Tests creating a project that simply wraps jars into a bundle.
- *
+ *
* @throws CoreException
*/
public void testJarsAsBundle() throws CoreException, IOException {
@@ -957,7 +957,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Creates a file with some content at the given location.
- *
+ *
* @param file
* @throws CoreException
*/
@@ -978,7 +978,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Tests creating a project that simply wraps jars into a bundle.
- *
+ *
* @throws CoreException
*/
public void testClassFolders() throws CoreException {
@@ -1043,7 +1043,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Test custom export wizard and launch shortcuts.
- *
+ *
* @throws CoreException
*/
public void testExportWizardLaunchShortcuts() throws CoreException {
@@ -1093,7 +1093,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Targeting 3.1, should get result it Eclipse-AutoStart: true
- *
+ *
* @throws CoreException
*/
public void testLazyAutostart() throws CoreException {
@@ -1177,7 +1177,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Returns a structured header from a bundle model
- *
+ *
* @param bundle the bundle
* @param header header name/key
* @return header or <code>null</code>
@@ -1193,7 +1193,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Targeting 3.1, eager bundle should omit Eclipse-AutoStart: header
- *
+ *
* @throws CoreException
*/
public void testEagerAutostart() throws CoreException {
@@ -1259,7 +1259,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Targeting 3.2, lazy bundle should have Eclipse-LazyStart: header
- *
+ *
* @throws CoreException
*/
public void testLazyEclipseLazyStart() throws CoreException {
@@ -1326,7 +1326,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Targeting 3.2, eager bundle should not have Eclipse-LazyStart: header
- *
+ *
* @throws CoreException
*/
public void testEagerEclipseLazyStart() throws CoreException {
@@ -1470,7 +1470,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Tests that package import/export headers don't get flattened when doing an unrelated edit.
- *
+ *
* @throws CoreException
* @throws IOException
*/
@@ -1509,7 +1509,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Changes a non-plug-in project into a a plug-in.
- *
+ *
* @throws CoreException
*/
public void testNonBundleToBundle() throws CoreException {
@@ -1544,7 +1544,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Convert an existing Java project into a bundle project. Ensure it's build path
* doesn't get toasted in the process.
- *
+ *
* @throws CoreException
*/
public void testJavaToBundle() throws CoreException {
@@ -1609,7 +1609,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Tests creating a project that has a nested class file folders instead of a jar
- *
+ *
* @throws CoreException
*/
public void testClassFoldersNoJars() throws CoreException {
@@ -1675,7 +1675,7 @@ public class ProjectCreationTests extends TestCase {
/**
* Tests that adding package exports incrementally works
- *
+ *
* @throws CoreException
*/
public void testExportUpdateSequence() throws CoreException {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/AllPDERuntimeTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/AllPDERuntimeTests.java
index a1ea1a5399..10a0c0892a 100755
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/AllPDERuntimeTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/AllPDERuntimeTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/LocalModelTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/LocalModelTest.java
index d20ac9113d..12f13ffcd2 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/LocalModelTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime/LocalModelTest.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.runtime.registry.model.LocalRegistryBackend;
import org.eclipse.pde.internal.runtime.registry.model.RegistryModel;
public class LocalModelTest extends AbstractRegistryModelTest {
-
+
@Override
protected RegistryModel createModel() {
return new RegistryModel(new LocalRegistryBackend() {
@@ -25,14 +25,14 @@ public class LocalModelTest extends AbstractRegistryModelTest {
public void connect(IProgressMonitor monitor) {
mockFramework.setListener(this);
}
-
+
@Override
public void disconnect() {
// empty
}
});
}
-
+
public static Test suite() {
return new TestSuite(LocalModelTest.class);
}
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/AbstractTargetTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/AbstractTargetTest.java
index 9749d17b77..aee7e1d93b 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/AbstractTargetTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/AbstractTargetTest.java
@@ -31,7 +31,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Returns the target platform service or <code>null</code> if none
- *
+ *
* @return target platform service
*/
protected ITargetPlatformService getTargetService() {
@@ -45,7 +45,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Extracts bundles a through e and returns a path to the root directory containing
* the plug-ins.
- *
+ *
* @return path to the plug-ins directory
* @throws Exception
*/
@@ -64,7 +64,7 @@ public abstract class AbstractTargetTest extends TestCase {
* Extracts the same plugins as {@link #extractAbcdePlugins()}, but puts them
* in a linked folder setup (linked/eclipse/plugins). Returns the location
* of the plugins directory.
- *
+ *
* @return path to the plug-ins directory
* @throws Exception
*/
@@ -82,7 +82,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Extracts the classic plug-ins archive, if not already done, and returns a path to the
* root directory containing the plug-ins.
- *
+ *
* @return path to the plug-ins directory
* @throws Exception
*/
@@ -100,7 +100,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Extracts the modified jdt features archive, if not already done, and returns a path to the
* root directory containing the features and plug-ins
- *
+ *
* @return path to the root directory
* @throws Exception
*/
@@ -125,7 +125,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Extracts the multiple versions plug-ins archive, if not already done, and returns a path to the
* root directory containing the plug-ins.
- *
+ *
* @return path to the directory containing the bundles
* @throws Exception
*/
@@ -142,7 +142,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Extracts the classic plug-ins archive, if not already done, and returns a path to the
* root directory containing the plug-ins.
- *
+ *
* @return path to the plug-ins directory
* @throws Exception
*/
@@ -159,7 +159,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Unzips the given archive to the specified location.
- *
+ *
* @param location path in the local file system
* @param archivePath path to archive relative to the test plug-in
* @throws IOException
@@ -192,7 +192,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Recursively deletes the directory and files within.
- *
+ *
* @param dir directory to delete
*/
protected void delete(File dir) {
@@ -222,7 +222,7 @@ public abstract class AbstractTargetTest extends TestCase {
* Returns a new target definition from the target service. This method is
* overridden by {@link WorkspaceTargetDefinitionTests} to use a workspace
* target definition
- *
+ *
* @return a new target definition
*/
protected ITargetDefinition getNewTarget() {
@@ -233,7 +233,7 @@ public abstract class AbstractTargetTest extends TestCase {
* Returns a default target platform that takes target weaving into account
* if in a second instance of Eclipse. This allows the target platform to be
* reset after changing it in a test.
- *
+ *
* @return default settings for target platform
*/
protected ITargetDefinition getDefaultTargetPlatorm() {
@@ -247,7 +247,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Synchronously sets the target platform based on the given definition. This method should
* be called inside of a try/finally block that will always call {@link #resetTargetPlatform()}
- *
+ *
* @param target target definition or <code>null</code>
* @throws CoreException
*/
@@ -269,7 +269,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Collects all bundle symbolic names into a set.
- *
+ *
* @param infos bundles
* @return bundle symbolic names
*/
@@ -286,7 +286,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Retrieves all bundles (source and code) in the given target definition
* returning them as a list of BundleInfos.
- *
+ *
* @param target target definition
* @return all BundleInfos
*/
@@ -304,7 +304,7 @@ public abstract class AbstractTargetTest extends TestCase {
/**
* Returns a list of bundles included in the given container.
- *
+ *
* @param container bundle container
* @return included bundles
* @throws Exception
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/IUBundleContainerTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/IUBundleContainerTests.java
index 1bb4e742ab..83a882c815 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/IUBundleContainerTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/IUBundleContainerTests.java
@@ -46,7 +46,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Returns the metadata repository at the specified location.
- *
+ *
* @param uri location
* @return metadata repository at the specified location
* @throws Exception
@@ -60,7 +60,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Returns a URI for the the specified test plug-in relative path.
- *
+ *
* @param relativePath test plug-in relative path
* @return URI
* @throws Exception
@@ -73,7 +73,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Returns an installable unit from the given repository with the specified identifier.
- *
+ *
* @param id unit identifier
* @param repository repository
* @return installable unit
@@ -129,7 +129,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests all bundles are resolved for a feature and its required feature
- *
+ *
* @throws Exception
*/
public void testResolveRequiredFeatures() throws Exception {
@@ -139,7 +139,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests all bundles are resolved for a single feature
- *
+ *
* @throws Exception
*/
public void testResolveSingleFeature() throws Exception {
@@ -149,7 +149,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests all bundles are resolved for a bundle and its required bundles
- *
+ *
* @throws Exception
*/
public void testResolveRequiredBundles() throws Exception {
@@ -159,7 +159,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests a bundle is resolved (no required bundles)
- *
+ *
* @throws Exception
*/
public void testResolveSingleBundle() throws Exception {
@@ -169,7 +169,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests that contents should be equal.
- *
+ *
* @throws Exception
*/
public void testContentEqualNonNull() throws Exception {
@@ -180,7 +180,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests that contents should be equal.
- *
+ *
* @throws Exception
*/
public void testContentNotEqualNonNull() throws Exception {
@@ -191,7 +191,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests that contents should be equal.
- *
+ *
* @throws Exception
*/
public void testContentEqualNull() throws Exception {
@@ -203,7 +203,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests that contents should not be equal.
- *
+ *
* @throws Exception
*/
public void testContentNotEqualNull() throws Exception {
@@ -216,7 +216,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Creates an IU bundle container with the specified IU's, resolves the
* contents and ensures that the specified bundles are present.
- *
+ *
* @param unitIds identifiers of IU's to add to the container
* @param bundleIds symbolic names of bundles that should be present after resolution
* @throws Exception
@@ -246,7 +246,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Creates an IU bundle container with the specified IU's, persists and
* restores them.
- *
+ *
* @param unitIds identifiers of IU's to add to the container
* @param bundleIds ids of resolved bundles expected
* @throws Exception
@@ -280,7 +280,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests that the external model manager can restore external bundles from the bundle pool
* properly. See bug 320583.
- *
+ *
* @throws Exception
*/
public void testExternalModelManagerPreferences() throws Exception {
@@ -320,7 +320,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Creates an IU bundle container with the specified IUs from the test repository.
- *
+ *
* @param unitIds identifiers of IU's to add to the container
* @return bundle container
* @throws Exception
@@ -342,7 +342,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Creates and returns an new IU bundle container with the specified IU's and repositories.
- *
+ *
* @param units IU's
* @param repositories locations of repositories
* @param flags location flags
@@ -356,7 +356,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests that a target definition with IU containers can be serialized to xml, then deserialized without
* any loss of data.
- *
+ *
* @throws Exception
*/
public void testPersistIUDefinition() throws Exception {
@@ -367,7 +367,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests that a target definition with IU containers can be serialized to xml, then deserialized without
* any loss of data.
- *
+ *
* @throws Exception
*/
public void testPersistMultipleIUDefinition() throws Exception {
@@ -377,7 +377,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Incrementally adding IUs to a target.
- *
+ *
* @throws Exception
*/
public void testAddIUs() throws Exception {
@@ -411,7 +411,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Incrementally removing IUs from a target.
- *
+ *
* @throws Exception
*/
public void testRemoveIUs() throws Exception {
@@ -445,7 +445,7 @@ public class IUBundleContainerTests extends AbstractTargetTest {
/**
* Tests overlapping IU containers.
- *
+ *
* @throws Exception
*/
public void testOverlappingIUContainers() throws Exception {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java
index 0afb61d349..2a2084d76a 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/LocalTargetDefinitionTests.java
@@ -29,7 +29,7 @@ import org.osgi.framework.ServiceReference;
/**
* Tests for target definitions. The tested targets will be created in the metadata.
* @see WorkspaceTargetDefinitionTests
- *
+ *
* @since 3.5
*/
public class LocalTargetDefinitionTests extends AbstractTargetTest {
@@ -43,7 +43,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Returns the target platform service or <code>null</code> if none
- *
+ *
* @return target platform service
*/
@Override
@@ -58,7 +58,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Retrieves all bundles (source and code) in the given target definition
* returning them as a set of URLs.
- *
+ *
* @param target target definition
* @return all bundle URLs
*/
@@ -77,7 +77,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that resetting the target platform should work OK (i.e. is equivalent to the
* models in the default target platform).
- *
+ *
* @throws CoreException
*/
public void testResetTargetPlatform() throws Exception {
@@ -111,7 +111,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
* Tests that a target definition equivalent to the default target platform
* contains the same bundles as the default target platform (this is an
* explicit location with no target weaving).
- *
+ *
* @throws Exception
*/
public void testDefaultTargetPlatform() throws Exception {
@@ -136,7 +136,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that a target definition based on the default target platform
* restricted to a subset of bundles contains the right set.
- *
+ *
* @throws Exception
*/
public void testRestrictedDefaultTargetPlatform() throws Exception {
@@ -163,7 +163,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that a target definition based on the default target platform
* restricted to a subset of bundle versions contains the right set.
- *
+ *
* @throws Exception
*/
public void testVersionRestrictedDefaultTargetPlatform() throws Exception {
@@ -211,7 +211,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
* Tests that a target definition based on the default target platform
* restricted to a subset of bundles contains the right set. In this case
* empty, since the versions specified are bogus.
- *
+ *
* @throws Exception
*/
public void testMissingVersionRestrictedDefaultTargetPlatform() throws Exception {
@@ -239,7 +239,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
* contains the same bundles as the default target platform (this is an
* explicit location with no target weaving), when created with a variable
* referencing ${eclipse_home}
- *
+ *
* @throws Exception
*/
public void testEclipseHomeTargetPlatform() throws Exception {
@@ -266,7 +266,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
* contains the same bundles as the default target platform (this is an
* explicit location with no target weaving), when created with a variable
* referencing ${eclipse_home}.
- *
+ *
* @throws Exception
*/
public void testEclipseHomeTargetPlatformAndConfigurationArea() throws Exception {
@@ -294,7 +294,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
* platform's configuration location (which will do target weaving). This
* is really only tested when run as a JUnit plug-in test suite from
* within Eclipse.
- *
+ *
* @throws Exception
*/
public void testWovenTargetPlatform() throws Exception {
@@ -317,7 +317,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that a bundle directory container is equivalent to scanning locations.
- *
+ *
* @throws Exception
*/
public void testDirectoryBundleContainer() throws Exception {
@@ -339,7 +339,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that a bundle directory container is equivalent to scanning locations
* when it uses a variable to specify its location.
- *
+ *
* @throws Exception
*/
public void testVariableDirectoryBundleContainer() throws Exception {
@@ -360,7 +360,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests reading a 3.0.2 install with a mix of classic and OSGi plug-ins.
- *
+ *
* @throws Exception
*/
public void testClassicPlugins() throws Exception {
@@ -387,7 +387,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests identification of source bundles in a 3.0.2 install.
- *
+ *
* @throws Exception
*/
public void testClassicSourcePlugins() throws Exception {
@@ -423,7 +423,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests reading a 3.0 style plug-in that has a MANIFEST file that is not a bundle
* manifest.
- *
+ *
* @throws Exception
*/
public void testClassicPluginsWithNonBundleManifest() throws Exception {
@@ -493,7 +493,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Returns the location of the JDT feature in the running host as
* a path in the local file system.
- *
+ *
* @return path to JDT feature
*/
protected IPath getJdtFeatureLocation() {
@@ -558,7 +558,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests a JDT feature bundle container contains the appropriate bundles for a specific OS.
- *
+ *
* @throws Exception
*/
public void testMacOSFeatureBundleContainer() throws Exception {
@@ -612,7 +612,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that a target definition based on the JDT feature
* restricted to a subset of bundles contains the right set.
- *
+ *
* @throws Exception
*/
public void testRestrictedFeatureBundleContainer() throws Exception {
@@ -677,7 +677,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests setting the target platform to the stored JDT feature test data
- *
+ *
* @throws Exception
*/
public void testSetTargetPlatformToJdtFeature() throws Exception {
@@ -749,7 +749,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Reads a target definition file from the tests/targets/target-files location
* with the given name. Note that ".target" will be appended.
- *
+ *
* @param name
* @return target definition
* @throws Exception
@@ -766,7 +766,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* A directory of bundles should not have VM arguments.
- *
+ *
* @throws Exception
*/
public void testArgumentsPluginsDirectory() throws Exception {
@@ -777,7 +777,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* A directory that points to an installation should have VM arguments.
- *
+ *
* @throws Exception
*/
public void testArgumentsInstallDirectory() throws Exception {
@@ -789,7 +789,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* A feature container should not have VM arguments.
- *
+ *
* @throws Exception
*/
public void testArgumentsFeatureContainer() throws Exception {
@@ -799,7 +799,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* A profile container should have VM arguments.
- *
+ *
* @throws Exception
*/
public void testArgumentsProfileContainer() throws Exception {
@@ -811,7 +811,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests the ability to add arguments to a target platform and have them show up on new configs
- *
+ *
* @throws Exception
*/
public void testArguments() throws Exception {
@@ -844,7 +844,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that a single (lower) version of a bundle can be included in the target platform.
- *
+ *
* @throws Exception
*/
public void testLowerVersionOfBundle() throws Exception {
@@ -853,7 +853,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests that a single (higher) version of a bundle can be included in the target platform.
- *
+ *
* @throws Exception
*/
public void testHigherVersionOfBundle() throws Exception {
@@ -862,7 +862,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests all versions of a bundle can be excluded.
- *
+ *
* @throws Exception
*/
public void testNoVersionsOfBundle() throws Exception {
@@ -871,7 +871,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests all versions of a bundle can be included.
- *
+ *
* @throws Exception
*/
public void testAllVersionsOfBundle() throws Exception {
@@ -880,7 +880,7 @@ public class LocalTargetDefinitionTests extends AbstractTargetTest {
/**
* Tests all versions of a bundle can be included.
- *
+ *
* @throws Exception
*/
public void testAllVersionsOfBundleExplicit() throws Exception {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionFeatureResolutionTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionFeatureResolutionTests.java
index 47207cad04..3fa1fcec67 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionFeatureResolutionTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionFeatureResolutionTests.java
@@ -22,99 +22,99 @@ import org.eclipse.pde.internal.core.ifeature.IFeatureModel;
/**
* Tests whether targets and bundle containers manage features correctly.
- *
+ *
* @since 3.6
*/
public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
-
+
public static Test suite() {
return new TestSuite(TargetDefinitionFeatureResolutionTests.class);
}
-
+
/**
- * Tests that a directory bundle container provides the correct features to a target
+ * Tests that a directory bundle container provides the correct features to a target
*/
public void testDirectoryBundleContainer() throws Exception{
ITargetDefinition definition = getNewTarget();
ITargetLocation directoryContainer = getTargetService().newDirectoryLocation(TargetPlatform.getDefaultLocation());
-
+
assertNull(directoryContainer.getFeatures());
-
+
IFeatureModel[] expectedFeatures = PDECore.getDefault().getFeatureModelManager().getModels();
Set expectedIDs = new HashSet();
for (int i = 0; i < expectedFeatures.length; i++) {
expectedIDs.add(expectedFeatures[i].getFeature().getId());
}
-
+
directoryContainer.resolve(definition, null);
TargetFeature[] features = directoryContainer.getFeatures();
assertNotNull(features);
-
+
for (int i = 0; i < features.length; i++) {
String currentID = features[i].getId();
assertTrue("Extra feature in result: " + currentID, expectedIDs.contains(currentID));
expectedIDs.remove(currentID);
}
-
+
assertTrue("Not all expected features returned by the container: " + expectedIDs.toString(), expectedIDs.isEmpty());
}
-
+
/**
- * Tests that a profile (installation) bundle container provides the correct features to a target
+ * Tests that a profile (installation) bundle container provides the correct features to a target
*/
public void testProfileBundleContainer() throws Exception{
ITargetDefinition definition = getNewTarget();
ITargetLocation profileContainer = getTargetService().newProfileLocation(TargetPlatform.getDefaultLocation(), null);
-
+
assertNull(profileContainer.getFeatures());
-
+
IFeatureModel[] expectedFeatures = PDECore.getDefault().getFeatureModelManager().getModels();
Set expectedIDs = new HashSet();
for (int i = 0; i < expectedFeatures.length; i++) {
expectedIDs.add(expectedFeatures[i].getFeature().getId());
}
-
+
profileContainer.resolve(definition, null);
TargetFeature[] features = profileContainer.getFeatures();
assertNotNull(features);
-
+
for (int i = 0; i < features.length; i++) {
String currentID = features[i].getId();
assertTrue("Extra feature in result: " + currentID, expectedIDs.contains(currentID));
expectedIDs.remove(currentID);
}
-
+
assertTrue("Not all expected features returned by the container: " + expectedIDs.toString(), expectedIDs.isEmpty());
}
-
+
/**
- * Tests that a feature bundle container provides the correct features to a target
+ * Tests that a feature bundle container provides the correct features to a target
*/
public void testFeatureBundleContainer() throws Exception{
ITargetDefinition definition = getNewTarget();
ITargetLocation featureContainer = getTargetService().newFeatureLocation(TargetPlatform.getDefaultLocation(), "org.eclipse.pde", null);
-
+
assertNull(featureContainer.getFeatures());
-
+
IFeatureModel[] possibleFeatures = PDECore.getDefault().getFeatureModelManager().findFeatureModels("org.eclipse.pde");
assertTrue(possibleFeatures.length > 0);
-
+
featureContainer.resolve(definition, null);
TargetFeature[] features = featureContainer.getFeatures();
assertNotNull(features);
assertEquals(features.length, 1);
assertEquals(features[0].getId(),possibleFeatures[0].getFeature().getId());
}
-
+
public void testExplicitIncludes() throws Exception{
// Use the modified JDT features as we know their versions
ITargetDefinition definition = getNewTarget();
IPath location = extractModifiedFeatures();
-
+
ITargetLocation container = getTargetService().newDirectoryLocation(location.toOSString());
definition.setTargetLocations(new ITargetLocation[]{container});
definition.resolve(null);
-
+
List expected = new ArrayList();
expected.add("org.eclipse.jdt");
expected.add("org.eclipse.jdt.launching");
@@ -129,14 +129,14 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
expected.add("org.eclipse.jdt.launching.macosx");
expected.add("org.eclipse.jdt.launching.macosx.source");
}
-
+
NameVersionDescriptor[] allFeatures = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.jdt", "3.6.0.v20100105-0800-7z8VFR9FMTb52_pOyKHhoek1", NameVersionDescriptor.TYPE_FEATURE),
new NameVersionDescriptor("org.eclipse.jdt.source", "3.6.0.v20100105-0800-7z8VFR9FMTb52_pOyKHhoek1", NameVersionDescriptor.TYPE_FEATURE)
};
definition.setIncluded(allFeatures);
TargetBundle[] bundles = definition.getBundles();
-
+
for (int i = 0; i < bundles.length; i++) {
String symbolicName = bundles[i].getBundleInfo().getSymbolicName();
expected.remove(symbolicName);
@@ -157,18 +157,18 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
System.err.println("Missing: " + name);
}
assertTrue("Wrong bundles in JDT feature", expected.isEmpty());
-
+
}
-
+
public void testSingleInclude() throws Exception{
// Use the modified JDT features as we know their versions
ITargetDefinition definition = getNewTarget();
IPath location = extractModifiedFeatures();
-
+
ITargetLocation container = getTargetService().newDirectoryLocation(location.toOSString());
definition.setTargetLocations(new ITargetLocation[]{container});
definition.resolve(null);
-
+
List expected = new ArrayList();
expected.add("org.eclipse.jdt");
expected.add("org.eclipse.jdt.launching");
@@ -179,13 +179,13 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
if (Platform.getOS().equals(Platform.OS_MACOSX)) {
expected.add("org.eclipse.jdt.launching.macosx");
}
-
+
NameVersionDescriptor[] allFeatures = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.jdt", null, NameVersionDescriptor.TYPE_FEATURE)
};
definition.setIncluded(allFeatures);
TargetBundle[] bundles = definition.getBundles();
-
+
for (int i = 0; i < bundles.length; i++) {
String symbolicName = bundles[i].getBundleInfo().getSymbolicName();
expected.remove(symbolicName);
@@ -207,16 +207,16 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
}
assertTrue("Wrong bundles in JDT feature", expected.isEmpty());
}
-
+
public void testMixedIncludes() throws Exception{
// Use the modified JDT features as we know their versions
ITargetDefinition definition = getNewTarget();
IPath location = extractModifiedFeatures();
-
+
ITargetLocation container = getTargetService().newDirectoryLocation(location.toOSString());
definition.setTargetLocations(new ITargetLocation[]{container});
definition.resolve(null);
-
+
List expected = new ArrayList();
expected.add("org.eclipse.jdt");
expected.add("org.eclipse.jdt.launching");
@@ -227,14 +227,14 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
if (Platform.getOS().equals(Platform.OS_MACOSX)) {
expected.add("org.eclipse.jdt.launching.macosx");
}
-
+
NameVersionDescriptor[] allFeatures = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.jdt", null, NameVersionDescriptor.TYPE_FEATURE),
new NameVersionDescriptor("org.eclipse.jdt", null, NameVersionDescriptor.TYPE_PLUGIN)
};
definition.setIncluded(allFeatures);
TargetBundle[] bundles = definition.getBundles();
-
+
for (int i = 0; i < bundles.length; i++) {
String symbolicName = bundles[i].getBundleInfo().getSymbolicName();
expected.remove(symbolicName);
@@ -256,25 +256,25 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
}
assertTrue("Wrong bundles in JDT feature", expected.isEmpty());
}
-
+
public void testMissingFeatures() throws Exception {
// Use the modified JDT features as we know their versions
ITargetDefinition definition = getNewTarget();
IPath location = extractModifiedFeatures();
-
+
ITargetLocation container = getTargetService().newDirectoryLocation(location.toOSString());
definition.setTargetLocations(new ITargetLocation[]{container});
definition.resolve(null);
-
+
NameVersionDescriptor[] allFeatures = new NameVersionDescriptor[]{
new NameVersionDescriptor("DOES_NOT_EXIST", null, NameVersionDescriptor.TYPE_FEATURE),
};
definition.setIncluded(allFeatures);
TargetBundle[] bundles = definition.getBundles();
-
+
assertNotNull("Target didn't resolve",bundles);
assertEquals("Wrong number of included bundles", 1, bundles.length);
-
+
IStatus definitionStatus = definition.getStatus();
assertEquals("Wrong severity", IStatus.ERROR, definitionStatus.getSeverity());
@@ -282,23 +282,23 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
assertEquals("Wrong number of statuses", 1, children.length);
assertEquals("Wrong severity", IStatus.ERROR, children[0].getSeverity());
assertEquals(TargetBundle.STATUS_FEATURE_DOES_NOT_EXIST, children[0].getCode());
-
+
// Check that removing the included bundles and resolving removes the errors.
definition.setIncluded(null);
assertTrue(definition.isResolved());
assertTrue(definition.getStatus().isOK());
assertTrue(definition.getBundles().length > 4);
}
-
+
public void testMissingFeatureVersion() throws Exception {
// Use the modified JDT features as we know their versions
ITargetDefinition definition = getNewTarget();
IPath location = extractModifiedFeatures();
-
+
ITargetLocation container = getTargetService().newDirectoryLocation(location.toOSString());
definition.setTargetLocations(new ITargetLocation[]{container});
definition.resolve(null);
-
+
List expected = new ArrayList();
expected.add("org.eclipse.jdt");
expected.add("org.eclipse.jdt.launching");
@@ -309,13 +309,13 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
if (Platform.getOS().equals(Platform.OS_MACOSX)) {
expected.add("org.eclipse.jdt.launching.macosx");
}
-
+
NameVersionDescriptor[] allFeatures = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.jdt", "DOES_NOT_EXIST", NameVersionDescriptor.TYPE_FEATURE)
};
definition.setIncluded(allFeatures);
TargetBundle[] bundles = definition.getBundles();
-
+
for (int i = 0; i < bundles.length; i++) {
String symbolicName = bundles[i].getBundleInfo().getSymbolicName();
expected.remove(symbolicName);
@@ -337,12 +337,12 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
}
assertTrue("Wrong bundles in JDT feature", expected.isEmpty());
}
-
+
public void testMissingMixed() throws Exception {
// Use the modified JDT features as we know their versions
ITargetDefinition definition = getNewTarget();
IPath location = extractModifiedFeatures();
-
+
ITargetLocation container = getTargetService().newDirectoryLocation(location.toOSString());
definition.setTargetLocations(new ITargetLocation[]{container});
definition.resolve(null);
@@ -354,10 +354,10 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
};
definition.setIncluded(allFeatures);
TargetBundle[] bundles = definition.getBundles();
-
+
assertNotNull("Target didn't resolve",bundles);
assertEquals("Wrong number of included bundles", 1, bundles.length);
-
+
IStatus definitionStatus = definition.getStatus();
assertEquals("Wrong severity", IStatus.ERROR, definitionStatus.getSeverity());
@@ -365,12 +365,12 @@ public class TargetDefinitionFeatureResolutionTests extends AbstractTargetTest {
assertEquals("Wrong number of statuses", 1, children.length);
assertEquals("Wrong severity", IStatus.ERROR, children[0].getSeverity());
assertEquals(TargetBundle.STATUS_FEATURE_DOES_NOT_EXIST, children[0].getCode());
-
+
// Check that removing the included bundles and resolving removes the errors.
definition.setIncluded(null);
assertTrue(definition.isResolved());
assertTrue(definition.getStatus().isOK());
assertTrue(definition.getBundles().length > 4);
}
-
+
} \ No newline at end of file
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionPersistenceTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionPersistenceTests.java
index 945bafabe6..031f303823 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionPersistenceTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionPersistenceTests.java
@@ -28,22 +28,22 @@ import org.osgi.framework.ServiceReference;
/**
* Tests the persistence of target definitions. Tests memento creation, reading of old target files, and writing of the model.
- *
- * @since 3.5
+ *
+ * @since 3.5
*/
public class TargetDefinitionPersistenceTests extends TestCase {
-
+
public static Test suite() {
return new TestSuite(TargetDefinitionPersistenceTests.class);
}
-
+
protected void assertTargetDefinitionsEqual(ITargetDefinition targetA, ITargetDefinition targetB) {
assertTrue("Target content not equal",((TargetDefinition)targetA).isContentEqual(targetB));
}
-
+
/**
* Returns the target platform service or <code>null</code> if none
- *
+ *
* @return target platform service
*/
protected ITargetPlatformService getTargetService() {
@@ -53,22 +53,22 @@ public class TargetDefinitionPersistenceTests extends TestCase {
return null;
return (ITargetPlatformService) PDETestsPlugin.getBundleContext().getService(reference);
}
-
+
/**
* Returns the resolved location of the specified bundle container.
- *
+ *
* @param container bundle container
* @return resolved location
- * @throws CoreException
+ * @throws CoreException
*/
protected String getResolvedLocation(ITargetLocation container) throws CoreException {
return container.getLocation(true);
}
-
+
/**
* Returns the location of the JDT feature in the running host as
* a path in the local file system.
- *
+ *
* @return path to JDT feature
*/
protected IPath getJdtFeatureLocation() {
@@ -87,10 +87,10 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNotNull("Missing JDT feature", location);
return new Path(location);
}
-
+
/**
- * Tests restoration of a handle to target definition in an IFile
- * @throws CoreException
+ * Tests restoration of a handle to target definition in an IFile
+ * @throws CoreException
*/
public void testWorkspaceTargetHandleMemento() throws CoreException {
ITargetPlatformService service = getTargetService();
@@ -105,12 +105,12 @@ public class TargetDefinitionPersistenceTests extends TestCase {
ITargetHandle handle3 = service.getTarget(file2);
assertFalse("Should be different targets", handle.equals(handle3));
}
-
+
/**
- * Tests restoration of a handle to target definition in local metadata
- *
- * @throws CoreException
- * @throws InterruptedException
+ * Tests restoration of a handle to target definition in local metadata
+ *
+ * @throws CoreException
+ * @throws InterruptedException
*/
public void testLocalTargetHandleMemento() throws CoreException, InterruptedException {
ITargetPlatformService service = getTargetService();
@@ -123,12 +123,12 @@ public class TargetDefinitionPersistenceTests extends TestCase {
ITargetHandle handle3 = service.newTarget().getHandle();
assertFalse("Should be different targets", handle.equals(handle3));
}
-
+
/**
* Tests restoration of a handle to target definition in external URI
- *
- * @throws CoreException
- * @throws InterruptedException
+ *
+ * @throws CoreException
+ * @throws InterruptedException
*/
public void testExternalFileTargetHandleMemento() throws CoreException, InterruptedException {
ITargetPlatformService service = getTargetService();
@@ -153,30 +153,30 @@ public class TargetDefinitionPersistenceTests extends TestCase {
ITargetHandle handle3 = service.getTarget(uri2);
assertFalse("Should be different targets", handle.equals(handle3));
}
-
+
/**
- * Tests that a complex metadata based target definition can be serialized to xml,
+ * Tests that a complex metadata based target definition can be serialized to xml,
* then deserialized without any loss of data.
- *
+ *
* @throws Exception
*/
public void testPersistComplexMetadataDefinition() throws Exception {
ITargetDefinition definitionA = getTargetService().newTarget();
initComplexDefiniton(definitionA);
-
+
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
TargetDefinitionPersistenceHelper.persistXML(definitionA, outputStream);
ITargetDefinition definitionB = getTargetService().newTarget();
ByteArrayInputStream inputStream = new ByteArrayInputStream(outputStream.toByteArray());
TargetDefinitionPersistenceHelper.initFromXML(definitionB, inputStream);
-
+
assertTargetDefinitionsEqual(definitionA, definitionB);
}
-
+
/**
- * Tests that a complex workspace file based target definition can be serialized to xml,
+ * Tests that a complex workspace file based target definition can be serialized to xml,
* then deserialized without any loss of data.
- *
+ *
* @throws Exception
*/
public void testPersistComplexWorkspaceDefinition() throws Exception {
@@ -194,7 +194,7 @@ public class TargetDefinitionPersistenceTests extends TestCase {
initComplexDefiniton(definitionA);
getTargetService().saveTargetDefinition(definitionA);
ITargetDefinition definitionB = getTargetService().getTarget(target).getTargetDefinition();
-
+
assertTargetDefinitionsEqual(definitionA, definitionB);
} finally {
if (project.exists()){
@@ -203,8 +203,8 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertFalse("Could not delete test project",project.exists());
}
}
-
-
+
+
protected void initComplexDefiniton(ITargetDefinition definition) throws URISyntaxException {
definition.setName("name");
definition.setOS("os");
@@ -214,13 +214,13 @@ public class TargetDefinitionPersistenceTests extends TestCase {
definition.setProgramArguments("program\nargs");
definition.setVMArguments("vm\nargs");
definition.setJREContainer(JavaRuntime.newDefaultJREContainerPath());
-
+
NameVersionDescriptor[] implicit = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.jdt.launching", null),
new NameVersionDescriptor("org.eclipse.jdt.debug", null)
- };
+ };
definition.setImplicitDependencies(implicit);
-
+
// Directory container
ITargetLocation dirContainer = getTargetService().newDirectoryLocation(TargetPlatform.getDefaultLocation() + "/plugins");
// Profile container with specific config area
@@ -234,23 +234,23 @@ public class TargetDefinitionPersistenceTests extends TestCase {
ITargetLocation featureContainer = getTargetService().newFeatureLocation("${eclipse_home}", "org.eclipse.jdt", version);
// Profile container restricted to just two bundles
ITargetLocation restrictedProfileContainer = getTargetService().newProfileLocation(TargetPlatform.getDefaultLocation(), null);
-
+
// Site bundle containers with different settings
IUBundleContainer siteContainer = (IUBundleContainer)getTargetService().newIULocation(new IInstallableUnit[]{}, new URI[]{new URI("TESTURI"), new URI("TESTURI2")}, IUBundleContainer.INCLUDE_ALL_ENVIRONMENTS);
IUBundleContainer siteContainer2 = (IUBundleContainer)getTargetService().newIULocation(new String[]{"unit1","unit2"},new String[]{"1.0", "2.0"}, new URI[]{new URI("TESTURI"), new URI("TESTURI2")}, IUBundleContainer.INCLUDE_REQUIRED);
-
+
NameVersionDescriptor[] restrictions = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.jdt.launching", null),
new NameVersionDescriptor("org.eclipse.jdt.debug", null)
- };
+ };
definition.setIncluded(restrictions);
definition.setTargetLocations(new ITargetLocation[]{dirContainer, profileContainer, featureContainer, restrictedProfileContainer, siteContainer, siteContainer2});
}
-
+
/**
* Tests that an empty target definition can be serialized to xml, then deserialized without
* any loss of data.
- *
+ *
* @throws Exception
*/
public void testPersistEmptyDefinition() throws Exception {
@@ -262,11 +262,11 @@ public class TargetDefinitionPersistenceTests extends TestCase {
TargetDefinitionPersistenceHelper.initFromXML(definitionB, inputStream);
assertTargetDefinitionsEqual(definitionA, definitionB);
}
-
+
/**
* Reads a target definition file from the tests/targets/target-files location
* with the given name. Note that ".target" will be appended.
- *
+ *
* @param name
* @return target definition
* @throws Exception
@@ -280,16 +280,16 @@ public class TargetDefinitionPersistenceTests extends TestCase {
stream.close();
return target;
}
-
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2) and retrieve the correct
* contents.
- *
+ *
* @throws Exception
*/
public void testReadOldBasicTargetFile() throws Exception {
ITargetDefinition target = readOldTarget("basic");
-
+
assertEquals("Wrong name", "Basic", target.getName());
assertNull(target.getArch());
assertNull(target.getOS());
@@ -299,23 +299,23 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNull(target.getVMArguments());
assertNull(target.getImplicitDependencies());
assertNull(target.getJREContainer());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 1, containers.length);
assertTrue("Container should be a profile container", containers[0] instanceof ProfileBundleContainer);
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()),
new Path(getResolvedLocation(containers[0])));
}
-
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2) and retrieve the correct
* contents.
- *
+ *
* @throws Exception
*/
public void testReadOldBasicDirectoryTargetFile() throws Exception {
ITargetDefinition target = readOldTarget("directory");
-
+
assertEquals("Wrong name", "Directory", target.getName());
assertNull(target.getArch());
assertNull(target.getOS());
@@ -325,23 +325,23 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNull(target.getVMArguments());
assertNull(target.getImplicitDependencies());
assertNull(target.getJREContainer());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 1, containers.length);
assertTrue("Container should be a directory container", containers[0] instanceof DirectoryBundleContainer);
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()).append("plugins"),
new Path(getResolvedLocation(containers[0])));
- }
-
+ }
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2) and retrieve the correct
* contents.
- *
+ *
* @throws Exception
*/
public void testReadOldSpecificTargetFile() throws Exception {
ITargetDefinition target = readOldTarget("specific");
-
+
assertEquals("Wrong name", "Specific Settings", target.getName());
assertEquals("x86", target.getArch());
assertEquals("linux", target.getOS());
@@ -350,7 +350,7 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertEquals("pgm1 pgm2", target.getProgramArguments());
assertEquals("-Dfoo=\"bar\"", target.getVMArguments());
assertEquals(JavaRuntime.newJREContainerPath(JavaRuntime.getExecutionEnvironmentsManager().getEnvironment("J2SE-1.4")), target.getJREContainer());
-
+
NameVersionDescriptor[] infos = target.getImplicitDependencies();
assertEquals("Wrong number of implicit dependencies", 2, infos.length);
Set set = new HashSet();
@@ -360,23 +360,23 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertTrue("Missing ", set.remove("org.eclipse.jdt.debug"));
assertTrue("Missing ", set.remove("org.eclipse.debug.core"));
assertTrue(set.isEmpty());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 1, containers.length);
assertTrue("Container should be a directory container", containers[0] instanceof DirectoryBundleContainer);
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()).append("plugins"),
new Path(getResolvedLocation(containers[0])));
- }
-
+ }
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2) and retrieve the correct
* contents.
- *
+ *
* @throws Exception
*/
public void testReadOldAdditionLocationsTargetFile() throws Exception {
ITargetDefinition target = readOldTarget("additionalLocations");
-
+
assertEquals("Wrong name", "Additional Locations", target.getName());
assertNull(target.getArch());
assertNull(target.getOS());
@@ -386,33 +386,33 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNull(target.getVMArguments());
assertNull(target.getJREContainer());
assertNull(target.getImplicitDependencies());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 3, containers.length);
assertTrue(containers[0] instanceof ProfileBundleContainer);
assertTrue(containers[1] instanceof DirectoryBundleContainer);
assertTrue(containers[2] instanceof DirectoryBundleContainer);
-
+
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()),
new Path(getResolvedLocation(containers[0])));
-
+
String string = VariablesPlugin.getDefault().getStringVariableManager().performStringSubstitution("${workspace_loc}");
assertEquals("Wrong 1st additional location", new Path(string).append("stuff"),
new Path(getResolvedLocation(containers[1])));
-
+
assertEquals("Wrong 2nd additional location", new Path(TargetPlatform.getDefaultLocation()).append("dropins"),
new Path(getResolvedLocation(containers[2])));
- }
-
+ }
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2) and retrieve the correct
* contents.
- *
+ *
* @throws Exception
*/
public void testReadOldFeaturesTargetFile() throws Exception {
ITargetDefinition target = readOldTarget("featureLocations");
-
+
assertEquals("Wrong name", "Features", target.getName());
assertNull(target.getArch());
assertNull(target.getOS());
@@ -422,7 +422,7 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNull(target.getVMArguments());
assertNull(target.getJREContainer());
assertNull(target.getImplicitDependencies());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 2, containers.length);
assertTrue(containers[0] instanceof FeatureBundleContainer);
@@ -431,16 +431,16 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertEquals("Wrong feature location", "org.eclipse.jdt", ((FeatureBundleContainer)containers[0]).getFeatureId());
assertEquals("Wrong feature location", "org.eclipse.platform", ((FeatureBundleContainer)containers[1]).getFeatureId());
}
-
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2) and retrieve the correct
* contents.
- *
+ *
* @throws Exception
*/
public void testReadOldRestrictionsTargetFile() throws Exception {
ITargetDefinition target = readOldTarget("restrictions");
-
+
assertEquals("Wrong name", "Restrictions", target.getName());
assertNull(target.getArch());
assertNull(target.getOS());
@@ -450,18 +450,18 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNull(target.getVMArguments());
assertNull(target.getJREContainer());
assertNull(target.getImplicitDependencies());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of containers", 3, containers.length);
assertTrue(containers[0] instanceof ProfileBundleContainer);
assertTrue(containers[1] instanceof FeatureBundleContainer);
assertTrue(containers[2] instanceof DirectoryBundleContainer);
-
+
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()), new Path(getResolvedLocation(containers[0])));
assertEquals("Wrong 1st additional location", "org.eclipse.jdt",((FeatureBundleContainer)containers[1]).getFeatureId());
assertEquals("Wrong 2nd additional location", new Path(TargetPlatform.getDefaultLocation()).append("dropins"),
new Path(getResolvedLocation(containers[2])));
-
+
NameVersionDescriptor[] restrictions = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.debug.core", null),
new NameVersionDescriptor("org.eclipse.debug.ui", null),
@@ -469,24 +469,24 @@ public class TargetDefinitionPersistenceTests extends TestCase {
new NameVersionDescriptor("org.eclipse.jdt.debug.ui", null),
new NameVersionDescriptor("org.eclipse.jdt.launching", null)
};
-
+
NameVersionDescriptor[] actual = target.getIncluded();
assertNotNull(actual);
assertEquals("Wrong number of restrictions", restrictions.length, actual.length);
for (int j = 0; j < actual.length; j++) {
assertEquals("Wrong restriction", restrictions[j], actual[j]);
}
- }
-
+ }
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2)
* that has extra/unsupported tags and retrieve the correct contents.
- *
+ *
* @throws Exception
*/
public void testReadOldTargetFileWithUnknownTags() throws Exception {
ITargetDefinition target = readOldTarget("extratags");
-
+
assertEquals("Wrong name", "Restrictions", target.getName());
assertNull(target.getArch());
assertNull(target.getOS());
@@ -496,43 +496,43 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNull(target.getVMArguments());
assertNull(target.getJREContainer());
assertNull(target.getImplicitDependencies());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 3, containers.length);
assertTrue(containers[0] instanceof ProfileBundleContainer);
assertTrue(containers[1] instanceof FeatureBundleContainer);
assertTrue(containers[2] instanceof DirectoryBundleContainer);
-
+
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()), new Path(getResolvedLocation(containers[0])));
assertEquals("Wrong 1st additional location", "org.eclipse.jdt",((FeatureBundleContainer)containers[1]).getFeatureId());
assertEquals("Wrong 2nd additional location", new Path(TargetPlatform.getDefaultLocation()).append("dropins"),
new Path(getResolvedLocation(containers[2])));
-
+
NameVersionDescriptor[] restrictions = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.debug.core", null),
new NameVersionDescriptor("org.eclipse.debug.ui", null),
new NameVersionDescriptor("org.eclipse.jdt.debug", null),
new NameVersionDescriptor("org.eclipse.jdt.debug.ui", null),
new NameVersionDescriptor("org.eclipse.jdt.launching", null)
- };
-
+ };
+
NameVersionDescriptor[] actual = target.getIncluded();
assertNotNull(actual);
assertEquals("Wrong number of restrictions", restrictions.length, actual.length);
for (int j = 0; j < actual.length; j++) {
assertEquals("Wrong restriction", restrictions[j], actual[j]);
}
- }
-
+ }
+
/**
* Tests that we can de-serialize an old style target definition file (version 3.2) and retrieve
* the correct contents with optional bundles.
- *
+ *
* @throws Exception
*/
public void testReadOldOptionalTargetFile() throws Exception {
ITargetDefinition target = readOldTarget("optional");
-
+
assertEquals("Wrong name", "Optional", target.getName());
assertNull(target.getArch());
assertNull(target.getOS());
@@ -542,7 +542,7 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertNull(target.getVMArguments());
assertNull(target.getImplicitDependencies());
assertNull(target.getJREContainer());
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 2, containers.length);
assertTrue("Container should be a profile container", containers[0] instanceof ProfileBundleContainer);
@@ -550,7 +550,7 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()),
new Path(getResolvedLocation(containers[0])));
assertEquals("Wrong feature location", "org.eclipse.jdt", ((FeatureBundleContainer)containers[1]).getFeatureId());
-
+
// Old optional settings are added to includes
NameVersionDescriptor[] included = new NameVersionDescriptor[]{
new NameVersionDescriptor("org.eclipse.debug.core", null),
@@ -560,8 +560,8 @@ public class TargetDefinitionPersistenceTests extends TestCase {
new NameVersionDescriptor("org.eclipse.jdt.debug", null),
new NameVersionDescriptor("org.eclipse.jdt.debug.ui", null),
new NameVersionDescriptor("org.eclipse.jdt.launching", null)
- };
-
+ };
+
NameVersionDescriptor[] actual = target.getIncluded();
assertNotNull(actual);
assertEquals("Wrong number of inclusions", included.length, actual.length);
@@ -569,7 +569,7 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertEquals("Wrong restriction", included[j], actual[j]);
}
}
-
+
/**
* Test for bug 268709, if the content section is included in the xml, but there are no specific
* plug-ins or features as well as no useAllPlugins=true setting, treat the file as though it did
@@ -577,23 +577,23 @@ public class TargetDefinitionPersistenceTests extends TestCase {
*/
public void testEmptyContentSection() throws Exception {
ITargetDefinition target = readOldTarget("emptycontent");
-
+
ITargetLocation[] containers = target.getTargetLocations();
assertEquals("Wrong number of bundles", 1, containers.length);
assertTrue("Container should be a directory container", containers[0] instanceof DirectoryBundleContainer);
assertEquals("Wrong home location", new Path(TargetPlatform.getDefaultLocation()).append("plugins"),
new Path(getResolvedLocation(containers[0])));
-
+
target.resolve(null);
-
+
assertTrue("Should have resolved bundles", target.getBundles().length > 0);
-
+
}
-
+
/**
* Test for bug 264139. Tests that when a target definition specifies "useAllPlugins=true"
* that we ignore specific plug-ins/features specified in the file during migration.
- *
+ *
* @throws Exception
*/
public void testMigrationOfUseAllWithRestrictions() throws Exception {
@@ -606,11 +606,11 @@ public class TargetDefinitionPersistenceTests extends TestCase {
validateTypeAndLocation(containers[3], DirectoryBundleContainer.class, "${resource_loc:/target-platforms/eclipse-test-framework-3.5M5/eclipse}");
validateTypeAndLocation(containers[4], DirectoryBundleContainer.class, "${resource_loc:/target-platforms/eclipse-core-plugins-3.5M5}");
validateTypeAndLocation(containers[5], DirectoryBundleContainer.class, "${resource_loc:/target-platforms/3rdparty-bundles}");
- }
-
+ }
+
/**
* Validates the type and location of a bundle container.
- *
+ *
* @param container container to validate
* @param clazz the type of container expected
* @param rawLocation its unresolved location
@@ -620,22 +620,22 @@ public class TargetDefinitionPersistenceTests extends TestCase {
assertTrue(clazz.isInstance(container));
assertEquals(rawLocation, container.getLocation(false));
}
-
+
/**
* Tests that we increment the sequence number correctly when target is modified
* contents.
- *
+ *
* @throws Exception
*/
public void testSequenceNumberChange() throws Exception {
ITargetDefinition target = readOldTarget("featureLocations");
-
+
assertEquals("Wrong name", "Features", target.getName());
TargetDefinition targetDef = (TargetDefinition) target;
int currentSeqNo = targetDef.getSequenceNumber();
target.setArch("x86");
asssrtSequenceNumber("Arch", currentSeqNo, targetDef);
-
+
currentSeqNo = targetDef.getSequenceNumber();
target.setOS("win32");
asssrtSequenceNumber("OS", currentSeqNo, targetDef);
@@ -643,11 +643,11 @@ public class TargetDefinitionPersistenceTests extends TestCase {
currentSeqNo = targetDef.getSequenceNumber();
target.setNL("hi_IN");
asssrtSequenceNumber("NL", currentSeqNo, targetDef);
-
+
currentSeqNo = targetDef.getSequenceNumber();
target.setWS("carbon");
asssrtSequenceNumber("WS", currentSeqNo, targetDef);
-
+
ITargetLocation[] newContainers = new ITargetLocation[1];
newContainers[0] = new DirectoryBundleContainer("Path");
currentSeqNo = targetDef.getSequenceNumber();
@@ -658,7 +658,7 @@ public class TargetDefinitionPersistenceTests extends TestCase {
private void asssrtSequenceNumber(String name, int currentSeqNo, TargetDefinition targetDef) {
assertEquals("Sequence number did not increment after updating '" + name + "'", currentSeqNo + 1, targetDef.getSequenceNumber());
}
-
+
public void testIncludeSource() throws Exception {
ITargetDefinition target = readOldTarget("SoftwareSiteTarget");
ITargetLocation[] containers = target.getTargetLocations();
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionResolutionTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionResolutionTests.java
index 05fdb25d34..08da673383 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionResolutionTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetDefinitionResolutionTests.java
@@ -229,7 +229,7 @@ public class TargetDefinitionResolutionTests extends AbstractTargetTest {
/**
* Tests that a target definition is in synch with the target platform.
- *
+ *
* @throws Exception
*/
public void testTargetInSynch() throws Exception {
@@ -254,7 +254,7 @@ public class TargetDefinitionResolutionTests extends AbstractTargetTest {
/**
* Tests that a target definition is in synch with the target platform when there
* are duplicates in the target definition (duplicates should be ignored).
- *
+ *
* @throws Exception
*/
public void testTargetInSynchWithDuplicates() throws Exception {
@@ -280,7 +280,7 @@ public class TargetDefinitionResolutionTests extends AbstractTargetTest {
/**
* Tests that a target definition is not in synch with the target platform when a
* bundle is deleted from the underlying files system (target platform).
- *
+ *
* @throws Exception
*/
public void testTargetMissingBundle() throws Exception {
@@ -315,7 +315,7 @@ public class TargetDefinitionResolutionTests extends AbstractTargetTest {
/**
* Tests that a target definition will warn if an expected bundle does not exist on the file
* system.
- *
+ *
* @throws Exception
*/
public void testTargetPlatformMissingBundle() throws Exception {
@@ -357,7 +357,7 @@ public class TargetDefinitionResolutionTests extends AbstractTargetTest {
/**
* Tests that a pre-p2 installation can be read/parsed properly.
- *
+ *
* @throws Exception
*/
public void testClassicInstallResolution() throws Exception {
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
index 95286d8a8f..098c7d6ea4 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetEnvironmentTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetPlatformHelperTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetPlatformHelperTests.java
index be2d00cbad..e92c138eac 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetPlatformHelperTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/TargetPlatformHelperTests.java
@@ -23,7 +23,7 @@ public class TargetPlatformHelperTests extends TestCase {
public static Test suite() {
return new TestSuite(TargetPlatformHelperTests.class);
}
-
+
public void testStripPathInformation(){
String[] bundleStrings = new String[]{
"org.eclipse.osgi0",
@@ -39,9 +39,9 @@ public class TargetPlatformHelperTests extends TestCase {
"platform" + File.separatorChar + ":file" + File.separatorChar + ":C" + File.separatorChar + ":/Eclipse/eclipse-SDK-N20080312-2000-win32/eclipse/plugins/org.eclipse.osgi10_0.1.0.N20080312-2000.jar@1" + File.separatorChar + ":start",
"reference" + File.separatorChar + ":file" + File.separatorChar + ":C" + File.separatorChar + ":/Eclipse/eclipse-SDK-N20080312-2000-win32/eclipse/plugins/org.eclipse.osgi11_0.1.0.N20080312-2000.jar@1" + File.separatorChar + ":start",
};
-
+
for (int i = 0; i < bundleStrings.length; i++) {
- if (i <= 7){
+ if (i <= 7){
assertEquals("Bundle path was not stripped properly", "org.eclipse.osgi" + i, TargetPlatformHelper.stripPathInformation(bundleStrings[i]));
} else {
assertEquals("Bundle path was not stripped properly", "org.eclipse.osgi" + i + "@1:start", TargetPlatformHelper.stripPathInformation(bundleStrings[i]));
@@ -50,5 +50,5 @@ public class TargetPlatformHelperTests extends TestCase {
}
-
+
}
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/WorkspaceTargetDefinitionTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/WorkspaceTargetDefinitionTests.java
index fc7c6547da..03f7517855 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/WorkspaceTargetDefinitionTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/WorkspaceTargetDefinitionTests.java
@@ -20,18 +20,18 @@ import org.eclipse.core.resources.*;
/**
* Tests for target definitions. The tested targets will be backed by a workspace file.
- *
+ *
* @see LocalTargetDefinitionTests
- * @since 3.5
+ * @since 3.5
*/
public class WorkspaceTargetDefinitionTests extends LocalTargetDefinitionTests {
-
+
private static final String PROJECT_NAME = "WorkspaceTargetDefinitionTests";
-
+
public static Test suite() {
return new TestSuite(WorkspaceTargetDefinitionTests.class);
}
-
+
@Override
protected void setUp() throws Exception {
IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(PROJECT_NAME);
@@ -42,7 +42,7 @@ public class WorkspaceTargetDefinitionTests extends LocalTargetDefinitionTests {
project.open(null);
assertTrue("Could not open test project", project.isOpen());
}
-
+
@Override
protected void tearDown() throws Exception {
IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(PROJECT_NAME);
@@ -51,7 +51,7 @@ public class WorkspaceTargetDefinitionTests extends LocalTargetDefinitionTests {
}
assertFalse("Could not delete test project",project.exists());
}
-
+
@Override
protected ITargetDefinition getNewTarget() {
IFile target = ResourcesPlugin.getWorkspace().getRoot().getProject(PROJECT_NAME).getFile(new Long(System.currentTimeMillis()).toString() + ".target");
@@ -62,6 +62,5 @@ public class WorkspaceTargetDefinitionTests extends LocalTargetDefinitionTests {
}
return null;
}
-
+
}
- \ No newline at end of file
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/DOMParserWrapper.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/DOMParserWrapper.java
index de54acff53..9dc92db25e 100755
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/DOMParserWrapper.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/DOMParserWrapper.java
@@ -29,7 +29,7 @@ public class DOMParserWrapper {
protected boolean isdisposed;
/**
- *
+ *
*/
public DOMParserWrapper() throws ParserConfigurationException, FactoryConfigurationError {
fParser = PDEXMLHelper.Instance().getDefaultDOMParser();
@@ -55,7 +55,7 @@ public class DOMParserWrapper {
// NOTE: If other parser method calls are required, the corresponding
// wrapper method needs to be added here
- // Explicit disposal
+ // Explicit disposal
@Override
protected void finalize() throws Throwable {
super.finalize();
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/PDEPerfTesterUtil.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/PDEPerfTesterUtil.java
index 32e3e535db..a6c43d965d 100755
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/PDEPerfTesterUtil.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/PDEPerfTesterUtil.java
@@ -45,7 +45,7 @@ public class PDEPerfTesterUtil {
}
/**
- *
+ *
*/
public void reset() {
fDuration = 0;
@@ -57,7 +57,7 @@ public class PDEPerfTesterUtil {
}
/**
- *
+ *
*/
public void start() {
fIteration++;
@@ -65,7 +65,7 @@ public class PDEPerfTesterUtil {
}
/**
- *
+ *
*/
public void stop() {
fEnd = System.currentTimeMillis();
@@ -73,7 +73,7 @@ public class PDEPerfTesterUtil {
}
/**
- *
+ *
*/
private void calculateDuration() {
fDuration = (fEnd - fStart);
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/ProjectUtils.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/ProjectUtils.java
index 656692ee53..bc88752bf0 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/ProjectUtils.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/ProjectUtils.java
@@ -27,13 +27,13 @@ import org.eclipse.pde.ui.templates.ITemplateSection;
* Utility class for project related operations
*/
public class ProjectUtils {
-
+
/**
* Used to create projects
*/
static class TestProjectProvider implements IProjectProvider {
private String fProjectName;
-
+
TestProjectProvider(String projectName) {
fProjectName = projectName;
}
@@ -60,9 +60,9 @@ public class ProjectUtils {
public String getProjectName() {
return fProjectName;
}
-
+
}
-
+
/**
* Fake wizard
*/
@@ -72,7 +72,7 @@ public class ProjectUtils {
* @see org.eclipse.pde.ui.templates.AbstractNewPluginTemplateWizard#addAdditionalPages()
*/
@Override
- protected void addAdditionalPages() {
+ protected void addAdditionalPages() {
}
/* (non-Javadoc)
@@ -82,24 +82,24 @@ public class ProjectUtils {
public ITemplateSection[] getTemplateSections() {
return new ITemplateSection[0];
}
-
+
}
-
+
/**
* Constant representing the name of the output directory for a project.
* Value is: <code>bin</code>
*/
public static final String BIN_FOLDER = "bin";
-
+
/**
* Constant representing the name of the source directory for a project.
* Value is: <code>src</code>
*/
public static final String SRC_FOLDER = "src";
-
+
/**
* Create a plugin project with the given name and execution environment.
- *
+ *
* @param projectName
* @param env environment for build path or <code>null</code> if default system JRE
* @return a new plugin project
@@ -133,6 +133,6 @@ public class ProjectUtils {
IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(projectName);
return JavaCore.create(project);
}
-
+
}
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/xml/ALLXMLUtilTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/xml/ALLXMLUtilTests.java
index e5571eb86c..915d118571 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/xml/ALLXMLUtilTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/xml/ALLXMLUtilTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/views/log/LogEntryTest.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/views/log/LogEntryTest.java
index 4a308eab8f..826634fdfc 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/views/log/LogEntryTest.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/views/log/LogEntryTest.java
@@ -78,7 +78,7 @@ public class LogEntryTest extends TestCase {
public void testInvalidEntry() {
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=271733
-
+
try {
LogEntry entry = new LogEntry();
entry.processEntry("!ENTRY org.eclipse.core.contenttype 4 0");
@@ -86,7 +86,7 @@ public class LogEntryTest extends TestCase {
} catch (ParseException e) {
// good
}
-
+
try {
LogEntry entry = new LogEntry();
entry.processEntry("!ENTRY org.eclipse.ui 4 0");
@@ -94,7 +94,7 @@ public class LogEntryTest extends TestCase {
} catch (ParseException e) {
// good
}
-
+
try {
LogEntry entry = new LogEntry();
entry.processEntry("!ENTRY org.eclipse.ui 4 0");
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/AllNewProjectTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/AllNewProjectTests.java
index bcb298ae22..9f473554d5 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/AllNewProjectTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/AllNewProjectTests.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/ConvertProjectToPluginTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/ConvertProjectToPluginTestCase.java
index 4f9dc7667d..4617876012 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/ConvertProjectToPluginTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/ConvertProjectToPluginTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Les Jones <lesojones@gamil.com> - bug 205361
@@ -32,7 +32,7 @@ public class ConvertProjectToPluginTestCase extends PDETestCase {
private static String PROJECT_NAME_1 = "Foo";
private static String PROJECT_NAME_2 = "Bar";
-
+
private final static String API_TOOLS_NATURE = "org.eclipse.pde.api.tools.apiAnalysisNature";
public static Test suite() {
@@ -41,7 +41,7 @@ public class ConvertProjectToPluginTestCase extends PDETestCase {
/**
* Test the conversion of a single simple project.
- *
+ *
* @throws Exception
* If there's a problem.
*/
@@ -64,7 +64,7 @@ public class ConvertProjectToPluginTestCase extends PDETestCase {
/**
* Test the conversion of a couple of simple projects.
- *
+ *
* @throws Exception
* If there's a problem.
*/
@@ -93,10 +93,10 @@ public class ConvertProjectToPluginTestCase extends PDETestCase {
assertTrue(PDEProject.getBuildProperties(project).exists());
}
}
-
+
/**
* Test the conversion of a project can add the api tools nature correctly
- *
+ *
* @throws Exception
* If there's a problem.
*/
@@ -128,7 +128,7 @@ public class ConvertProjectToPluginTestCase extends PDETestCase {
/**
* Convert projects to a plugin projects
- *
+ *
* @param projects
* The projects to convert
* @param enableApiTools whether to enable the api tools nature on the projects
@@ -149,7 +149,7 @@ public class ConvertProjectToPluginTestCase extends PDETestCase {
/**
* Create a simple project of the specified name
- *
+ *
* @param name
* The name of the project to be created
* @return The project instance created
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/NewSiteProjectTestCase.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/NewSiteProjectTestCase.java
index 66d471c196..0f93a51a6c 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/NewSiteProjectTestCase.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/wizards/NewSiteProjectTestCase.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -43,7 +43,7 @@ public class NewSiteProjectTestCase extends TestCase {
/*
* (non-Javadoc)
- *
+ *
* @see junit.framework.TestCase#setUp()
*/
@Override
@@ -69,7 +69,7 @@ public class NewSiteProjectTestCase extends TestCase {
/*
* (non-Javadoc)
- *
+ *
* @see junit.framework.TestCase#tearDown()
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IHelpContextIds.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IHelpContextIds.java
index 63d92f5f1c..a5c193a543 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IHelpContextIds.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IHelpContextIds.java
@@ -265,7 +265,7 @@ public interface IHelpContextIds {
public static final String CUSTOMIZATION_PAGE = PREFIX + "customization_page"; //$NON-NLS-1$
public static final String TARGET_EDITOR = PREFIX + "target_editor"; //$NON-NLS-1$
- public static final String TARGET_EDITOR_ENVIRONMENT_PAGE = PREFIX + "target_editor_environment_page"; //$NON-NLS-1$
+ public static final String TARGET_EDITOR_ENVIRONMENT_PAGE = PREFIX + "target_editor_environment_page"; //$NON-NLS-1$
public static final String TARGET_EDITOR_DEFINITION_PAGE = PREFIX + "target_editor_definition_page"; //$NON-NLS-1$
public static final String TARGET_EDITOR_CONTENT_PAGE = PREFIX + "target_editor_content_page"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPDEUIConstants.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPDEUIConstants.java
index e97dd8a571..6b1e3833be 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPDEUIConstants.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPDEUIConstants.java
@@ -45,7 +45,7 @@ public interface IPDEUIConstants extends IPDEConstants {
* Launch configuration attribute key. The value is a boolean specifying
* whether the workspace log for an Eclipse application should be cleared
* prior to launching.
- *
+ *
* TODO, move to IPDELauncherConstants in 3.4
*/
String GENERATED_CONFIG = "pde.generated.config"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPreferenceConstants.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPreferenceConstants.java
index aca0fcb2b8..ad5e0e090a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPreferenceConstants.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/IPreferenceConstants.java
@@ -15,12 +15,12 @@ import org.eclipse.pde.internal.launching.ILaunchingPreferenceConstants;
/**
* Listing of constants used in PDE preferences
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface IPreferenceConstants extends ILaunchingPreferenceConstants {
- // Main preference page
+ // Main preference page
public static final String PROP_SHOW_OBJECTS = "Preferences.MainPage.showObjects"; //$NON-NLS-1$
public static final String VALUE_USE_IDS = "useIds"; //$NON-NLS-1$
public static final String VALUE_USE_NAMES = "useNames"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java
index ceca0b5119..58b29a0a99 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java
@@ -596,7 +596,7 @@ public class PDELabelProvider extends SharedLabelProvider {
if (schema != null) {
ISchemaElement schemaElement = schema.findElement(obj.getName());
// Only label an element if either the element is deprecated or it actually specifies a deprecated attribute;
- // We don't want to mislabel non-deprecated elements with no deprecated attributes.
+ // We don't want to mislabel non-deprecated elements with no deprecated attributes.
if (schemaElement != null && (schemaElement.isDeprecated() || hasDeprecatedAttributes(obj, schemaElement)))
flags |= F_WARNING;
}
@@ -843,25 +843,25 @@ public class PDELabelProvider extends SharedLabelProvider {
}
/*
- * Returns a String containing the unicode to properly display the version ranging when running bidi.
+ * Returns a String containing the unicode to properly display the version ranging when running bidi.
*/
public static String formatVersion(String versionRange) {
boolean isBasicVersion = versionRange == null || versionRange.length() == 0 || Character.isDigit(versionRange.charAt(0));
if (isBasicVersion) {
if (BidiUtil.isBidiPlatform())
// The versionRange is a single version. Since parenthesis is neutral, it direction is determined by leading and following character.
- // Since leading character is Arabic and following character is Latin, the parenthesis will take default (proper) direction.
+ // Since leading character is Arabic and following character is Latin, the parenthesis will take default (proper) direction.
// Must have the following character be the Latin character to ensure version is formatted as Latin (LTR)
return "\u200f(\u200e" + versionRange + ")"; //$NON-NLS-1$ //$NON-NLS-2$
return "(" + versionRange + ')'; //$NON-NLS-1$
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
// when running RTL and formatting a versionRange, we need to break up the String to make sure it is properly formatted.
- // A version should always be formatted LTR (start with \u202d, ends with \u202c) since it is composed of Latin characters.
+ // A version should always be formatted LTR (start with \u202d, ends with \u202c) since it is composed of Latin characters.
// With specifying this format, if the qualifier has a Latin character, it will not be formatted correctly.
int index = versionRange.indexOf(',');
if (index > 0) {
- // begin with zero length Arabic character so version appears on left (correct) side of id.
- // Then add RTL strong encoding so parentheses and comma have RTL formatting.
+ // begin with zero length Arabic character so version appears on left (correct) side of id.
+ // Then add RTL strong encoding so parentheses and comma have RTL formatting.
StringBuffer buffer = new StringBuffer("\u200f\u202e"); //$NON-NLS-1$
// begin with leading separator (either parenthesis or bracket)
buffer.append(versionRange.charAt(0));
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPlugin.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPlugin.java
index 3fba2a3630..8a9e46e345 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPlugin.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPlugin.java
@@ -91,7 +91,7 @@ public class PDEPlugin extends AbstractUIPlugin implements IPDEUIConstants {
* Returns the currently active window for the workbench (if any). Returns
* <code>null</code> if there is no active workbench window. Returns
* <code>null</code> if called from a non-UI thread.
- *
+ *
* @return the active workbench window, or <code>null</code> if there is
* no active workbench window or if called from a non-UI thread
*/
@@ -229,7 +229,7 @@ public class PDEPlugin extends AbstractUIPlugin implements IPDEUIConstants {
/**
* Returns the shared text file document provider for this plug-in.
- *
+ *
* @return the shared text file document provider
* @since 3.2
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPluginImages.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPluginImages.java
index 084914b0c0..2ca302b7f8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPluginImages.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEPluginImages.java
@@ -257,7 +257,7 @@ public class PDEPluginImages {
public static final ImageDescriptor DESC_HORIZONTAL_DISABLED = create(PATH_LCL_DISABLED, "th_horizontal.png"); //$NON-NLS-1$
public static final ImageDescriptor DESC_VERTICAL_DISABLED = create(PATH_LCL_DISABLED, "th_vertical.png"); //$NON-NLS-1$
public static final ImageDescriptor DESC_COLLAPSE_ALL_DISABLED = create(PATH_LCL_DISABLED, "collapseall.png"); //$NON-NLS-1$
- public static final ImageDescriptor DESC_TOGGLE_EXPAND_STATE_DISABLED = create(PATH_LCL_DISABLED, "toggle_expand_state.png"); //$NON-NLS-1$
+ public static final ImageDescriptor DESC_TOGGLE_EXPAND_STATE_DISABLED = create(PATH_LCL_DISABLED, "toggle_expand_state.png"); //$NON-NLS-1$
public static final ImageDescriptor DESC_LINK_WITH_EDITOR_DISABLED = create(PATH_LCL_DISABLED, "synced.png"); //$NON-NLS-1$
public static final ImageDescriptor DESC_CALLEES_DISABLED = create(PATH_LCL_DISABLED, "ch_callees.png"); //$NON-NLS-1$
public static final ImageDescriptor DESC_CALLERS_DISABLED = create(PATH_LCL_DISABLED, "ch_callers.png"); //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java
index 7ce89982d7..bf22f6790a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDEUIMessages.java
@@ -2889,7 +2889,7 @@ public class PDEUIMessages extends NLS {
public static String UpdateTargetJob_UpdateJobName;
public static String CustomizationPage_title;
-
+
public static String PreferencesSection_title;
public static String PreferencesSection_description;
public static String PreferencesSection_generate_overwrite;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/SWTFactory.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/SWTFactory.java
index 12d8b041b7..4ebc01a8b1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/SWTFactory.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/SWTFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,8 +25,8 @@ import org.eclipse.ui.forms.widgets.ExpandableComposite;
import org.eclipse.ui.forms.widgets.SharedScrolledComposite;
/**
- * Factory class to create some SWT resources.
- *
+ * Factory class to create some SWT resources.
+ *
* @since 3.4.0
*/
public class SWTFactory {
@@ -53,7 +53,7 @@ public class SWTFactory {
* Sets width and height hint for the button control.
* <b>Note:</b> This is a NOP if the button's layout data is not
* an instance of <code>GridData</code>.
- *
+ *
* @param the button for which to set the dimension hint
*/
public static void setButtonDimensionHint(Button button) {
@@ -67,10 +67,10 @@ public class SWTFactory {
/**
* Creates a check box button using the parents' font
- *
+ *
* @param parent the parent to add the button to
* @param label the label for the button
- * @param image the image for the button
+ * @param image the image for the button
* @param checked the initial checked state of the button
* @param hspan the horizontal span to take up in the parent composite
* @return a new checked button set to the initial checked state
@@ -95,7 +95,7 @@ public class SWTFactory {
/**
* Creates and returns a new push button with the given
* label and/or image.
- *
+ *
* @param parent parent control
* @param label button label or <code>null</code>
* @param image image of <code>null</code>
@@ -119,7 +119,7 @@ public class SWTFactory {
/**
* Creates and returns a new push button with the given
* label and/or image.
- *
+ *
* @param parent parent control
* @param label button label or <code>null</code>
* @param image image of <code>null</code>
@@ -144,7 +144,7 @@ public class SWTFactory {
/**
* Creates and returns a new radio button with the given
* label.
- *
+ *
* @param parent parent control
* @param label button label or <code>null</code>
* @return a new radio button
@@ -156,7 +156,7 @@ public class SWTFactory {
/**
* Creates and returns a new radio button with the given
* label.
- *
+ *
* @param parent parent control
* @param label button label or <code>null</code>
* @param hspan number of columns to horizontally span in the parent composite
@@ -177,7 +177,7 @@ public class SWTFactory {
/**
* Creates a new label widget
- *
+ *
* @param parent the parent composite to add this label widget to
* @param text the text for the label
* @param hspan the horizontal span to take up in the parent composite
@@ -196,7 +196,7 @@ public class SWTFactory {
/**
* Creates a new label widget
- *
+ *
* @param parent the parent composite to add this label widget to
* @param text the text for the label
* @param font the font for the label
@@ -215,7 +215,7 @@ public class SWTFactory {
/**
* Creates a wrapping label
- *
+ *
* @param parent the parent composite to add this label to
* @param text the text to be displayed in the label
* @param hspan the horizontal span that label should take up in the parent composite
@@ -235,7 +235,7 @@ public class SWTFactory {
/**
* Creates a wrapping label
- *
+ *
* @param parent the parent composite to add this label to
* @param text the text to be displayed in the label
* @param hspan the horizontal span that label should take up in the parent composite
@@ -252,8 +252,8 @@ public class SWTFactory {
}
/**
- * Creates a scrolled composite
- *
+ * Creates a scrolled composite
+ *
* @param parent the parent to add to
* @param columns the number of columns for the composite
* @param hspan the horizontal span to take up in the parent
@@ -266,8 +266,8 @@ public class SWTFactory {
}
/**
- * Creates a scrolled composite
- *
+ * Creates a scrolled composite
+ *
* @param parent the parent to add to
* @param style the style bits for the composite
* @param columns the number of columns for the composite
@@ -292,7 +292,7 @@ public class SWTFactory {
/**
* Creates an ExpandibleComposite widget
- *
+ *
* @param parent the parent to add this widget to
* @param style the style for ExpandibleComposite expanding handle, and layout
* @param label the label for the widget
@@ -313,12 +313,12 @@ public class SWTFactory {
}
/**
- * Creates a new text widget
- *
+ * Creates a new text widget
+ *
* @param parent the parent composite to add this text widget to
* @param hspan the horizontal span to take up on the parent composite
* @return the new text widget
- *
+ *
*/
public static Text createSingleText(Composite parent, int hspan) {
Text t = new Text(parent, SWT.SINGLE | SWT.BORDER);
@@ -330,8 +330,8 @@ public class SWTFactory {
}
/**
- * Creates a new text widget
- *
+ * Creates a new text widget
+ *
* @param parent the parent composite to add this text widget to
* @param style the style bits for the text widget
* @param hspan the horizontal span to take up on the parent composite
@@ -348,8 +348,8 @@ public class SWTFactory {
}
/**
- * Creates a new text widget
- *
+ * Creates a new text widget
+ *
* @param parent the parent composite to add this text widget to
* @param style the style bits for the text widget
* @param hspan the horizontal span to take up on the parent composite
@@ -365,8 +365,8 @@ public class SWTFactory {
}
/**
- * Creates a new text widget
- *
+ * Creates a new text widget
+ *
* @param parent the parent composite to add this text widget to
* @param style the style bits for the text widget
* @param hspan the horizontal span to take up on the parent composite
@@ -388,7 +388,7 @@ public class SWTFactory {
/**
* Creates a Group widget
- *
+ *
* @param parent the parent composite to add this group to
* @param text the text for the heading of the group
* @param columns the number of columns within the group
@@ -409,7 +409,7 @@ public class SWTFactory {
/**
* Creates a composite that uses the parent's font and has a grid layout
- *
+ *
* @param parent the parent to add the composite to
* @param columns the number of columns the composite should have
* @param hspan the horizontal span the new composite should take up in the parent
@@ -429,7 +429,7 @@ public class SWTFactory {
/**
* Creates a composite that uses the parent's font and has a grid layout
- *
+ *
* @param parent the parent to add the composite to
* @param font the font to use for this composite
* @param columns the number of columns the composite should have
@@ -450,7 +450,7 @@ public class SWTFactory {
/**
* Creates a composite that uses the parent's font and has a grid layout
- *
+ *
* @param parent the parent to add the composite to
* @param columns the number of columns the composite should have
* @param hspan the horizontal span the new composite should take up in the parent
@@ -470,10 +470,10 @@ public class SWTFactory {
}
/**
- * Creates a vertical spacer for separating components. If applied to a
+ * Creates a vertical spacer for separating components. If applied to a
* <code>GridLayout</code>, this method will automatically span all of the columns of the parent
* to make vertical space
- *
+ *
* @param parent the parent composite to add this spacer to
* @param numlines the number of vertical lines to make as space
*/
@@ -490,7 +490,7 @@ public class SWTFactory {
/**
* Creates a horizontal spacer for separating components
- *
+ *
* @param comp
* @param numlines
*/
@@ -503,7 +503,7 @@ public class SWTFactory {
/**
* Creates a Composite widget
- *
+ *
* @param parent the parent composite to add this composite to
* @param columns the number of columns within the composite
* @param hspan the horizontal span the composite should take up on the parent
@@ -527,7 +527,7 @@ public class SWTFactory {
/**
* This method is used to make a combo box
- *
+ *
* @param parent the parent composite to add the new combo to
* @param style the style for the Combo
* @param hspan the horizontal span to take up on the parent composite
@@ -553,7 +553,7 @@ public class SWTFactory {
/**
* This method is used to make a combo box with a default fill style of GridData.FILL_HORIZONTAL
- *
+ *
* @param parent the parent composite to add the new combo to
* @param style the style for the Combo
* @param hspan the horizontal span to take up on the parent composite
@@ -577,7 +577,7 @@ public class SWTFactory {
/**
* This method allows us to open the preference dialog on the specific page, in this case the perspective page
- *
+ *
* @param shell the parent shell
* @param id the id of preference page to show
* @param page the actual page to show
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
index 61736df805..44fb814236 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/Utilities.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/Utilities.java
index 1b2d620c43..938cdd87cc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/Utilities.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/Utilities.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,7 +15,7 @@ import java.util.Date;
import org.eclipse.core.runtime.Platform;
/**
- * This class is a collection of utility functions for creating and using temporary working directories.
+ * This class is a collection of utility functions for creating and using temporary working directories.
*/
public class Utilities {
@@ -26,7 +26,7 @@ public class Utilities {
* Returns a new working directory (in temporary space). Ensures
* the directory exists. Any directory levels that had to be created
* are marked for deletion on exit.
- *
+ *
* @return working directory
* @exception IOException
* @since 2.0
@@ -39,7 +39,7 @@ public class Utilities {
if (!dirRoot.endsWith(File.separator))
dirRoot += File.separator;
- // on Unix/Linux, the temp dir is shared by many users, so we need to ensure
+ // on Unix/Linux, the temp dir is shared by many users, so we need to ensure
// that the top working directory is different for each user
if (!Platform.getOS().equals("win32")) { //$NON-NLS-1$
String home = System.getProperty("user.home"); //$NON-NLS-1$
@@ -63,9 +63,9 @@ public class Utilities {
* This method is called when platform is shutting down.
* It is not intended to be called at any other time under
* normal circumstances. A side-effect of calling this method
- * is that the contents of the temporary directory managed
- * by this class are deleted.
- *
+ * is that the contents of the temporary directory managed
+ * by this class are deleted.
+ *
* @since 2.0
*/
public static void shutdown() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
index 062a1529e0..476430c59c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
@@ -178,7 +178,7 @@ public abstract class BaseBuildAction extends AbstractHandler {
properties.put("eclipse.running", "true"); //$NON-NLS-1$ //$NON-NLS-2$
properties.put(IXMLConstants.PROPERTY_JAVAC_FAIL_ON_ERROR, "false"); //$NON-NLS-1$
- properties.put(IXMLConstants.PROPERTY_JAVAC_DEBUG_INFO, "on"); //$NON-NLS-1$
+ properties.put(IXMLConstants.PROPERTY_JAVAC_DEBUG_INFO, "on"); //$NON-NLS-1$
properties.put(IXMLConstants.PROPERTY_JAVAC_VERBOSE, "false"); //$NON-NLS-1$
IProject project = generatedFile.getProject();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/GenerateFeatureBuildFileAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/GenerateFeatureBuildFileAction.java
index 6043ec246a..b57c0f26b1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/GenerateFeatureBuildFileAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/GenerateFeatureBuildFileAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
index e3b540830e..9de5f231c2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Sonatype, Inc. - ongoing development
@@ -49,11 +49,11 @@ public class RuntimeInstallJob extends Job {
private ProvisioningUI ui;
/**
- * Creates a new job that will install exported plug-ins. For a
+ * Creates a new job that will install exported plug-ins. For a
* successful install, specific option in the feature export info
- * object need to be set before the export operation see
+ * object need to be set before the export operation see
* {@link #modifyInfoForInstall(FeatureExportInfo)}
- *
+ *
* @param jobName the name to use for this job
* @param info the info object describing what is being exported
*/
@@ -69,7 +69,7 @@ public class RuntimeInstallJob extends Job {
* Sets the export options required to make the export installable.
* This method should be called before the export operation takes
* place.
- *
+ *
* @param info the feature info object that will be modified
*/
public static void modifyInfoForInstall(FeatureExportInfo info) {
@@ -134,7 +134,7 @@ public class RuntimeInstallJob extends Job {
IInstallableUnit iuToInstall = (IInstallableUnit) queryMatches.iterator().next();
- // Find out if the profile already has that iu installed
+ // Find out if the profile already has that iu installed
queryMatches = profile.query(QueryUtil.createIUQuery(id), new SubProgressMonitor(monitor, 0));
if (queryMatches.isEmpty()) {
// Just install the new iu into the profile
@@ -175,7 +175,7 @@ public class RuntimeInstallJob extends Job {
/**
* Creates an installable unit patch that will change the version of
* existing requirements with the given version.
- *
+ *
* @param existingIU an existing plug-in that this patch will replace, used to generate lifecycle
* @param newVersion the new version to require
* @param profile the profile we are installing in
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerDialog.java
index f94d3febb0..10d0cd8439 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerPart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerPart.java
index 934a45a735..b79521bd5f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerPart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandComposerPart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -37,12 +37,12 @@ import org.eclipse.ui.forms.widgets.ScrolledForm;
* <li>setPresetCommand(ParameterizedCommand)</li>
* <li>setSnapshotContext(IEvaluationContext) - optional</li>
* </ul>
- *
+ *
* should all be called before creating the actual control:
- *
+ *
* Scrolled form = CommandComposerPart#createForm(Composite)
* CommandComposerPart#createPartControl(form)
- *
+ *
*/
public class CommandComposerPart implements ISelectionChangedListener {
@@ -82,7 +82,7 @@ public class CommandComposerPart implements ISelectionChangedListener {
/**
* Set a snapshot context to be used by the command details section of this
* part.
- *
+ *
* @param context
* the context to use. May be <code>null</code>.
* @since 3.3
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandCopyFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandCopyFilter.java
index 7c2bd07e76..5553f3a769 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandCopyFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandCopyFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandList.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandList.java
index 15f43c29a0..be93408561 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandList.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandList.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Alexander Kurtakov <akurtako@redhat.com> - bug 415649
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandTreeContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandTreeContentProvider.java
index bff40ac6a4..2fc928b289 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandTreeContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandTreeContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandView.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandView.java
index fb2da6bb9f..b03c9642e9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandView.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/CommandView.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByObjectSelection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByObjectSelection.java
index 825948ded4..7acbfa12be 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByObjectSelection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByObjectSelection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByTag.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByTag.java
index 9fff1b72a0..7f11b20e51 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByTag.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryByTag.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryControl.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryControl.java
index de8926d3b3..86b934ea7d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryControl.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/QueryControl.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/TagManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/TagManager.java
index bc4ab358e0..cb30762905 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/TagManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/commands/TagManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestContentMergeViewer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestContentMergeViewer.java
index 9ba033698e..26718a45bf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestContentMergeViewer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestContentMergeViewer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestStructureCreator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestStructureCreator.java
index 61fb21f87d..204d32ad0b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestStructureCreator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/ManifestStructureCreator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -81,7 +81,7 @@ public class ManifestStructureCreator extends StructureCreator {
int lineStart = 0;
int[] args = new int[2];
args[0] = 0; // here we return the line number
- args[1] = 0; // and here the offset of the first character of the line
+ args[1] = 0; // and here the offset of the first character of the line
try {
String id = "Manifest"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewer.java
index 778bac4429..b287b4338a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewerCreator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewerCreator.java
index 94e87c4a2c..a99c1ec533 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewerCreator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginContentMergeViewerCreator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
index ace9a95671..e3bbbd8ced 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/compare/PluginStructureCreator.java
@@ -75,7 +75,7 @@ public class PluginStructureCreator extends StructureCreator {
final PDELabelProvider labelProvider = new PDELabelProvider();
// Create a resource manager to manage the images.
// We can't use the label provider because an image could be disposed that is still in use.
- // By using a resource manager, we ensure that the image is not disposed until no resource
+ // By using a resource manager, we ensure that the image is not disposed until no resource
// managers reference it.
final ResourceManager resources = new LocalResourceManager(JFaceResources.getResources());
DocumentRangeNode rootNode = new StructureRootNode(document, input, this, adapter) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java
index 734cb05f75..f744775f0e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractManifestMarkerResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractPDEMarkerResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractPDEMarkerResolution.java
index b6e54ee1b3..1e738057b1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractPDEMarkerResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractPDEMarkerResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractXMLMarkerResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractXMLMarkerResolution.java
index 4c2df9df97..e35c0320d1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractXMLMarkerResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AbstractXMLMarkerResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
index 646616a471..d8cd242e5b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBuildEntryResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
index 27019238fe..34c8566cb9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleClassPathMarkerResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleManifestVersionResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleManifestVersionResolution.java
index 81b5bff57a..7af49704d8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleManifestVersionResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddBundleManifestVersionResolution.java
@@ -19,7 +19,7 @@ import org.osgi.framework.Constants;
* version to 2 to support OSGi R4 headers.
*/
public class AddBundleManifestVersionResolution extends AbstractManifestMarkerResolution {
-
+
public AddBundleManifestVersionResolution() {
super(AbstractPDEMarkerResolution.CREATE_TYPE);
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
index 462d558a41..1b6934debd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Gary Duprex <Gary.Duprex@aspectstools.com> - bug 150225
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
index c53c5f7522..def4bb9caa 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddExportPackageMarkerResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
index ce2cdde3e5..eedbb4965d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSingletonToSymbolicName.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
index 147bd2a117..c6ea11d50b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddSourceBuildEntryResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
index 0b3e4c2baa..13e8761abe 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AppendSeperatorBuildEntryResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
index f3d4396dd0..d6f52b67f3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/BuildEntryMarkerResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java
index d86deb2959..d430132633 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseClassXMLResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java
index 1b6360eec2..a29db42093 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ChooseManifestClassResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ConfigureTargetPlatformResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ConfigureTargetPlatformResolution.java
index a765a612e1..23ea40805b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ConfigureTargetPlatformResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ConfigureTargetPlatformResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Mickael Istria (Red Hat Inc.) - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
index 746ee6b0fa..05b46c5f9a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateClassXMLResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java
index 09d99e5fcc..c39064ece9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/CreateManifestClassResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeResolution.java
index 9f0cba792f..8df95359e5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -89,7 +89,7 @@ public class ExternalizeResolution extends AbstractXMLMarkerResolution {
private void addLocalization(IPluginModelBase model, String localizationValue) {
// should always be IBundlePluginModelBase. Only time wasn't was when we only passed in plugin.xml to ModelModification contructor.
- // Now that we pass in both the Manifest and plugin.xml if we are externalizing the a plugin.xml string (see run(IMarker)),
+ // Now that we pass in both the Manifest and plugin.xml if we are externalizing the a plugin.xml string (see run(IMarker)),
// model should always be IBundlePluginModelBase
if (model instanceof IBundlePluginModelBase) {
IBundle bundle = ((IBundlePluginModelBase) model).getBundleModel().getBundle();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeStringsResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeStringsResolution.java
index 8cbe450763..02c1a3cafc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeStringsResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ExternalizeStringsResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/MultiFixResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/MultiFixResolution.java
index 6488cfe412..5c4a424409 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/MultiFixResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/MultiFixResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/NoLineTerminationResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/NoLineTerminationResolution.java
index 6845f338e1..f28c9715f0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/NoLineTerminationResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/NoLineTerminationResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,7 +22,7 @@ public class NoLineTerminationResolution extends AbstractManifestMarkerResolutio
/**
* Creates a new resolution
- * @param type Either {@link AbstractPDEMarkerResolution#REMOVE_TYPE} to delete a whitespace only line
+ * @param type Either {@link AbstractPDEMarkerResolution#REMOVE_TYPE} to delete a whitespace only line
* or {@link AbstractPDEMarkerResolution#CREATE_TYPE} to add a new line
*/
public NoLineTerminationResolution(int type) {
@@ -32,14 +32,14 @@ public class NoLineTerminationResolution extends AbstractManifestMarkerResolutio
/**
* <p>Resolves the problem using one of two methods, depending on the
* content of manifest.</p>
- *
+ *
* <ul>
* <li>If the final line of the manifest contains only whitespace, delete
* all the whitespace.</li>
* <li>If the final line of the manifest contains actual content, add a
* new line.</li>
* </ul>
- *
+ *
* <p>The post-condition will be that the manifest ends with a line delimiter.</p>
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
index 8357766ca4..0cf5a9720e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalImportPackageResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
index 57ad87c879..4c77a45d54 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OptionalRequireBundleResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java
index 4af8dd5366..1735c6f2f9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeExportPackageResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java
index 2560e576c3..c68bae0d7a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeImportPackageResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java
index d8c389336c..d9e56039d2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/OrganizeRequireBundleResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
index f09757d282..98718f76c2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveExportPackageResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
index 1b18d1e1e6..33d6f70a80 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportExportServicesResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
index de12c3f12f..6747dfc6a3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveImportPackageResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
index 718286efbe..f348daca11 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveInternalDirectiveEntryResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
index d0fcef721a..be342cca14 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveNodeXMLResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
index 054c7d7f4b..7468482c56 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveRequireBundleResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
index 4cc0309fcc..24b7758f63 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveSeperatorBuildEntryResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveStaticProjectReferences.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveStaticProjectReferences.java
index 28be2f586f..cd42ebe2e8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveStaticProjectReferences.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveStaticProjectReferences.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
index 1fae83813e..59c25c4516 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java
index 4d8153b47f..e293b0c822 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RenameProvidePackageResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Brock Janiczak <brockj@tpg.com.au> - bug 169373
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ReplaceBuildEntryResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ReplaceBuildEntryResolution.java
index edbbbf8b49..c611cbd444 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ReplaceBuildEntryResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ReplaceBuildEntryResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ResolutionGenerator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ResolutionGenerator.java
index 32bb843b51..60a49098c0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ResolutionGenerator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ResolutionGenerator.java
@@ -115,7 +115,7 @@ public class ResolutionGenerator implements IMarkerResolutionGenerator2 {
/**
* Checks for the <<code>problemID</code> attribute first, failing
* that returns the <code>id</code> attribute.
- *
+ *
* @param marker
* @return the problem id to consider when computing resolutions
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
index 9f8eafcd9f..be697c9da2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UnsupportedSingletonDirectiveResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UpdateClasspathResolution.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UpdateClasspathResolution.java
index e0c13c501b..7043c214ee 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UpdateClasspathResolution.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UpdateClasspathResolution.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/FindClassResolutionsOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/FindClassResolutionsOperation.java
index 0278add119..c0f6f984c5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/FindClassResolutionsOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/FindClassResolutionsOperation.java
@@ -35,9 +35,9 @@ public class FindClassResolutionsOperation implements IRunnableWithProgress {
AbstractClassResolutionCollector fCollector = null;
/**
- * This class is meant to be sub-classed for use with FindClassResolutionsOperation. The subclass is responsible for creating
+ * This class is meant to be sub-classed for use with FindClassResolutionsOperation. The subclass is responsible for creating
* corresponding proposals with the help of JavaResolutionFactory.
- *
+ *
* @see JavaResolutionFactory
*/
public static abstract class AbstractClassResolutionCollector {
@@ -84,12 +84,12 @@ public class FindClassResolutionsOperation implements IRunnableWithProgress {
}
/**
- * This class is used to try to find resolutions to unresolved java classes. When either an Import-Package or Require-Bundle might
+ * This class is used to try to find resolutions to unresolved java classes. When either an Import-Package or Require-Bundle might
* resolve a class, the ExportPackageDescription which contains the package/bundle will be passed to the AbstractClassResoltuionCollector.
* The collector is then responsible for creating an corresponding resolutions with the help of JavaResolutionFactory.
* @param project the project which contains the unresolved class
* @param className the name of the class which is unresolved
- * @param collector a subclass of AbstractClassResolutionCollector to collect/handle possible resolutions
+ * @param collector a subclass of AbstractClassResolutionCollector to collect/handle possible resolutions
*/
public FindClassResolutionsOperation(IProject project, String className, AbstractClassResolutionCollector collector) {
fProject = project;
@@ -176,11 +176,11 @@ public class FindClassResolutionsOperation implements IRunnableWithProgress {
/**
* Finds all exported packages containing the simple type aTypeName. The packages
- * will be filtered from the given packages which are already imported, and all
+ * will be filtered from the given packages which are already imported, and all
* system packages.
- *
+ *
* If no exported package is left, packagesToExport will be filled with those
- * packages that would have been returned, if they were exported.
+ * packages that would have been returned, if they were exported.
* @param aTypeName the simple type to search for
* @param importPkgs the packages which are already imported
* @param packagesToExport return parameter that will be filled with packages to export
@@ -316,7 +316,7 @@ public class FindClassResolutionsOperation implements IRunnableWithProgress {
/**
* Returns the set of String bundle names that are in the project's list of required
* bundles.
- *
+ *
* @return set of required bundle names, possibly empty
*/
private Set<String> getCurrentBundleNames() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
index c16b0515d1..a339b5c2cf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/JavaResolutionFactory.java
@@ -39,7 +39,7 @@ import org.eclipse.swt.graphics.Point;
import org.osgi.framework.Constants;
/**
- * A factory class used to create resolutions for JDT problem markers which involve modifying a project's MANIFEST.MF (or possibly plugin.xml)
+ * A factory class used to create resolutions for JDT problem markers which involve modifying a project's MANIFEST.MF (or possibly plugin.xml)
* @since 3.4
*/
public class JavaResolutionFactory {
@@ -54,7 +54,7 @@ public class JavaResolutionFactory {
public static final int TYPE_CLASSPATH_FIX = 0x02;
/**
- * This class represents a Change which will be applied to a Manifest file. This change is meant to be
+ * This class represents a Change which will be applied to a Manifest file. This change is meant to be
* used to create an IJavaCompletionProposal or ClasspathFixProposal.
*/
private static abstract class AbstractManifestChange extends Change {
@@ -306,7 +306,7 @@ public class JavaResolutionFactory {
}
/**
- * Creates and returns a proposal which create a Require-Bundle entry in the MANIFEST.MF (or corresponding plugin.xml) for the supplier
+ * Creates and returns a proposal which create a Require-Bundle entry in the MANIFEST.MF (or corresponding plugin.xml) for the supplier
* of desc. The object will be of the type specified by the type argument.
* @param project the project to be updated
* @param desc an ExportPackageDescription from the bundle that is to be added as a Require-Bundle dependency
@@ -322,7 +322,7 @@ public class JavaResolutionFactory {
}
/**
- * Creates and returns a proposal which create an Import-Package entry in the MANIFEST.MF for the package represented by
+ * Creates and returns a proposal which create an Import-Package entry in the MANIFEST.MF for the package represented by
* desc. The object will be of the type specified by the type argument.
* @param project the project to be updated
* @param desc an ExportPackageDescription which represents the package to be added
@@ -340,7 +340,7 @@ public class JavaResolutionFactory {
}
/**
- * Creates and returns a proposal which create an Export-Package entry in the MANIFEST.MF for the package represented by
+ * Creates and returns a proposal which create an Export-Package entry in the MANIFEST.MF for the package represented by
* pkg. The object will be of the type specified by the type argument.
* @param project the project to be updated
* @param pkg an IPackageFragment which represents the package to be added
@@ -363,7 +363,7 @@ public class JavaResolutionFactory {
return null;
}
- // Methods to wrap a AbstractMethodChange into a consumable format
+ // Methods to wrap a AbstractMethodChange into a consumable format
/**
* Creates and returns a ClasspathFixProposal for the given AbstractManifestChange
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FeatureSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FeatureSelectionDialog.java
index 84ef458e64..7fa3a3366d 100755
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FeatureSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FeatureSelectionDialog.java
@@ -7,8 +7,8 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Lars Vogel <Lars.Vogel@vogella.com> - Fix for bug 376057 - Wildcard suport
- * for adding features in product configuration editor
+ * Lars Vogel <Lars.Vogel@vogella.com> - Fix for bug 376057 - Wildcard suport
+ * for adding features in product configuration editor
* Red Hat, Inc - 322352
* Simon Scholz <simon.scholz@vogella.com> - Bug 449348
*******************************************************************************/
@@ -77,7 +77,7 @@ public class FeatureSelectionDialog extends FilteredItemsSelectionDialog {
}
/**
- *
+ *
* @param model
* @return id of matched plugin or null if no match
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FolderSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FolderSelectionDialog.java
index c544a4281f..c9ff6cc47e 100755
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FolderSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/dialogs/FolderSelectionDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/AbstractFoldingStructureProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/AbstractFoldingStructureProvider.java
index 02f2e8fee0..d716e39820 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/AbstractFoldingStructureProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/AbstractFoldingStructureProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EditorUtilities.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EditorUtilities.java
index 037dda05b2..e2b0432bd3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EditorUtilities.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EditorUtilities.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -259,7 +259,7 @@ public class EditorUtilities {
if (resource != null && resource instanceof IFile)
IDE.openEditor(PDEPlugin.getActivePage(), (IFile) resource, true);
else
- MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.AboutSection_open, PDEUIMessages.AboutSection_warning); //
+ MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.AboutSection_open, PDEUIMessages.AboutSection_warning); //
} catch (PartInitException e) {
}
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EmptyOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EmptyOutlinePage.java
index 79127770e6..da32dc65d9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EmptyOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/EmptyOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -27,7 +27,7 @@ public class EmptyOutlinePage implements ISortableContentOutlinePage {
private Composite control;
/**
- *
+ *
*/
public EmptyOutlinePage() {
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormEntryAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormEntryAdapter.java
index d57b1fdae7..3c5b863f06 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormEntryAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormEntryAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormLayoutFactory.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormLayoutFactory.java
index 49d45e1219..c5ca5b0641 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormLayoutFactory.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/FormLayoutFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,7 +22,7 @@ public class FormLayoutFactory {
// on some platforms (e.g. Windows XP Classic Theme).
// Form tool kit requires parent composites containing the widget to have
// at least 1 pixel border margins in order to paint the flat borders.
- // The form toolkit paints flat borders on a given widget when native
+ // The form toolkit paints flat borders on a given widget when native
// borders are not painted by SWT. See FormToolkit#paintBordersFor()
public static final int DEFAULT_CLEAR_MARGIN = 2;
@@ -37,8 +37,8 @@ public class FormLayoutFactory {
public static final int FORM_BODY_MARGIN_LEFT = 6;
public static final int FORM_BODY_MARGIN_RIGHT = 6;
public static final int FORM_BODY_HORIZONTAL_SPACING = 20;
- // Should be 20; but, we minus 3 because the section automatically pads the
- // bottom margin by that amount
+ // Should be 20; but, we minus 3 because the section automatically pads the
+ // bottom margin by that amount
public static final int FORM_BODY_VERTICAL_SPACING = 17;
public static final int FORM_BODY_MARGIN_HEIGHT = 0;
public static final int FORM_BODY_MARGIN_WIDTH = 0;
@@ -50,7 +50,7 @@ public class FormLayoutFactory {
// left margin by that amount
public static final int SECTION_CLIENT_MARGIN_LEFT = 2;
// Should be 6; but, we minus 4 because the section automatically pads the
- // right margin by that amount
+ // right margin by that amount
public static final int SECTION_CLIENT_MARGIN_RIGHT = 2;
public static final int SECTION_CLIENT_HORIZONTAL_SPACING = 5;
public static final int SECTION_CLIENT_VERTICAL_SPACING = 5;
@@ -92,7 +92,7 @@ public class FormLayoutFactory {
public static final int MASTER_DETAILS_MARGIN_WIDTH = 0;
/**
- *
+ *
*/
private FormLayoutFactory() {
// NO-OP
@@ -257,7 +257,7 @@ public class FormLayoutFactory {
layout.marginLeft = MASTER_DETAILS_MARGIN_LEFT;
// Cannot set layout on a sash form.
// In order to replicate the horizontal spacing between sections,
- // divide the amount by 2 and set the master section right margin to
+ // divide the amount by 2 and set the master section right margin to
// half the amount and set the left details section margin to half
// the amount. The default sash width is currently set at 3.
// Minus 1 pixel from each half. Use the 1 left over pixel to separate
@@ -295,7 +295,7 @@ public class FormLayoutFactory {
layout.marginBottom = MASTER_DETAILS_MARGIN_BOTTOM;
// Cannot set layout on a sash form.
// In order to replicate the horizontal spacing between sections,
- // divide the amount by 2 and set the master section right margin to
+ // divide the amount by 2 and set the master section right margin to
// half the amount and set the left details section margin to half
// the amount. The default sash width is currently set at 3.
// Minus 1 pixel from each half. Use the 1 left over pixel to separate
@@ -370,7 +370,7 @@ public class FormLayoutFactory {
/**
* Debug method.
- *
+ *
* MAGENTA = 11
* CYAN = 13
* GREEN = 5
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/GenericSourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/GenericSourcePage.java
index 9288c8ef78..f2a0eb8697 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/GenericSourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/GenericSourcePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IContextPart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IContextPart.java
index f29d963431..793fafb1c7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IContextPart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IContextPart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IFoldingStructureProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IFoldingStructureProvider.java
index 94bdc21b6e..38e592b004 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IFoldingStructureProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IFoldingStructureProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ILauncherFormPageHelper.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ILauncherFormPageHelper.java
index 252af806bc..13b2e3486c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ILauncherFormPageHelper.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ILauncherFormPageHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IModelUndoManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IModelUndoManager.java
index 028deb9c8b..a8cb783ddc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IModelUndoManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IModelUndoManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -26,7 +26,7 @@ import org.eclipse.pde.core.IModelChangeProvider;
* operation stack whose size can be controlled.
* <p>The part that uses the undo manager is responsible
* for supplying Undo and Redo action objects for
- * the purpose of controlling their availability.
+ * the purpose of controlling their availability.
* Undo manager should keep track of its current
* operation stack pointer and adjust Undo/Redo action
* availability by calling 'setEnabled' on the
@@ -77,7 +77,7 @@ public interface IModelUndoManager {
/**
* Reapplies the next operation in the undo stack and sets
* the stack pointer to that operation.
- *
+ *
*/
public void redo();
@@ -89,18 +89,18 @@ public interface IModelUndoManager {
/**
* Temporarily suspends undo manager.
- * @param ignore if true, model changes reported by the
+ * @param ignore if true, model changes reported by the
* model change provider will be ignore until this
* property is set to <samp>false</samp> again.
*/
public void setIgnoreChanges(boolean ignore);
/**
- * Connects the undo manager with the undo and redo actions
+ * Connects the undo manager with the undo and redo actions
* in the workbench part using the manager. The manager
* uses these objects to enable or disable the actions
* according to the state of the undo stack and the current
- * location of the stack pointer.
+ * location of the stack pointer.
* @param undoAction the action in the workbench part that performs
* the undo operation.
* @param redoAction the action in the workbench part that performs
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDragParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDragParticipant.java
index bbf3519201..6e1421f189 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDragParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDragParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDropParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDropParticipant.java
index 0b030d8575..995979389c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDropParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDEDropParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDESourceParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDESourceParticipant.java
index 779ed56eef..e6d5d57510 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDESourceParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/IPDESourceParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ISortableContentOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ISortableContentOutlinePage.java
index e0ce66eb36..754411fd03 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ISortableContentOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ISortableContentOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryEditorInput.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryEditorInput.java
index 9a29f71307..1e09149a60 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryEditorInput.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryEditorInput.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryFile.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryFile.java
index db0fd7afda..049bea1b65 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryFile.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/JarEntryFile.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/KeyValueSourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/KeyValueSourcePage.java
index 472d1ef323..bfadc88d2c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/KeyValueSourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/KeyValueSourcePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LaunchShortcutOverviewPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LaunchShortcutOverviewPage.java
index 763ec907a9..081d4cf29f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LaunchShortcutOverviewPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LaunchShortcutOverviewPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LinkSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LinkSection.java
index e600d4a8e4..20c7fb7097 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LinkSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/LinkSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelDataTransfer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelDataTransfer.java
index d16a68e7e0..aa3d51c405 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelDataTransfer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelDataTransfer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelUndoManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelUndoManager.java
index 53061db088..dde046acfb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelUndoManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ModelUndoManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/MultiSourceEditor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/MultiSourceEditor.java
index ae4db8fea2..022cb6bc21 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/MultiSourceEditor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/MultiSourceEditor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OpenManifestHandler.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OpenManifestHandler.java
index 8ed5317766..3aa24b92b2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OpenManifestHandler.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OpenManifestHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Alex Blewitt (alex_blewitt@yahoo.com) - contributed a patch for:
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OrientableBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OrientableBlock.java
index 57aff91194..e29968c5ae 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OrientableBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/OrientableBlock.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetails.java
index 8c1f7f335c..9442200c8b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetailsSections.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetailsSections.java
index 71cfb1090c..3f0922c2cf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetailsSections.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDetailsSections.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDragAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDragAdapter.java
index 550ae26612..4b9be1ac00 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDragAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDragAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -78,7 +78,7 @@ public class PDEDragAdapter implements DragSourceListener, IPDESourceParticipant
if (event.doit == false) {
return;
}
- // TODO: MP: DND: BUG: On text transfer the object is removed, need to force operation into a copy
+ // TODO: MP: DND: BUG: On text transfer the object is removed, need to force operation into a copy
// TODO: MP: DND: BUG: On text transfer no object selected in tree - related to above
// Ensure we have a move operation and a model transfer type
if (event.detail != DND.DROP_MOVE) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDropAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDropAdapter.java
index 04a76ac98e..5c379f6fac 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDropAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEDropAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEEditorLaunchManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEEditorLaunchManager.java
index 8d1602496d..e9d9e3e816 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEEditorLaunchManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEEditorLaunchManager.java
@@ -43,7 +43,7 @@ public class PDEEditorLaunchManager {
/**
* Marks the launcher with the given launcher id as being recently launched
- *
+ *
* @param id launcher id, 'id' attribute of the PDE launch shortcut extension
*/
public void setRecentLaunch(String id) {
@@ -69,10 +69,10 @@ public class PDEEditorLaunchManager {
}
/**
- * Returns an ordered list of String launcher ids taken from PDE launch
+ * Returns an ordered list of String launcher ids taken from PDE launch
* shortcut extensions. The most recently launched entry is at
* index 0.
- *
+ *
* @return ordered list of launcher IDs, possibly empty
*/
public List<String> getRecentLaunches() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormEditor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormEditor.java
index 0306d6bf81..d05e17bbca 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormEditor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormEditor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -57,7 +57,7 @@ import org.eclipse.ui.views.contentoutline.IContentOutlinePage;
public abstract class PDEFormEditor extends FormEditor implements IInputContextListener, IGotoMarker, ISearchEditorAccess {
/**
* Updates the OutlinePage selection.
- *
+ *
* @since 3.0
*/
public class PDEFormEditorChangeListener implements ISelectionChangedListener {
@@ -67,7 +67,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
* provider. If the selection provider is a post selection provider,
* post selection changed events are the preferred choice, otherwise
* normal selection changed events are requested.
- *
+ *
* @param selectionProvider
*/
public void install(ISelectionProvider selectionProvider) {
@@ -97,7 +97,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
/**
* Removes this selection changed listener from the given selection
* provider.
- *
+ *
* @param selectionProviderstyle
*/
public void uninstall(ISelectionProvider selectionProvider) {
@@ -119,7 +119,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
/**
* The editor selection changed listener.
- *
+ *
* @since 3.0
*/
private PDEFormEditorChangeListener fEditorSelectionChangedListener;
@@ -180,7 +180,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
/**
* Tests whether this editor has a context with a provided id. The test can
* be used to check whether to add certain pages.
- *
+ *
* @param contextId
* @return <code>true</code> if provided context is present,
* <code>false</code> otherwise.
@@ -347,11 +347,11 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
}
/**
- *
+ *
*/
public void doRevert() {
IFormPage formPage = getActivePageInstance();
- // If the active page is a form page, commit all of its dirty field
+ // If the active page is a form page, commit all of its dirty field
// values to the model
if ((formPage != null) && (formPage instanceof PDEFormPage)) {
formPage.getManagedForm().commit(true);
@@ -367,8 +367,8 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
if (reverted == false) {
reverted = doRevertFormPage();
}
- // If the revert operation was performed disable the revert action and
- // fire the dirty event
+ // If the revert operation was performed disable the revert action and
+ // fire the dirty event
if (reverted) {
editorDirtyStateChanged();
}
@@ -434,7 +434,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
}
public String getContextIDForSaveAs() {
- // Sub-classes must override this method and the isSaveAsAllowed
+ // Sub-classes must override this method and the isSaveAsAllowed
// method to perform save as operations
return null;
}
@@ -442,7 +442,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
@Override
public void doSaveAs() {
try {
- // Get the context for which the save as operation should be
+ // Get the context for which the save as operation should be
// performed
String contextID = getContextIDForSaveAs();
// Perform the same as operation
@@ -474,7 +474,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
}
/**
- *
+ *
*/
private void storeDefaultPage() {
IEditorInput input = getEditorInput();
@@ -506,7 +506,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
}
/**
- *
+ *
*/
protected String getDialogEditorPageKey() {
// Use one global setting for all files belonging to a given editor
@@ -708,7 +708,7 @@ public abstract class PDEFormEditor extends FormEditor implements IInputContextL
}
/**
- *
+ *
* @return outline page or null
*/
protected ISortableContentOutlinePage getFormOutline() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormPage.java
index e55dfc944e..542202c05d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormPage.java
@@ -117,7 +117,7 @@ public abstract class PDEFormPage extends FormPage {
/**
* Return a help context id to have the help button at the top right of the form page open
* the dynamic help for the page.
- *
+ *
* @return a help context id or <code>null</code>
*/
protected String getHelpResource() {
@@ -272,9 +272,9 @@ public abstract class PDEFormPage extends FormPage {
/**
* Programatically and recursively add focus listeners to the specified
- * composite and its children that track the last control to have focus
+ * composite and its children that track the last control to have focus
* before a page change or the editor lost focus
- *
+ *
* @param composite
*/
public void addLastFocusListeners(Composite composite) {
@@ -285,7 +285,7 @@ public abstract class PDEFormPage extends FormPage {
// Note that the controls listed below represent all the controls
// currently in use by all form pages in PDE. In the future,
// more controls will have to be added.
- // Could not add super class categories of controls because it
+ // Could not add super class categories of controls because it
// would include things like tool bars that we don't want to track
// focus for.
if ((control instanceof Text) || (control instanceof Button) || (control instanceof Combo) || (control instanceof CCombo) || (control instanceof Tree) || (control instanceof Table) || (control instanceof Spinner) || (control instanceof Link) || (control instanceof List) || (control instanceof TabFolder) || (control instanceof CTabFolder) || (control instanceof Hyperlink) || (control instanceof FilteredTree)) {
@@ -299,12 +299,12 @@ public abstract class PDEFormPage extends FormPage {
}
/**
- * Add a focus listener to the specified control that tracks the last
+ * Add a focus listener to the specified control that tracks the last
* control to have focus on this page.
* When focus is gained by this control, it registers itself as the last
* control to have focus. The last control to have focus is stored in order
* to be restored after a page change or editor loses focus.
- *
+ *
* @param control
*/
private void addLastFocusListener(final Control control) {
@@ -337,11 +337,11 @@ public abstract class PDEFormPage extends FormPage {
}
} else {
// No focus control set
- // Fallback on managed form selection mechanism by setting the
+ // Fallback on managed form selection mechanism by setting the
// focus on this page itself.
// The managed form will set focus on the first managed part.
// Most likely this will turn out to be a section.
- // In order for this to work properly, we must override the
+ // In order for this to work properly, we must override the
// sections setFocus() method and set focus on a child control
// (preferrably first) that can practically take focus.
setFocus();
@@ -431,10 +431,10 @@ public abstract class PDEFormPage extends FormPage {
}
/**
- * Used to align the section client / decriptions of two section headers
+ * Used to align the section client / decriptions of two section headers
* horizontally adjacent to each other. The misalignment is caused by one
* section header containing toolbar icons and the other not.
- *
+ *
* @param masterSection
* @param detailsSection
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormTextEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormTextEditorContributor.java
index abd5df673e..0f815b53fe 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormTextEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEFormTextEditorContributor.java
@@ -196,7 +196,7 @@ public class PDEFormTextEditorContributor extends PDEFormEditorContributor {
}
/**
- *
+ *
*/
private void updateQuickOutlineMenuEntry() {
// Get the main action bar
@@ -209,8 +209,8 @@ public class PDEFormTextEditorContributor extends PDEFormEditorContributor {
return;
}
// Remove the previous version of the quick outline menu entry - if
- // one exists
- // Prevent duplicate menu entries
+ // one exists
+ // Prevent duplicate menu entries
// Prevent wrong quick outline menu from being brought up for the wrong
// page
navigateMenu.remove(PDEActionConstants.COMMAND_ID_QUICK_OUTLINE);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEHyperlinkDetector.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEHyperlinkDetector.java
index e3d6527c51..0ee8703507 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEHyperlinkDetector.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEHyperlinkDetector.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMasterDetailsBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMasterDetailsBlock.java
index 978ee01c2e..d4a8097351 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMasterDetailsBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMasterDetailsBlock.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMultiPageContentOutline.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMultiPageContentOutline.java
index 41a9e42f5c..1bf05e8333 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMultiPageContentOutline.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEMultiPageContentOutline.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEOutlinePage.java
index 59ea875272..f853274b50 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEProjectionViewer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEProjectionViewer.java
index 25fd88e417..2f3a333ad2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEProjectionViewer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDEProjectionViewer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESection.java
index bd4728a782..9c70d54ae2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESourcePage.java
index d6964f907c..552342fbb0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/PDESourcePage.java
@@ -60,7 +60,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
/**
* Updates the OutlinePage selection and this editor's range indicator.
- *
+ *
* @since 3.0
*/
private class PDESourcePageChangedListener implements ISelectionChangedListener {
@@ -70,7 +70,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
* provider. If the selection provider is a post selection provider,
* post selection changed events are the preferred choice, otherwise
* normal selection changed events are requested.
- *
+ *
* @param selectionProvider
*/
public void install(ISelectionProvider selectionProvider) {
@@ -95,7 +95,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
/**
* Removes this selection changed listener from the given selection
* provider.
- *
+ *
* @param selectionProviderstyle
*/
public void uninstall(ISelectionProvider selectionProvider) {
@@ -113,7 +113,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
/**
* The editor selection changed listener.
- *
+ *
* @since 3.0
*/
private PDESourcePageChangedListener fEditorSelectionChangedListener;
@@ -370,7 +370,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
}
/**
- *
+ *
*/
private void createQuickOutlineAction() {
// Quick Outline Action
@@ -406,7 +406,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
}
/*
- * Locate an IDocumentRange, subclasses that want to
+ * Locate an IDocumentRange, subclasses that want to
* highlight text components based on site selection
* should override this method.
*/
@@ -486,7 +486,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
* @param rangeElement
*/
protected void updateOutlinePageSelection(Object rangeElement) {
- // Set selection in source outline page if the 'Link with Editor'
+ // Set selection in source outline page if the 'Link with Editor'
// feature is on
if (PDEPlugin.getDefault().getPreferenceStore().getBoolean("ToggleLinkWithEditorAction.isChecked")) { //$NON-NLS-1$
// Ensure we have a source outline page
@@ -494,8 +494,8 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
return;
}
SourceOutlinePage outlinePage = (SourceOutlinePage) fOutlinePage;
- // Temporarily remove the listener to prevent a selection event being fired
- // back at this page
+ // Temporarily remove the listener to prevent a selection event being fired
+ // back at this page
outlinePage.removeAllSelectionChangedListeners();
if (rangeElement != null) {
outlinePage.setSelection(new StructuredSelection(rangeElement));
@@ -542,9 +542,9 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
}
/**
- * Synchronize the outline page to show a relevant element given the
+ * Synchronize the outline page to show a relevant element given the
* current offset.
- *
+ *
* @param offset The current offset within the source page
*/
protected void synchronizeOutlinePage(int offset) {
@@ -555,7 +555,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
/**
* Synchronize the outline page to show the specified element
- * @param rangeElement The element to show in the outline page
+ * @param rangeElement The element to show in the outline page
*/
private void synchronizeOutlinePage(IDocumentRange rangeElement) {
updateHighlightRange(rangeElement);
@@ -628,7 +628,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
/**
* Override the getAdapter function to return a list of targets
* for the "Show In >" action in the context menu.
- *
+ *
* @param adapter
* @return A list of targets (IShowInTargetList) for the "Show In >"
* submenu if the appropriate adapter is passed in and the editor
@@ -645,7 +645,7 @@ public abstract class PDESourcePage extends TextEditor implements IFormPage, IGo
/**
* Returns the <code>IShowInTargetList</code> for this view.
- * @return the <code>IShowInTargetList</code>
+ * @return the <code>IShowInTargetList</code>
*/
protected IShowInTargetList getShowInTargetList() {
return new IShowInTargetList() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SourceOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SourceOutlinePage.java
index a4fecf9016..6e4b9d0ceb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SourceOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SourceOutlinePage.java
@@ -36,7 +36,7 @@ public class SourceOutlinePage extends PDEOutlinePage implements IReconcilingPar
TreeViewer viewer;
/**
- * This list is redundant; but, required because we can't access
+ * This list is redundant; but, required because we can't access
* org.eclipse.ui.views.contentoutline.ContentOutlinePage.selectionChangedListeners
* from our parent
*/
@@ -52,7 +52,7 @@ public class SourceOutlinePage extends PDEOutlinePage implements IReconcilingPar
fListenerList = new ArrayList<>();
}
- /**
+ /**
* Creates the control for this outline page.
*/
@Override
@@ -86,7 +86,7 @@ public class SourceOutlinePage extends PDEOutlinePage implements IReconcilingPar
return;
control.setRedraw(false);
// Temporarily remove all selection listeners from the tree
- // viewer. This is required because the refresh fires a
+ // viewer. This is required because the refresh fires a
// selection event back to the source page (observered in
// the bundle source page) when typing
removeAllSelectionChangedListeners();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/StructuredViewerSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/StructuredViewerSection.java
index 70a899795b..daa0e5c0b3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/StructuredViewerSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/StructuredViewerSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -156,7 +156,7 @@ public abstract class StructuredViewerSection extends PDESection implements IPDE
* <ul><li>if this is the only item, return -1 (meaning select the parent)</li>
* <li>if this is the last item, return the index of the predecessor</li>
* <li>otherwise, return the index of the successor</li></p>
- *
+ *
* @param thisIndex
* the item's index
* @param length
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SystemFileMarkerAnnotationModel.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SystemFileMarkerAnnotationModel.java
index 9c776d7cf1..6ba9346e0c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SystemFileMarkerAnnotationModel.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/SystemFileMarkerAnnotationModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.CoreException;
import org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel;
/**
- * A marker annotation model whose underlying source of markers is
+ * A marker annotation model whose underlying source of markers is
* a resource in the workspace.
* <p>
* This class may be instantiated; it is not intended to be subclassed.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TableSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TableSection.java
index a518df291f..6a25ce055f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TableSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TableSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -84,7 +84,7 @@ public abstract class TableSection extends StructuredViewerSection {
/**
* Constructor for TableSection.
- *
+ *
* @param formPage
*/
public TableSection(PDEFormPage formPage, Composite parent, int style, String[] buttonLabels) {
@@ -93,7 +93,7 @@ public abstract class TableSection extends StructuredViewerSection {
/**
* Constructor for TableSection.
- *
+ *
* @param formPage
*/
public TableSection(PDEFormPage formPage, Composite parent, int style, boolean titleBar, String[] buttonLabels) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ToggleLinkWithEditorAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ToggleLinkWithEditorAction.java
index 2649051e34..1a453c64fa 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ToggleLinkWithEditorAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ToggleLinkWithEditorAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.ui.*;
/**
* This action toggles whether the Outline page links its selection to the
* active editor.
- *
+ *
* @since 3.0
*/
public class ToggleLinkWithEditorAction extends Action {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TreeSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TreeSection.java
index 9d8450f856..66d985a16c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TreeSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/TreeSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ActionMenu.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ActionMenu.java
index cce28343cb..161f476de8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ActionMenu.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ActionMenu.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -67,7 +67,7 @@ public class ActionMenu extends Action implements IMenuCreator {
/**
* Reorders the actions in the menu based on the most recently launched
- *
+ *
* @param orderedLauncherIds list of string launcher ids to order the actions by
*/
public void updateActionOrder(final List<String> orderedLauncherIds) {
@@ -84,7 +84,7 @@ public class ActionMenu extends Action implements IMenuCreator {
return 0;
// if (id1.contains("pde"))
// org.eclipse.pde.ui.runtimeWorkbenchShortcut
-//
+//
// String label1 = o1.getConfigurationElement().getAttribute("label"); //$NON-NLS-1$
// String label2 = o2.getConfigurationElement().getAttribute("label"); //$NON-NLS-1$
// return label1.compareTo(label2);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/CollapseAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/CollapseAction.java
index 89573152b2..865aceafea 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/CollapseAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/CollapseAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -64,7 +64,7 @@ public class CollapseAction extends Action {
return;
} else if ((fTreeObject != null) && (fExpandToLevel > 0)) {
// Redraw modification needed to avoid flicker
- // Collapsing to a specific level does not work
+ // Collapsing to a specific level does not work
fTreeViewer.getControl().setRedraw(false);
fTreeViewer.collapseAll();
fTreeViewer.expandToLevel(fTreeObject, 1);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FilterRelatedExtensionsAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FilterRelatedExtensionsAction.java
index ec7502be6c..b8549240d2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FilterRelatedExtensionsAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FilterRelatedExtensionsAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Sascha Becher <s.becher@qualitype.de> - bug 360894
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.pde.internal.ui.util.ExtensionsFilterUtil;
import org.eclipse.swt.widgets.Text;
/**
- * Set the search pattern text to all values found by attribute list {@link ExtensionsFilterUtil#RELATED_ATTRIBUTES}
+ * Set the search pattern text to all values found by attribute list {@link ExtensionsFilterUtil#RELATED_ATTRIBUTES}
*/
public class FilterRelatedExtensionsAction extends Action {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatAction.java
index aee9c7d7db..2386269411 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
index 12139bb330..1d73240bc0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/FormatOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/HyperlinkAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/HyperlinkAction.java
index 6fff4b13d3..60d48dd6ed 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/HyperlinkAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/HyperlinkAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/OpenSchemaAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/OpenSchemaAction.java
index 4abb9e1bad..e3475b2a2b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/OpenSchemaAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/OpenSchemaAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -30,7 +30,7 @@ import org.eclipse.pde.internal.ui.editor.schema.SchemaEditor;
/**
* OpenSchemaAction
- *
+ *
*/
public class OpenSchemaAction extends Action {
@@ -39,7 +39,7 @@ public class OpenSchemaAction extends Action {
private String fFullPointID;
/**
- *
+ *
*/
public OpenSchemaAction() {
fSchema = null;
@@ -49,7 +49,7 @@ public class OpenSchemaAction extends Action {
}
/**
- *
+ *
*/
private void initialize() {
setImageDescriptor(PDEPluginImages.DESC_SCHEMA_OBJ);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/PDEActionConstants.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/PDEActionConstants.java
index 57aab97840..890697a80f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/PDEActionConstants.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/PDEActionConstants.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,7 +22,7 @@ public class PDEActionConstants {
public static final String FORMAT = "org.eclipse.pde.ui.actions.Format"; //$NON-NLS-1$
// command IDs
- public static final String DEFN_FORMAT = "org.eclipse.pde.ui.edit.text.format"; //$NON-NLS-1$
+ public static final String DEFN_FORMAT = "org.eclipse.pde.ui.edit.text.format"; //$NON-NLS-1$
public static final String COMMAND_ID_QUICK_OUTLINE = "org.eclipse.pde.ui.quickOutline"; //$NON-NLS-1$
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/SortAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/SortAction.java
index 8044fc16f2..0a448b948e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/SortAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/SortAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ToggleExpandStateAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ToggleExpandStateAction.java
index c50a248432..fd07af1fb6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ToggleExpandStateAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/actions/ToggleExpandStateAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Sascha Becher <s.becher@qualitype.de> - bug 360894
*******************************************************************************/
@@ -102,7 +102,7 @@ public class ToggleExpandStateAction extends Action {
* Expands subtrees of given items. Items of type <code>PluginExtensionNode</code> that have multiple children to expand
* will only be expanded to the that level. Further expanding is required to reveal the whole subtree. This is for reasons of
* convenience.
- *
+ *
* @param items tree items to be expand with their children
*/
private void traverseChildrenAndSetExpanded(TreeItem[] items) {
@@ -154,7 +154,7 @@ public class ToggleExpandStateAction extends Action {
/**
* Determines whether the selected leafs are expandable
- *
+ *
* @param selection selection to test each item with
* @return whether the selection can be expanded
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/AddLibraryDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/AddLibraryDialog.java
index 700da2bb20..5cdf865f26 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/AddLibraryDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/AddLibraryDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BinSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BinSection.java
index 1d9dca0ef4..99e70ce98d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BinSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BinSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java
index 6a5848b30c..ab9e53049d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildContentsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildContentsSection.java
index 6fdcb51088..e01ffc9eb9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildContentsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildContentsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -241,10 +241,10 @@ public abstract class BuildContentsSection extends TableSection implements IReso
/**
* removes all child resources of the specified folder from build entries
- *
+ *
* @param folder -
* current folder being modified in tree
- *
+ *
* note: does not remove folder itself
*/
protected abstract void deleteFolderChildrenFromEntries(IFolder folder);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditor.java
index ef242462fe..e56034c97c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditorContributor.java
index 3610d101d8..46d9a870e6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildEditorContributor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
index faa9ba7fa7..4c3ed1ba9b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildHyperlinkDetector.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildInputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildInputContextManager.java
index 1cd9a7de54..6f342c5731 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildInputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildInputContextManager.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
public class BuildInputContextManager extends InputContextManager {
/**
- *
+ *
*/
public BuildInputContextManager(PDEFormEditor editor) {
super(editor);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildOutlinePage.java
index 9c200cce40..8d66ff8f79 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildSourceViewerConfiguration.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildSourceViewerConfiguration.java
index 6c7ee3e663..813cf54666 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildSourceViewerConfiguration.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildSourceViewerConfiguration.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUndoManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUndoManager.java
index f7f295036a..1306055a7c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUndoManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUndoManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUtil.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUtil.java
index e15d33d1ea..668da34233 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUtil.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildUtil.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/JARFileFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/JARFileFilter.java
index 17e8f90989..a27ad9b4a6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/JARFileFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/JARFileFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/RuntimeInfoSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/RuntimeInfoSection.java
index 6977b0f652..5ceee22b89 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/RuntimeInfoSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/RuntimeInfoSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/SrcSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/SrcSection.java
index 1ad6cc719b..ae01c2872b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/SrcSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/SrcSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryDetailsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryDetailsSection.java
index 5850e07204..252b2ebda3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryDetailsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryDetailsSection.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2013, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditor.java
index 5957facaf4..c9ad9886b4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditor.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditorContributor.java
index 574ded2b09..a5ac5daf1d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryEditorContributor.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContext.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContext.java
index 4873925823..6cd7a965c0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContext.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContext.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContextManager.java
index db3ce888eb..35024039e7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryInputContextManager.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
@@ -16,7 +16,7 @@ import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
public class CategoryInputContextManager extends InputContextManager {
/**
- *
+ *
*/
public CategoryInputContextManager(PDEFormEditor editor) {
super(editor);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryLabelProvider.java
index 63f221ab02..9d9a21512e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryLabelProvider.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryOutlinePage.java
index 19420ddb07..f73cdc0d0f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryOutlinePage.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategorySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategorySection.java
index 10f660153e..1664b550d0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategorySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategorySection.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
@@ -192,7 +192,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
* relative to its target. The position is determined to
* be before, after, or on the item, based on some
* threshold value.
- *
+ *
* @param event
* the event
* @return one of the <code>LOCATION_* </code>
@@ -679,7 +679,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
* Finds a feature with the same id and version as a site feature. If
* feature is not found, but feature with a M.m.s.qualifier exists it will
* be returned.
- *
+ *
* @param siteFeature
* @return IFeature or null
*/
@@ -812,7 +812,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
}
/**
- *
+ *
* @param candidates
* Array of IFeatureModel
* @param monitor
@@ -855,7 +855,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
}
/**
- *
+ *
* @param candidates
* Array of IPluginModelBase
* @param monitor
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryUndoManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryUndoManager.java
index 909750240d..d51c2ac156 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryUndoManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/CategoryUndoManager.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/DownloadStatsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/DownloadStatsSection.java
index c0e4684382..c98fe32e93 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/DownloadStatsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/DownloadStatsSection.java
@@ -47,7 +47,7 @@ public class DownloadStatsSection extends TableSection {
private FormEntry fURLEntry;
private TableViewer fArtifactTable;
private ISiteModel fModel;
-
+
class ArtifactsContentProvider extends DefaultTableProvider {
@Override
public Object[] getElements(Object inputElement) {
@@ -221,7 +221,7 @@ public class DownloadStatsSection extends TableSection {
ManifestEditor.openPluginEditor(((SiteBundleAdapter) selected).bundle.getId());
}
}
-
+
@Override
public boolean doGlobalAction(String actionId) {
if (actionId.equals(ActionFactory.DELETE.getId())) {
@@ -240,7 +240,7 @@ public class DownloadStatsSection extends TableSection {
* Finds a feature with the same id and version as a site feature. If
* feature is not found, but feature with a M.m.s.qualifier exists it will
* be returned.
- *
+ *
* @param siteFeature
* @return IFeature or null
*/
@@ -368,7 +368,7 @@ public class DownloadStatsSection extends TableSection {
}
/**
- *
+ *
* @param candidates
* Array of IFeatureModel
* @param monitor
@@ -391,7 +391,7 @@ public class DownloadStatsSection extends TableSection {
}
/**
- *
+ *
* @param candidates
* Array of IPluginModelBase
* @param monitor
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/IUsPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/IUsPage.java
index 99f3572834..9bde568945 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/IUsPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/IUsPage.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/RepositoryReferenceSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/RepositoryReferenceSection.java
index d6dec49225..0db88caf8c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/RepositoryReferenceSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/RepositoryReferenceSection.java
@@ -41,7 +41,7 @@ public class RepositoryReferenceSection extends TableSection {
private class RepositoryReferenceDialog extends StatusDialog {
private Text fLocation;
private IRepositoryReference fEdit;
-
+
public RepositoryReferenceDialog(Shell shell, IRepositoryReference repo) {
super(shell);
fEdit = repo;
@@ -247,7 +247,7 @@ public class RepositoryReferenceSection extends TableSection {
}
});
-
+
fRepositoryTable.setLabelProvider(new LabelProvider());
@@ -405,7 +405,7 @@ public class RepositoryReferenceSection extends TableSection {
tablePart.setButtonEnabled(2, enabled);
tablePart.setButtonEnabled(3, isEditable() && getSite().getRepositoryReferences().length > 0);
}
-
+
private void clearEditors() {
Control oldEditor = fEnabledColumnEditor.getEditor();
if (oldEditor != null && !oldEditor.isDisposed())
@@ -428,7 +428,7 @@ public class RepositoryReferenceSection extends TableSection {
}
});
}
-
+
private void showControls() {
// Clean up any previous editor control
clearEditors();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteBundleAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteBundleAdapter.java
index 028939bbe1..71a72cb5a9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteBundleAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteBundleAdapter.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2013, 2015 Red Hat Inc. and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
@@ -35,7 +35,7 @@ public class SiteBundleAdapter implements Serializable, IWritable {
/*
* For retaining selectiong in the tree, when modyfing or moving features,
* SiteFeatureAdapter are equal if features are equal (same ID and version)
- *
+ *
* @see java.lang.Object#equals(java.lang.Object)
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteFeatureAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteFeatureAdapter.java
index 4ae8956f9b..8490bad129 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteFeatureAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/category/SiteFeatureAdapter.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
@@ -34,7 +34,7 @@ public class SiteFeatureAdapter implements Serializable, IWritable {
/*
* For retaining selectiong in the tree, when modyfing or moving features,
* SiteFeatureAdapter are equal if features are equal (same ID and version)
- *
+ *
* @see java.lang.Object#equals(java.lang.Object)
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java
index 1cd76f3ca8..817b2af641 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java
@@ -149,7 +149,7 @@ public class ManifestContentAssistProcessor extends TypePackageCompletionProcess
return true;
int index = text.indexOf(':');
while (index != -1) {
- // if we are at end of the line, assume it the colon is defining a new header.
+ // if we are at end of the line, assume it the colon is defining a new header.
// If the next character is an '=', the colon is part of a directive so we should continue looking
if ((index == length - 1) || (text.charAt(index + 1) != '='))
return true;
@@ -551,7 +551,7 @@ public class ManifestContentAssistProcessor extends TypePackageCompletionProcess
} else {
// We know we are looking for a completion inside the quote of a directive
String value = currentValue.substring(quote + 1);
- // find existing packages
+ // find existing packages
StringTokenizer parser = new StringTokenizer(value, ","); //$NON-NLS-1$
HashSet<String> set = new HashSet<>();
while (parser.hasMoreTokens()) {
@@ -686,7 +686,7 @@ public class ManifestContentAssistProcessor extends TypePackageCompletionProcess
/**
* Adds completions to the proposals list which represent packages in source folders found in the current project
- *
+ *
* @param value the current incomplete package value (without any leading spaces)
* @param currentPackages a Set containing the packages already specified by the Manifest Header
* @param offset the offset of the current completion proposal
@@ -735,7 +735,7 @@ public class ManifestContentAssistProcessor extends TypePackageCompletionProcess
if (colon > 0 && newValue.charAt(colon + 1) != '=') {
newValue = doc.get(offset, startOfLine - 1 - offset);
} else {
- // break on the comma to find our element, but only break on a comma that is not enclosed in parenthesis
+ // break on the comma to find our element, but only break on a comma that is not enclosed in parenthesis
int comma = newValue.indexOf(',');
int parenthesis = newValue.indexOf('"');
if (!(parenthesis < comma && newValue.indexOf('"', parenthesis + 1) > comma))
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposal.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposal.java
index 14f74b2074..773d05b958 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposal.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposal.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalListener.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalListener.java
index d70ed47eaf..cba6f4606c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalListener.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,7 +20,7 @@ import org.eclipse.jface.fieldassist.*;
public class TypeContentProposalListener implements IContentProposalListener, IContentProposalListener2 {
/**
- *
+ *
*/
public TypeContentProposalListener() {
// NO-OP
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalProvider.java
index 09d7f1fbea..3416e5075a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeContentProposalProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -59,8 +59,8 @@ public class TypeContentProposalProvider extends TypePackageCompletionProcessor
ArrayList<Object> currentContentProposals = null;
// Determine method to obtain proposals based on current field contents
if (position == 0) {
- // If the document offset is at the 0 position (i.e. no input entered),
- // do not perform content assist. The operation is too expensive
+ // If the document offset is at the 0 position (i.e. no input entered),
+ // do not perform content assist. The operation is too expensive
// because all classes and interfaces (depending on the specified scope)
// will need to be resolved as proposals
// currentContentProposals = null;
@@ -68,7 +68,7 @@ public class TypeContentProposalProvider extends TypePackageCompletionProcessor
// Generate new proposals if the content assist session was just
// started
// Or generate new proposals if the current contents of the field
- // is less than the initial contents of the field used to
+ // is less than the initial contents of the field used to
// generate the original proposals; thus, widening the search
// scope. This can occur when the user types backspace
// Or generate new proposals if the current contents ends with a
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeFieldAssistDisposer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeFieldAssistDisposer.java
index 0577ed8ec7..8f562438c0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeFieldAssistDisposer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeFieldAssistDisposer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -27,7 +27,7 @@ public class TypeFieldAssistDisposer {
private TypeContentProposalListener fListener;
/**
- *
+ *
*/
public TypeFieldAssistDisposer(ContentAssistCommandAdapter adapter, TypeContentProposalListener listener) {
fAdapter = adapter;
@@ -35,7 +35,7 @@ public class TypeFieldAssistDisposer {
}
/**
- *
+ *
*/
public void dispose() {
if (fAdapter == null) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypePackageCompletionProcessor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypePackageCompletionProcessor.java
index 4e3f00f835..35cf16e749 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypePackageCompletionProcessor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypePackageCompletionProcessor.java
@@ -177,7 +177,7 @@ public abstract class TypePackageCompletionProcessor implements IContentAssistPr
// Package name without the trailing dot
packageName = currentContent.substring(0, index).toCharArray();
} else {
- // There is a package qualification, followed by a dot, and
+ // There is a package qualification, followed by a dot, and
// a type fragment
// Type name without the package qualification
typeName = currentContent.substring(index + 1).toCharArray();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeProposalLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeProposalLabelProvider.java
index b1efdf5e4e..4f9dd3903a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeProposalLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/TypeProposalLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.swt.graphics.Image;
public class TypeProposalLabelProvider extends LabelProvider {
/**
- *
+ *
*/
public TypeProposalLabelProvider() {
// NO-OP
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/VirtualSchemaObject.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/VirtualSchemaObject.java
index 2e3b665fca..79952a27e3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/VirtualSchemaObject.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/VirtualSchemaObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java
index 18164e7bb1..b4a4ae4f42 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLCompletionProposal.java
@@ -205,7 +205,7 @@ public class XMLCompletionProposal implements ICompletionProposal, ICompletionPr
String pointID = fSchemaObject.getName();
String indent = getIndent(document, fOffset);
- // Add extension mark-up to the buffer right up until the point
+ // Add extension mark-up to the buffer right up until the point
// attribute value
documentInsertBuffer.append('<');
documentInsertBuffer.append("extension"); //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java
index 8380d296f2..c2c2f5f51d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistProcessor.java
@@ -420,7 +420,7 @@ public class XMLContentAssistProcessor extends TypePackageCompletionProcessor im
ISchemaElement sElement = XMLUtil.getSchemaElement(node, ((IPluginExtension) obj).getPoint());
if ((sElement != null) && (sElement.getType() instanceof ISchemaComplexType)) {
// We have a schema complex type. Either the element has attributes
- // or the element has children.
+ // or the element has children.
// Generate the list of element proposals
TreeSet<?> elementSet = XMLElementProposalComputer.computeElementProposal(sElement, node);
// Filter the list of element proposals
@@ -663,12 +663,12 @@ public class XMLContentAssistProcessor extends TypePackageCompletionProcessor im
if (fAllExtPoints != null) {
return fAllExtPoints;
}
- // Get the plugin model base
+ // Get the plugin model base
IPluginModelBase model = getPluginModelBase();
- // Note: All plug-in extension points are cached except the
- // extension points defined by the plugin.xml we are currently
+ // Note: All plug-in extension points are cached except the
+ // extension points defined by the plugin.xml we are currently
// editing. This means if a plug-in in the workspace defines a new
- // extension point and the plugin.xml editor is still open, the
+ // extension point and the plugin.xml editor is still open, the
// new extension point will not show up as a proposal because it is
// using a cached list of extension points.
// External extensions points are all extension points not defined by
@@ -696,7 +696,7 @@ public class XMLContentAssistProcessor extends TypePackageCompletionProcessor im
IPluginModelBase[] plugins = PluginRegistry.getActiveModels();
// Process each plugin
for (int i = 0; i < plugins.length; i++) {
- // Make sure this plugin is not the one we are currently
+ // Make sure this plugin is not the one we are currently
// editing which defines internal extension points.
// We don't want to cache internal extension points because the
// workspace can change.
@@ -719,7 +719,7 @@ public class XMLContentAssistProcessor extends TypePackageCompletionProcessor im
/**
* Handles edge case.
* External extension points are cached.
- * As a result, these types persist over each other depending on what
+ * As a result, these types persist over each other depending on what
* context content assist is invoked first:
* F_EXTENSION_ATTRIBUTE_POINT_VALUE
* F_EXTENSION_POINT_AND_VALUE
@@ -734,7 +734,7 @@ public class XMLContentAssistProcessor extends TypePackageCompletionProcessor im
VirtualSchemaObject vObject = (VirtualSchemaObject) fExternalExtPoints.get(0);
// If the first proposals type is the same as the new type, then we
// do not have to do the update. That is because all the proposals
- // have the same type.
+ // have the same type.
if (vObject.getVType() == newVType) {
return;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistText.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistText.java
index 5a0f328273..a31e1f5dcb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistText.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLContentAssistText.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,7 +15,7 @@ import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
/**
- * Content assist text is any contiguous segment of text that can be
+ * Content assist text is any contiguous segment of text that can be
* construed as the beginning of a element document node prior to invoking
* content assist at the end of it.
*/
@@ -72,15 +72,15 @@ public class XMLContentAssistText {
// Accumulate the contiguous segment of content assist
// text
buffer.append(currentChar);
- // Track the start offset of the contiguous segment of
+ // Track the start offset of the contiguous segment of
// content assist text
lastCATextOffset = i;
}
} else if (Character.isWhitespace(currentChar)) {
- // We found whitespace. This represents the contiguous text
+ // We found whitespace. This represents the contiguous text
// boundary. Do not write anything else to the buffer.
// Continue scanning backwards to make sure we find a right
- // angle bracket to validate what we have in the buffer is
+ // angle bracket to validate what we have in the buffer is
// indeed valid content assist text
writeCAText = false;
} else if (currentChar == '>') {
@@ -104,7 +104,7 @@ public class XMLContentAssistText {
* Determines whether a character is a valid XML element name character
* @param c A character
* @return True if the character is valid content assist text; Otherwise,
- * returns false.
+ * returns false.
*/
private static boolean isContentAssistText(char c) {
if ((Character.isLetterOrDigit(c)) || (c == '.') || (c == '-') || (c == '_') || (c == ':')) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComparator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComparator.java
index 8aa95f6683..c68521efab 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComparator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComparator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComputer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComputer.java
index 8b22dbf910..d190cc53ca 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComputer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLElementProposalComputer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -24,8 +24,8 @@ public class XMLElementProposalComputer {
* @param sElement
* @param node
* @return A set of elements that can be added as children to element,
- * <code>node</code>, as described by schema element, <code>sElement</code>,
- * given multiplicity constraints and existing children found under
+ * <code>node</code>, as described by schema element, <code>sElement</code>,
+ * given multiplicity constraints and existing children found under
* <code>node</code>.
*/
public static TreeSet<ISchemaElement> computeElementProposal(ISchemaElement sElement, IDocumentElementNode node) {
@@ -80,8 +80,8 @@ public class XMLElementProposalComputer {
// Compositor can be null only in cases where we had a schema complex
// type but that complex type was complex because it had attributes
// rather than element children
- // All we care about is choices and sequences (Alls and groups not
- // supported)
+ // All we care about is choices and sequences (Alls and groups not
+ // supported)
if (compositor == null) {
return;
} else if (compositor.getKind() == ISchemaCompositor.CHOICE) {
@@ -200,7 +200,7 @@ public class XMLElementProposalComputer {
if (multiplicityTracker < Integer.MAX_VALUE) {
multiplicityTracker = schemaElement.getMaxOccurs() * multiplicityTracker;
}
- // Only add a new proposal for a given element if it has not exceeded
+ // Only add a new proposal for a given element if it has not exceeded
// the multiplicity
// Note: This is a simple calculation that does not address all complex
// XML Schema multiplity rules. For instance, multiple layers of
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLInsertionComputer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLInsertionComputer.java
index 0c7c12d708..ace93387e4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLInsertionComputer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/XMLInsertionComputer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -29,7 +29,7 @@ public class XMLInsertionComputer {
public static void computeInsertion(ISchemaElement sElement, IPluginParent pElement) {
HashSet<String> visited = new HashSet<>();
if ((sElement == null) || (pElement == null)) {
- // If there is no corresponding schema information or plug-in
+ // If there is no corresponding schema information or plug-in
// model, then there is nothing to augment
return;
}
@@ -57,11 +57,11 @@ public class XMLInsertionComputer {
/**
* Edge Case:
* Extension element has a sequence compositor containing one child element
- * whose min occurs is 0.
+ * whose min occurs is 0.
* This is an extension point schema bug. However, to mask this bug and make
* life easier for the user, interpret the child element min occurs as 1;
* since, it makes no sense for an extension not to have any child elements
- * In essence, we auto-generate the child element when none should have
+ * In essence, we auto-generate the child element when none should have
* been.
* See Bug # 162379 for details.
* @param sElement
@@ -77,7 +77,7 @@ public class XMLInsertionComputer {
computeInsertionAllAttributes(pElement, sElement);
// Get the extension compositor
ISchemaCompositor compositor = ((ISchemaComplexType) sElement.getType()).getCompositor();
- // We know that there is only one child that is an element with a
+ // We know that there is only one child that is an element with a
// min occurs of 0
ISchemaElement childSchemaElement = (ISchemaElement) compositor.getChildren()[0];
// Process the element as if the min occurs was 1
@@ -87,7 +87,7 @@ public class XMLInsertionComputer {
visited.add(childSchemaElement.getName());
// Revert back to the normal process
computeInsertionType(childSchemaElement, childElement, visited);
- // Add the new child element to the parent after its own child
+ // Add the new child element to the parent after its own child
// elements and attributes have been recursively added
pElement.add(childElement);
}
@@ -124,7 +124,7 @@ public class XMLInsertionComputer {
protected static void computeInsertionType(ISchemaElement sElement, IPluginParent pElement, HashSet<String> visited) throws CoreException {
if ((sElement == null) || (pElement == null)) {
- // If there is no corresponding schema information or plug-in
+ // If there is no corresponding schema information or plug-in
// model, then there is nothing to augment
return;
} else if (sElement.getType() instanceof ISchemaSimpleType) {
@@ -198,7 +198,7 @@ public class XMLInsertionComputer {
} else {
childElement.setText(PDEUIMessages.XMLCompletionProposal_ErrorCycle);
}
- // Add the new child element to the parent after its own child
+ // Add the new child element to the parent after its own child
// elements and attributes have been recursively added
pElement.add(childElement);
}
@@ -270,11 +270,11 @@ public class XMLInsertionComputer {
} else if (restriction != null) {
// STRING &&
// RESTRICTION
- // Check for enumeration restrictions, if there is one,
+ // Check for enumeration restrictions, if there is one,
// just pick the first enumerated value
value = restriction.getChildren()[0].toString();
} else if ((attribute instanceof SchemaAttribute) && ((SchemaAttribute) attribute).isTranslatable()) {
- // STRING &&
+ // STRING &&
// TRANSLATABLE
value = attribute.getName();
} else if (project != null) {
@@ -293,7 +293,7 @@ public class XMLInsertionComputer {
if (attribute.getParent() instanceof ISchemaElement) {
ISchemaElement sElement = (ISchemaElement) attribute.getParent();
if (sElement instanceof ISchemaRootElement) {
- // The parent element is either a extension or an
+ // The parent element is either a extension or an
// extension-point
// Do not auto-generate attribute values for those
// elements
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java
index 10ab8c7985..11991e925d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -90,7 +90,7 @@ public class JavaDocCommentReader extends SingleCharReader {
/**
* Returns the offset of the last read character in the passed buffer.
- *
+ *
* @return the offset
*/
public int getOffset() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/IInputContextListener.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/IInputContextListener.java
index 0d7849def2..997efc5ceb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/IInputContextListener.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/IInputContextListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContext.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContext.java
index d8df872d5b..6bc945a859 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContext.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContext.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -346,7 +346,7 @@ public abstract class InputContext {
// entered source editing mode; in this mode,
// this context's document will be edited directly
// in the source editor. All changes in the model
- // are caused by reconciliation and should not be
+ // are caused by reconciliation and should not be
// fired to the world.
flushModel(fDocumentProvider.getDocument(fEditorInput));
fMustSynchronize = true;
@@ -436,7 +436,7 @@ public abstract class InputContext {
}
/**
- *
+ *
*/
private void deinitializeDocumentProvider() {
IAnnotationModel amodel = fDocumentProvider.getAnnotationModel(fEditorInput);
@@ -503,7 +503,7 @@ public abstract class InputContext {
monitor.setCanceled(true);
throw new Exception(PDEUIMessages.InputContext_errorMessageLocationNotSet);
}
- // Resolve the new file location
+ // Resolve the new file location
IWorkspace workspace = ResourcesPlugin.getWorkspace();
IFile newFile = workspace.getRoot().getFile(path);
// Create the new editor input
@@ -536,7 +536,7 @@ public abstract class InputContext {
// Save the old editor input content to the new editor input
// location
fDocumentProvider.saveDocument(monitor,
- // New editor input location
+ // New editor input location
newInput,
// Old editor input content
fDocumentProvider.getDocument(fEditorInput), true);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContextManager.java
index cffd2ed95e..288435baf7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/InputContextManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -35,7 +35,7 @@ public abstract class InputContextManager implements IResourceChangeListener {
private IModelUndoManager undoManager;
/**
- *
+ *
*/
public InputContextManager(PDEFormEditor editor) {
this.editor = editor;
@@ -54,7 +54,7 @@ public abstract class InputContextManager implements IResourceChangeListener {
}
/**
- *
+ *
*
*/
public void dispose() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/ManifestDocumentSetupParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/ManifestDocumentSetupParticipant.java
index f7d2e54443..19a8722702 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/ManifestDocumentSetupParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/ManifestDocumentSetupParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/UTF8InputContext.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/UTF8InputContext.java
index 93eb952cd3..2c0b39705f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/UTF8InputContext.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/UTF8InputContext.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLDocumentSetupParticpant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLDocumentSetupParticpant.java
index e2178209eb..7cce052371 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLDocumentSetupParticpant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLDocumentSetupParticpant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -18,7 +18,7 @@ import org.eclipse.pde.internal.ui.editor.text.XMLStringPartitionScanner;
/**
* Creates and sets up the document partitioner
- *
+ *
*/
public class XMLDocumentSetupParticpant implements IDocumentSetupParticipant {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLInputContext.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLInputContext.java
index 658e9fb44f..603dc025a4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLInputContext.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/context/XMLInputContext.java
@@ -320,11 +320,11 @@ public abstract class XMLInputContext extends UTF8InputContext {
IDocument doc = getDocumentProvider().getDocument(getInput());
// Traverse backwards in the document starting at the attribute
// offset
- // Goal: Delete all whitespace preceding the attribute name
- // including spaces, tabs and newlines
- // We want the next attribute (if defined) to be in the same
+ // Goal: Delete all whitespace preceding the attribute name
+ // including spaces, tabs and newlines
+ // We want the next attribute (if defined) to be in the same
// position as the deleted one and properly indented. Otherwise,
- // we want the open angle bracket to be adjacent to the start
+ // we want the open angle bracket to be adjacent to the start
// element tag name or adjacent to the previous attribute (if
// defined) before the deleted one
// e.g. _____\n________att1="value1"
@@ -342,7 +342,7 @@ public abstract class XMLInputContext extends UTF8InputContext {
// Decrement offset by one
offset = offset - 1;
} else {
- // Non-whitespace character encountered, do not mark it
+ // Non-whitespace character encountered, do not mark it
// for deletion and we are done
break;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/Choice.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/Choice.java
index f357f9b0c2..a542177d5c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/Choice.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/Choice.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/DataPortabilitySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/DataPortabilitySection.java
index 0ce9517ca7..be000de3c1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/DataPortabilitySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/DataPortabilitySection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/EditorBuildFeatureAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/EditorBuildFeatureAction.java
index f0dcdb083a..ea68bf0146 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/EditorBuildFeatureAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/EditorBuildFeatureAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureDependenciesPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureDependenciesPage.java
index bdf62a98d7..e978de014a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureDependenciesPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureDependenciesPage.java
@@ -21,7 +21,7 @@ import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
- *
+ *
*/
public class FeatureDependenciesPage extends PDEFormPage {
public static final String PAGE_ID = "dependencies"; //$NON-NLS-1$
@@ -31,7 +31,7 @@ public class FeatureDependenciesPage extends PDEFormPage {
private MatchSection fMatchSection;
/**
- *
+ *
* @param editor
* @param title
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorContributor.java
index 8a150a4d0b..93c424a6ed 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorContributor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorMatchingStrategy.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorMatchingStrategy.java
index 899a855217..fe6134494c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorMatchingStrategy.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureEditorMatchingStrategy.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureIncludesPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureIncludesPage.java
index 984843ad76..5a1036203c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureIncludesPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureIncludesPage.java
@@ -20,7 +20,7 @@ import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
- *
+ *
*/
public class FeatureIncludesPage extends PDEFormPage {
public static final String PAGE_ID = "includes"; //$NON-NLS-1$
@@ -32,7 +32,7 @@ public class FeatureIncludesPage extends PDEFormPage {
private IncludedFeaturesPortabilitySection fIncludedPortabilitySection;
/**
- *
+ *
* @param editor
* @param title
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContext.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContext.java
index 46486b1a4d..cbf48b714d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContext.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContext.java
@@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 262564
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 262564
*******************************************************************************/
package org.eclipse.pde.internal.ui.editor.feature;
@@ -31,7 +31,7 @@ import org.eclipse.text.edits.TextEdit;
import org.eclipse.ui.*;
/**
- *
+ *
*/
public class FeatureInputContext extends XMLInputContext {
public static final String CONTEXT_ID = "feature-context"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContextManager.java
index 2fc7b74b86..505db32f0d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureInputContextManager.java
@@ -23,7 +23,7 @@ import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
public class FeatureInputContextManager extends InputContextManager {
/**
- *
+ *
*/
public FeatureInputContextManager(PDEFormEditor editor) {
super(editor);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureOutlinePage.java
index cef0f81561..7b4651dd8d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureReferencePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureReferencePage.java
index 6aa050ab14..8c006e26d0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureReferencePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureReferencePage.java
@@ -20,7 +20,7 @@ import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
- *
+ *
*/
public class FeatureReferencePage extends PDEFormPage {
public static final String PAGE_ID = "reference"; //$NON-NLS-1$
@@ -32,7 +32,7 @@ public class FeatureReferencePage extends PDEFormPage {
private PluginPortabilitySection fPluginPortabilitySection;
/**
- *
+ *
* @param editor
* @param title
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureSourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureSourcePage.java
index 4817e7b471..3e27fc111f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureSourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureSourcePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureUndoManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureUndoManager.java
index a73616593c..5666e5508a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureUndoManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/FeatureUndoManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesDetailsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesDetailsSection.java
index fa522c72f6..587cffb7b3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesDetailsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesDetailsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesPortabilitySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesPortabilitySection.java
index 2b033bf87b..c0f7c94ac3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesPortabilitySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/IncludedFeaturesPortabilitySection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoFormPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoFormPage.java
index 0cfb66fb9c..882143273a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoFormPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoFormPage.java
@@ -19,8 +19,8 @@ import org.eclipse.ui.forms.IManagedForm;
import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
- *
- *
+ *
+ *
*/
public class InfoFormPage extends PDEFormPage {
public static final String PAGE_ID = "info"; //$NON-NLS-1$
@@ -28,7 +28,7 @@ public class InfoFormPage extends PDEFormPage {
private InfoSection infoSection;
/**
- *
+ *
* @param editor
* @param title
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoSection.java
index 0773a67726..e05c61963a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/InfoSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/LicenseFeatureSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/LicenseFeatureSection.java
index 3b74685f09..376dd2e82e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/LicenseFeatureSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/LicenseFeatureSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -41,7 +41,7 @@ import org.eclipse.ui.forms.widgets.*;
* Provides the UI for the License Agreement section of the Information page in the Feature Editor.
* There are two radio buttons which allow the user to choose between setting a license in text
* or to point at a feature which specifies the licensing.
- *
+ *
* @since 3.7
* @see InfoSection
* @see FeatureEditor
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/OpenReferenceAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/OpenReferenceAction.java
index 2a5ac95d9c..526c03a976 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/OpenReferenceAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/OpenReferenceAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginDetailsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginDetailsSection.java
index 6a3ef0dead..ef8c174ab7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginDetailsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginDetailsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginPortabilitySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginPortabilitySection.java
index 2389e0092c..0c4ecece4d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginPortabilitySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginPortabilitySection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginReference.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginReference.java
index b4fdea70bc..6b6d435db7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginReference.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginReference.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
index 641bf926df..d458f9d89c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PluginSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Alexander Kurtakov <akurtako@redhat.com> - bug 415649
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilityChoicesDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilityChoicesDialog.java
index d0a3f45a54..aece5a4a3c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilityChoicesDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilityChoicesDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilitySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilitySection.java
index 0420835163..ddadc8075e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilitySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/PortabilitySection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
index 05d0187549..bcad2c1e7d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/RequiresSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Alexander Kurtakov <akurtako@redhat.com> - bug 415649
@@ -110,7 +110,7 @@ public class RequiresSection extends TableSection implements IPluginModelListene
GridData gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
gd.horizontalSpan = 2;
fSyncButton.setLayoutData(gd);
-
+
fSyncButton.addSelectionListener(new SelectionAdapter() {
@Override
public void widgetSelected(SelectionEvent e) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsAction.java
index d3b961bad5..b490dc6919 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizard.java
index e89d010d34..e56705038d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizardPage.java
index 98c59802fb..f588f7b7d7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/SynchronizeVersionsWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Simon Scholz <simon.scholz@vogella.com> - Bug 444808
@@ -133,7 +133,7 @@ public class SynchronizeVersionsWizardPage extends WizardPage {
/**
* Forces a version into plugin/fragment .xml
- *
+ *
* @param targetVersion
* @param modelBase
* @throws CoreException
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLDetailsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLDetailsSection.java
index 292b99069b..6484002f42 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLDetailsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLDetailsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLSection.java
index 017d844a36..1b88fce88c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/feature/URLSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineContentCreator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineContentCreator.java
index 6a38b16bde..c17d8d1021 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineContentCreator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineContentCreator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineSelectionHandler.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineSelectionHandler.java
index 3813c636cf..5d4b4d32f1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineSelectionHandler.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/IOutlineSelectionHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineMouseMoveListener.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineMouseMoveListener.java
index 05f52219d0..e746dec4ab 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineMouseMoveListener.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineMouseMoveListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -28,7 +28,7 @@ public class QuickOutlineMouseMoveListener implements MouseMoveListener {
private TreeViewer fTreeViewer;
/**
- *
+ *
*/
public QuickOutlineMouseMoveListener(TreeViewer treeViewer) {
fLastItem = null;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineNamePatternFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineNamePatternFilter.java
index 44f927ab06..e2abbce1eb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineNamePatternFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlineNamePatternFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlinePopupDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlinePopupDialog.java
index 728a742d1f..fda5e2aa15 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlinePopupDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/QuickOutlinePopupDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -58,7 +58,7 @@ public class QuickOutlinePopupDialog extends PopupDialog implements IInformation
fOutlineSelectionHandler = handler;
// Initialize the other fields
initialize();
- // Create all controls early to preserve the life cycle of the original
+ // Create all controls early to preserve the life cycle of the original
// implementation.
create();
}
@@ -116,10 +116,10 @@ public class QuickOutlinePopupDialog extends PopupDialog implements IInformation
// NOTE: Instructions to implement for PDE form pages:
// Need to call PDEFormEditor.getFormOutline()
// Specify PDE form editor as input
- // Need to adjust commandId="org.eclipse.pde.ui.quickOutline"
+ // Need to adjust commandId="org.eclipse.pde.ui.quickOutline"
// scope: contextId="org.eclipse.ui.textEditorScope"
// SEE org.eclipse.ui.contexts.window
- // TODO: MP: QO: LOW: Implement bi-directional support between form and source page for manifest
+ // TODO: MP: QO: LOW: Implement bi-directional support between form and source page for manifest
int style = SWT.H_SCROLL | SWT.V_SCROLL;
// Create the tree
@@ -141,7 +141,7 @@ public class QuickOutlinePopupDialog extends PopupDialog implements IInformation
fTreeViewer.setLabelProvider(fTreeLabelProvider);
// Create the outline sorter (to be set on the sort action)
fTreeViewerComparator = fOutlineContentCreator.createOutlineComparator();
- // Set the comparator to null (sort action will be disabled initially
+ // Set the comparator to null (sort action will be disabled initially
// because of this)
// Create the default outline sorter (Most like this will just return
// null to indicate sorting disabled
@@ -283,7 +283,7 @@ public class QuickOutlinePopupDialog extends PopupDialog implements IInformation
* computed in Window#getInitialLocation, which will center it in the parent shell / main
* monitor, which is wrong for two reasons:
* - we want to center over the editor / subject control, not the parent shell
- * - the center is computed via the initalSize, which may be also wrong since the size may
+ * - the center is computed via the initalSize, which may be also wrong since the size may
* have been updated since via min/max sizing of AbstractInformationControlManager.
* In that case, override the location with the one computed by the manager. Note that
* the call to constrainShellSize in PopupDialog.open will still ensure that the shell is
@@ -353,7 +353,7 @@ public class QuickOutlinePopupDialog extends PopupDialog implements IInformation
private void createUIWidgetFilterText(Composite parent) {
// Create the widget
fFilterText = new Text(parent, SWT.NONE);
- // Set the font
+ // Set the font
GC gc = new GC(parent);
gc.setFont(parent.getFont());
FontMetrics fontMetrics = gc.getFontMetrics();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/AbstractPluginElementDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/AbstractPluginElementDetails.java
index 8d217ead88..7d56506f92 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/AbstractPluginElementDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/AbstractPluginElementDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
index ed25a61a09..5f574b4c39 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BlankQuery.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java
index 67b34ed5d3..c95e60fbaf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleFoldingStructureProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
index 2afca9b060..2c210019d9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleHyperlinkDetector.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
index 7a6b37a51f..467c0443c3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java
@@ -138,7 +138,7 @@ public class BundleSourcePage extends KeyValueSourcePage {
}
private class BundleLabelProvider extends LabelProvider {
- // TODO: MP: QO: LOW: Move to PDELabelProvider
+ // TODO: MP: QO: LOW: Move to PDELabelProvider
@Override
public String getText(Object obj) {
if (obj instanceof PackageObject) {
@@ -176,7 +176,7 @@ public class BundleSourcePage extends KeyValueSourcePage {
label.append(version);
// If the last character does not have a range indicator,
// add a default one. This can happen when there is only one
- // value specified for either min or max
+ // value specified for either min or max
char lastChar = version.charAt(version.length() - 1);
if ((lastChar != ')') && (lastChar != ']')) {
label.append(')');
@@ -226,7 +226,7 @@ public class BundleSourcePage extends KeyValueSourcePage {
}
/**
- *
+ *
*/
private void resetCurrentHighlightRangeOffset() {
fCurrentHighlightRangeOffset = F_NOT_SET;
@@ -243,7 +243,7 @@ public class BundleSourcePage extends KeyValueSourcePage {
}
/**
- *
+ *
*/
private void resetTargetOutlineSelection() {
fTargetOutlineSelection = null;
@@ -285,7 +285,7 @@ public class BundleSourcePage extends KeyValueSourcePage {
// specified
if (searchChildren && (node instanceof CompositeManifestHeader)) {
IDocumentRange child_node = getRangeElementChild(model, offset, (CompositeManifestHeader) node);
- // If the child node is specified return it; otherwise, we
+ // If the child node is specified return it; otherwise, we
// will default to the parent node
if (child_node != null) {
return child_node;
@@ -563,7 +563,7 @@ public class BundleSourcePage extends KeyValueSourcePage {
}
if (range[0] == -1) { // if un-set offset use header range
range[0] = header.getOffset();
- // Only select the length of the header name; otherwise, the
+ // Only select the length of the header name; otherwise, the
// header value will be included in the selection
range[1] = header.getName().length();
}
@@ -607,7 +607,7 @@ public class BundleSourcePage extends KeyValueSourcePage {
if (object instanceof IDocumentKey) {
setHighlightRange((IDocumentKey) object);
setCurrentHighlightRangeOffset(((IDocumentKey) object).getOffset());
- // We don't set the selected range because it will cause the
+ // We don't set the selected range because it will cause the
// manifest header and all its value to be selected
return;
}
@@ -666,16 +666,16 @@ public class BundleSourcePage extends KeyValueSourcePage {
protected void synchronizeOutlinePage(int offset) {
// Prevent cyclical firing of events between source page and outline
// view
- // If the previous offset is the same as the current offset, then
+ // If the previous offset is the same as the current offset, then
// the selection does not need to be updated in the outline view
int previous_offset = getCurrentHighlightRangeOffset();
if (previous_offset == offset) {
return;
}
- // Find the range header (parent) or element (children) within range of
+ // Find the range header (parent) or element (children) within range of
// the text selection offset
IDocumentRange rangeElement = getRangeElement(offset, true);
- // Set the highlight range
+ // Set the highlight range
updateHighlightRange(rangeElement);
// Set the outline view selection
updateOutlinePageSelection(getTargetOutlineSelection());
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/CreateManifestOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/CreateManifestOperation.java
index b7ebb55f11..c4fff14ff1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/CreateManifestOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/CreateManifestOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java
index 23b87c8851..5507dd1fca 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyAnalysisSection.java
@@ -90,7 +90,7 @@ public class DependencyAnalysisSection extends PDESection {
IPlugin plugin = ((IPluginModel) model).getPlugin();
DependencyLoop[] loops = DependencyLoopFinder.findLoops(plugin);
if (loops.length == 0)
- MessageDialog.openInformation(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.DependencyAnalysisSection_loops, PDEUIMessages.DependencyAnalysisSection_noCycles); //
+ MessageDialog.openInformation(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.DependencyAnalysisSection_loops, PDEUIMessages.DependencyAnalysisSection_noCycles); //
else {
LoopDialog dialog = new LoopDialog(PDEPlugin.getActiveWorkbenchShell(), loops);
dialog.open();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
index 4775952d88..6f7ad1e35d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyManagementSection.java
@@ -517,14 +517,14 @@ public class DependencyManagementSection extends TableSection implements IPlugin
@Override
protected boolean canPaste(Object targetObject, Object[] sourceObjects) {
HashSet<String> secondaryDepSet = null;
- // Only String objects representing non-duplicate secondary
+ // Only String objects representing non-duplicate secondary
// dependencies can be pasted
for (int i = 0; i < sourceObjects.length; i++) {
// Only String objects are allowed
if ((sourceObjects[i] instanceof String) == false) {
return false;
}
- // Get the current secondary dependencies and store them to
+ // Get the current secondary dependencies and store them to
// assist in searching
if (secondaryDepSet == null) {
secondaryDepSet = createSecondaryDepSet();
@@ -728,7 +728,7 @@ public class DependencyManagementSection extends TableSection implements IPlugin
}
// Validate move
if (targetLocation == ViewerDropAdapter.LOCATION_BEFORE) {
- // Get the previous plugin of the target
+ // Get the previous plugin of the target
String previousPlugin = entry.getPreviousToken(targetPlugin);
// Ensure the previous token is not the source
if (sourcePlugin.equals(previousPlugin)) {
@@ -736,7 +736,7 @@ public class DependencyManagementSection extends TableSection implements IPlugin
}
return true;
} else if (targetLocation == ViewerDropAdapter.LOCATION_AFTER) {
- // Get the next plugin of the target
+ // Get the next plugin of the target
String nextPlugin = entry.getNextToken(targetPlugin);
// Ensure the next plugin is not the source
if (sourcePlugin.equals(nextPlugin)) {
@@ -833,12 +833,12 @@ public class DependencyManagementSection extends TableSection implements IPlugin
if (targetLocation == ViewerDropAdapter.LOCATION_AFTER) {
targetIndex++;
}
- // Add source as sibling of target
+ // Add source as sibling of target
entry.addToken(sourcePlugin, targetIndex);
}
/**
- *
+ *
*/
private void doDragRemove() {
// Get the secondary dependencies build entry
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java
index fec5f2a854..0ad3440e3c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependencyPropertiesDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
index e0c2f922cd..559ab7b54e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -517,7 +517,7 @@ public class ExecutionEnvironmentSection extends TableSection {
}
// Validate move
if (targetLocation == ViewerDropAdapter.LOCATION_BEFORE) {
- // Get the previous element of the target
+ // Get the previous element of the target
RequiredExecutionEnvironmentHeader header = getHeader();
// Ensure we have a header
if (header == null) {
@@ -531,7 +531,7 @@ public class ExecutionEnvironmentSection extends TableSection {
}
return true;
} else if (targetLocation == ViewerDropAdapter.LOCATION_AFTER) {
- // Get the next element of the target
+ // Get the next element of the target
RequiredExecutionEnvironmentHeader header = getHeader();
// Ensure we have a header
if (header == null) {
@@ -597,7 +597,7 @@ public class ExecutionEnvironmentSection extends TableSection {
if (index == -1) {
return;
}
- // Add source as sibling of target (before)
+ // Add source as sibling of target (before)
header.addExecutionEnvironment(sourceEEObject, index);
return;
} else if (targetLocation == ViewerDropAdapter.LOCATION_AFTER) {
@@ -613,7 +613,7 @@ public class ExecutionEnvironmentSection extends TableSection {
if (index == -1) {
return;
}
- // Add source as sibling of target (before)
+ // Add source as sibling of target (before)
header.addExecutionEnvironment(sourceEEObject, index + 1);
return;
} else if (targetLocation == ViewerDropAdapter.LOCATION_ON) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
index 3fe3de4bc4..77a4443c4e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Remy Chi Jian Suen <remy.suen@gmail.com> - bug 200756
@@ -165,7 +165,7 @@ public class ExportPackageSection extends TableSection {
@Override
protected boolean canPaste(Object targetObject, Object[] sourceObjects) {
HashMap<?, ?> currentPackageFragments = null;
- // Only export package objects that represent existing package
+ // Only export package objects that represent existing package
// fragments within the Java project that this plugin.xml is stored
// can be pasted
for (int i = 0; i < sourceObjects.length; i++) {
@@ -173,7 +173,7 @@ public class ExportPackageSection extends TableSection {
if ((sourceObjects[i] instanceof ExportPackageObject) == false) {
return false;
}
- // Get the package fragments that are allowed and store them to
+ // Get the package fragments that are allowed and store them to
// assist in searching
if (currentPackageFragments == null) {
currentPackageFragments = createCurrentExportPackageMap();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionAttributePointDectector.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionAttributePointDectector.java
index ee633dde01..0101041258 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionAttributePointDectector.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionAttributePointDectector.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -89,7 +89,7 @@ public class ExtensionAttributePointDectector implements MouseListener, KeyListe
if (XMLUtil.withinRange(element, selectionRegion.getOffset()) == false) {
return;
}
- // Ensure we have a document attribute
+ // Ensure we have a document attribute
if ((element instanceof IDocumentAttributeNode) == false) {
return;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionDetails.java
index 9a8a27b546..6bbff029c9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -233,7 +233,7 @@ public class ExtensionDetails extends AbstractPluginElementDetails {
} else {
labelControl.setText(label + ':');
}
- // Force the label's parent composite to relayout because
+ // Force the label's parent composite to relayout because
// clippage can occur when updating the text
labelControl.getParent().layout();
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementBodyTextDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementBodyTextDetails.java
index 534a4fea2e..fb19f848cd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementBodyTextDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementBodyTextDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Brian de Alwis (MTI) - bug 429420
@@ -164,7 +164,7 @@ public class ExtensionElementBodyTextDetails extends AbstractPluginElementDetail
createUIInfoHoverControl(client);
// Create the body text label
createUIHyperlinkBody(client);
- // Create the body text field
+ // Create the body text field
createUITextBody(client);
// Associate the client with the section
fToolkit.paintBordersFor(client);
@@ -268,7 +268,7 @@ public class ExtensionElementBodyTextDetails extends AbstractPluginElementDetail
}
private void updateUITextBody() {
- // Set the new body text value from the new plugin element data if
+ // Set the new body text value from the new plugin element data if
// defined
if (fPluginElement == null) {
fTextBody.setEditable(false);
@@ -346,7 +346,7 @@ public class ExtensionElementBodyTextDetails extends AbstractPluginElementDetail
@Override
public String getHoverContent(Control control) {
- // Retrieve either the hyperlink, label or text description as the
+ // Retrieve either the hyperlink, label or text description as the
// hover content
if ((control instanceof Hyperlink) || (control instanceof Label)) {
return getHyperlinkDescription();
@@ -373,7 +373,7 @@ public class ExtensionElementBodyTextDetails extends AbstractPluginElementDetail
}
String bodyText = text.getText();
String translatedBodyText = null;
- // If the text represents a translated string key, retrieve its
+ // If the text represents a translated string key, retrieve its
// associated value
if ((bodyText.startsWith("%")) && //$NON-NLS-1$
fSchemaElement.hasTranslatableContent()) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementDetails.java
index 0771c6c27a..b153119f92 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionElementDetails.java
@@ -114,7 +114,7 @@ public class ExtensionElementDetails extends AbstractPluginElementDetails {
}
toolkit.paintBordersFor(client);
section.setClient(client);
- // Dynamically add focus listeners to all the section client's
+ // Dynamically add focus listeners to all the section client's
// children in order to track the last focus control
getPage().addLastFocusListeners(client);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionHyperLink.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionHyperLink.java
index d91e386fb5..72e483e7be 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionHyperLink.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionHyperLink.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointDetails.java
index cab9d667e1..2ac1efe687 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionPointDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -124,7 +124,7 @@ public class ExtensionPointDetails extends PDEDetails {
}
});
boolean editable = getPage().getModel().isEditable();
- fSchemaEntry = new FormEntry(client, toolkit, PDEUIMessages.ExtensionPointDetails_schema, PDEUIMessages.ExtensionPointDetails_browse, editable); //
+ fSchemaEntry = new FormEntry(client, toolkit, PDEUIMessages.ExtensionPointDetails_schema, PDEUIMessages.ExtensionPointDetails_browse, editable); //
fSchemaEntry.setFormEntryListener(new FormEntryAdapter(this) {
@Override
public void textValueChanged(FormEntry entry) {
@@ -245,7 +245,7 @@ public class ExtensionPointDetails extends PDEDetails {
IPluginExtensionPoint extPoint = PDECore.getDefault().getExtensionsRegistry().findExtensionPoint(pointID);
if (e.getHref().equals("search")) { //$NON-NLS-1$
new FindReferencesAction(fInput, pluginID).run();
- } else if (e.getHref().equals("open")) { //$NON-NLS-1$
+ } else if (e.getHref().equals("open")) { //$NON-NLS-1$
if (extPoint == null) {
IProject project = getPage().getPDEEditor().getCommonProject();
IFile file = project.getFile(fSchemaEntry.getValue());
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsPage.java
index 9b559ca8f1..b937e453cb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsPage.java
@@ -51,7 +51,7 @@ public class ExtensionsPage extends PDEFormPage {
detailsPart.setPageLimit(10);
// register static page for the extensions
detailsPart.registerPage(IPluginExtension.class, new ExtensionDetails(fSection));
- // Register a static page for the extension elements that contain
+ // Register a static page for the extension elements that contain
// only body text (no child elements or attributes)
// (e.g. schema simple type)
fBodyTextDetails = new ExtensionElementBodyTextDetails(fSection);
@@ -68,10 +68,10 @@ public class ExtensionsPage extends PDEFormPage {
ISchemaElement element = ExtensionsSection.getSchemaElement((IPluginElement) object);
// Extension point schema exists
if (element != null) {
- // Use the body text page if the element has no child
+ // Use the body text page if the element has no child
// elements or attributes
if (element.getType() instanceof ISchemaSimpleType) {
- // Set the schema element (to provide hover text
+ // Set the schema element (to provide hover text
// content)
fBodyTextDetails.setSchemaElement(element);
return ExtensionElementBodyTextDetails.class;
@@ -81,11 +81,11 @@ public class ExtensionsPage extends PDEFormPage {
// No Extension point schema
// no element - construct one
IPluginElement pelement = (IPluginElement) object;
- // Use the body text page if the element has no child
+ // Use the body text page if the element has no child
// elements or attributes
if ((pelement.getAttributeCount() == 0) && (pelement.getChildCount() == 0)) {
- // Unset the previous schema element (no hover text
- // content)
+ // Unset the previous schema element (no hover text
+ // content)
fBodyTextDetails.setSchemaElement(null);
return ExtensionElementBodyTextDetails.class;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
index ed7fde4d76..0c2ffb6c41 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
@@ -90,7 +90,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
/**
* <code>label, name, class, id, commandId, property, activityId, attribute, value</code>
* <br>
- * While adding elements to the array at the end is possible without concern, changing
+ * While adding elements to the array at the end is possible without concern, changing
* previous elements requires to refactor occurrences with indexed access to the array.
*/
// TODO common label properties might be configured through preferences
@@ -611,7 +611,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
/**
* Adds another value to filter text and a preceding separator character if necessary.
* Empty values as well as <code>true</code> and <code>false</code> are omitted.
- *
+ *
* @param attributeValue Value to be trimmed and added to the filter text
* @param clearFilterText When <code>true</code> the filter text is replaced with the attribute value, appended otherwise.
*/
@@ -689,7 +689,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
if (editorWizards == null)
return;
if (editorWizards.size() == 1) {
- // open the wizard directly
+ // open the wizard directly
handleEdit((IConfigurationElement) editorWizards.get(0), selection);
} else {
IProject project = getPage().getPDEEditor().getCommonProject();
@@ -1043,7 +1043,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
}
if (labelAtt != null && labelAtt.getValue() != null) {
fullName = stripShortcuts(labelAtt.getValue());
- if (labelAtt.getName().equals(COMMON_LABEL_ATTRIBUTES[3])) { // remove package from handler class
+ if (labelAtt.getName().equals(COMMON_LABEL_ATTRIBUTES[3])) { // remove package from handler class
fullName = fullName.substring(fullName.lastIndexOf('.') + 1, fullName.length());
}
}
@@ -1074,10 +1074,10 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
}
/**
- * Temporarily bypasses default {@link FormFilteredTree#getRefreshJobDelay()} for several actions to immediately start tree
+ * Temporarily bypasses default {@link FormFilteredTree#getRefreshJobDelay()} for several actions to immediately start tree
* filtering. Only the next job to call <code>getRefreshJobDelay()</code> will be affected and reset this value.
- *
- * @param bypassFilterDelay <code>true</code> bypasses the refresh job delay by overriding it with <code>0</code>
+ *
+ * @param bypassFilterDelay <code>true</code> bypasses the refresh job delay by overriding it with <code>0</code>
*/
public void setBypassFilterDelay(boolean bypassFilterDelay) {
fBypassFilterDelay = bypassFilterDelay;
@@ -1118,7 +1118,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
@Override
protected boolean canPaste(Object targetObject, Object[] sourceObjects) {
- // Note: Multi-select in is enabled and this function can support
+ // Note: Multi-select in is enabled and this function can support
// multiple source object but it needs to be investigated
// Rule: Element source objects are always pasted as children of the
// target object (if allowable)
@@ -1146,16 +1146,16 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
if (allElements == false) {
return false;
}
- // Ensure the target object can have children
+ // Ensure the target object can have children
if ((targetObject instanceof IPluginParent) == false) {
return false;
} else if ((targetObject instanceof IDocumentElementNode) == false) {
return false;
}
- // Retrieve the schema corresponding to the target object
+ // Retrieve the schema corresponding to the target object
IPluginParent targetParent = (IPluginParent) targetObject;
ISchema schema = getSchema(targetParent);
- // If there is no schema, then a source object can be pasted as a
+ // If there is no schema, then a source object can be pasted as a
// child of any target object
if (schema == null) {
return true;
@@ -1172,7 +1172,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
// Something is seriously wrong, we are a plugin parent
return false;
}
- // We have a schema complex type. Either the target object has
+ // We have a schema complex type. Either the target object has
// attributes or the element has children.
// Generate the list of element proposals
TreeSet<?> elementSet = XMLElementProposalComputer.computeElementProposal(schemaElement, (IDocumentElementNode) targetObject);
@@ -1194,21 +1194,21 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
// Performance optimisation
// HashSet of schema elements is not comparable for the source
// objects (schema elements are transient)
- // Create a new HashSet with element names for comparison
+ // Create a new HashSet with element names for comparison
HashSet<String> targetElementNameSet = new HashSet<>();
Iterator<?> iterator = targetElementSet.iterator();
while (iterator.hasNext()) {
targetElementNameSet.add(((ISchemaElement) iterator.next()).getName());
}
- // Paste will be enabled only if all source objects can be pasted
+ // Paste will be enabled only if all source objects can be pasted
// as children into the target element
// Limitation: Multiplicity checks will be compromised because we
- // are pasting multiple elements as a single transaction. The
+ // are pasting multiple elements as a single transaction. The
// multiplicity check is computed on the current static state of the
// target object with the assumption one new element will be added.
// Obviously, adding more than one element can invalidate the check
// due to choice, sequence multiplicity constraints. Even if source
- // elements that are pasted violate multiplicity constraints the
+ // elements that are pasted violate multiplicity constraints the
// extensions builder will flag them with errors
for (int i = 0; i < sourceElements.length; i++) {
String sourceTagName = sourceElements[i].getName();
@@ -1232,7 +1232,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
while (iterator.hasNext()) {
// Get the proposal element tag name
String targetTagName = ((ISchemaElement) iterator.next()).getName();
- // Only a source element that is found within the set of element
+ // Only a source element that is found within the set of element
// proposals can be pasted
if (sourceTagName.equals(targetTagName)) {
canPaste = true;
@@ -1263,8 +1263,8 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
@Override
protected void doPaste(Object targetObject, Object[] sourceObjects) {
// By default, fragment.xml does not exist until the first extension
- // or extension point is created.
- // Ensure the file exists before pasting because the model will be
+ // or extension point is created.
+ // Ensure the file exists before pasting because the model will be
// null and the paste will fail if it does not exist
((ManifestEditor) getPage().getEditor()).ensurePluginContextPresence();
// Note: Multi-select in tree viewer is disabled; but, this function
@@ -1403,7 +1403,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
/**
* Since filtering potentially hides children of extensions, removing them when they still have children is intransparent.
* Needs to be called only when the tree is filtered.
- *
+ *
* @param selection selection to be tested
* @return whether removing the selected elements is enabled
*/
@@ -1441,7 +1441,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
aboutToRunPassed = true;
}
- /*
+ /*
* Restores selection after tree refresh and expands tree up to matching leafs only
*/
@Override
@@ -1725,14 +1725,14 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
*/
private boolean validateDropMoveSchema(IPluginParent targetPluginObject, IPluginParent sourcePluginObject) {
IDocumentElementNode targetPluginNode = (IDocumentElementNode) targetPluginObject;
- // If the target is the source's parent, then the move is always
+ // If the target is the source's parent, then the move is always
// valid. No need to check the schema. Order does not matter
if (targetPluginObject.equals(sourcePluginObject.getParent())) {
return true;
}
- // Retrieve the schema corresponding to the target object
+ // Retrieve the schema corresponding to the target object
ISchema schema = getSchema(targetPluginObject);
- // If there is no schema, then a source object can be pasted as a
+ // If there is no schema, then a source object can be pasted as a
// child of any target object
if (schema == null) {
return true;
@@ -1749,7 +1749,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
// Something is seriously wrong, we are a plug-in parent
return false;
}
- // We have a schema complex type. Either the target object has
+ // We have a schema complex type. Either the target object has
// attributes or the element has children.
// Generate the list of element proposals
TreeSet<?> elementSet = XMLElementProposalComputer.computeElementProposal(schemaElement, targetPluginNode);
@@ -1758,7 +1758,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
while (iterator.hasNext()) {
// Get the proposal element tag name
String targetTagName = ((ISchemaElement) iterator.next()).getName();
- // Only a source element that is found within the set of element
+ // Only a source element that is found within the set of element
// proposals can be pasted
String sourceNodeTagName = ((IDocumentElementNode) sourcePluginObject).getXMLTagName();
if (sourceNodeTagName.equals(targetTagName)) {
@@ -1821,7 +1821,7 @@ public class ExtensionsSection extends TreeSection implements IPropertyChangeLis
// Flush the text edit operations associated with the move operation
// to the source page
// Move involves add new cloned object x and remove of original object
- // x
+ // x
// Without flushing, multiple move operations up and down cause the
// text edit operations to get completely screwed up (e.g. mark-up
// in wrong position or getting lost)
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FormFilteredTree.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FormFilteredTree.java
index 0adb86f34c..68698d95c4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FormFilteredTree.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FormFilteredTree.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
- * Peter Friese <peter.friese@gentleware.com> - bug 194529
+ * Peter Friese <peter.friese@gentleware.com> - bug 194529
*******************************************************************************/
package org.eclipse.pde.internal.ui.editor.plugin;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FragmentGeneralInfoSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FragmentGeneralInfoSection.java
index 6813ce5c10..2a223ba78f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FragmentGeneralInfoSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FragmentGeneralInfoSection.java
@@ -77,7 +77,7 @@ public class FragmentGeneralInfoSection extends GeneralInfoSection {
}
private void createPluginIdEntry(Composite parent, FormToolkit toolkit, IActionBars actionBars) {
- fPluginIdEntry = new FormEntry(parent, toolkit, PDEUIMessages.GeneralInfoSection_pluginId, PDEUIMessages.GeneralInfoSection_browse, //
+ fPluginIdEntry = new FormEntry(parent, toolkit, PDEUIMessages.GeneralInfoSection_pluginId, PDEUIMessages.GeneralInfoSection_browse, //
isEditable());
fPluginIdEntry.setFormEntryListener(new FormEntryAdapter(this, actionBars) {
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
index 0e7c868dd9..6b8fbb2c89 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/GeneralInfoSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Peter Friese <peter.friese@gentleware.com> - bug 199431
@@ -100,9 +100,9 @@ public abstract class GeneralInfoSection extends PDESection {
}
/**
- * Not using the aggregate model from the form editor because it is
+ * Not using the aggregate model from the form editor because it is
* a different model instance from the one used by the bundle error
- * reporter. Things get out of sync between the form validator and
+ * reporter. Things get out of sync between the form validator and
* source validator
*/
protected IPluginModelBase getModelBase() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
index 2422140c33..5eb0c48c33 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -249,16 +249,16 @@ public class ImportPackageSection extends TableSection {
@Override
protected boolean canPaste(Object targetObject, Object[] sourceObjects) {
- // Only non-duplicate import packages can be pasted
+ // Only non-duplicate import packages can be pasted
for (int i = 0; i < sourceObjects.length; i++) {
// Only import package objects are allowed
if ((sourceObjects[i] instanceof ImportPackageObject) == false) {
return false;
}
// Note: Should check if the package fragment represented by the
- // import package object exists
+ // import package object exists
// (like in org.eclipse.pde.internal.ui.editor.plugin.ImportPackageSection.setElements(ConditionalListSelectionDialog))
- // However, the operation is too performance intensive as it
+ // However, the operation is too performance intensive as it
// requires searching all workspace and target plug-in
// If the import package header is not defined, no import packages
@@ -266,7 +266,7 @@ public class ImportPackageSection extends TableSection {
if (fHeader == null) {
continue;
}
- // Only import package objects that have not already been
+ // Only import package objects that have not already been
// specified are allowed (no duplicates)
ImportPackageObject importPackageObject = (ImportPackageObject) sourceObjects[i];
if (fHeader.hasPackage(importPackageObject.getName())) {
@@ -565,8 +565,8 @@ public class ImportPackageSection extends TableSection {
* Returns whether the provided plug-in model is a fragment that cannot export
* its packages to other bundles (<code>hasExtensibleAPI</code> is not set). Will
* return false if the model does not represent a fragment.
- *
- * @param fragment the model to test
+ *
+ * @param fragment the model to test
* @return <code>true</code> if the model is a fragment that cannot export packages
*/
private boolean isFragmentThatCannotExportPackages(IPluginModelBase fragment) {
@@ -602,7 +602,7 @@ public class ImportPackageSection extends TableSection {
return;
}
- // Model change may have come from a non UI thread such as the auto add dependencies operation. See bug 333533
+ // Model change may have come from a non UI thread such as the auto add dependencies operation. See bug 333533
UIJob job = new UIJob("Update package imports") { //$NON-NLS-1$
@Override
public IStatus runInUIThread(IProgressMonitor monitor) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JarSelectionValidator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JarSelectionValidator.java
index c112917a24..a3f6b0dbe2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JarSelectionValidator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JarSelectionValidator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeValue.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeValue.java
index 0d18fef56f..3c790270c9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeValue.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeValue.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeWizard.java
index 3ae0c027d1..f006b7eef8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/JavaAttributeWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibrarySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibrarySection.java
index 184589d1da..04635a5bde 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibrarySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibrarySection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -264,8 +264,8 @@ public class LibrarySection extends TableSection implements IBuildPropertiesCons
manager.add(fRenameAction);
manager.add(fRemoveAction);
}
- // Copy, cut, and paste operations not supported for plug-ins that do
- // not have a MANIFEST.MF (not a Bundle)
+ // Copy, cut, and paste operations not supported for plug-ins that do
+ // not have a MANIFEST.MF (not a Bundle)
getPage().getPDEEditor().getContributor().contextMenuAboutToShow(manager, isBundle());
}
@@ -749,7 +749,7 @@ public class LibrarySection extends TableSection implements IBuildPropertiesCons
BundlePluginBase bundlePluginBase = (BundlePluginBase) getModel().getPluginBase();
// Validate move
if (targetLocation == ViewerDropAdapter.LOCATION_BEFORE) {
- // Get the previous element of the target
+ // Get the previous element of the target
IPluginLibrary previousLibrary = bundlePluginBase.getPreviousLibrary(targetPluginLibrary);
// Ensure the previous element is not the source
if (sourcePluginLibrary.equals(previousLibrary)) {
@@ -757,7 +757,7 @@ public class LibrarySection extends TableSection implements IBuildPropertiesCons
}
return true;
} else if (targetLocation == ViewerDropAdapter.LOCATION_AFTER) {
- // Get the next element of the target
+ // Get the next element of the target
IPluginLibrary nextLibrary = bundlePluginBase.getNextLibrary(targetPluginLibrary);
// Ensure the next element is not the source
if (sourcePluginLibrary.equals(nextLibrary)) {
@@ -848,14 +848,14 @@ public class LibrarySection extends TableSection implements IBuildPropertiesCons
if (targetLocation == ViewerDropAdapter.LOCATION_AFTER) {
targetIndex++;
}
- // Ensure the plugin library is concrete
+ // Ensure the plugin library is concrete
if ((sourcePluginLibrary instanceof PluginLibrary) == false) {
return;
}
// Adjust all the source object transient field values to
// acceptable values
((PluginLibrary) sourcePluginLibrary).reconnect(model, bundlePluginBase);
- // Add source as sibling of target
+ // Add source as sibling of target
try {
bundlePluginBase.add(sourcePluginLibrary, targetIndex);
} catch (CoreException e) {
@@ -864,7 +864,7 @@ public class LibrarySection extends TableSection implements IBuildPropertiesCons
}
/**
- *
+ *
*/
private void doDragRemove() {
// Get the bundle plug-in base
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibraryVisibilitySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibraryVisibilitySection.java
index 73976706aa..6391006cb7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibraryVisibilitySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/LibraryVisibilitySection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -205,7 +205,7 @@ public class LibraryVisibilitySection extends TableSection implements IPartSelec
if (!fPackageExportViewer.getSelection().isEmpty()) {
manager.add(fRemoveAction);
}
- // Copy, cut, and paste operations not supported for plug-ins that do
+ // Copy, cut, and paste operations not supported for plug-ins that do
// not have a MANIFEST.MF
getPage().getPDEEditor().getContributor().contextMenuAboutToShow(manager, false);
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditor.java
index ee40a32d9c..aee4197fd2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -512,7 +512,7 @@ public class ManifestEditor extends PDELauncherFormEditor implements IShowEditor
// Check the file for the key
return super.getPropertyEditorPageKey(input);
}
- // Get the persistent editor page key from the project
+ // Get the persistent editor page key from the project
try {
return project.getPersistentProperty(IPDEUIConstants.PROPERTY_MANIFEST_EDITOR_PAGE_KEY);
} catch (CoreException e) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorContributor.java
index 5623b6b1b4..9441e0f1ec 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorContributor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java
index aa0c2fe191..ddef67579c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestEditorMatchingStrategy.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestHyperlinkDetector.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestHyperlinkDetector.java
index 9707940aad..3b2fb6645b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestHyperlinkDetector.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestHyperlinkDetector.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -88,8 +88,8 @@ public class ManifestHyperlinkDetector extends PDEHyperlinkDetector {
IPluginObject parent = XMLUtil.getTopLevelParent(node);
if (parent == null || !parent.getModel().isEditable())
return null;
-
- if (parent instanceof IPluginExtension) {
+
+ if (parent instanceof IPluginExtension) {
ISchemaElement sElement = XMLUtil.getSchemaElement(node, ((IPluginExtension)parent).getPoint());
if (sElement == null)
return null;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java
index 81aa55e7ae..33658440bb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java
index a781054482..4f33159f4a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ManifestSourcePage.java
@@ -267,7 +267,7 @@ public class ManifestSourcePage extends XMLSourcePage {
@Override
public void createPartControl(Composite parent) {
super.createPartControl(parent);
- // At this point the source page is fully initialized including the
+ // At this point the source page is fully initialized including the
// underlying text viewer
fDetector.setTextEditor(this);
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MatchSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MatchSection.java
index c41228fe44..a90ab9aca8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MatchSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MatchSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MissingResourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MissingResourcePage.java
index 0c9c77efd8..6b2b2344a4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MissingResourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/MissingResourcePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java
index 75648f07f2..5df321237a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewElementAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Brian de Alwis (MTI) - bug 429420
@@ -53,7 +53,7 @@ public class NewElementAction extends Action {
newElement.setName(getElementName());
((PluginElementNode) newElement).setParentNode((IDocumentElementNode) parent);
- // If there is an associated schema, recursively auto-insert
+ // If there is an associated schema, recursively auto-insert
// required child elements and attributes respecting multiplicity
if (elementInfo != null) {
XMLInsertionComputer.computeInsertion(elementInfo, newElement);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewRuntimeLibraryDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewRuntimeLibraryDialog.java
index 005d7f5b33..2ba8b89d38 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewRuntimeLibraryDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/NewRuntimeLibraryDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java
index 6f74c0405d..faffa1afec 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/OverviewPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -271,7 +271,7 @@ public class OverviewPage extends LaunchShortcutOverviewPage {
private void handleConvert() {
try {
- // remove listeners of Info section before we convert. If we don't
+ // remove listeners of Info section before we convert. If we don't
// we may get a model changed event while disposing the page. Bug 156414
fInfoSection.removeListeners();
PDEFormEditor editor = getPDEEditor();
@@ -312,7 +312,7 @@ public class OverviewPage extends LaunchShortcutOverviewPage {
}
}
}
-
+
private void handleCommandException() {
MessageDialog.openError(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.OverviewPage_ErrorOccurred, PDEUIMessages.OverviewPage_InstallNewSoftwareCouldNotBeOpened);
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PackageSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PackageSelectionDialog.java
index 019a5d70e0..cdb26ce55b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PackageSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PackageSelectionDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginExportAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginExportAction.java
index 3d5ede1257..c95379187c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginExportAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginExportAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java
index 2917a3a3e4..11e816b96d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginFoldingStructureProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
index a128a4e074..b0507f3f27 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginGeneralInfoSection.java
@@ -103,7 +103,7 @@ public class PluginGeneralInfoSection extends GeneralInfoSection {
@Override
public void widgetSelected(SelectionEvent e) {
LazyStartHeader[] headers = getLazyStartHeaders();
- // must block the refresh otherwise we have problems with multiple activation headers.
+ // must block the refresh otherwise we have problems with multiple activation headers.
fBlockListener = true;
for (int i = 0; i < headers.length; i++)
headers[i].setLazyStart(fLazyStart.getSelection());
@@ -116,7 +116,7 @@ public class PluginGeneralInfoSection extends GeneralInfoSection {
private void createClassEntry(Composite client, FormToolkit toolkit, IActionBars actionBars) {
boolean isEditable = isEditable();
- fClassEntry = new FormEntry(client, toolkit, PDEUIMessages.GeneralInfoSection_class, PDEUIMessages.GeneralInfoSection_browse, //
+ fClassEntry = new FormEntry(client, toolkit, PDEUIMessages.GeneralInfoSection_class, PDEUIMessages.GeneralInfoSection_browse, //
isEditable());
fClassEntry.setFormEntryListener(new FormEntryAdapter(this, actionBars) {
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
index 064805dc9e..3baa2c2c11 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContext.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContextManager.java
index 34b3555507..a9e2d37eed 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginInputContextManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -28,7 +28,7 @@ public class PluginInputContextManager extends InputContextManager {
private BundlePluginModelBase bmodel;
/**
- *
+ *
*/
public PluginInputContextManager(PDEFormEditor editor) {
super(editor);
@@ -119,7 +119,7 @@ public class PluginInputContextManager extends InputContextManager {
if (source instanceof IModelChangeProviderExtension && target instanceof IModelChangeProviderExtension) {
IModelChangeProviderExtension smodel = (IModelChangeProviderExtension) source;
IModelChangeProviderExtension tmodel = (IModelChangeProviderExtension) target;
- // first fire one last event to all the listeners to
+ // first fire one last event to all the listeners to
// refresh
smodel.fireModelChanged(new ModelChangedEvent(smodel, IModelChangedEvent.WORLD_CHANGED, null, null));
// now pass the listener to the target model
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginLauncherFormPageHelper.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginLauncherFormPageHelper.java
index 2679fe248b..7257f156b8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginLauncherFormPageHelper.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginLauncherFormPageHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
index 82d1dc1598..33632831a8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/PluginUndoManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -155,7 +155,7 @@ public class PluginUndoManager extends ModelUndoManager {
((ExportPackageHeader) header).addPackage((PackageObject) element);
}
}
- }
+ }
}
} catch (CoreException e) {
PDEPlugin.logException(e);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
index 3cd8a42ef9..6b8479a2ac 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RequiresSection.java
@@ -278,8 +278,8 @@ public class RequiresSection extends TableSection implements IPluginModelListene
// acceptable values
// TODO: MP: CCP: Remove unnecessary reconnected Plugin attributes
// This may not be necessary. The model object is discarded when
- // the import object wrapping the plugin import object is converted
- // into a require bundle object
+ // the import object wrapping the plugin import object is converted
+ // into a require bundle object
importObject.reconnect(model);
// Add the import object to the plugin
pluginBase.add(importObject.getImport());
@@ -541,7 +541,7 @@ public class RequiresSection extends TableSection implements IPluginModelListene
return;
}
- // Model change may have come from a non UI thread such as the auto add dependencies operation. See bug 333533
+ // Model change may have come from a non UI thread such as the auto add dependencies operation. See bug 333533
UIJob job = new UIJob("Update required bundles") { //$NON-NLS-1$
@Override
public IStatus runInUIThread(IProgressMonitor monitor) {
@@ -762,7 +762,7 @@ public class RequiresSection extends TableSection implements IPluginModelListene
BundlePluginBase bundlePluginBase = (BundlePluginBase) getModel().getPluginBase();
// Validate move
if (targetLocation == ViewerDropAdapter.LOCATION_BEFORE) {
- // Get the previous import of the target
+ // Get the previous import of the target
IPluginImport previousImport = bundlePluginBase.getPreviousImport(targetPluginImport);
// Ensure the previous element is not the source
if (sourcePluginImport.equals(previousImport)) {
@@ -770,7 +770,7 @@ public class RequiresSection extends TableSection implements IPluginModelListene
}
return true;
} else if (targetLocation == ViewerDropAdapter.LOCATION_AFTER) {
- // Get the next import of the target
+ // Get the next import of the target
IPluginImport nextImport = bundlePluginBase.getNextImport(targetPluginImport);
// Ensure the next import is not the source
if (sourcePluginImport.equals(nextImport)) {
@@ -837,7 +837,7 @@ public class RequiresSection extends TableSection implements IPluginModelListene
// Store index so that the import can be inserted properly into
// the table viewer
setImportInsertIndex(targetIndex);
- // Add source as sibling of target
+ // Add source as sibling of target
try {
bundlePluginBase.add(sourcePluginImport, targetIndex);
} catch (CoreException e) {
@@ -848,7 +848,7 @@ public class RequiresSection extends TableSection implements IPluginModelListene
}
/**
- *
+ *
*/
private void resetImportInsertIndex() {
fImportInsertIndex = -1;
@@ -866,7 +866,7 @@ public class RequiresSection extends TableSection implements IPluginModelListene
}
/**
- *
+ *
*/
private void doDragRemove() {
// Get the bundle plug-in base
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ResourceAttributeValue.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ResourceAttributeValue.java
index d1f4b8c4c0..d5b04a5cf0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ResourceAttributeValue.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ResourceAttributeValue.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RuntimePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RuntimePage.java
index 58eab633e7..5d8aff45d5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RuntimePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/RuntimePage.java
@@ -48,8 +48,8 @@ public class RuntimePage extends PDEFormPage {
mform.addPart(new LibrarySection(this, form.getBody()));
} else {
// No MANIFEST.MF (not a Bundle)
- // Create a new plug-in project targeted for 3.0 using the hello
- // world template to see this section (no MANIFEST.MF is created)
+ // Create a new plug-in project targeted for 3.0 using the hello
+ // world template to see this section (no MANIFEST.MF is created)
mform.addPart(new LibrarySection(this, form.getBody()));
mform.addPart(new LibraryVisibilitySection(this, form.getBody()));
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/BooleanAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/BooleanAttributeRow.java
index 327665753a..60dbd34b38 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/BooleanAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/BooleanAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ButtonAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ButtonAttributeRow.java
index af0bd75461..e47afc2035 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ButtonAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ButtonAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ChoiceAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ChoiceAttributeRow.java
index ec7ac5df65..cb6dea16eb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ChoiceAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ChoiceAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ExtensionAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ExtensionAttributeRow.java
index f00f5a6412..9d15b44a4f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ExtensionAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ExtensionAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Brian de Alwis (MTI) - bug 429420
@@ -134,7 +134,7 @@ public abstract class ExtensionAttributeRow implements IControlHoverContentProvi
} else {
result.append(attribute.getDescription());
}
-
+
// Append keybinding for filtering by attribute
if (getValue().length() > 0) {
String filterBinding = ((IBindingService) PlatformUI.getWorkbench().getAdapter(IBindingService.class)).getBestActiveBindingFormattedFor(ActionFactory.FIND.getCommandId());
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ReferenceAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ReferenceAttributeRow.java
index 2a950b95ee..4f50ee0aa0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ReferenceAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ReferenceAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ResourceAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ResourceAttributeRow.java
index 4af1468b8e..95d77e8ae5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ResourceAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/ResourceAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TextAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TextAttributeRow.java
index 8ab4f963ff..a9a8571a1a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TextAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TextAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -61,7 +61,7 @@ public class TextAttributeRow extends ExtensionAttributeRow {
}
/**
- *
+ *
*/
private void createUITextFocusListener() {
// Required to enable Ctrl-V paste operations
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TranslatableAttributeRow.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TranslatableAttributeRow.java
index b6c949f693..19cf1b9caa 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TranslatableAttributeRow.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/TranslatableAttributeRow.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/AboutSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/AboutSection.java
index 156c696ba3..a1e31d5ba9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/AboutSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/AboutSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Peter Friese <peter.friese@gentleware.com> - bug 201956
@@ -99,7 +99,7 @@ public class AboutSection extends PDESection {
data = new GridData(GridData.FILL_BOTH);
data.horizontalSpan = 2;
// Needed to align vertically with form entry field and allow space
- // for a possible field decoration
+ // for a possible field decoration
data.horizontalIndent = FormLayoutFactory.CONTROL_HORIZONTAL_INDENT;
fTextEntry.getText().setLayoutData(data);
// Configure Label widget to be aligned to the top-left
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/CSSSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/CSSSection.java
index f90ecd1596..59b7298856 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/CSSSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/CSSSection.java
@@ -147,7 +147,7 @@ public class CSSSection extends PDESection {
ProductEditor editor = (ProductEditor) getPage().getEditor();
try {
IProgressService service = PlatformUI.getWorkbench().getProgressService();
- // ensure the newly created CSS file is in the build.properties of the defining plug-in.
+ // ensure the newly created CSS file is in the build.properties of the defining plug-in.
IPluginModelBase model = PluginRegistry.findModel(getProduct().getDefiningPluginId());
if (model == null) {
MessageDialog.openError(getSection().getShell(), PDEUIMessages.CSSSection_errorNoDefiningPluginTitle, PDEUIMessages.CSSSection_errorNoDefiningPlugin);
@@ -177,7 +177,7 @@ public class CSSSection extends PDESection {
} catch (InvocationTargetException e) {
MessageDialog.openError(editor.getSite().getShell(), "Synchronize", e.getTargetException().getMessage()); //$NON-NLS-1$
} catch (CoreException e) {
- PDEPlugin.logException(e, "Synchronize", null); //$NON-NLS-1$
+ PDEPlugin.logException(e, "Synchronize", null); //$NON-NLS-1$
}
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationPage.java
index c0c94c1577..d2e4b1f4e6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationPage.java
@@ -24,7 +24,7 @@ import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
* Configuration page of the product editor
- *
+ *
* @see ProductEditor
* @see ConfigurationSection
* @see PluginConfigurationSection
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java
index fcb1bb054e..67b427c441 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ConfigurationSection.java
@@ -245,7 +245,7 @@ public class ConfigurationSection extends PDESection {
IWorkspaceRoot root = PDEPlugin.getWorkspace().getRoot();
Path path = new Path(fCustomEntry.getValue());
if (path.isEmpty()) {
- MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_emptyPath); //
+ MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_emptyPath); //
return;
}
IResource resource = root.findMember(path);
@@ -253,7 +253,7 @@ public class ConfigurationSection extends PDESection {
if (resource != null && resource instanceof IFile)
IDE.openEditor(PDEPlugin.getActivePage(), (IFile) resource, true);
else
- MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_warning); //
+ MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_warning); //
} catch (PartInitException e) {
}
}
@@ -283,7 +283,7 @@ public class ConfigurationSection extends PDESection {
// their value is toggled, the user switches to another page, and the
// user switches back to the same page containing the radio buttons
// This appears to be a result of a SWT bug.
- // If the radio button is the last widget to have focus when leaving
+ // If the radio button is the last widget to have focus when leaving
// the page, an event will be fired when entering the page again.
// An event is not fired if the radio button does not have focus.
// The solution is to redirect focus to a stable widget.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/FeatureSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/FeatureSection.java
index 0f645e9e81..17ea7a8bd7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/FeatureSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/FeatureSection.java
@@ -119,7 +119,7 @@ public class FeatureSection extends TableSection implements IPropertyChangeListe
section.setClient(container);
section.setText(PDEUIMessages.Product_FeatureSection_title);
- section.setDescription(PDEUIMessages.Product_FeatureSection_desc); //
+ section.setDescription(PDEUIMessages.Product_FeatureSection_desc); //
getModel().addModelChangedListener(this);
createSectionToolbar(section, toolkit);
@@ -447,7 +447,7 @@ public class FeatureSection extends TableSection implements IPropertyChangeListe
// This section can get disposed if the configuration is changed from
// plugins to features or vice versa. Subsequently, the configuration
// page is removed and readded. In this circumstance, abort the
- // refresh
+ // refresh
if (fFeatureTable.getTable().isDisposed()) {
return;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/GeneralInfoSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/GeneralInfoSection.java
index 1b64842aa2..701c43b784 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/GeneralInfoSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/GeneralInfoSection.java
@@ -219,7 +219,7 @@ public class GeneralInfoSection extends PDESection {
// their value is toggled, the user switches to another page, and the
// user switches back to the same page containing the radio buttons
// This appears to be a result of a SWT bug.
- // If the radio button is the last widget to have focus when leaving
+ // If the radio button is the last widget to have focus when leaving
// the page, an event will be fired when entering the page again.
// An event is not fired if the radio button does not have focus.
// The solution is to redirect focus to a stable widget.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java
index b7d50596ca..07049873a8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/JRESection.java
@@ -138,7 +138,7 @@ public class JRESection extends PDESection {
@Override
public void handleEvent(Event event) {
PreferencesUtil.createPreferenceDialogOn(getSection().getShell(), "org.eclipse.jdt.debug.ui.jreProfiles", //$NON-NLS-1$
- new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
+ new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
}
});
fExecutionEnvironmentsButton.setEnabled(isEditable());
@@ -278,7 +278,7 @@ public class JRESection extends PDESection {
// their value is toggled, the user switches to another page, and the
// user switches back to the same page containing the radio buttons
// This appears to be a result of a SWT bug.
- // If the radio button is the last widget to have focus when leaving
+ // If the radio button is the last widget to have focus when leaving
// the page, an event will be fired when entering the page again.
// An event is not fired if the radio button does not have focus.
// The solution is to redirect focus to a stable widget.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java
index 44cd9eea0a..a35cd81be2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/LauncherSection.java
@@ -443,7 +443,7 @@ public class LauncherSection extends PDESection {
IWorkspaceRoot root = PDEPlugin.getWorkspace().getRoot();
Path path = new Path(value);
if (path.isEmpty()) {
- MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_emptyPath); //
+ MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_emptyPath); //
return;
}
IResource resource = root.findMember(new Path(value));
@@ -451,7 +451,7 @@ public class LauncherSection extends PDESection {
if (resource != null && resource instanceof IFile)
IDE.openEditor(PDEPlugin.getActivePage(), (IFile) resource, true);
else
- MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_warning); //
+ MessageDialog.openWarning(PDEPlugin.getActiveWorkbenchShell(), PDEUIMessages.WindowImagesSection_open, PDEUIMessages.WindowImagesSection_warning); //
} catch (PartInitException e) {
}
}
@@ -518,7 +518,7 @@ public class LauncherSection extends PDESection {
// their value is toggled, the user switches to another page, and the
// user switches back to the same page containing the radio buttons
// This appears to be a result of a SWT bug.
- // If the radio button is the last widget to have focus when leaving
+ // If the radio button is the last widget to have focus when leaving
// the page, an event will be fired when entering the page again.
// An event is not fired if the radio button does not have focus.
// The solution is to redirect focus to a stable widget.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginConfigurationSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginConfigurationSection.java
index 13f10b7dcc..1ae07af58d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginConfigurationSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginConfigurationSection.java
@@ -124,19 +124,19 @@ public class PluginConfigurationSection extends TableSection {
* require a special startlevel. Each entry is of the form <bundleID>[@ [<startlevel>] [":start"]]
* If the startlevel is omitted then the framework will use the default start level for the bundle.
* The "start" tag indicates that the bundle is autostarted.
- *
+ *
* This list loosely based on TargetPlatform.getBundleList and more specifically on
* TargetPlatformHelper.getDefaultBundleList(). Both of these implementations are
* problematic because they are out of date, and also leave out commonly used bundles.
- *
+ *
* This list attempts to describe a typical set up on the assumption that an advanced user can
* further modify it. The list is hard-coded rather than walking the plugin requirements of
- * the product and all required products. The reason for this is that there are some bundles,
+ * the product and all required products. The reason for this is that there are some bundles,
* such as org.eclipse.equinox.ds, that are typically needed but users do not remember to
- * add them, and they are not required by any bundle. The idea of this list is to suggest
+ * add them, and they are not required by any bundle. The idea of this list is to suggest
* these commonly used bundles and start levels that clients typically do not remember.
* See https://bugs.eclipse.org/bugs/show_bug.cgi?id=426529
- *
+ *
* We use the same String format described in TargetPlatform so that in the future, we could
* obtain this list from another source that uses the same format.
*/
@@ -360,10 +360,10 @@ public class PluginConfigurationSection extends TableSection {
bundlesList.append(startLevel);
} else {
String defaultLevelColumn = NLS.bind(PDEUIMessages.EquinoxPluginBlock_defaultLevelColumn, "Default"); //$NON-NLS-1$
- bundlesList.append(defaultLevelColumn);
+ bundlesList.append(defaultLevelColumn);
}
if ("start".equals(config[2])) { //$NON-NLS-1$
- bundlesList.append(", "); //$NON-NLS-1$
+ bundlesList.append(", "); //$NON-NLS-1$
bundlesList.append(PDEUIMessages.EquinoxPluginBlock_autoColumn);
}
bundlesList.append('\n');
@@ -381,7 +381,7 @@ public class PluginConfigurationSection extends TableSection {
if (startString.length() > 0) {
configuration.setStartLevel(Integer.parseInt(startString));
}
- configuration.setAutoStart("start".equals(plugins.get(i)[2])); //$NON-NLS-1$
+ configuration.setAutoStart("start".equals(plugins.get(i)[2])); //$NON-NLS-1$
pluginConfigs[i] = configuration;
}
product.addPluginConfigurations(pluginConfigs);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java
index 6941412c6f..6d54b891a4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PluginSection.java
@@ -514,7 +514,7 @@ public class PluginSection extends TableSection implements IPluginModelListener
// This section can get disposed if the configuration is changed from
// plugins to features or vice versa. Subsequently, the configuration
// page is removed and readded. In this circumstance, abort the
- // refresh
+ // refresh
if (fPluginTable.getTable().isDisposed()) {
return;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PreferencesSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PreferencesSection.java
index 20668e882f..dd760b8682 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PreferencesSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PreferencesSection.java
@@ -144,7 +144,7 @@ public class PreferencesSection extends PDESection {
}
try {
if (preferenceCustomizationPath == null || preferenceCustomizationPath.length() == 0) {
- // 3 - If we don't have a file path defined in the extension point, look for one in the defining plugin.
+ // 3 - If we don't have a file path defined in the extension point, look for one in the defining plugin.
IResource resource = project.findMember(PREFS_CUSTOMIZATION_FILE);
boolean existing = resource != null && resource instanceof IFile;
if (existing) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductEditorContributor.java
index ea5edc3f8e..911d126632 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductEditorContributor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductExportAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductExportAction.java
index 3a62d7fd22..c26dcf140f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductExportAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductExportAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java
index aca0a0d6bd..e51fd4c68a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInfoSection.java
@@ -367,7 +367,7 @@ public class ProductInfoSection extends PDESection implements IRegistryChangeLis
}
// The configuration page needs to be updated
IFormPage currentPage = getPage().getEditor().getActivePageInstance();
- // If the current page is the configuration page, switch to the
+ // If the current page is the configuration page, switch to the
// overview page before doing the update; otherwise, widget disposed
// errors may result
if (currentPage instanceof DependenciesPage) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInputContextManager.java
index 7a0ca3e67b..30fcbdafb4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductInputContextManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductLauncherFormPageHelper.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductLauncherFormPageHelper.java
index c14e49098c..7033448487 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductLauncherFormPageHelper.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductLauncherFormPageHelper.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductOutlinePage.java
index ffae099282..7501a449ef 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/ProductOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PropertiesSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PropertiesSection.java
index 5e392bff4f..6893242c79 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PropertiesSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/PropertiesSection.java
@@ -35,11 +35,11 @@ import org.eclipse.ui.forms.widgets.Section;
/**
* Displays a list of product properties set in the product configuration. The properties
* can be added, edited and removed.
- *
+ *
* @see IConfigurationProperty
* @see ConfigurationPage
* @see ProductEditor
- *
+ *
* @since 3.7
*/
public class PropertiesSection extends TableSection {
@@ -101,7 +101,7 @@ public class PropertiesSection extends TableSection {
private Combo fArch;
private IConfigurationProperty fEdit;
private Set<String> fExistingNames;
-
+
private String[] COMBO_OSLABELS = new String[] {PDEUIMessages.PropertiesSection_All, Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_SOLARIS, Platform.OS_WIN32};
private String[] COMBO_ARCHLABELS = new String[] {PDEUIMessages.PropertiesSection_All, Platform.ARCH_X86, Platform.ARCH_X86_64, Platform.ARCH_PPC, Platform.ARCH_IA64, Platform.ARCH_IA64_32, Platform.ARCH_PA_RISC, Platform.ARCH_SPARC};
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/SplashConfigurationSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/SplashConfigurationSection.java
index e4efd3f020..e4a84f165d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/SplashConfigurationSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/SplashConfigurationSection.java
@@ -85,7 +85,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void createUIListenersFieldTemplateCombo() {
// Selection listener
@@ -113,7 +113,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void handleTemplateComboWidgetSelected() {
// Ignore event if notifications are blocked
@@ -140,14 +140,14 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void createUI() {
// Create the container
Composite container = createUISectionContainer(fSection);
// Create the template field label
createUILabelType(container);
- // Create the template field
+ // Create the template field
createUIFieldTemplateCombo(container);
// Create the template field decoration
createUIFieldDecorationTemplate();
@@ -166,7 +166,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void createUIFieldDecorationTemplate() {
// Decorate the combo with the info image
@@ -236,7 +236,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void configureUISection() {
fSection.setLayout(FormLayoutFactory.createClearGridLayout(false, 1));
@@ -385,7 +385,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void resetProgressBarGeometry() {
// X Offset
@@ -399,7 +399,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void resetProgressMessageGeometry() {
// X Offset
@@ -455,7 +455,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void updateUIFieldTemplateCombo() {
// Update this sections enablement
@@ -566,7 +566,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void updateFieldEnablement() {
// Enable / disable progress and message bar fields
@@ -576,7 +576,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void updateFieldProgressEnablement() {
// Get the splash info if any
@@ -619,7 +619,7 @@ public class SplashConfigurationSection extends PDESection {
}
/**
- *
+ *
*/
private void updateFieldTemplateEnablement() {
// Get the splash info if any
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/UpdatesSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/UpdatesSection.java
index 8b945407f1..8d11e13102 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/UpdatesSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/UpdatesSection.java
@@ -42,7 +42,7 @@ public class UpdatesSection extends TableSection {
private class RepositoryDialog extends StatusDialog {
private Text fLocation;
private IRepositoryInfo fEdit;
-
+
public RepositoryDialog(Shell shell, IRepositoryInfo repo) {
super(shell);
fEdit = repo;
@@ -240,7 +240,7 @@ public class UpdatesSection extends TableSection {
}
});
-
+
fRepositoryTable.setLabelProvider(new LabelProvider());
@@ -398,7 +398,7 @@ public class UpdatesSection extends TableSection {
tablePart.setButtonEnabled(2, enabled);
tablePart.setButtonEnabled(3, isEditable() && getProduct().getRepositories().length > 0);
}
-
+
private void clearEditors() {
Control oldEditor = fEnabledColumnEditor.getEditor();
if (oldEditor != null && !oldEditor.isDisposed())
@@ -421,7 +421,7 @@ public class UpdatesSection extends TableSection {
}
});
}
-
+
private void showControls() {
// Clean up any previous editor control
clearEditors();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/WindowImagesSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/WindowImagesSection.java
index 010e0abffe..223ac5eff1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/WindowImagesSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/product/WindowImagesSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Peter Friese <peter.friese@gentleware.com> - bug 201956
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/AbstractSchemaDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/AbstractSchemaDetails.java
index 4175e2124a..e01c937949 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/AbstractSchemaDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/AbstractSchemaDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -138,7 +138,7 @@ public abstract class AbstractSchemaDetails extends PDEDetails {
gd.widthHint = 60;
gd.horizontalSpan = 3;
gd.horizontalIndent = 1;
- /*
+ /*
* Needed to align vertically with form entry field and allow space
* for a possible field decoration
* commented out for now since fields are already grossly misaligned (see bug 196879)
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDragAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDragAdapter.java
index 8a80bf47fe..1fbb909bb6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDragAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDragAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDropAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDropAdapter.java
index a1974cc269..79bc82ea9f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDropAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/ElementSectionDropAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewAttributeAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewAttributeAction.java
index bc79d5aeec..3a8914f322 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewAttributeAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewAttributeAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewClassCreationWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewClassCreationWizard.java
index 24547066bf..cfb1105195 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewClassCreationWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewClassCreationWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewCompositorAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewCompositorAction.java
index af9fdd1a5e..645afc7c45 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewCompositorAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewCompositorAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewElementAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewElementAction.java
index e08327bc62..053624e29e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewElementAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewElementAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewReferenceAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewReferenceAction.java
index 6317e65bee..23560e457c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewReferenceAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewReferenceAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewRestrictionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewRestrictionDialog.java
index c250e4d354..06826aa33f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewRestrictionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/NewRestrictionDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaAttributeDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaAttributeDetails.java
index 8d26fd9c5a..5d45d3d56c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaAttributeDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaAttributeDetails.java
@@ -116,7 +116,7 @@ public abstract class SchemaAttributeDetails extends AbstractSchemaDetails {
return;
fAttribute = (SchemaAttribute) object;
setDecription(NLS.bind(PDEUIMessages.SchemaAttributeDetails_description, fAttribute.getName()));
- fName.setValue(fAttribute.getName(), true);
+ fName.setValue(fAttribute.getName(), true);
fDepTrue.setSelection(fAttribute.isDeprecated());
fDepFalse.setSelection(!fAttribute.isDeprecated());
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaCompositorDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaCompositorDetails.java
index 75451e29a5..463ca79428 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaCompositorDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaCompositorDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaDtdDetailsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaDtdDetailsSection.java
index 41636df571..1d98baa776 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaDtdDetailsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaDtdDetailsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaEditorContributor.java
index d4cab0698c..f3fc7f4182 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaEditorContributor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementDetails.java
index bb22dfd9c7..090df8202a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementReferenceDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementReferenceDetails.java
index 67480f8642..26bb423f55 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementReferenceDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaElementReferenceDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaFormPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaFormPage.java
index 984133f79a..1de2c5319f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaFormPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaFormPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaInputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaInputContextManager.java
index 8f4eb5fc89..ddc506d3a1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaInputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaInputContextManager.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
public class SchemaInputContextManager extends InputContextManager {
/**
- *
+ *
*/
public SchemaInputContextManager(PDEFormEditor editor) {
super(editor);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaJavaAttributeDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaJavaAttributeDetails.java
index 9217dcf483..1c3e9d5c8d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaJavaAttributeDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaJavaAttributeDetails.java
@@ -181,7 +181,7 @@ public class SchemaJavaAttributeDetails extends SchemaAttributeDetails {
try {
String filter = entry.getValue();
filter = filter.substring(filter.lastIndexOf(".") + 1); //$NON-NLS-1$
- SelectionDialog dialog = JavaUI.createTypeDialog(PDEPlugin.getActiveWorkbenchShell(), PlatformUI.getWorkbench().getProgressService(), SearchEngine.createWorkspaceScope(), scopeType, false, filter);
+ SelectionDialog dialog = JavaUI.createTypeDialog(PDEPlugin.getActiveWorkbenchShell(), PlatformUI.getWorkbench().getProgressService(), SearchEngine.createWorkspaceScope(), scopeType, false, filter);
dialog.setTitle(PDEUIMessages.GeneralInfoSection_selectionTitle);
if (dialog.open() == Window.OK) {
IType type = (IType) dialog.getResult()[0];
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaOverviewPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaOverviewPage.java
index 2712504fe4..8a12450099 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaOverviewPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaOverviewPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -113,7 +113,7 @@ public class SchemaOverviewPage extends PDEFormPage {
}
/**
- *
+ *
*/
private void createUIListenerImageHyperlinkPreviewRefDoc() {
fImageHyperlinkPreviewRefDoc.addHyperlinkListener(new IHyperlinkListener() {
@@ -155,7 +155,7 @@ public class SchemaOverviewPage extends PDEFormPage {
}
/**
- *
+ *
*/
private void handleLinkActivatedPreviewRefDoc() {
ISchema schema = (ISchema) ((SchemaEditor) getEditor()).getAggregateModel();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaPreviewLauncher.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaPreviewLauncher.java
index a0189b0d91..17e3ffb8f9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaPreviewLauncher.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaPreviewLauncher.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaRearranger.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaRearranger.java
index c9566fd19b..a2e20dc780 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaRearranger.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaRearranger.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSourcePage.java
index b723476771..67699dd29d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSourcePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSpecSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSpecSection.java
index c80adc665c..25def7ff05 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSpecSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaSpecSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaStringAttributeDetails.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaStringAttributeDetails.java
index d47a091fb9..835b513cee 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaStringAttributeDetails.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/schema/SchemaStringAttributeDetails.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchivePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchivePage.java
index 187a568ef9..73ca2d7f4c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchivePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchivePage.java
@@ -17,7 +17,7 @@ import org.eclipse.ui.forms.IManagedForm;
import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
- *
+ *
* Features page.
*/
public class ArchivePage extends PDEFormPage {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchiveSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchiveSection.java
index a7b8ab8b19..c723af8791 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchiveSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/ArchiveSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -37,7 +37,7 @@ import org.eclipse.ui.forms.widgets.Section;
import org.eclipse.ui.model.WorkbenchContentProvider;
/**
- *
+ *
*/
public class ArchiveSection extends PDESection {
private Table fTable;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategoryDetailsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategoryDetailsSection.java
index 13c7657ebd..0214be1be5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategoryDetailsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategoryDetailsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategorySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategorySection.java
index 1edd8e6d6a..7a09842685 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategorySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/CategorySection.java
@@ -183,7 +183,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
* relative to its target. The position is determined to
* be before, after, or on the item, based on some
* threshold value.
- *
+ *
* @param event
* the event
* @return one of the <code>LOCATION_* </code>
@@ -618,7 +618,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
* Finds a feature with the same id and version as a site feature. If
* feature is not found, but feature with a M.m.s.qualifier exists it will
* be returned.
- *
+ *
* @param siteFeature
* @return IFeature or null
*/
@@ -717,7 +717,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
}
/**
- *
+ *
* @param candidates
* Array of IFeatureModel
* @param monitor
@@ -799,7 +799,7 @@ public class CategorySection extends TreeSection implements IFeatureModelListene
/**
* Creates a new site feature instance with the same settings as the given source feature.
- *
+ *
* @param model site model to create the feature from
* @param sourceFeature the feature to copy settings out of
* @return a new site feature instance
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/DescriptionSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/DescriptionSection.java
index 368f988f99..14c4d0b4dc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/DescriptionSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/DescriptionSection.java
@@ -25,7 +25,7 @@ import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.ui.forms.widgets.Section;
/**
- *
+ *
*/
public class DescriptionSection extends PDESection {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeatureDetailsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeatureDetailsSection.java
index 330923c0e0..1df5f5d824 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeatureDetailsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeatureDetailsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeaturesPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeaturesPage.java
index 7455a5a55c..94dee70fd4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeaturesPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/FeaturesPage.java
@@ -19,7 +19,7 @@ import org.eclipse.ui.forms.*;
import org.eclipse.ui.forms.widgets.ScrolledForm;
/**
- *
+ *
* Features page.
*/
public class FeaturesPage extends PDEFormPage {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/MirrorsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/MirrorsSection.java
index 8f152eae20..c54304150e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/MirrorsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/MirrorsSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -24,7 +24,7 @@ import org.eclipse.swt.widgets.Composite;
import org.eclipse.ui.forms.widgets.*;
/**
- *
+ *
*/
public class MirrorsSection extends PDESection {
private FormEntry fMirrorsURLEntry;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/NewArchiveDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/NewArchiveDialog.java
index afdb7d0447..0dedc6d513 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/NewArchiveDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/NewArchiveDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/PortabilitySection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/PortabilitySection.java
index 249df4a7ab..90c94fa714 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/PortabilitySection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/PortabilitySection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteFeatureAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteFeatureAdapter.java
index 8505db60bf..414495b3f2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteFeatureAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteFeatureAdapter.java
@@ -35,7 +35,7 @@ public class SiteFeatureAdapter implements Serializable, IWritable {
/*
* For retaining selectiong in the tree, when modyfing or moving features,
* SiteFeatureAdapter are equal if features are equal (same ID and version)
- *
+ *
* @see java.lang.Object#equals(java.lang.Object)
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteInputContextManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteInputContextManager.java
index b56f3c8b16..c0c9596dc1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteInputContextManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteInputContextManager.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.internal.ui.editor.context.InputContextManager;
public class SiteInputContextManager extends InputContextManager {
/**
- *
+ *
*/
public SiteInputContextManager(PDEFormEditor editor) {
super(editor);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteLabelProvider.java
index 6b5e8ebee2..b4fd43ea8d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteOutlinePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteOutlinePage.java
index ea02353511..117e4daf85 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteOutlinePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteOutlinePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteSourcePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteSourcePage.java
index 095d4c9b3d..0084752171 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteSourcePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteSourcePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteUndoManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteUndoManager.java
index 4eb609910b..fe93778b1b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteUndoManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SiteUndoManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesAction.java
index 02af8e7c95..ea7169fe89 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Bartosz Michalik <bartosz.michalik@gmail.com> - bug 181878
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizard.java
index 4d553b5c23..26ce9c4443 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Bartosz Michalik <bartosz.michalik@gmail.com> - bug 181878
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizardPage.java
index 383ecb3028..1cd522c977 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/site/SynchronizePropertiesWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Bartosz Michalik <bartosz.michalik@gmail.com> - bug 181878
@@ -49,7 +49,7 @@ public class SynchronizePropertiesWizardPage extends WizardPage {
private ISiteFeature[] fSiteFeatures;
/**
- *
+ *
* @param siteFeatures
* selected feature or null
*/
@@ -120,7 +120,7 @@ public class SynchronizePropertiesWizardPage extends WizardPage {
}
/**
- *
+ *
* @param siteFeature
* @return IFeatureModel or null
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ArgumentsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ArgumentsSection.java
index c98a1491dc..5c6e599518 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ArgumentsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ArgumentsSection.java
@@ -64,7 +64,7 @@ public class ArgumentsSection extends SectionPart {
/**
* Creates the UI for this section.
- *
+ *
* @param section section the UI is being added to
* @param toolkit form toolkit used to create the widgets
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ContentSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ContentSection.java
index dbe5ee37d8..5979ff429f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ContentSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ContentSection.java
@@ -47,7 +47,7 @@ public class ContentSection extends SectionPart {
/**
* Creates the UI for this section.
- *
+ *
* @param section section the UI is being added to
* @param toolkit form toolkit used to create the widgets
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/EnvironmentSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/EnvironmentSection.java
index e25ed8f8c6..9f28d0f31a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/EnvironmentSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/EnvironmentSection.java
@@ -69,7 +69,7 @@ public class EnvironmentSection extends SectionPart {
/**
* Creates the UI for this section.
- *
+ *
* @param section section the UI is being added to
* @param toolkit form toolkit used to create the widgets
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ImplicitDependenciesSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ImplicitDependenciesSection.java
index 9b2d0ee580..0ced9ff9b6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ImplicitDependenciesSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/ImplicitDependenciesSection.java
@@ -68,7 +68,7 @@ public class ImplicitDependenciesSection extends SectionPart {
/**
* Creates the UI for this section.
- *
+ *
* @param section section the UI is being added to
* @param toolkit form toolkit used to create the widgets
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/InformationSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/InformationSection.java
index f1105f3c2b..e42c5664b4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/InformationSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/InformationSection.java
@@ -56,7 +56,7 @@ public class InformationSection extends SectionPart {
/**
* Creates the UI for this section.
- *
+ *
* @param section section the UI is being added to
* @param toolkit form toolkit used to create the widgets
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/JRESection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/JRESection.java
index 2b121c35dc..295cbeaaf7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/JRESection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/JRESection.java
@@ -67,7 +67,7 @@ public class JRESection extends SectionPart {
/**
* Creates the UI for this section.
- *
+ *
* @param section section the UI is being added to
* @param toolkit form toolkit used to create the widgets
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/LocationsSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/LocationsSection.java
index 7c4fb46eef..fe0baabc52 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/LocationsSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/LocationsSection.java
@@ -47,7 +47,7 @@ public class LocationsSection extends SectionPart {
/**
* Creates the UI for this section.
- *
+ *
* @param section section the UI is being added to
* @param toolkit form toolkit used to create the widgets
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java
index 24fdd6886d..a209abe5a2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java
@@ -46,7 +46,7 @@ import org.eclipse.ui.progress.UIJob;
* Editor for target definition (*.target) files. Interacts with the ITargetDefinition model
* to modify target attributes. Uses the target platform service to persist the modified model
* to the backing file.
- *
+ *
* @see ITargetDefinition
* @see ITargetPlatformService
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditorContributor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditorContributor.java
index 456f2db391..9a14f38c53 100755
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditorContributor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditorContributor.java
@@ -21,7 +21,7 @@ import org.eclipse.ui.texteditor.IUpdate;
/**
* Editor contributor for the target definition editor. Adds support for certain
* global actions.
- *
+ *
* @see TargetEditor
*/
public class TargetEditorContributor extends EditorActionBarContributor {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AbstractHyperlink.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AbstractHyperlink.java
index 7d708bb474..90f2c768fe 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AbstractHyperlink.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AbstractHyperlink.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationHover.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationHover.java
index aa7ab3399d..954960f2ef 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationHover.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationHover.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationModelFactory.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationModelFactory.java
index 9b09b71169..1fbada8af4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationModelFactory.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/AnnotationModelFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ArgumentRule.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ArgumentRule.java
index 9338aa634c..145c97b5e9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ArgumentRule.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ArgumentRule.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/BasePDEScanner.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/BasePDEScanner.java
index ef6f1e1100..155442ddbb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/BasePDEScanner.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/BasePDEScanner.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ChangeAwareSourceViewerConfiguration.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ChangeAwareSourceViewerConfiguration.java
index 21ab74c823..a5bbd750c4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ChangeAwareSourceViewerConfiguration.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ChangeAwareSourceViewerConfiguration.java
@@ -120,8 +120,8 @@ public abstract class ChangeAwareSourceViewerConfiguration extends TextSourceVie
}
/**
- * Returns the outline presenter control creator. The creator is a
- * factory creating outline presenter controls for the given source viewer.
+ * Returns the outline presenter control creator. The creator is a
+ * factory creating outline presenter controls for the given source viewer.
*
* @param sourceViewer the source viewer to be configured by this configuration
* @param commandId the ID of the command that opens this control
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ExternalizedStringRule.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ExternalizedStringRule.java
index 393f56361d..94aed9b490 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ExternalizedStringRule.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ExternalizedStringRule.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -26,7 +26,7 @@ public class ExternalizedStringRule extends WordPatternRule {
private static class ExternalizedStringDetector implements IWordDetector {
/**
- *
+ *
*/
public ExternalizedStringDetector() {
super();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IColorManager.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IColorManager.java
index 3148bd01b4..4de67aa1fb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IColorManager.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IColorManager.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IControlHoverContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IControlHoverContentProvider.java
index ec380d4a63..f0d525567c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IControlHoverContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/IControlHoverContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/JavaHyperlink.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/JavaHyperlink.java
index 7e0a55793f..a662bb8c4f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/JavaHyperlink.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/JavaHyperlink.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestElementHyperlink.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestElementHyperlink.java
index 3685771e94..5a98dfbb0e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestElementHyperlink.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestElementHyperlink.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestPartitionScanner.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestPartitionScanner.java
index 07e603c628..15fed47099 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestPartitionScanner.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestPartitionScanner.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestTextHover.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestTextHover.java
index 16cc0714ed..b1767bbe55 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestTextHover.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestTextHover.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/MultilineDamagerRepairer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/MultilineDamagerRepairer.java
index ab600943cc..027bae3971 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/MultilineDamagerRepairer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/MultilineDamagerRepairer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEMarkerAnnotationModel.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEMarkerAnnotationModel.java
index 7ba15dbcd6..e22ac33ba7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEMarkerAnnotationModel.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEMarkerAnnotationModel.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDESelectAnnotationRulerAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDESelectAnnotationRulerAction.java
index 4dffa8bab1..e3f6c81cea 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDESelectAnnotationRulerAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDESelectAnnotationRulerAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEWordFinder.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEWordFinder.java
index 8ac49477d4..cba57c2215 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEWordFinder.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PDEWordFinder.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,7 +20,7 @@ import org.eclipse.jface.text.*;
public class PDEWordFinder {
/**
- *
+ *
*/
public PDEWordFinder() {
// NO-OP
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
index 8515dce7c2..743a4977c0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PluginXMLTextHover.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PluginXMLTextHover.java
index 51a4df77d6..99ffb14460 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PluginXMLTextHover.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PluginXMLTextHover.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ReconcilingStrategy.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ReconcilingStrategy.java
index eca356ed6b..0f657434b9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ReconcilingStrategy.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ReconcilingStrategy.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ResourceHyperlink.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ResourceHyperlink.java
index 13bb48e815..056bb1bf96 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ResourceHyperlink.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ResourceHyperlink.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java
index e03ceae974..ed93a1e42a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLConfiguration.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLConfiguration.java
index c9a4233859..58b5721e82 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLConfiguration.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLConfiguration.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -101,7 +101,7 @@ public class XMLConfiguration extends ChangeAwareSourceViewerConfiguration {
}
/**
- * Preference colors or fonts have changed.
+ * Preference colors or fonts have changed.
* Update the default tokens of the scanners.
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLDoubleClickStrategy.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLDoubleClickStrategy.java
index 0c58cd93f7..e728720ec3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLDoubleClickStrategy.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLDoubleClickStrategy.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLPartitionScanner.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLPartitionScanner.java
index 82e8c67b21..92189615f2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLPartitionScanner.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLPartitionScanner.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLReconcilingStrategy.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLReconcilingStrategy.java
index a32c4de02e..84ac8e14fb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLReconcilingStrategy.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLReconcilingStrategy.java
@@ -141,7 +141,7 @@ public class XMLReconcilingStrategy extends SpellingReconcileStrategy {
String docContentType = docPartitioner.getContentType(position.getOffset());
String pdeXMLContentType = pdeXMLPartitioner.getContentType(position.getOffset());
if ((!XMLStringPartitionScanner.XML_STRING.equalsIgnoreCase(docContentType) && !XMLStringPartitionScanner.CUSTOM_TAG.equalsIgnoreCase(docContentType)) // delete the annotation if the marked position was not selected by XML_STRING document partitioner
- || (XMLStringPartitionScanner.CUSTOM_TAG.equalsIgnoreCase(docContentType)) && XMLPartitionScanner.XML_TAG.equalsIgnoreCase(pdeXMLContentType)) { // also delete the annotations that are positioned at special XML Tags
+ || (XMLStringPartitionScanner.CUSTOM_TAG.equalsIgnoreCase(docContentType)) && XMLPartitionScanner.XML_TAG.equalsIgnoreCase(pdeXMLContentType)) { // also delete the annotations that are positioned at special XML Tags
model.removeAnnotation(spellingAnnotation);
}
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLScanner.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLScanner.java
index 2f92dce3f8..11c22462c3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLScanner.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLScanner.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLStringPartitionScanner.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLStringPartitionScanner.java
index 0ca85b5da5..eb97993bfb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLStringPartitionScanner.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLStringPartitionScanner.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagRule.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagRule.java
index f1a3e8ebb1..63abe6e926 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagRule.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagRule.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagScanner.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagScanner.java
index ab27ee288f..306ccb8fd4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagScanner.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLTagScanner.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLUtil.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLUtil.java
index faf7b6e73f..612f5e92fc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLUtil.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLUtil.java
@@ -30,7 +30,7 @@ public abstract class XMLUtil {
* Scans up the node's parents till it reaches
* a IPluginExtension or IPluginExtensionPoint (or null)
* and returns the result.
- *
+ *
* @param node
* @return the IPluginExtension or IPluginExtensionPoint that contains <code>node</code>
*/
@@ -154,7 +154,7 @@ public abstract class XMLUtil {
* Creates a default package name based on the name of the project. If the project name is
* not a valid java identifier, this method will return the given class name converted to lower
* case.
- *
+ *
* @param project the project to generate the package name from
* @param className class name to use as package name if project name fails
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLWhitespaceDetector.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLWhitespaceDetector.java
index 7097873fb5..52d49cc932 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLWhitespaceDetector.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/XMLWhitespaceDetector.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/AbstractControlValidator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/AbstractControlValidator.java
index 40263166eb..28e44831f8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/AbstractControlValidator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/AbstractControlValidator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -52,8 +52,8 @@ public abstract class AbstractControlValidator implements IControlValidator, IVa
protected boolean autoEnable() {
boolean isBinaryProject = WorkspaceModelManager.isBinaryProject(fProject);
- // Enable validator if this is a source projec, the control is enabled
- // and the control is not disposed
+ // Enable validator if this is a source projec, the control is enabled
+ // and the control is not disposed
if ((isBinaryProject == false) && fControl.getEnabled() && (fControl.isDisposed() == false)) {
return true;
}
@@ -91,7 +91,7 @@ public abstract class AbstractControlValidator implements IControlValidator, IVa
}
// Validate the control
fIsValid = validateControl();
- // If the control is valid, remove all the messages associated with
+ // If the control is valid, remove all the messages associated with
// the control (in case they were not individually removed by the
// child class)
if (fIsValid) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/ControlValidationUtility.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/ControlValidationUtility.java
index 30dc5fd59e..aa72f03e4e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/ControlValidationUtility.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/ControlValidationUtility.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -128,11 +128,11 @@ public class ControlValidationUtility {
// Check the compiler flag and translate it into a message type
int unresImpMessageType = AbstractControlValidator.getMessageType(project, CompilerFlags.P_UNRESOLVED_IMPORTS);
// If the message type is none, no validation is required
- // Same as IGNORE
+ // Same as IGNORE
if (unresImpMessageType == IMessageProvider.NONE) {
return true;
}
- // Check to see if the host plugin is defined, enabled and not a
+ // Check to see if the host plugin is defined, enabled and not a
// fragment itself
IPluginModelBase hostModel = PluginRegistry.findModel(value);
if ((hostModel == null) || (hostModel instanceof IFragmentModel) || (hostModel.isEnabled() == false)) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IControlValidator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IControlValidator.java
index 2ceac65003..63ee035796 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IControlValidator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IControlValidator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -22,7 +22,7 @@ public interface IControlValidator {
public void setEnabled(boolean enabled);
/**
- * Determine whether the validator is enabled / disabled
+ * Determine whether the validator is enabled / disabled
*/
public boolean getEnabled();
@@ -48,8 +48,8 @@ public interface IControlValidator {
public void reset();
/**
- * Controls whether the message handler automatically updates messages in
- * the form. Setting the refresh to true, triggers an immediate update
+ * Controls whether the message handler automatically updates messages in
+ * the form. Setting the refresh to true, triggers an immediate update
* @param refresh
*/
public void setRefresh(boolean refresh);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IValidatorMessageHandler.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IValidatorMessageHandler.java
index d28fab3bf3..1e7a1ff146 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IValidatorMessageHandler.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/IValidatorMessageHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/TextValidator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/TextValidator.java
index d8e25e336f..5c923b40cd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/TextValidator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/validation/TextValidator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -28,7 +28,7 @@ public abstract class TextValidator extends AbstractControlValidator {
public TextValidator(IManagedForm managedForm, Text control, IProject project, boolean autoValidate) {
super(managedForm, control, project);
// Turn on / off auto-validation
- // If auto-validation is on, validation is triggered by modify text
+ // If auto-validation is on, validation is triggered by modify text
// events. Otherwise, manual calls to validate must be made.
fAutoValidate = autoValidate;
// Initialize the text validator
@@ -80,7 +80,7 @@ public abstract class TextValidator extends AbstractControlValidator {
}
protected void handleModifyTextEvent(ModifyEvent e) {
- // Validation is not required if the current text contents is the
+ // Validation is not required if the current text contents is the
// same as the new text contents
String newText = getText().getText();
if (newText.equals(fCurrentText)) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultElement.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultElement.java
index e2bf552ac7..e98632da9e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultElement.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultTableProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultTableProvider.java
index fc23b416c5..1524e9e150 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultTableProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/DefaultTableProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementLabelProvider.java
index b69ca4af34..e7c35944d0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementList.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementList.java
index 69e267a216..0681a26729 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementList.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ElementList.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ListContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ListContentProvider.java
index 1465dac9c0..a0c67707e9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ListContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/ListContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/TreeContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/TreeContentProvider.java
index 365f11920d..2890700868 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/TreeContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/elements/TreeContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
index 01ea88fa5d..9c85041f51 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/AbstractPluginBlock.java
@@ -208,7 +208,7 @@ public abstract class AbstractPluginBlock {
} else if (source == fSelectAllButton || source == fDeselectButton || source == fWorkingSetButton || source == fAddRequiredButton || source == fDefaultsButton) {
// These are all the controls that may affect the filtering. For example, the filter
// is enabled only to show selected bundles, and the user invokes "select all", we need
- // to update the filter.
+ // to update the filter.
filterAffectingControl(e);
} else if (source == fValidateButton) {
handleValidate();
@@ -367,15 +367,15 @@ public abstract class AbstractPluginBlock {
@Override
public void checkStateChanged(CheckStateChangedEvent event) {
- // Since a check on the root of a CheckBoxTreeViewer selects all its children
+ // Since a check on the root of a CheckBoxTreeViewer selects all its children
// (hidden or not), we need to ensure that all items are shown
// if this happens. Since it not clear what the best behaviour is here
// this just "un-selects" the filter button.
if (!event.getChecked())
return; // just return if the check state goes to false
- // It is not clear if this is the best approach, but it
- // is hard to tell without user feedback.
+ // It is not clear if this is the best approach, but it
+ // is hard to tell without user feedback.
TreeItem[] items = fPluginTreeViewer.getTree().getItems();
for (int i = 0; i < items.length; i++) {
if (event.getElement() == items[i].getData()) {
@@ -537,9 +537,9 @@ public abstract class AbstractPluginBlock {
}
/**
- * The view filter for the tree view. Currently this filter only
+ * The view filter for the tree view. Currently this filter only
* filters unchecked items if the fFilterButton is selected.
- *
+ *
* @author Ian Bull
*
*/
@@ -759,7 +759,7 @@ public abstract class AbstractPluginBlock {
/**
* Initializes the contents of this block from the given config. The table's input
* will only be initialized if the boolean parameter is set to true.
- *
+ *
* @param config launch configuration to init from or <code>null</code>
* @param enableTable whether to set the input on the table
* @throws CoreException
@@ -1002,11 +1002,11 @@ public abstract class AbstractPluginBlock {
protected abstract LaunchValidationOperation createValidationOperation();
/**
- * called before the TreeView is refreshed. This allows any subclasses to cache
- * any information in the view and redisplay after the refresh. This is used by the
+ * called before the TreeView is refreshed. This allows any subclasses to cache
+ * any information in the view and redisplay after the refresh. This is used by the
* OSGiBundleBlock to cache the values of the default launch and auto launch columns
* in the table tree.
- *
+ *
* @param treeView The tree view that will be refreshed.
*/
protected void refreshTreeView(CheckboxTreeViewer treeView) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ApplicationSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ApplicationSelectionDialog.java
index b31bae3128..16fc0eb29d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ApplicationSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ApplicationSelectionDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -77,7 +77,7 @@ public class ApplicationSelectionDialog extends TrayDialog {
applicationCombo.setText(applicationCombo.getItem(0));
- getShell().setText(fMode.equals(ILaunchManager.DEBUG_MODE) ? PDEUIMessages.ApplicationSelectionDialog_dtitle : PDEUIMessages.ApplicationSelectionDialog_rtitle); //
+ getShell().setText(fMode.equals(ILaunchManager.DEBUG_MODE) ? PDEUIMessages.ApplicationSelectionDialog_dtitle : PDEUIMessages.ApplicationSelectionDialog_rtitle); //
Dialog.applyDialogFont(container);
return container;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FeatureBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FeatureBlock.java
index 1f3608fea8..b87155d7f7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FeatureBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FeatureBlock.java
@@ -843,7 +843,7 @@ public class FeatureBlock {
FilteredCheckboxTree tree = new FilteredCheckboxTree(parent, null, SWT.FULL_SELECTION, filter) {
@Override
protected WorkbenchJob doCreateRefreshJob() {
- // If we are only showing selected items, we need to redo the filter after text filtering is applied. The only selected filter uses the tree's check state, which hasn't been restored correctly at filter time.
+ // If we are only showing selected items, we need to redo the filter after text filtering is applied. The only selected filter uses the tree's check state, which hasn't been restored correctly at filter time.
WorkbenchJob job = super.doCreateRefreshJob();
job.addJobChangeListener(new JobChangeAdapter() {
@Override
@@ -1132,7 +1132,7 @@ public class FeatureBlock {
/**
* Sets input to the tree, including location selection and checked features
- *
+ *
* @param config configuration to get attributes from
* @param tree tree to set input and checked items on
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FilteredCheckboxTree.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FilteredCheckboxTree.java
index ab380b846c..6daece2c44 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FilteredCheckboxTree.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/FilteredCheckboxTree.java
@@ -26,14 +26,14 @@ import org.eclipse.ui.progress.WorkbenchJob;
/**
* A FilteredChecboxTree. This tree stores all the tree elements internally, and keeps the
* check state in sync. This way, even if an element is filtered, the caller can get and set the
- * checked state.
- *
+ * checked state.
+ *
* The internal representation is additive. That is, elements are never removed from the internal
* representation. This is OK since the PDE launch Dialog never changes the elements once
- * the view is opened. If any other tree is based on this code, they may want to address this issue.
- *
+ * the view is opened. If any other tree is based on this code, they may want to address this issue.
+ *
* This is not public because it was customized for the Launch Dialog.
- *
+ *
*/
class FilteredCheckboxTree extends FilteredTree {
@@ -57,8 +57,8 @@ class FilteredCheckboxTree extends FilteredTree {
@Override
protected WorkbenchJob doCreateRefreshJob() {
// Since refresh job is private, we have to get a handle to it
- // when it is created, and store it locally.
- //
+ // when it is created, and store it locally.
+ //
// See: 218903: [Viewers] support extensibility of the refresh job in FilteredTree
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=218903
WorkbenchJob job = super.doCreateRefreshJob();
@@ -81,7 +81,7 @@ class FilteredCheckboxTree extends FilteredTree {
}
/**
- * Get the number of pixels the tree viewer is from the top of the filtered
+ * Get the number of pixels the tree viewer is from the top of the filtered
* checkbox tree viewer. This is useful if you wish to align buttons with the
* tree.
* @return the offset of the Tree from the top of the container
@@ -99,7 +99,7 @@ class FilteredCheckboxTree extends FilteredTree {
/**
* Classes which implement this interface deal with notifications from the
* filtered checkbox tree viewer. The notifications are fired before a refresh
- * happens.
+ * happens.
*/
interface PreRefreshNotifier {
public void preRefresh(FilterableCheckboxTreeViewer viewer, boolean filtered);
@@ -107,7 +107,7 @@ class FilteredCheckboxTree extends FilteredTree {
/**
* A CheckboxTreeViewer that maintains an internal representation of all the nodes.
- *
+ *
*/
public class FilterableCheckboxTreeViewer extends CheckboxTreeViewer {
static final String NONE = "none"; //$NON-NLS-1$
@@ -320,7 +320,7 @@ class FilteredCheckboxTree extends FilteredTree {
}
/*
- * Set the checked state
+ * Set the checked state
*/
private void doApplyCheckedState(Item item, Object element) {
// update the item first
@@ -392,7 +392,7 @@ class FilteredCheckboxTree extends FilteredTree {
}
/**
- * Computes the checked state from a tree item
+ * Computes the checked state from a tree item
*/
private String getItemState(TreeItem item) {
if (item.getChecked() && item.getGrayed()) {
@@ -410,7 +410,7 @@ class FilteredCheckboxTree extends FilteredTree {
@Override
public void setEnabled(boolean enabled) {
- if ((filterText.getStyle() & SWT.ICON_CANCEL) == 0) { // filter uses FilteredTree new look, not native
+ if ((filterText.getStyle() & SWT.ICON_CANCEL) == 0) { // filter uses FilteredTree new look, not native
int filterColor = enabled ? SWT.COLOR_LIST_BACKGROUND : SWT.COLOR_WIDGET_BACKGROUND;
filterComposite.setBackground(getDisplay().getSystemColor(filterColor));
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/JREBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/JREBlock.java
index 784d39b886..769e0f2c12 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/JREBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/JREBlock.java
@@ -51,8 +51,8 @@ public class JREBlock {
@Override
public void widgetSelected(SelectionEvent e) {
Object source = e.getSource();
- // When a radio button selection changes, we get two events. One for the deselection of the old button and another for the selection
- // of the new button. We only need to update the configuration once when the selection changes. Hence, we can ignore the deselection
+ // When a radio button selection changes, we get two events. One for the deselection of the old button and another for the selection
+ // of the new button. We only need to update the configuration once when the selection changes. Hence, we can ignore the deselection
// event of the old button.
if (source instanceof Button && !((Button) source).getSelection())
return;
@@ -158,7 +158,7 @@ public class JREBlock {
composite.setLayoutData(gd);
fJavawButton = new Button(composite, SWT.RADIO);
- fJavawButton.setText(PDEUIMessages.BasicLauncherTab_javaExecDefault); //
+ fJavawButton.setText(PDEUIMessages.BasicLauncherTab_javaExecDefault); //
fJavawButton.addSelectionListener(fListener);
fJavaButton = new Button(composite, SWT.RADIO);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/OSGiFrameworkBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/OSGiFrameworkBlock.java
index 2333a13217..6b404e0297 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/OSGiFrameworkBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/OSGiFrameworkBlock.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PDELogFileProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PDELogFileProvider.java
index 0101d3a5a9..da94ec2d22 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PDELogFileProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PDELogFileProvider.java
@@ -27,9 +27,9 @@ public class PDELogFileProvider implements ILogFileProvider {
/**
* Returns most recent log files for all PDE Launch Configurations.
- *
+ *
* @see ILogFileProvider#getLogSources()
- * @since 3.4
+ * @since 3.4
*/
@Override
public Map<String, String> getLogSources() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginStatusDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginStatusDialog.java
index eb1c34e99e..533cf1c45d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginStatusDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginStatusDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,7 +25,7 @@ import org.eclipse.ui.PlatformUI;
/**
* Dialog that opens when plug-in validation fails during launching. Displays
- * a list of problems discovered. Allows the user to continue the launch or
+ * a list of problems discovered. Allows the user to continue the launch or
* cancel if @link {@link #showCancelButton(boolean)} is set to true.
*/
public class PluginStatusDialog extends TrayDialog {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java
index e7def734d4..1774ebad24 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/ProgramBlock.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Code 9 Corporation - ongoing enhancements
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/RunWorkbenchAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/RunWorkbenchAction.java
index 488f30bf2c..967da23880 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/RunWorkbenchAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/RunWorkbenchAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -18,8 +18,8 @@ import org.eclipse.swt.custom.BusyIndicator;
import org.eclipse.ui.PlatformUI;
/**
- * Action for launching the workbench using the
- * shortcut. This action is suitable for referencing from
+ * Action for launching the workbench using the
+ * shortcut. This action is suitable for referencing from
* welcome and cheat sheet files.
*/
public class RunWorkbenchAction extends Action {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/SoftwareInstallBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/SoftwareInstallBlock.java
index fbed0e5260..e57fa89e6d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/SoftwareInstallBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/SoftwareInstallBlock.java
@@ -24,10 +24,10 @@ import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.widgets.*;
/**
- * Block on the {@link ConfigurationTab} that allows the user to choose
+ * Block on the {@link ConfigurationTab} that allows the user to choose
* between generating a p2 metadata profile for the launch or simply
* reusing the profile from the host.
- *
+ *
* @since 3.6
*/
public class SoftwareInstallBlock {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
index 56a9339529..e615a143f2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/TracingBlock.java
@@ -346,7 +346,7 @@ public class TracingBlock {
/**
* Returns the last selected plug-in as stored in dialog settings or <code>null</code> if no
* previous selection is found.
- *
+ *
* @return model for the last selected plug-in or <code>null</code>
*/
private IPluginModelBase getLastSelectedPlugin() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/WorkspaceDataBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/WorkspaceDataBlock.java
index f6da79febb..097951c290 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/WorkspaceDataBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/WorkspaceDataBlock.java
@@ -32,7 +32,7 @@ public class WorkspaceDataBlock extends BaseBlock {
/**
* Transient launch configuration attribute key that tells whether the launch configuration has been newly created but
* <em>not duplicated</em>.
- *
+ *
* @since 3.7
*/
private static final String ATTR_IS_NEWLY_CREATED = "isNewlyCreated"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsLabelProvider.java
index 2a8c2ea9aa..5b10f673cf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsOperation.java
index c9c8a0d6c2..f3afe7e840 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsOperation.java
@@ -101,7 +101,7 @@ public class ExternalizeStringsOperation extends WorkspaceModifyOperation {
@Override
protected void modifyModel(IBaseModel model, IProgressMonitor monitor) throws CoreException {
- // Get model & set includes entry...
+ // Get model & set includes entry...
if (model instanceof IBuildModel) {
IBuildModel buildModel = (IBuildModel) model;
IBuildEntry binIncludes = buildModel.getBuild().getEntry(IBuildEntry.BIN_INCLUDES);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsProcessor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsProcessor.java
index 6f7040f156..75677f5cf3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsProcessor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsProcessor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizard.java
index 669de64a5c..be7b6bda8c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizardPage.java
index d4dc1261bc..be8aba9741 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ExternalizeStringsWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsAction.java
index 99cc080d09..75058e6ce3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/GetNonExternalizedStringsAction.java
@@ -38,7 +38,7 @@ public class GetNonExternalizedStringsAction extends AbstractHandler {
@Override
public Object execute(ExecutionEvent event) throws ExecutionException {
- /*
+ /*
* Pass <code>fExternalizeSelectedPluginsOnly</code> to the operation to indicate
* that only the plug-ins passed in the selection are to be externalized and such that
* only those are displayed on the change table in the ExternalizeStringsWizard.
@@ -51,7 +51,7 @@ public class GetNonExternalizedStringsAction extends AbstractHandler {
* Executes this action, opening the externalize strings wizard and performing the proper operations.
* Added to allow the editors and internationalize wizard to open the externalize wizard in case some
* strings have not been externalized beforehand.
- *
+ *
* @param selection The selection to run the action on
*/
public void runGetNonExternalizedStringsAction(ISelection selection) {
@@ -75,7 +75,7 @@ public class GetNonExternalizedStringsAction extends AbstractHandler {
} catch (final InterruptedException irex) {
}
} else {
- /*
+ /*
* Azure: When the InternationalizeAction invokes the ExternalizeStringsAction,
* <code>fSkipMessageDialog</code> is set to true in order for no intermediate
* message to appear if all selected plug-ins were already externalized.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeAction.java
index b688926d2c..802c831b91 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeAction.java
@@ -8,7 +8,7 @@
* Contributors:
* Team Azure - initial API and implementation
* IBM Corporation - ongoing enhancements
- *
+ *
*******************************************************************************/
package org.eclipse.pde.internal.ui.nls;
@@ -45,7 +45,7 @@ public class InternationalizeAction extends AbstractHandler {
return null;
}
- /* Get the plugin model table containing the list of workspace and
+ /* Get the plugin model table containing the list of workspace and
* external plug-ins
*/
InternationalizeModelTable pluginTable = runnable.getPluginTable();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeModelTable.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeModelTable.java
index 09651aa286..e9b883cf09 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeModelTable.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeModelTable.java
@@ -15,11 +15,11 @@ import java.util.ArrayList;
import java.util.List;
/**
- *
+ *
* Stores the list of BundlePluginModels and ExternalPluginModels to be passed to the
* InternationalizeWizard. This class could also used to populate the list of locales
* to which plug-ins will be internationalized.
- *
+ *
* @author Team Azure
*
*/
@@ -62,7 +62,7 @@ public class InternationalizeModelTable {
}
/**
- *
+ *
* @return the number of models in the table
*/
public int getModelCount() {
@@ -86,7 +86,7 @@ public class InternationalizeModelTable {
}
/**
- *
+ *
* @return whether or not the model table contains preselected models
*/
public boolean hasPreSelected() {
@@ -94,7 +94,7 @@ public class InternationalizeModelTable {
}
/**
- *
+ *
* @return whether or not the list of models is empty
*/
public boolean isEmpty() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeOperation.java
index 6c7245a42e..d3840e23a6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeOperation.java
@@ -29,7 +29,7 @@ import org.eclipse.pde.internal.ui.PDEUIMessages;
* containing the list of plug-ins (workspace and external) prior to running the
* wizard. An instance of this class must be created before creating an
* InternationlizeWizard instance.
- *
+ *
* @author Team Azure
*
*/
@@ -41,7 +41,7 @@ public class InternationalizeOperation implements IRunnableWithProgress {
private boolean fCanceled;
/**
- *
+ *
* @param selection represents the preselected plug-in projects in the workbench
*/
public InternationalizeOperation(ISelection selection) {
@@ -79,7 +79,7 @@ public class InternationalizeOperation implements IRunnableWithProgress {
}
/**
- *
+ *
* @return whether or not the operation was cancelled
*/
public boolean wasCanceled() {
@@ -87,7 +87,7 @@ public class InternationalizeOperation implements IRunnableWithProgress {
}
/**
- *
+ *
* @param project
* @return whether or not the project was preselected
*/
@@ -96,7 +96,7 @@ public class InternationalizeOperation implements IRunnableWithProgress {
}
/**
- *
+ *
* @return the InternationalizeModelTable containing the plug-ins
*/
public InternationalizeModelTable getPluginTable() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizard.java
index 3489d15610..53e7676101 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizard.java
@@ -8,7 +8,7 @@
* Contributors:
* Team Azure - initial API and implementation
* IBM Corporation - ongoing enhancements
- *
+ *
*******************************************************************************/
package org.eclipse.pde.internal.ui.nls;
@@ -90,7 +90,7 @@ public class InternationalizeWizard extends Wizard implements IImportWizard {
}
/**
- *
+ *
* @param master
* @return the created setting for the InternationalizeWizard
*/
@@ -103,7 +103,7 @@ public class InternationalizeWizard extends Wizard implements IImportWizard {
}
/**
- *
+ *
* @return the list of plug-ins selected for internationalization
*/
private List<?> getPluginModelsForInternationalization() {
@@ -111,7 +111,7 @@ public class InternationalizeWizard extends Wizard implements IImportWizard {
}
/**
- *
+ *
* @return the list of locales specified for internationalization
*/
private List<?> getLocalesForInternationalization() {
@@ -130,7 +130,7 @@ public class InternationalizeWizard extends Wizard implements IImportWizard {
}
/**
- *
+ *
* @param currentPage
* @return the next wizard page
*/
@@ -144,7 +144,7 @@ public class InternationalizeWizard extends Wizard implements IImportWizard {
}
/**
- *
+ *
* @param currentPage
* @return the previous wizard page
*/
@@ -180,7 +180,7 @@ public class InternationalizeWizard extends Wizard implements IImportWizard {
}
}
- //Set the selection for the non-externalized plug-ins that
+ //Set the selection for the non-externalized plug-ins that
//should be passed to the ExternalizeStringsWizard
IStructuredSelection externalizeSelection = new StructuredSelection(projects);
externalize.setExternalizeSelectedPluginsOnly(true);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardOpenOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardOpenOperation.java
index 7d17213ced..9104ec2883 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardOpenOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardOpenOperation.java
@@ -25,7 +25,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* A helper class to open an InternationalizeWizard dialog.
- *
+ *
* @author Team Azure
*/
public class InternationalizeWizardOpenOperation {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardPluginPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardPluginPage.java
index 211444ed50..0d7f64c50f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardPluginPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/InternationalizeWizardPluginPage.java
@@ -40,7 +40,7 @@ import org.eclipse.swt.widgets.*;
import org.eclipse.ui.progress.WorkbenchJob;
/**
- * The first page of the InternationalizeWizard. This page allows the user to
+ * The first page of the InternationalizeWizard. This page allows the user to
* select the desired plug-ins for internationalization. These could be plug-ins
* in the user's workspace or external ones.
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeFile.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeFile.java
index 3cf7c79705..d13929ce97 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeFile.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeFile.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeLabelProvider.java
index 5e0839f958..4f2956323a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeTable.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeTable.java
index 21ca234887..b733871b63 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeTable.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/ModelChangeTable.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/NLSFragmentGenerator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/NLSFragmentGenerator.java
index ca45dc7d2a..e73e4874e2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/NLSFragmentGenerator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/NLSFragmentGenerator.java
@@ -35,7 +35,7 @@ import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;
/**
- *
+ *
* Generates the fragment projects for the list of selected plug-ins.
* Each fragment contains a series of properties files specific to the locales
* the user selected. For example plugin_fr.properties for the french locale
@@ -169,10 +169,10 @@ public class NLSFragmentGenerator {
/**
* Creates an NL fragment project along with the locale specific properties
* files.
- * @throws CoreException
- * @throws IOException
- * @throws InvocationTargetException
- * @throws InterruptedException
+ * @throws CoreException
+ * @throws IOException
+ * @throws InvocationTargetException
+ * @throws InterruptedException
*/
private void internationalizePlugins(List<?> plugins, List<?> locales, Map<String, Object> overwrites) throws CoreException, IOException, InvocationTargetException, InterruptedException {
@@ -235,9 +235,9 @@ public class NLSFragmentGenerator {
* Creates a fragment project for the specified plug-in and populates
* the field data.
* @param plugin
- * @throws CoreException
- * @throws InvocationTargetException
- * @throws InterruptedException
+ * @throws CoreException
+ * @throws InvocationTargetException
+ * @throws InterruptedException
*/
private void createNLFragment(final IPluginModelBase plugin, final IProject project, final Locale locale) throws CoreException, InvocationTargetException, InterruptedException {
FragmentFieldData fragmentData = populateFieldData(plugin, locale);
@@ -299,8 +299,8 @@ public class NLSFragmentGenerator {
/**
* Adjusts the plug-in's version to reflect the required
- * fragment-host bundle-version range. For example,
- * fragment-host's bundle-version range would be: "[1.0.0, 1.1.0)"
+ * fragment-host bundle-version range. For example,
+ * fragment-host's bundle-version range would be: "[1.0.0, 1.1.0)"
* if the host's version is 1.0.0
* @param oldVersion
* @return adjusted plug-in version
@@ -326,12 +326,12 @@ public class NLSFragmentGenerator {
}
/**
- * Creates a locale specific properties file within the fragment project
+ * Creates a locale specific properties file within the fragment project
* based on the content of the host plug-in's properties file.
* @param fragmentProject
* @param locale
- * @throws CoreException
- * @throws IOException
+ * @throws CoreException
+ * @throws IOException
*/
private void createLocaleSpecificPropertiesFile(final IProject fragmentProject, IPluginModelBase plugin, final Locale locale) throws CoreException, IOException {
final IFolder localeResourceFolder = fragmentProject.getFolder(RESOURCE_FOLDER_PARENT).getFolder(locale.toString());
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/StringHelper.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/StringHelper.java
index 2f9a645996..76bb87491f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/StringHelper.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/StringHelper.java
@@ -70,7 +70,7 @@ public class StringHelper {
case '\n' :
return "\\n";//$NON-NLS-1$
case '\f' :
- return "\\f";//$NON-NLS-1$
+ return "\\f";//$NON-NLS-1$
case '\r' :
return "\\r";//$NON-NLS-1$
case '\\' :
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/CheckboxTablePart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/CheckboxTablePart.java
index 787ef2b2b8..134c92379d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/CheckboxTablePart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/CheckboxTablePart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ComboPart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ComboPart.java
index b289741d91..e17652036a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ComboPart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ComboPart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ConditionalListSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ConditionalListSelectionDialog.java
index a560ac9c10..8b1b553031 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ConditionalListSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ConditionalListSelectionDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/EditableTablePart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/EditableTablePart.java
index 55dc1afb59..ffd73b34bb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/EditableTablePart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/EditableTablePart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormBrowser.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormBrowser.java
index 121b971580..c7672735df 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormBrowser.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormBrowser.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormEntry.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormEntry.java
index ec3c802a3f..39b94150d2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormEntry.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/FormEntry.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Philipp Kursawe <phil.kursawe@gmail.com> - bug 272654
@@ -40,7 +40,7 @@ public class FormEntry {
/**
* The default constructor. Call 'createControl' to make it.
- *
+ *
*/
public FormEntry(Composite parent, FormToolkit toolkit, String labelText, int style) {
createControl(parent, toolkit, labelText, style, null, false, 0, 0);
@@ -48,7 +48,7 @@ public class FormEntry {
/**
* This constructor create all the controls right away.
- *
+ *
* @param parent
* @param toolkit
* @param labelText
@@ -69,7 +69,7 @@ public class FormEntry {
/**
* Create all the controls in the provided parent.
- *
+ *
* @param parent
* @param toolkit
* @param labelText
@@ -172,7 +172,7 @@ public class FormEntry {
/**
* Attaches the listener for the entry.
- *
+ *
* @param listener
*/
public void setFormEntryListener(IFormEntryListener listener) {
@@ -217,7 +217,7 @@ public class FormEntry {
/**
* If dirty, commits the text in the widget to the value and notifies the
* listener. This call clears the 'dirty' flag.
- *
+ *
*/
public void commit() {
if (fDirty) {
@@ -245,7 +245,7 @@ public class FormEntry {
/**
* Returns the text control.
- *
+ *
*/
public Text getText() {
return fText;
@@ -265,7 +265,7 @@ public class FormEntry {
/**
* Returns the current entry value. If the entry is dirty and was not
* commited, the value may be different from the text in the widget.
- *
+ *
*/
public String getValue() {
return fValue.trim();
@@ -273,7 +273,7 @@ public class FormEntry {
/**
* Returns true if the text has been modified.
- *
+ *
*/
public boolean isDirty() {
return fDirty;
@@ -295,7 +295,7 @@ public class FormEntry {
/**
* Sets the value of this entry.
- *
+ *
* @param value
*/
public void setValue(String value) {
@@ -307,7 +307,7 @@ public class FormEntry {
/**
* Sets the value of this entry with the possibility to turn the
* notification off.
- *
+ *
* @param value
* @param blockNotification
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/IFormEntryListener.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/IFormEntryListener.java
index 0049455646..acbebf0088 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/IFormEntryListener.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/IFormEntryListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ILinkLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ILinkLabelProvider.java
index 6476b3e9dc..1792f74970 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ILinkLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/ILinkLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/MessageLine.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/MessageLine.java
index 2a2063435e..c1906d430a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/MessageLine.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/MessageLine.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -74,7 +74,7 @@ public class MessageLine extends CLabel {
return;
}
}
- setText(""); //$NON-NLS-1$
+ setText(""); //$NON-NLS-1$
setImage(null);
setBackground(fNormalMsgAreaBackground);
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PDESourceViewer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PDESourceViewer.java
index 875da5c0c1..bb1c0732fd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PDESourceViewer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PDESourceViewer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -177,7 +177,7 @@ public class PDESourceViewer {
/**
* Utility method used to tie global actions into source viewers.
- *
+ *
* @param actionId
* @param viewer
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java
index 0d54ddec82..93ba4ea7e6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPart.java
index 9684f8c6b8..234cbc4916 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPartWithButtons.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPartWithButtons.java
index af907a9c95..1e7d3ccf3a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPartWithButtons.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/SharedPartWithButtons.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Les Jones <lesojones@gmail.com> - bug 190717
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StatusInfo.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StatusInfo.java
index e330e565af..1ccd231fe6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StatusInfo.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StatusInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.IStatus;
import org.eclipse.pde.internal.ui.IPDEUIConstants;
/**
- * A settable IStatus.
+ * A settable IStatus.
* Can be an error, warning, info or ok. For error, info and warning states,
* a message describes the problem.
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StructuredViewerPart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StructuredViewerPart.java
index 241c11e57e..72e81989af 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StructuredViewerPart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/StructuredViewerPart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TablePart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TablePart.java
index 3c0231d771..7ed11798ee 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TablePart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TablePart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreeMessageDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreeMessageDialog.java
index 7652cc4bfc..005e240e65 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreeMessageDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreeMessageDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreePart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreePart.java
index 634c1c2b66..0ae92f32e1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreePart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/TreePart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/WizardCheckboxTablePart.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/WizardCheckboxTablePart.java
index 0cf0e6bee0..29b446974f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/WizardCheckboxTablePart.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/WizardCheckboxTablePart.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/AddToJavaSearchJob.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/AddToJavaSearchJob.java
index 5fcb5cd72c..58d15c71fa 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/AddToJavaSearchJob.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/AddToJavaSearchJob.java
@@ -26,7 +26,7 @@ import org.eclipse.pde.internal.ui.PDEUIMessages;
/**
* Adds/Removes the target bundles to/from Java search
- *
+ *
* @since 3.6
*/
public class AddToJavaSearchJob extends WorkspaceJob {
@@ -39,7 +39,7 @@ public class AddToJavaSearchJob extends WorkspaceJob {
/**
* Adds/Removes the target bundles to/from Java search
- *
+ *
* @param target The target definition whose bundles are to be added/removed.
*/
public static void synchWithTarget(ITargetDefinition target) {
@@ -59,7 +59,7 @@ public class AddToJavaSearchJob extends WorkspaceJob {
/**
* Adds or removes a set of bundles from Java search
- *
+ *
* @param bundles bundles that are to be added/removed.
* @param add <code>true</code> to add, <code>false></code> to remove
*/
@@ -72,7 +72,7 @@ public class AddToJavaSearchJob extends WorkspaceJob {
/**
* Updates the contents of the java search scope setting its contents to the
* contents of the given target definition.
- *
+ *
* @param target target to update search scope with
*/
private AddToJavaSearchJob(ITargetDefinition target) {
@@ -87,7 +87,7 @@ public class AddToJavaSearchJob extends WorkspaceJob {
* Adds them to the scope if add to <code>true</code> otherwise they are removed.
* Calling this method with bundles being null and add being <code>false</code>
* will clear the java search scope.
- *
+ *
* @param bundles set of bundles to add or remove
* @param add whether to add or remove the bundles
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/CompilersPreferencePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/CompilersPreferencePage.java
index 925b35794f..c07deec8c4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/CompilersPreferencePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/CompilersPreferencePage.java
@@ -46,7 +46,7 @@ public class CompilersPreferencePage extends PreferencePage implements IWorkbenc
private Map<?, ?> fPageData = null;
/**
- *
+ *
*/
public CompilersPreferencePage() {
super();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ConfigurationBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ConfigurationBlock.java
index 59d013fd33..e0a98cfead 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ConfigurationBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ConfigurationBlock.java
@@ -29,7 +29,7 @@ import org.eclipse.swt.widgets.Label;
/**
* General functions useful to all widgets that create preference blocks
- *
+ *
* @since 3.8
*/
public abstract class ConfigurationBlock {
@@ -37,7 +37,7 @@ public abstract class ConfigurationBlock {
private static final int HIGHLIGHT_FOCUS = SWT.COLOR_WIDGET_DARK_SHADOW;
private static final int HIGHLIGHT_MOUSE = SWT.COLOR_WIDGET_NORMAL_SHADOW;
private static final int HIGHLIGHT_NONE = SWT.NONE;
-
+
protected void addHighlight(final Composite parent, final Label labelControl, final Combo comboBox) {
comboBox.addFocusListener(new FocusListener() {
@Override
@@ -49,7 +49,7 @@ public abstract class ConfigurationBlock {
highlight(parent, labelControl, comboBox, HIGHLIGHT_FOCUS);
}
});
-
+
MouseTrackAdapter labelComboListener= new MouseTrackAdapter() {
@Override
public void mouseEnter(MouseEvent e) {
@@ -63,7 +63,7 @@ public abstract class ConfigurationBlock {
};
comboBox.addMouseTrackListener(labelComboListener);
labelControl.addMouseTrackListener(labelComboListener);
-
+
class MouseMoveTrackListener extends MouseTrackAdapter implements MouseMoveListener, MouseListener {
@Override
public void mouseExit(MouseEvent e) {
@@ -101,7 +101,7 @@ public abstract class ConfigurationBlock {
parent.addMouseMoveListener(parentListener);
parent.addMouseTrackListener(parentListener);
parent.addMouseListener(parentListener);
-
+
MouseAdapter labelClickListener= new MouseAdapter() {
@Override
public void mouseDown(MouseEvent e) {
@@ -110,11 +110,11 @@ public abstract class ConfigurationBlock {
};
labelControl.addMouseListener(labelClickListener);
}
-
+
protected void highlight(final Composite parent, final Label labelControl, final Combo comboBox, final int color) {
-
+
class HighlightPainter implements PaintListener {
-
+
private int fColor= color;
@Override
@@ -124,22 +124,22 @@ public abstract class ConfigurationBlock {
labelControl.setData(null);
return;
}
-
+
int GAP= 7;
int ARROW= 3;
Rectangle l= labelControl.getBounds();
Point c= comboBox.getLocation();
-
+
e.gc.setForeground(e.display.getSystemColor(fColor));
int x2= c.x - GAP;
int y= l.y + l.height / 2 + 1;
-
+
e.gc.drawLine(l.x + l.width + GAP, y, x2, y);
e.gc.drawLine(x2 - ARROW, y - ARROW, x2, y);
e.gc.drawLine(x2 - ARROW, y + ARROW, x2, y);
}
}
-
+
Object data= labelControl.getData();
if (data == null) {
if (color != HIGHLIGHT_NONE) {
@@ -159,9 +159,9 @@ public abstract class ConfigurationBlock {
return;
}
}
-
+
parent.redraw();
parent.update();
}
-
+
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ManifestSyntaxColorTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ManifestSyntaxColorTab.java
index f6514fd744..83aa885a64 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ManifestSyntaxColorTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ManifestSyntaxColorTab.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/OSGiFrameworkPreferencePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/OSGiFrameworkPreferencePage.java
index a1b48d5c01..60f216e874 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/OSGiFrameworkPreferencePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/OSGiFrameworkPreferencePage.java
@@ -37,13 +37,13 @@ import org.osgi.service.prefs.BackingStoreException;
/**
* Provides the preference page for managing the default OSGi framework to use.
- *
+ *
* @since 3.3
*/
public class OSGiFrameworkPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {
/**
- * Label provider for the table viewer. Annotates the default framework with bold text
+ * Label provider for the table viewer. Annotates the default framework with bold text
*/
class FrameworkLabelProvider extends LabelProvider implements IFontProvider {
private Font font = null;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java
index 14d3847922..737c00c124 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java
@@ -40,7 +40,7 @@ import org.osgi.service.prefs.BackingStoreException;
/**
* A configuration block for setting PDE compiler preferences
- *
+ *
* @since 3.4
*/
public class PDECompilersConfigurationBlock extends ConfigurationBlock {
@@ -238,7 +238,7 @@ public class PDECompilersConfigurationBlock extends ConfigurationBlock {
private IScopeContext[] fLookupOrder = null;
/**
- * The project this block is working on settings for. Only applies in the
+ * The project this block is working on settings for. Only applies in the
* case of project specific settings
*/
private IProject fProject = null;
@@ -249,12 +249,12 @@ public class PDECompilersConfigurationBlock extends ConfigurationBlock {
private IWorkingCopyManager fManager = null;
/**
- * The main composite for the configuration block, used for enabling/disabling the block
+ * The main composite for the configuration block, used for enabling/disabling the block
*/
private Composite fMainComp = null;
/**
- * Stored old fProject specific settings.
+ * Stored old fProject specific settings.
*/
private IdentityHashMap<Key, String> fOldProjectSettings = null;
@@ -285,12 +285,12 @@ public class PDECompilersConfigurationBlock extends ConfigurationBlock {
private HashSet<String> fBuilders = new HashSet<>(4);
/**
- * The parent this block has been added to
+ * The parent this block has been added to
*/
private Composite fParent = null;
/**
- * Default selection listener for combo and check controls
+ * Default selection listener for combo and check controls
*/
private SelectionListener selectionlistener = new SelectionAdapter() {
@Override
@@ -353,8 +353,8 @@ public class PDECompilersConfigurationBlock extends ConfigurationBlock {
fOldProjectSettings.put(fgAllKeys[i], fgAllKeys[i].getStoredValue(fLookupOrder, false, fManager));
}
}
- //make it load so we have access to the pde preferences initialized via pde core preferences
- //https://bugs.eclipse.org/bugs/show_bug.cgi?id=273017
+ //make it load so we have access to the pde preferences initialized via pde core preferences
+ //https://bugs.eclipse.org/bugs/show_bug.cgi?id=273017
PDECore.getDefault().getPreferencesManager();
}
@@ -459,7 +459,7 @@ public class PDECompilersConfigurationBlock extends ConfigurationBlock {
/**
* Creates the control in the parent control
- *
+ *
* @param parent the parent control
*/
public Control createControl(Composite parent) {
@@ -720,7 +720,7 @@ public class PDECompilersConfigurationBlock extends ConfigurationBlock {
}
/**
- * Handles one of the expandable composites being expanded
+ * Handles one of the expandable composites being expanded
*/
private void handleExpand(ScrolledComposite composite) {
if (composite == null) {
@@ -855,7 +855,7 @@ public class PDECompilersConfigurationBlock extends ConfigurationBlock {
}
/**
- * Adds the associated builder for the tab this control lives on. Lookups are done using
+ * Adds the associated builder for the tab this control lives on. Lookups are done using
* hash codes for constant time containment checks
* @param control
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ProjectSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ProjectSelectionDialog.java
index 3808e5a990..fa981d1452 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ProjectSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/ProjectSelectionDialog.java
@@ -34,7 +34,7 @@ import org.eclipse.ui.dialogs.SelectionStatusDialog;
/**
* A dialog for selecting a project to configure project specific settings for
- *
+ *
* @since 1.0.0
*/
public class ProjectSelectionDialog extends SelectionStatusDialog {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/SyntaxColorTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/SyntaxColorTab.java
index b47e8419ea..a40660aa9a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/SyntaxColorTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/SyntaxColorTab.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Code 9 Corporation - ongoing enhancements
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TabFolderLayout.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TabFolderLayout.java
index 00e9613b22..ad894dfdb3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TabFolderLayout.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TabFolderLayout.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferenceNode.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferenceNode.java
index 9800c90950..06da1c14e6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferenceNode.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferenceNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferencePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferencePage.java
index 8cd7dd6d8a..d6d1a4df31 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferencePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/TargetPlatformPreferencePage.java
@@ -223,7 +223,7 @@ public class TargetPlatformPreferencePage extends PreferencePage implements IWor
private List<ITargetDefinition> fTargets = new ArrayList<>();
/**
- * Removed definitions (to be removed on apply)
+ * Removed definitions (to be removed on apply)
*/
private List<ITargetDefinition> fRemoved = new ArrayList<>();
@@ -646,7 +646,7 @@ public class TargetPlatformPreferencePage extends PreferencePage implements IWor
}
/**
- * Updates the details text box with information about the currently selected target
+ * Updates the details text box with information about the currently selected target
*/
protected void updateDetails() {
IStructuredSelection selection = (IStructuredSelection) fTableViewer.getSelection();
@@ -666,7 +666,7 @@ public class TargetPlatformPreferencePage extends PreferencePage implements IWor
/**
* Returns the target platform service or <code>null</code> if the service could
* not be acquired.
- *
+ *
* @return target platform service or <code>null</code>
*/
private ITargetPlatformService getTargetService() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/XMLSyntaxColorTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/XMLSyntaxColorTab.java
index 14019817b1..fdbfcc5767 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/XMLSyntaxColorTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/XMLSyntaxColorTab.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/CompilersPropertyPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/CompilersPropertyPage.java
index 112d01412f..b84c0e84a5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/CompilersPropertyPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/CompilersPropertyPage.java
@@ -36,7 +36,7 @@ public class CompilersPropertyPage extends PropertyPage {
private HashMap<?, ?> fPageData = null;
/**
- * The control block
+ * The control block
*/
private PDECompilersConfigurationBlock fBlock = null;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/PluginDevelopmentPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/PluginDevelopmentPage.java
index 7187f385f9..7e235b108c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/PluginDevelopmentPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/PluginDevelopmentPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/SelfHostingPropertyPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/SelfHostingPropertyPage.java
index ff57322ece..a61b6c8107 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/SelfHostingPropertyPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/SelfHostingPropertyPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerMoveParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerMoveParticipant.java
index 511a60f290..3f4258b884 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerMoveParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerMoveParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
index e7e429a262..318afd3164 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ContainerRenameParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -89,7 +89,7 @@ public class ContainerRenameParticipant extends PDERenameParticipant {
String newId = IdUtil.getValidId(newText);
header.setId(newId);
- // at this point, neither the project or file will exist.
+ // at this point, neither the project or file will exist.
// The project/resources get refactored before the TextChange is applied, therefore we need their future locations
IProject newProject = ((IWorkspaceRoot) manifest.getProject().getParent()).getProject(newText);
// If the manifest is in a non-standard location the new project will keep that location, only the project will be changed
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
index 4403996914..611a16175d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/CreateHeaderChangeOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileMoveParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileMoveParticipant.java
index 21674dc5b1..1ee85d1249 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileMoveParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileMoveParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileRenameParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileRenameParticipant.java
index 698d222a3e..4372f49121 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileRenameParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FileRenameParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FindReferenceOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FindReferenceOperation.java
index 8461ca0ab2..0b4e5a2589 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FindReferenceOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/FindReferenceOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/GeneralRenameIDWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/GeneralRenameIDWizardPage.java
index 00911eb8c8..fdad214b6b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/GeneralRenameIDWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/GeneralRenameIDWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -92,7 +92,7 @@ public abstract class GeneralRenameIDWizardPage extends UserInputWizardPage {
/**
* Intended to allow subclassing wizard pages validate the id based on custom criteria.
- *
+ *
* @param id
* @return null if id is valid, otherwise return corresponding error message
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageMoveParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageMoveParticipant.java
index f99ed57b36..5b74b8fd9d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageMoveParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageMoveParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageRenameParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageRenameParticipant.java
index 193cf562bf..d546a1620c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageRenameParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestPackageRenameParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeMoveParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeMoveParticipant.java
index a854cb63e5..5a8b7b070c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeMoveParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeMoveParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeRenameParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeRenameParticipant.java
index b11d4d49e9..603c78ea8e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeRenameParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/ManifestTypeRenameParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
index 691827b2d9..60cd92099d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MoveFromChange.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MovedTextFileChange.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MovedTextFileChange.java
index 54dd3670f5..97dd786b3e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MovedTextFileChange.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/MovedTextFileChange.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDEMoveParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDEMoveParticipant.java
index 2dd4e946fc..5b47dcb30a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDEMoveParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDEMoveParticipant.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactor.java
index 4255c486da..28ba193c0d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactoringAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactoringAction.java
index 0402b0bfff..45210bdf75 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactoringAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/PDERefactoringAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringActionFactory.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringActionFactory.java
index 24156e5aaa..7b033e94e4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringActionFactory.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringActionFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringInfo.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringInfo.java
index f38062df5e..d4a081aa8e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringInfo.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringPluginInfo.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringPluginInfo.java
index e08b7f17bf..e670082618 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringPluginInfo.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RefactoringPluginInfo.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointProcessor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointProcessor.java
index a11b41f4f4..1d393a4bd1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointProcessor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointProcessor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointWizard.java
index 957bc1fa42..a21469cb0d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameExtensionPointWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizard.java
index 1e90738de1..6e9b8cddf7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizardPage.java
index 79425709c8..fab046020a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenamePluginWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameProjectChange.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameProjectChange.java
index 36f643eefc..ff7ac15285 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameProjectChange.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/RenameProjectChange.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AbstractSearchResultPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AbstractSearchResultPage.java
index db68d312df..d909c19bf3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AbstractSearchResultPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AbstractSearchResultPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AttributesMatch.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AttributesMatch.java
index 0ab44c2b9c..a9d6a35fcf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AttributesMatch.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/AttributesMatch.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Sascha Becher <s.becher@qualitype.de> - bug 360894
*******************************************************************************/
@@ -14,14 +14,14 @@ import org.eclipse.pde.internal.ui.editor.plugin.ManifestEditor;
import org.eclipse.search.ui.text.Match;
/**
- * An extension to {@link Match} in order to present matching plugins which resulted
- * in a search queried from the extensions page of the {@link ManifestEditor}
+ * An extension to {@link Match} in order to present matching plugins which resulted
+ * in a search queried from the extensions page of the {@link ManifestEditor}
*/
public class AttributesMatch extends Match {
/**
- * A constant expressing that the {@link Match} resulted in a search queried from
- * the extensions page of the {@link ManifestEditor}
+ * A constant expressing that the {@link Match} resulted in a search queried from
+ * the extensions page of the {@link ManifestEditor}
*/
public static final int UNIT_ATTRIBUTE_SEARCH_PATTERN = 3;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/BaseSearchAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/BaseSearchAction.java
index 110c0748fc..4afe314fc8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/BaseSearchAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/BaseSearchAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ExtensionsPatternFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ExtensionsPatternFilter.java
index 96ffa20564..4422ab9f56 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ExtensionsPatternFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ExtensionsPatternFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Sascha Becher <s.becher@qualitype.de> - bug 360894
*******************************************************************************/
@@ -25,10 +25,10 @@ import org.eclipse.ui.dialogs.PatternFilter;
* default filtering behaviour of the tree while providing the ability to
* highlight related items such as commands along with their command images,
* handlers, menu entries and activities.
- *
+ *
* @see org.eclipse.ui.dialogs.FilteredTree
* @since 3.8
- *
+ *
*/
public class ExtensionsPatternFilter extends PatternFilter {
@@ -44,12 +44,12 @@ public class ExtensionsPatternFilter extends PatternFilter {
protected final Set<Object> fFoundAnyElementsCache = new HashSet<>();
/**
- * Check if the leaf element is a match with the filter text. The default behavior
+ * Check if the leaf element is a match with the filter text. The default behavior
* checks that the element name or extension point is a match employing wildcards.
* An implicit wild card is added at the end always (default behaviour).
- *
+ *
* Subclasses should override this method.
- *
+ *
* @param viewer
* the viewer that contains the element
* @param element
@@ -157,10 +157,10 @@ public class ExtensionsPatternFilter extends PatternFilter {
/**
* While the plugin model offers resource bundle localization, some plugins may skip this and use fix text for display.
- * Wildcard enabled search of the PatternFilter should be available in this case. Only a list of attributes that
+ * Wildcard enabled search of the PatternFilter should be available in this case. Only a list of attributes that
* are expected to contain resource bundles are evaluated as long as the value doesn't contain a point. On some elements
* for example a name attribute can contain an id. Those are skipped though.
- *
+ *
* @param attributeValue
* @param attributeName
* @param searchPattern
@@ -189,7 +189,7 @@ public class ExtensionsPatternFilter extends PatternFilter {
* Splits attributes on occurrence of /<br>
* If <code>quoted</code> is set to <code>true</code> parameter <code>text</code> is returned as the only
* element in the array, thus skipping the splitting.
- *
+ *
* @param text text to split
* @param quoted decides whether splitting actually occurs
* @return split array containing the splitted attributes or one element containing the value of parameter <code>text</code>
@@ -273,13 +273,13 @@ public class ExtensionsPatternFilter extends PatternFilter {
/**
* Splits a string at the occurrences of <code>/</code>. Any quoted parts of the <code>filterText</code>
* are not to be splitted but remain as a whole along with the quotation.
- *
+ *
* @param filterText text to split
* @return split array
*/
protected String[] splitWithQuoting(String filterText) {
// remove multiple separators
- String text = filterText.replaceAll("/{1,}", "/"); //$NON-NLS-1$//$NON-NLS-2$
+ String text = filterText.replaceAll("/{1,}", "/"); //$NON-NLS-1$//$NON-NLS-2$
boolean containsQuoting = text.indexOf('\"') != -1;
if (containsQuoting) {
// remove multiple quotes
@@ -295,7 +295,7 @@ public class ExtensionsPatternFilter extends PatternFilter {
/**
* Enables the filter to temporarily display arbitrary elements
- *
+ *
* @param element
*/
public boolean addElement(Object element) {
@@ -304,7 +304,7 @@ public class ExtensionsPatternFilter extends PatternFilter {
/**
* Removes elements from the filter
- *
+ *
* @param element
*/
public boolean removeElement(Object element) {
@@ -312,9 +312,9 @@ public class ExtensionsPatternFilter extends PatternFilter {
}
/*
- * The pattern string for which this filter should select
+ * The pattern string for which this filter should select
* elements in the viewer.
- *
+ *
* @see org.eclipse.ui.dialogs.PatternFilter#setPattern(java.lang.String)
*/
@Override
@@ -328,7 +328,7 @@ public class ExtensionsPatternFilter extends PatternFilter {
}
/**
- * @return the whole filter text (unsplit)
+ * @return the whole filter text (unsplit)
*/
public String getPattern() {
return fSearchPattern;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindDeclarationsAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindDeclarationsAction.java
index 2048a7ed24..f3a5916a67 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindDeclarationsAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindDeclarationsAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java
index df7cff8754..f9c1852bfd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindPluginReferencesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindReferencesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindReferencesAction.java
index 2918a4f777..9d73419e8e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindReferencesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/FindReferencesAction.java
@@ -18,12 +18,12 @@ import org.eclipse.search.ui.ISearchQuery;
import org.osgi.framework.Version;
/**
- * A find references action to find references to a given object. The object should
+ * A find references action to find references to a given object. The object should
* be an instance of {@link IPlugin}, {@link IPluginExtensionPoint}, {@link IPluginImport}, or
* {@link IPluginExtension}. The pluginID will be used to qualify an extension point ID. If
* <code>null</code> is passed, the extension point object will be queried for the plug-in id.
* If no id is found, the search scope will prefix the extension point ID with <code>*</code>
- *
+ *
**/
public class FindReferencesAction extends BaseSearchAction {
@@ -31,12 +31,12 @@ public class FindReferencesAction extends BaseSearchAction {
private String fPluginID;
/**
- * Creates a new find references action to find references to the given object. The object should
+ * Creates a new find references action to find references to the given object. The object should
* be an instance of {@link IPlugin}, {@link IPluginExtensionPoint}, {@link IPluginImport}, or
* {@link IPluginExtension}. The pluginID will be used to qualify an extension point ID. If
* <code>null</code> is passed, the extension point object will be queried for the plug-in id.
* If no id is found, the search scope will prefix the extension point ID with <code>*</code>
- *
+ *
* @param object the object to search for references to
* @param pluginID plug-in id to prefix extension point id's with
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/OpenPluginSearchPageAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/OpenPluginSearchPageAction.java
index cff2f3f4f8..b63c771e2d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/OpenPluginSearchPageAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/OpenPluginSearchPageAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java
index 9693ff1e02..3c9f34f676 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchActionGroup.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchPage.java
index bdb0ff188b..7a4ff3ccf7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchResultPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchResultPage.java
index 29819f6f86..00807672f2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchResultPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PluginSearchResultPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PreviewReferenceAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PreviewReferenceAction.java
index fe09df9633..3df48ed62e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PreviewReferenceAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/PreviewReferenceAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/SearchResult.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/SearchResult.java
index 9bb904ce37..de86e5d6b1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/SearchResult.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/SearchResult.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -44,7 +44,7 @@ public class SearchResult extends AbstractTextSearchResult implements IEditorMat
@Override
public String getLabel() {
int numMatches = getMatchCount();
- return fQuery.getLabel() + " - " + numMatches + " " + (numMatches == 1 ? PDEUIMessages.SearchResult_match : PDEUIMessages.SearchResult_matches); //$NON-NLS-1$ //$NON-NLS-2$
+ return fQuery.getLabel() + " - " + numMatches + " " + (numMatches == 1 ? PDEUIMessages.SearchResult_match : PDEUIMessages.SearchResult_matches); //$NON-NLS-1$ //$NON-NLS-2$
}
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ShowDescriptionAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ShowDescriptionAction.java
index caeccec1ba..7c49ffc21b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ShowDescriptionAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ShowDescriptionAction.java
@@ -137,7 +137,7 @@ public class ShowDescriptionAction extends Action {
/**
* @return the temporary working directory
- *
+ *
* @throws IOException
*/
private File getTempWorkingDir() throws IOException {
@@ -180,7 +180,7 @@ public class ShowDescriptionAction extends Action {
}
/**
- *
+ *
*/
private void linkPreviewFileToSchemaFile() {
// Ensure the preview file is defined
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewBinaryDependenciesOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewBinaryDependenciesOperation.java
index 8b4d2b4748..e38d3ed788 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewBinaryDependenciesOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewBinaryDependenciesOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesAction.java
index ce9c405c6c..2715bb71b0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
index 757e3bed73..23f87b401c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/AddNewDependenciesOperation.java
@@ -256,7 +256,7 @@ public class AddNewDependenciesOperation extends WorkspaceModifyOperation {
ignorePkgs.add(pkgName);
newDeps.put(exported[i], pluginId);
if (useRequireBundle) {
- // since using require-bundle, rest of packages will be available when bundle is added.
+ // since using require-bundle, rest of packages will be available when bundle is added.
for (; i < exported.length; i++)
ignorePkgs.add(exported[i].getName());
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesAction.java
index 996a9a3658..db9d2e018a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyCalculator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyCalculator.java
index c0ed682549..578cbf92e8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyCalculator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyCalculator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentAction.java
index 73ee6f41b7..dcc2ee50c6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentOperation.java
index 8c9f71007e..79217e6f55 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -67,7 +67,7 @@ public class DependencyExtentOperation {
public void execute(IProgressMonitor monitor) {
IPluginModelBase[] plugins = PluginJavaSearchUtil.getPluginImports(fImportID);
- monitor.beginTask(PDEUIMessages.DependencyExtentOperation_searching + " " + fImportID + "...", 10); //$NON-NLS-1$//$NON-NLS-2$
+ monitor.beginTask(PDEUIMessages.DependencyExtentOperation_searching + " " + fImportID + "...", 10); //$NON-NLS-1$//$NON-NLS-2$
checkForJavaDependencies(plugins, new SubProgressMonitor(monitor, 9));
for (int i = 0; i < plugins.length; i++) {
checkForExtensionPointsUsed(plugins[i]);
@@ -112,7 +112,7 @@ public class DependencyExtentOperation {
if (monitor.isCanceled())
break;
IPackageFragment pkgFragment = packageFragments[i];
- monitor.subTask(PDEUIMessages.DependencyExtentOperation_inspecting + " " + pkgFragment.getElementName()); //$NON-NLS-1$
+ monitor.subTask(PDEUIMessages.DependencyExtentOperation_inspecting + " " + pkgFragment.getElementName()); //$NON-NLS-1$
if (pkgFragment.hasChildren()) {
IJavaElement[] children = pkgFragment.getChildren();
for (int j = 0; j < children.length; j++) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentQuery.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentQuery.java
index e2e749b522..5fff0476d1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentQuery.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentQuery.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -43,7 +43,7 @@ public class DependencyExtentQuery implements ISearchQuery {
@Override
public String getLabel() {
- return PDEUIMessages.DependencyExtentQuery_label + " " + fImportID; //$NON-NLS-1$
+ return PDEUIMessages.DependencyExtentQuery_label + " " + fImportID; //$NON-NLS-1$
}
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResult.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResult.java
index 73e3a02e3a..4576c3d6df 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResult.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResult.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -82,7 +82,7 @@ public class DependencyExtentSearchResult extends SearchResult {
@Override
public String getLabel() {
int count = getMatchCount();
- return fQuery.getLabel() + " - " + count + " " + (count == 1 ? PDEUIMessages.DependencyExtentSearchResult_dependency : PDEUIMessages.DependencyExtentSearchResult_dependencies); //$NON-NLS-1$ //$NON-NLS-2$
+ return fQuery.getLabel() + " - " + count + " " + (count == 1 ? PDEUIMessages.DependencyExtentSearchResult_dependency : PDEUIMessages.DependencyExtentSearchResult_dependencies); //$NON-NLS-1$ //$NON-NLS-2$
}
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResultPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResultPage.java
index b179c835e1..defaf22a71 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResultPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/DependencyExtentSearchResultPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
index c6c9bfe1c9..2c1ef63759 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/GatherUnusedDependenciesOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/JavaEditorOpener.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/JavaEditorOpener.java
index b279680cf4..49135e1451 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/JavaEditorOpener.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/JavaEditorOpener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/ShowResultsAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/ShowResultsAction.java
index ced5e8231e..2720b7eb94 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/ShowResultsAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/ShowResultsAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesAction.java
index 7e0704e7f2..f12acdfc4f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesJob.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesJob.java
index ce91d7a0bc..33c2a7aa4b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesJob.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/UnusedDependenciesJob.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredIUSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredIUSelectionDialog.java
index d9d627a325..bdd0c5c662 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredIUSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredIUSelectionDialog.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2010, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredPluginArtifactsSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredPluginArtifactsSelectionDialog.java
index bcb45ba97c..e4d6d162f0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredPluginArtifactsSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/FilteredPluginArtifactsSelectionDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Chris Aniszczyk <zx@us.ibm.com> - initial API and implementation
* Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 230248
@@ -366,7 +366,7 @@ public class FilteredPluginArtifactsSelectionDialog extends FilteredItemsSelecti
progressMonitor.worked(1);
}
- // cycle through all the models and grab entries
+ // cycle through all the models and grab entries
for (int i = 0; i < models.length; i++) {
IPluginModelBase model = models[i];
IPluginExtensionPoint[] eps = model.getPluginBase().getExtensionPoints();
@@ -389,7 +389,7 @@ public class FilteredPluginArtifactsSelectionDialog extends FilteredItemsSelecti
SubProgressMonitor subMonitor2 = new SubProgressMonitor(progressMonitor, epds.length);
for (int j = 0; j < epds.length; j++) {
ExportPackageDescription epd = epds[j];
- // ensure we don't get EE packages
+ // ensure we don't get EE packages
int ee = ((Integer) epd.getDirective("x-equinox-ee")).intValue(); //$NON-NLS-1$
if (ee < 0)
contentProvider.add(epd, itemsFilter);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/IUPackage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/IUPackage.java
index 72127a0997..57bff1b5cc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/IUPackage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/IUPackage.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2010 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
@@ -16,7 +16,7 @@ import org.eclipse.equinox.p2.metadata.Version;
/**
* Wrapper containing a java package and the installable unit that represents it in the
* p2 metadata.
- *
+ *
* @since 3.6
*/
public class IUPackage {
@@ -27,7 +27,7 @@ public class IUPackage {
/**
* Creates a new wrapper
- *
+ *
* @param packageName name of the package, must not be <code>null</code>
* @param version version of the package, must not be <code>null</code>
* @param iu installable unit associated with this package, must not be <code>null</code>
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/TargetRepositorySearchHandler.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/TargetRepositorySearchHandler.java
index 5ec47bd999..5e0495df1e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/TargetRepositorySearchHandler.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dialogs/TargetRepositorySearchHandler.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2010, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
@@ -30,7 +30,7 @@ import org.eclipse.ui.handlers.HandlerUtil;
/**
* Command handler that pops up an IU selection dialog, the result of which is added to the active
* target.
- *
+ *
* @since 3.6
*/
public class TargetRepositorySearchHandler extends AbstractHandler {
@@ -71,7 +71,7 @@ public class TargetRepositorySearchHandler extends AbstractHandler {
/**
* Creates a new IUBundleContainer, adds it to the active target, then reloads the active target.
- *
+ *
* @param units new installable units to include in the container
* @param repositories list of repositories the container can use as a context or <code>null</code> to use all available repos
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java
index 049364101c..9767574b1b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java
@@ -127,7 +127,7 @@ public class CachedCheckboxTreeViewer extends ContainerCheckedTreeViewer {
/**
* Returns the contents of the cached check state. The contents will be all
* checked leaf nodes ignoring any filters.
- *
+ *
* @return checked leaf elements
*/
public Object[] getCheckedLeafElements() {
@@ -141,7 +141,7 @@ public class CachedCheckboxTreeViewer extends ContainerCheckedTreeViewer {
* Returns the number of leaf nodes checked. This method uses its internal check
* state cache to determine what has been checked, not what is visible in the viewer.
* The cache does not count duplicate items in the tree.
- *
+ *
* @return number of leaf nodes checked according to the cached check state
*/
public int getCheckedLeafCount() {
@@ -222,7 +222,7 @@ public class CachedCheckboxTreeViewer extends ContainerCheckedTreeViewer {
* If the element is a leaf node, it is added to the result collection. If the element has
* children, this method will recursively look at the children and add any visible leaf nodes
* to the collection.
- *
+ *
* @param element element to check
* @param contentProvider tree content provider to check for children
* @param result collection to collect leaf nodes in
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/FilteredCheckboxTree.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/FilteredCheckboxTree.java
index a5ac69710b..b96728c9be 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/FilteredCheckboxTree.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/FilteredCheckboxTree.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,10 +21,10 @@ import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.ui.progress.WorkbenchJob;
/**
- * A FilteredCheckboxTree implementation to be used internally in PDE UI code. This tree stores
- * all the tree elements internally, and keeps the check state in sync. This way, even if an
+ * A FilteredCheckboxTree implementation to be used internally in PDE UI code. This tree stores
+ * all the tree elements internally, and keeps the check state in sync. This way, even if an
* element is filtered, the caller can get and set the checked state.
- *
+ *
* @since 3.6
*/
public class FilteredCheckboxTree extends FilteredTree {
@@ -36,7 +36,7 @@ public class FilteredCheckboxTree extends FilteredTree {
/**
* Constructor that creates a tree with preset style bits and a CachedContainerCheckedTreeViewer for the tree.
- *
+ *
* @param parent parent composite
* @param toolkit optional toolkit to create UI elements with, required if the tree is being created in a form editor
*/
@@ -46,7 +46,7 @@ public class FilteredCheckboxTree extends FilteredTree {
/**
* Constructor that creates a tree with preset style bits and a CachedContainerCheckedTreeViewer for the tree.
- *
+ *
* @param parent parent composite
* @param toolkit optional toolkit to create UI elements with, required if the tree is being created in a form editor
*/
@@ -56,7 +56,7 @@ public class FilteredCheckboxTree extends FilteredTree {
/**
* Constructor that creates a tree with preset style bits and a CachedContainerCheckedTreeViewer for the tree.
- *
+ *
* @param parent parent composite
* @param toolkit optional toolkit to create UI elements with, required if the tree is being created in a form editor
* @param filter pattern filter to use in the filter control
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerSelectionPage.java
index 98e4a19c55..6d4c8e033b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerSelectionPage.java
@@ -35,7 +35,7 @@ import org.eclipse.ui.activities.WorkbenchActivityHelper;
/**
* Wizard page for selecting the type of bundle container to be added to a target
- *
+ *
* @see AddBundleContainerWizard
* @see ITargetLocation
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerWizard.java
index 0f0bd4f0d1..b0c23b1198 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddBundleContainerWizard.java
@@ -18,7 +18,7 @@ import org.eclipse.jface.wizard.Wizard;
/**
* Wizard for adding a bundle container to a target. Provides a selection page
* where the user can choose the type of container to create.
- *
+ *
* @see TargetLocationsGroup
* @see ITargetLocation
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddFeatureContainersPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddFeatureContainersPage.java
index a7f57dcf3e..9899d65176 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddFeatureContainersPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/AddFeatureContainersPage.java
@@ -32,7 +32,7 @@ import org.eclipse.ui.PlatformUI;
/**
* Wizard page for creating one or more feature bundle containers.
- *
+ *
* @see AddBundleContainerWizard
* @see AddBundleContainerSelectionPage
* @see ITargetLocation
@@ -231,7 +231,7 @@ public class AddFeatureContainersPage extends EditDirectoryContainerPage {
/**
* Loads the features in a directory
- *
+ *
* @param result list to put generated IFeatureModel objects into
* @param path location to search for features
* @return multi-status containing any problems that occurred
@@ -259,7 +259,7 @@ public class AddFeatureContainersPage extends EditDirectoryContainerPage {
/**
* Creates a IFeatureModel representing the feature in the given directory and adds it
- * to the result list.
+ * to the result list.
* @param dir direcotry where the feature resides
* @param manifest manifest file of the feature
* @param result list to add the result to
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java
index e930149fe5..31268e6574 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java
@@ -32,7 +32,7 @@ import org.eclipse.ui.PlatformUI;
/**
* A dialog where the user can select arguments provided by installation (profile) containers in
* the target. At least one argument must be selected to enable the OK button.
- *
+ *
*/
public class ArgumentsFromContainerSelectionDialog extends TrayDialog {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditDirectoryContainerPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditDirectoryContainerPage.java
index 3bb46db0fd..13128eb8c3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditDirectoryContainerPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditDirectoryContainerPage.java
@@ -34,7 +34,7 @@ import org.eclipse.ui.progress.UIJob;
/**
* Wizard page for creating a new directory bundle container.
- *
+ *
* @see AddBundleContainerWizard
* @see AddBundleContainerSelectionPage
* @see ITargetLocation
@@ -62,7 +62,7 @@ public class EditDirectoryContainerPage extends WizardPage implements IEditBundl
private static final String SETTINGS_LOCATION_2 = "location2"; //$NON-NLS-1$
/**
- * Dialog settings key for the third most recent location
+ * Dialog settings key for the third most recent location
*/
private static final String SETTINGS_LOCATION_3 = "location3"; //$NON-NLS-1$
@@ -281,10 +281,10 @@ public class EditDirectoryContainerPage extends WizardPage implements IEditBundl
/**
* Called whenever the location or another aspect of the container has changed
- * in the UI. Will schedule a UIJob to verify and resolve the container
+ * in the UI. Will schedule a UIJob to verify and resolve the container
* reporting any problems to the user. If a previous job is running or sleeping
* it will be cancelled.
- *
+ *
* @param delay a delay to add to the job scheduling
*/
protected void containerChanged(long delay) {
@@ -299,7 +299,7 @@ public class EditDirectoryContainerPage extends WizardPage implements IEditBundl
/**
* Validate the input fields before a container is created/edited.
* The page's enablement, message and completion should be updated.
- *
+ *
* @return whether the finish button should be enabled and container creation should continue
*/
protected boolean validateInput() {
@@ -335,7 +335,7 @@ public class EditDirectoryContainerPage extends WizardPage implements IEditBundl
* Returns a bundle container based on the current inputs to the wizard.
* If a previous container is supplied, any relevant information it stores
* should be copied to the new container.
- *
+ *
* @param previous previous container to grab information from or <code>null</code> if a new container should be created
* @return a new or modified bundle container
* @throws CoreException
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
index 8c5724579d..4f8c9caa85 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
@@ -46,7 +46,7 @@ import org.eclipse.ui.internal.progress.ProgressMessages;
/**
* Wizard page allowing users to select which IUs they would like to download
- *
+ *
* @see EditBundleContainerWizard
* @see AddBundleContainerWizard
*/
@@ -76,7 +76,7 @@ public class EditIUContainerPage extends WizardPage implements IEditBundleContai
private IUBundleContainer fEditContainer;
/**
- * Used to provide special attributes/filtering to the available iu group
+ * Used to provide special attributes/filtering to the available iu group
*/
private IUViewQueryContext fQueryContext;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditProfileContainerPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditProfileContainerPage.java
index 22d6d81ec3..3948c45ce1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditProfileContainerPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditProfileContainerPage.java
@@ -31,7 +31,7 @@ import org.eclipse.ui.PlatformUI;
/**
* Wizard page for creating a profile (installation) bundle container.
- *
+ *
* @see AddBundleContainerWizard
* @see AddBundleContainerSelectionPage
* @see ITargetLocation
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/IEditBundleContainerPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/IEditBundleContainerPage.java
index 14d287b153..ba2b2e7588 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/IEditBundleContainerPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/IEditBundleContainerPage.java
@@ -15,7 +15,7 @@ import org.eclipse.pde.core.target.ITargetLocation;
/**
* Interface for wizard pages used to edit target locations.
- *
+ *
* @see EditBundleContainerWizard
*/
public interface IEditBundleContainerPage extends IWizardPage {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ITargetChangedListener.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ITargetChangedListener.java
index 3152d79f32..b10c52b842 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ITargetChangedListener.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ITargetChangedListener.java
@@ -18,7 +18,7 @@ import org.eclipse.pde.internal.ui.wizards.target.TargetDefinitionContentPage;
* Listener for UI components that modify the contents of target definitions.
* Whenever the contents of the target changes the listener will be called so
* the target can be resolved and the UI updated.
- *
+ *
* @see TargetLocationsGroup
* @see TargetContentsGroup
* @see TargetDefinitionContentPage
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/InstallableUnitWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/InstallableUnitWizard.java
index a4cc2078c3..bdc311f2a1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/InstallableUnitWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/InstallableUnitWizard.java
@@ -18,10 +18,10 @@ import org.eclipse.pde.internal.ui.PDEPlugin;
import org.eclipse.pde.ui.target.ITargetLocationWizard;
/**
- * Wizard for selecting Installable Units.
- *
- * Contributed to provide UI for <code>IUBundleContainer</code> target location through extension to
- * org.eclipse.pde.ui.targetProvisioner
+ * Wizard for selecting Installable Units.
+ *
+ * Contributed to provide UI for <code>IUBundleContainer</code> target location through extension to
+ * org.eclipse.pde.ui.targetProvisioner
*
*/
public class InstallableUnitWizard extends Wizard implements ITargetLocationWizard {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/Messages.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/Messages.java
index 63428c827a..a51b86e132 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/Messages.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/Messages.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
index d90478ebd2..3913b5ee00 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
@@ -30,7 +30,7 @@ import org.eclipse.ui.PlatformUI;
/**
* Provides labels for resolved bundles, bundle information objects, and bundle containers.
- *
+ *
* @since 3.5
*/
public class StyledBundleLabelProvider extends StyledCellLabelProvider implements ILabelProvider {
@@ -41,7 +41,7 @@ public class StyledBundleLabelProvider extends StyledCellLabelProvider implement
/**
* Creates a label provider.
- *
+ *
* @param showVersion whether version information should be shown in labels
* @param appendResolvedVariables whether locations with variables should be shown
* with variables resolved, in addition to unresolved
@@ -157,7 +157,7 @@ public class StyledBundleLabelProvider extends StyledCellLabelProvider implement
/**
* Generates a styled string for a bundle information object.
- *
+ *
* @param styledString string to append to
* @param info element to append
*/
@@ -186,7 +186,7 @@ public class StyledBundleLabelProvider extends StyledCellLabelProvider implement
/**
* Appends the container location to the string.
- *
+ *
* @param styledString label to append to
* @param container container to append
* @param resolved whether to resolve the location
@@ -202,7 +202,7 @@ public class StyledBundleLabelProvider extends StyledCellLabelProvider implement
/**
* Appends a label describing the number of bundles included (ex. 5 of 10 plug-ins).
- *
+ *
* @param styledString label to append to
* @param container bundle container to check for inclusions
*/
@@ -219,8 +219,8 @@ public class StyledBundleLabelProvider extends StyledCellLabelProvider implement
/**
* Returns an image for the given object or <code>null</code> if none.
- *
- * @param element
+ *
+ * @param element
* @return image or <code>null</code>
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetLocationsGroup.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetLocationsGroup.java
index 4fa198c27c..dfaa0f5eeb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetLocationsGroup.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetLocationsGroup.java
@@ -42,7 +42,7 @@ import org.eclipse.ui.progress.UIJob;
* UI part that can be added to a dialog or to a form editor. Contains a table displaying
* the bundle containers of a target definition. Also has buttons to add, edit and remove
* bundle containers of varying types.
- *
+ *
* @see TargetEditor
* @see TargetDefinitionContentPage
* @see ITargetDefinition
@@ -63,7 +63,7 @@ public class TargetLocationsGroup {
/**
* Creates this part using the form toolkit and adds it to the given composite.
- *
+ *
* @param parent parent composite
* @param toolkit toolkit to create the widgets with
* @return generated instance of the table part
@@ -76,7 +76,7 @@ public class TargetLocationsGroup {
/**
* Creates this part using standard dialog widgets and adds it to the given composite.
- *
+ *
* @param parent parent composite
* @return generated instance of the table part
*/
@@ -89,7 +89,7 @@ public class TargetLocationsGroup {
/**
* Private constructor, use one of {@link #createTableInDialog(Composite, ITargetChangedListener)}
* or {@link #createTableInForm(Composite, FormToolkit, ITargetChangedListener)}.
- *
+ *
* @param reporter reporter implementation that will handle resolving and changes to the containers
*/
private TargetLocationsGroup() {
@@ -98,8 +98,8 @@ public class TargetLocationsGroup {
/**
* Adds a listener to the set of listeners that will be notified when the bundle containers
- * are modified. This method has no effect if the listener has already been added.
- *
+ * are modified. This method has no effect if the listener has already been added.
+ *
* @param listener target changed listener to add
*/
public void addTargetChangedListener(ITargetChangedListener listener) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetStatus.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetStatus.java
index 99af714194..b9f2cb65b7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetStatus.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/TargetStatus.java
@@ -35,7 +35,7 @@ import org.eclipse.ui.texteditor.StatusLineContributionItem;
/**
* Contributes a status control displaying information on the current target platform,
* similar to HeapStatus.
- *
+ *
* @since 4.4 Luna
*/
public class TargetStatus {
@@ -44,7 +44,7 @@ public class TargetStatus {
private static StatusLineContributionItem targetStatus;
/**
- * The status line contribution that displays the current target platform. Uses the
+ * The status line contribution that displays the current target platform. Uses the
* text editor's contribution item to keep the same look and feel.
*/
private static class TargetStatusLineContributionItem extends StatusLineContributionItem {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/UpdateTargetJob.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/UpdateTargetJob.java
index b8317685bc..78425ffe5e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/UpdateTargetJob.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/UpdateTargetJob.java
@@ -36,7 +36,7 @@ public class UpdateTargetJob extends Job {
private ITargetDefinition fTarget;
/**
- * Schedules a new update job that will update all target locations in the provided map. A target's selected
+ * Schedules a new update job that will update all target locations in the provided map. A target's selected
* children can be added as a set to the values of the map so that only certain portions of the target
* location get updated.
* <p>
@@ -47,7 +47,7 @@ public class UpdateTargetJob extends Job {
* indicating that no changes were made to the target.
* </p>
* @param target the target being updated
- * @param toUpdate maps {@link ITargetLocation}s to the {@link Set} of selected children items
+ * @param toUpdate maps {@link ITargetLocation}s to the {@link Set} of selected children items
* that should be updated. The sets may be empty, but not <code>null</code>
* @param listener job change listener that will be added to the created job, can be <code>null</code>
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java
index 28c5afd449..4c5747c691 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AcceleratedTreeScrolling.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AcceleratedTreeScrolling.java
index 3bc5b1346d..e262bab8f2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AcceleratedTreeScrolling.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AcceleratedTreeScrolling.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Sascha Becher <s.becher@qualitype.de> - bug 360894
*******************************************************************************/
@@ -26,7 +26,7 @@ public class AcceleratedTreeScrolling implements MouseWheelListener {
/**
* Accelerated mouse wheel scrolling during which the MOD1 (Ctrl) key modifier has been pressed
- *
+ *
* @param tree tree to scroll
* @param skipLines lines to scroll
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ChoicePropertyDescriptor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ChoicePropertyDescriptor.java
index 04fff31169..511dc82e7b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ChoicePropertyDescriptor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ChoicePropertyDescriptor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -26,7 +26,7 @@ public class ChoicePropertyDescriptor extends PropertyDescriptor {
/**
* Creates an property descriptor with the given id, display name, and list
* of value labels to display in the combo box cell editor.
- *
+ *
* @param id the id of the property
* @param displayName the name to display for the property
* @param valuesArray the list of possible values to display in the combo box
@@ -37,7 +37,7 @@ public class ChoicePropertyDescriptor extends PropertyDescriptor {
}
/**
- * The <code>ComboBoxPropertyDescriptor</code> implementation of this
+ * The <code>ComboBoxPropertyDescriptor</code> implementation of this
* <code>IPropertyDescriptor</code> method creates and returns a new
* <code>ComboBoxCellEditor</code>.
* <p>
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ExtensionsFilterUtil.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ExtensionsFilterUtil.java
index 9deaa799b9..477141daae 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ExtensionsFilterUtil.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ExtensionsFilterUtil.java
@@ -24,7 +24,7 @@ public class ExtensionsFilterUtil {
*/
// TODO related attributes might be configured through preferences
public static final String[] RELATED_ATTRIBUTES = {"id", //$NON-NLS-1$
- "class", "commandId", "pattern", "locationURI", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
+ "class", "commandId", "pattern", "locationURI", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
"defaultHandler", "variable", "property", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
"contentTypeId", "path", "plugin", "perspective", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
"targetID"}; //$NON-NLS-1$
@@ -112,9 +112,9 @@ public class ExtensionsFilterUtil {
}
/**
- * Get unique plugin element name. This will work only with
+ * Get unique plugin element name. This will work only with
* editable plugin models, otherwise <code>null</code> is returned.
- *
+ *
* @param pluginElement the element to get the unique name from
* @return extensionpoint name concatenated with the element name
*/
@@ -131,10 +131,10 @@ public class ExtensionsFilterUtil {
}
/**
- * Obtains common attributes from selected plugin element to filter tree for;
+ * Obtains common attributes from selected plugin element to filter tree for;
* attribute values are concatenated with a slash and set as filter text
- *
- * @param selection selected items to filter for related plugin elements
+ *
+ * @param selection selected items to filter for related plugin elements
*/
public static String getFilterRelatedPattern(IStructuredSelection selection) {
Iterator<?> it = selection.iterator();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionFilter.java
index 812f6cf65b..1656fd7f8c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionsFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionsFilter.java
index f272495a0d..7cdde86dbd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionsFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileExtensionsFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileNameFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileNameFilter.java
index ca75922787..a7d8385049 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileNameFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileNameFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileValidator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileValidator.java
index f33c15addc..caa6fe4885 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileValidator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/FileValidator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ImageOverlayIcon.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ImageOverlayIcon.java
index b2744735ab..6be25663ab 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ImageOverlayIcon.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ImageOverlayIcon.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ModelModification.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ModelModification.java
index 0923d659b4..ac5f840d23 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ModelModification.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/ModelModification.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -50,7 +50,7 @@ public abstract class ModelModification {
/**
* Create a ModelModification based on the contents of the project
- * ie. if the project contains a MANIFEST.MF this will be tagged as a
+ * ie. if the project contains a MANIFEST.MF this will be tagged as a
* fullBundleModification, otherwise (this project is an old-style plugin)
* this will be a PluginModel/FragmentModel modification.
* @param project
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsole.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsole.java
index eee9dc167e..a412c6e0f4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsole.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsole.java
@@ -23,7 +23,7 @@ import org.osgi.framework.BundleContext;
/**
* OSGi console connected to the Host/Running Eclipse.
- *
+ *
* @since 3.6
*/
public class OSGiConsole extends IOConsole {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsoleFactory.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsoleFactory.java
index 1b8bda5509..600dd669d8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsoleFactory.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsoleFactory.java
@@ -15,7 +15,7 @@ import org.eclipse.ui.console.*;
/**
* Console factory extension used to create a "Host OSGi Console".
- *
+ *
* @since 3.6
*/
public class OSGiConsoleFactory implements IConsoleFactory {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsolePageParticipant.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsolePageParticipant.java
index e334c6b593..ad12d4e988 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsolePageParticipant.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OSGiConsolePageParticipant.java
@@ -17,7 +17,7 @@ import org.eclipse.ui.part.IPageBookViewPage;
/**
* Page participant extension for an OSGi console. Contributes a close action.
- *
+ *
* @since 3.6
*/
public class OSGiConsolePageParticipant implements IConsolePageParticipant {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OverlayIcon.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OverlayIcon.java
index c05bc6a7ea..ab19115b66 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OverlayIcon.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OverlayIcon.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEJavaHelperUI.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEJavaHelperUI.java
index e63a297da9..02af27c03c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEJavaHelperUI.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEJavaHelperUI.java
@@ -93,7 +93,7 @@ public class PDEJavaHelperUI {
/**
* Open/Create a java class
- *
+ *
* @param name fully qualified java classname
* @param project
* @param value for creation of the class
@@ -212,7 +212,7 @@ public class PDEJavaHelperUI {
/**
* Disposer returned used to dispose of label provider and remove listeners
- * Callers responsibility to call dispose method when underlying text
+ * Callers responsibility to call dispose method when underlying text
* widget is being disposed
* @param text
* @param project
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDELabelUtility.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDELabelUtility.java
index 13dcd9acbf..db803f1897 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDELabelUtility.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDELabelUtility.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -24,7 +24,7 @@ public class PDELabelUtility {
/**
* Get the field label text from the label widget created before the
* control (assumption). Use this method when the control's label is
- * variable or if the label's text is set elsewhere. Note: Hyperlink
+ * variable or if the label's text is set elsewhere. Note: Hyperlink
* label text will not be detected.
* @param control
*/
@@ -40,7 +40,7 @@ public class PDELabelUtility {
return null;
}
// Me = control
- // Track the index of myself
+ // Track the index of myself
int myIndex = -1;
// Linearly search controls for myself
for (int i = 0; i < controls.length; i++) {
@@ -89,7 +89,7 @@ public class PDELabelUtility {
if (set.size() > 0) {
// Limit on the number of auto-generated item numbers to check for
int limit = 100;
- // Check the set for the numbers encountered and generate the
+ // Check the set for the numbers encountered and generate the
// lowest number accordingly
if (set.contains(new Integer(0)) == false) {
// Use base
@@ -186,7 +186,7 @@ public class PDELabelUtility {
* <p>Generates a name that does not conflict with any of the given names with one of two forms:
* <ol><li>&quot;&lt;base&gt; (#)&quot;</li><li>&quot;&lt;base&gt;#&quot;</li></ol>
* The number will be omitted if the base name alone is available.</p>
- *
+ *
* @param names
* the existing names that should not be conflicted
* @param base
@@ -201,7 +201,7 @@ public class PDELabelUtility {
// Used to track auto-generated numbers used
HashSet<Integer> set = new HashSet<>();
- // Linear search O(n).
+ // Linear search O(n).
// Performance hit unnoticeable because number of items per cheatsheet
// should be minimal.
for (int i = 0; i < names.length; i++) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
index ddcc2a7b44..f8aee2f41b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PDEModelUtility.java
@@ -65,8 +65,8 @@ public class PDEModelUtility {
/**
* PDE editors should call this during their creation.
- *
- * Currently the pde editor superclass (PDEFormEditor)
+ *
+ * Currently the pde editor superclass (PDEFormEditor)
* connects during its createPages method and so this
* method does not need to be invoked anywhere else.
* @param editor the editor to connect to
@@ -94,7 +94,7 @@ public class PDEModelUtility {
IProject project = editor.getCommonProject();
if (project == null) {
// getCommonProject will return null when project is deleted with editor open - bug 226788
- // Solution is to use editor input if it is a FileEditorInput.
+ // Solution is to use editor input if it is a FileEditorInput.
IEditorInput input = editor.getEditorInput();
if (input != null && input instanceof FileEditorInput) {
FileEditorInput fei = (FileEditorInput) input;
@@ -169,14 +169,14 @@ public class PDEModelUtility {
if (list == null) {
return null;
}
- // Get the open editor whose
+ // Get the open editor whose
// (1) Editor ID matches the specified editor ID
// (2) Underlying file matches the specified file
// Check all open editors
for (int i = 0; i < list.size(); i++) {
// Get the editor
PDEFormEditor editor = (PDEFormEditor) list.get(i);
- // Check for the specified type
+ // Check for the specified type
// Get the editor ID
String currentEditorID = editor.getEditorSite().getId();
if (currentEditorID.equals(editorID) == false) {
@@ -197,7 +197,7 @@ public class PDEModelUtility {
}
// Get the editor's underlying file
IFile currentFile = ((IFileEditorInput) input).getFile();
- // If the file matches the specified file, we have found the
+ // If the file matches the specified file, we have found the
// specified editor
if (currentFile.equals(file)) {
return editor;
@@ -238,7 +238,7 @@ public class PDEModelUtility {
}
// IBuildModel bModel = model.getBuildModel();
-// if (bModel instanceof IEditingModel &&
+// if (bModel instanceof IEditingModel &&
// doc == ((IEditingModel)bModel).getDocument())
// return (IEditingModel)bModel;
@@ -251,11 +251,11 @@ public class PDEModelUtility {
/**
* Modify a model based on the specifications provided by the ModelModification parameter.
- *
+ *
* A model will be searched for in the open editors, if it is found changes will be applied
* and the editor will be saved.
* If no model is found one will be created and text edit operations will be generated / applied.
- *
+ *
* NOTE: If a MANIFEST.MF file is specified in the ModelModification a BundlePluginModel will be
* searched for / created and passed to ModelModification#modifyModel(IBaseModel).
* (not a BundleModel - which can be retreived from the BundlePluginModel)
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PersistablePluginObject.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PersistablePluginObject.java
index 9328fc2313..2f05da4e60 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PersistablePluginObject.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PersistablePluginObject.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.ui.*;
public class PersistablePluginObject extends PlatformObject implements IPersistableElement, IElementFactory {
- public static final String FACTORY_ID = "org.eclipse.pde.ui.elementFactory"; //$NON-NLS-1$
+ public static final String FACTORY_ID = "org.eclipse.pde.ui.elementFactory"; //$NON-NLS-1$
public static final String KEY = "org.eclipse.pde.workingSetKey"; //$NON-NLS-1$
private static PluginContainmentAdapter fgContainmentAdapter;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginAdapter.java
index a0795708c5..d3761e039c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginContainmentAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginContainmentAdapter.java
index 15770f3622..4cfe1f5117 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginContainmentAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginContainmentAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginWorkingSet.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginWorkingSet.java
index 52ad0ab219..937c1d764a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginWorkingSet.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginWorkingSet.java
@@ -110,7 +110,7 @@ public class PluginWorkingSet extends WizardPage implements IWorkingSetPage {
private boolean fFirstCheck;
public PluginWorkingSet() {
- super("page1", PDEUIMessages.PluginWorkingSet_title, PDEPluginImages.DESC_DEFCON_WIZ); //$NON-NLS-1$
+ super("page1", PDEUIMessages.PluginWorkingSet_title, PDEPluginImages.DESC_DEFCON_WIZ); //$NON-NLS-1$
PDEPlugin.getDefault().getLabelProvider().connect(this);
}
@@ -227,7 +227,7 @@ public class PluginWorkingSet extends WizardPage implements IWorkingSetPage {
}
/**
- *
+ *
*/
private void initialize() {
if (fWorkingSet != null) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SWTUtil.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SWTUtil.java
index 8794f7b715..a14712d4e1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SWTUtil.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SWTUtil.java
@@ -23,7 +23,7 @@ import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.widgets.*;
/**
- * Utility class to simplify access to some SWT resources.
+ * Utility class to simplify access to some SWT resources.
*/
public class SWTUtil {
@@ -43,7 +43,7 @@ public class SWTUtil {
/**
* Returns the shell for the given widget. If the widget doesn't represent
* a SWT object that manage a shell, <code>null</code> is returned.
- *
+ *
* @return the shell for the given widget
*/
public static Shell getShell(Widget widget) {
@@ -78,7 +78,7 @@ public class SWTUtil {
* Sets width and height hint for the button control.
* <b>Note:</b> This is a NOP if the button's layout data is not
* an instance of <code>GridData</code>.
- *
+ *
* @param the button for which to set the dimension hint
*/
public static void setButtonDimensionHint(Button button) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SharedLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SharedLabelProvider.java
index f936bdd041..12e154112f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SharedLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SharedLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/StringMatcher.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/StringMatcher.java
index b876dabbc5..e7da8cfb10 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/StringMatcher.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/StringMatcher.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -49,14 +49,14 @@ public class StringMatcher {
}
/**
- * StringMatcher constructor takes in a String object that is a simple
+ * StringMatcher constructor takes in a String object that is a simple
* pattern. The pattern may contain '*' for 0 and many characters and
- * '?' for exactly one character.
+ * '?' for exactly one character.
*
- * Literal '*' and '?' characters must be escaped in the pattern
+ * Literal '*' and '?' characters must be escaped in the pattern
* e.g., "\*" means literal "*", etc.
*
- * Escaping any other character (including the escape character itself),
+ * Escaping any other character (including the escape character itself),
* just results in that character in the pattern.
* e.g., "\a" means "a" and "\\" means "\"
*
@@ -84,13 +84,13 @@ public class StringMatcher {
}
/**
- * Find the first occurrence of the pattern between <code>start</code)(inclusive)
- * and <code>end</code>(exclusive).
- * @param text the String object to search in
+ * Find the first occurrence of the pattern between <code>start</code)(inclusive)
+ * and <code>end</code>(exclusive).
+ * @param text the String object to search in
* @param start the starting index of the search range, inclusive
* @param end the ending index of the search range, exclusive
- * @return an <code>StringMatcher.Position</code> object that keeps the starting
- * (inclusive) and ending positions (exclusive) of the first occurrence of the
+ * @return an <code>StringMatcher.Position</code> object that keeps the starting
+ * (inclusive) and ending positions (exclusive) of the first occurrence of the
* pattern in the specified range of the text; return null if not found or subtext
* is empty (start==end). A pair of zeros is returned if pattern is empty string
* Note that for pattern like "*abc*" with leading and trailing stars, position of "abc"
@@ -138,21 +138,21 @@ public class StringMatcher {
}
/**
- * match the given <code>text</code> with the pattern
+ * match the given <code>text</code> with the pattern
* @return true if matched eitherwise false
- * @param text a String object
+ * @param text a String object
*/
public boolean match(String text) {
return match(text, 0, text.length());
}
/**
- * Given the starting (inclusive) and the ending (exclusive) positions in the
- * <code>text</code>, determine if the given substring matches with aPattern
+ * Given the starting (inclusive) and the ending (exclusive) positions in the
+ * <code>text</code>, determine if the given substring matches with aPattern
* @return true if the specified portion of the text matches the pattern
- * @param text a String object that contains the substring to match
+ * @param text a String object that contains the substring to match
* @param start marks the starting position (inclusive) of the substring
- * @param end marks the ending index (exclusive) of the substring
+ * @param end marks the ending index (exclusive) of the substring
*/
public boolean match(String text, int start, int end) {
if (null == text)
@@ -295,11 +295,11 @@ public class StringMatcher {
temp.copyInto(fSegments);
}
- /**
+ /**
* @param text a string which contains no wildcard
* @param start the starting index in the text for search, inclusive
* @param end the stopping point of search, exclusive
- * @return the starting index in the text of the pattern , or -1 if not found
+ * @return the starting index in the text of the pattern , or -1 if not found
*/
protected int posIn(String text, int start, int end) {//no wild card in pattern
int max = end - fLength;
@@ -319,12 +319,12 @@ public class StringMatcher {
return -1;
}
- /**
+ /**
* @param text a simple regular expression that may only contain '?'(s)
* @param start the starting index in the text for search, inclusive
* @param end the stopping point of search, exclusive
* @param p a simple regular expression that may contains '?'
- * @return the starting index in the text of the pattern , or -1 if not found
+ * @return the starting index in the text of the pattern , or -1 if not found
*/
protected int regExpPosIn(String text, int start, int end, String p) {
int plen = p.length();
@@ -364,12 +364,12 @@ public class StringMatcher {
return true;
}
- /**
+ /**
* @param text the string to match
* @param start the starting index in the text for search, inclusive
* @param end the stopping point of search, exclusive
* @param p a string that has no wildcard
- * @return the starting index in the text of the pattern , or -1 if not found
+ * @return the starting index in the text of the pattern , or -1 if not found
*/
protected int textPosIn(String text, int start, int end, String p) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TemplateFileGenerator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TemplateFileGenerator.java
index 6b073fd398..0e7757814d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TemplateFileGenerator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TemplateFileGenerator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -47,7 +47,7 @@ public class TemplateFileGenerator implements IVariableProvider {
/**
* The key for the simple class name of a bundle activator (value="activator")
- *
+ *
* @since 3.3
*/
public static final String KEY_ACTIVATOR_SIMPLE = "activator"; //$NON-NLS-1$
@@ -65,7 +65,7 @@ public class TemplateFileGenerator implements IVariableProvider {
* The key for the package name that will be created by this teamplate
* (value="packageName").
*/
- public static final String KEY_PACKAGE_NAME = "packageName"; //$NON-NLS-1$
+ public static final String KEY_PACKAGE_NAME = "packageName"; //$NON-NLS-1$
private IProject fProject;
@@ -97,7 +97,7 @@ public class TemplateFileGenerator implements IVariableProvider {
* implementation uses template location as a root of the file templates.
* {@link #generateFiles(IProgressMonitor monitor, URL locationUrl)} on how
* the location gets processed.
- *
+ *
* @param monitor
* progress monitor to use to indicate generation progress
*/
@@ -145,7 +145,7 @@ public class TemplateFileGenerator implements IVariableProvider {
* folder with the conditional generation and variable replacement for
* files. Variable replacement also includes file names.</li>
* </ul>
- *
+ *
* @since 3.3
* @param monitor
* progress monitor to use to indicate generation progress
@@ -351,7 +351,7 @@ public class TemplateFileGenerator implements IVariableProvider {
* Tests if the folder found in the template location should be created in
* the target project. Subclasses may use this method to conditionally block
* the creation of entire directories (subject to user choices).
- *
+ *
* @param sourceFolder
* the folder that is tested
* @return <code>true</code> if the provided folder should be created in
@@ -375,7 +375,7 @@ public class TemplateFileGenerator implements IVariableProvider {
* Tests if the file found in the template location should be created in the
* target project. Subclasses may use this method to conditionally block
* creation of the file (subject to user choices).
- *
+ *
* @param sourceFile
* the file found in the template location that needs to be
* created.
@@ -426,7 +426,7 @@ public class TemplateFileGenerator implements IVariableProvider {
* implementation looks for source folders in the classpath of the target
* folders and picks the first one encountered. Subclasses may override this
* behavior.
- *
+ *
* @param monitor
* progress monitor to use
* @return source folder that will be used to generate Java files or
@@ -512,7 +512,7 @@ public class TemplateFileGenerator implements IVariableProvider {
* The default implementation of this method provides values of the
* following keys: <samp>pluginClass </samp>, <samp>pluginId </samp> and
* <samp>pluginName </samp>.
- *
+ *
* @see ITemplateSection#getReplacementString(String,String)
*/
public String getReplacementString(String fileName, String key) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TextUtil.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TextUtil.java
index 25270417ee..2a9850cfff 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TextUtil.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/TextUtil.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesContentProvider.java
index b40639cf12..daaa1ab63b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesListContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesListContentProvider.java
index a03a74ca44..3d607bbd45 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesListContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesListContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesTreeContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesTreeContentProvider.java
index 1511408a5d..a1b0c81cd3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesTreeContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CalleesTreeContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java
index b7b14a5d80..7336828b6c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersListContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersListContentProvider.java
index 3a90096d56..da72d9bd60 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersListContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersListContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersTreeContentProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersTreeContentProvider.java
index 10e8fad4ff..669161fef4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersTreeContentProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/CallersTreeContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesLabelProvider.java
index 5d82662768..098bce3f54 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesView.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesView.java
index ef5d589ecb..7c684bd6d5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesView.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesView.java
@@ -231,7 +231,7 @@ public class DependenciesView extends PageBookView implements IPreferenceConstan
private IWorkbenchPart fPartCallersTree;
/**
- *
+ *
*/
public DependenciesView() {
super();
@@ -416,7 +416,7 @@ public class DependenciesView extends PageBookView implements IPreferenceConstan
}
/**
- *
+ *
*/
private void findLoops() {
fLoops = NO_LOOPS;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewComparator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewComparator.java
index 9832c0f8ca..05ad540d28 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewComparator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewComparator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewListPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewListPage.java
index 6462cf6e28..852b7fb2e6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewListPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewListPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,7 +20,7 @@ import org.eclipse.swt.widgets.Table;
public class DependenciesViewListPage extends DependenciesViewPage {
/**
- *
+ *
*/
public DependenciesViewListPage(DependenciesView view, IContentProvider contentProvider) {
super(view, contentProvider);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPage.java
index 946f044745..adcf851728 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewPage.java
@@ -99,7 +99,7 @@ public abstract class DependenciesViewPage extends Page {
}
/**
- *
+ *
*/
public DependenciesViewPage(DependenciesView view, IContentProvider contentProvider) {
this.fView = view;
@@ -409,7 +409,7 @@ public abstract class DependenciesViewPage extends Page {
// update filter actions before updating filters because the filters depend on the state of the filter actions
// update filter actions - both filter actions are specific to each Page instance
if (fView.isShowingCallers()) {
- // deactive show optional on Callers view.
+ // deactive show optional on Callers view.
fHideOptionalFilterAction.setChecked(true);
fHideOptionalFilterAction.setEnabled(false);
} else {
@@ -445,7 +445,7 @@ public abstract class DependenciesViewPage extends Page {
((DependenciesViewPageContentProvider) fContentProvider).attachModelListener();
fViewer.refresh();
} else
- // when page is deactivated, we need to remove model listener from content manager. Otherwise model changes will be sent to all
+ // when page is deactivated, we need to remove model listener from content manager. Otherwise model changes will be sent to all
// DependenciesViewPageContentProvider (including inactive ones). This will cause problems with the content provider's logic!!
((DependenciesViewPageContentProvider) fContentProvider).removeModelListener();
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewTreePage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewTreePage.java
index 0bf43017a3..8fd5449aa7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewTreePage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/DependenciesViewTreePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryAction.java
index ac3d648e67..7c3863d447 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryDropDownAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryDropDownAction.java
index cee098b6eb..b9fa46eac6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryDropDownAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryDropDownAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListAction.java
index bb139174c4..3d2b9fd5ef 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListDialog.java
index 744d2d0b9c..16139d1e5e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryListDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenDependenciesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenDependenciesAction.java
index e9ec185336..484391c7c7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenDependenciesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenDependenciesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginDependenciesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginDependenciesAction.java
index eb7c79db6f..b0769459e2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginDependenciesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginDependenciesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginReferencesAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginReferencesAction.java
index 1d473462ea..1003fb96b0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginReferencesAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/OpenPluginReferencesAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImagePropertyTester.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImagePropertyTester.java
index 4a8eed9803..2af91db85d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImagePropertyTester.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImagePropertyTester.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImageSourceProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImageSourceProvider.java
index c8fbe1c570..a54eaddba0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImageSourceProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ActiveImageSourceProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bug fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/IImageTarget.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/IImageTarget.java
index 5cc32f9ed7..e38b7ffa99 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/IImageTarget.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/IImageTarget.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
@@ -15,14 +15,14 @@ public interface IImageTarget {
/**
* Notifies the target that an image was found.
- *
+ *
* @param element detected image data
*/
void notifyImage(ImageElement element);
/**
* Query the target whether additional images are needed
- *
+ *
* @return <code>true</code> when more images should be fetched
*/
boolean needsMore();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageBrowserView.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageBrowserView.java
index be74db5b0a..0c18e83b44 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageBrowserView.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageBrowserView.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - ongoing enhancements
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageElement.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageElement.java
index 651da37fea..2282e0dc07 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageElement.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/ImageElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/SaveToWorkspace.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/SaveToWorkspace.java
index 770c0e988b..e5c314fbcd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/SaveToWorkspace.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/SaveToWorkspace.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bug fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/AndFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/AndFilter.java
index 5bc2164223..d4e38385d3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/AndFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/AndFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bugs fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/ElementsFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/ElementsFilter.java
index 2e26cbdd2c..2c6efd8949 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/ElementsFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/ElementsFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bugs fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/IFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/IFilter.java
index c4d2852aeb..bc88cdc5a1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/IFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/IFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bugs fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/NotFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/NotFilter.java
index fde336faa7..bbb2586476 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/NotFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/NotFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bugs fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/OrFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/OrFilter.java
index e9a9177678..15a87cc475 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/OrFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/OrFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bugs fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/PatternFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/PatternFilter.java
index 0d293bda15..94775caaef 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/PatternFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/PatternFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bugs fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/SizeFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/SizeFilter.java
index a5bde13f33..c304b026ce 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/SizeFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/filter/SizeFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - bugs fixing
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/AbstractRepository.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/AbstractRepository.java
index 51ec35e6ca..aedf34cf62 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/AbstractRepository.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/AbstractRepository.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/TargetPlatformRepository.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/TargetPlatformRepository.java
index 45a0997a3f..0962917e80 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/TargetPlatformRepository.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/TargetPlatformRepository.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
@@ -31,7 +31,7 @@ public class TargetPlatformRepository extends AbstractRepository {
* Creates a new target platform repository. If useCurrent is <code>true</code>
* the current target platform set on the preference page. If <code>false</code>
* a default target definition (the running application) will be used.
- *
+ *
* @param target whom to notify upon found images
* @param useCurrent whether to use the current target platform or the default target (running application)
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/WorkspaceRepository.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/WorkspaceRepository.java
index dd2ef9d275..fe9cff1b7c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/WorkspaceRepository.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/WorkspaceRepository.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/CopyToClipboardAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/CopyToClipboardAction.java
index 7869b519c9..53228c98a9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/CopyToClipboardAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/CopyToClipboardAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
index 0a2e58ba0e..a61da884f2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
@@ -110,7 +110,7 @@ public class ImportActionGroup extends ActionGroup {
/**
* Return a map of {@link IBundleImporter} > Array of {@link ScmUrlImportDescription} to be imported.
- *
+ *
* @param shell shell to open message dialogs on, if required
* @param models candidate models
* @return map of importer to import descriptions
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportFromRepositoryActionDelegate.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportFromRepositoryActionDelegate.java
index 29a67f2893..90b9dbaf4a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportFromRepositoryActionDelegate.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/ImportFromRepositoryActionDelegate.java
@@ -19,7 +19,7 @@ import org.eclipse.ui.handlers.HandlerUtil;
/**
* Action delegate to import a selected object if it represents a plug-in with a
* Eclipse-SourceReferences header that can be processed by Team.
- *
+ *
* @see ImportActionGroup
*/
public class ImportFromRepositoryActionDelegate extends AbstractHandler {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchOperation.java
index 22a11db6ea..41fdee8e06 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/JavaSearchOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Remy Chi Jian Suen <remy.suen@gmail.com> - bug 201342
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsDragAdapter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsDragAdapter.java
index abc054d6a6..a853f59b0a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsDragAdapter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsDragAdapter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
index 18b6f29630..5b45ac72cb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/PluginsView.java
@@ -729,7 +729,7 @@ public class PluginsView extends ViewPart implements IPluginModelListener {
// create a tmp. copy of this file and make it
// read-only. This is to ensure that the original
// file belonging to the external plug-in directories
- // will not be modified.
+ // will not be modified.
String fileName = file.getName();
String prefix;
String suffix = null;
@@ -840,7 +840,7 @@ public class PluginsView extends ViewPart implements IPluginModelListener {
if (fTreeViewer.getTree().isDisposed())
return;
if ((kind & PluginModelDelta.CHANGED) != 0 || (kind & PluginModelDelta.REMOVED) != 0) {
- // Don't know exactly what change -
+ // Don't know exactly what change -
// the safest way out is to refresh
fTreeViewer.refresh();
} else if ((kind & PluginModelDelta.ADDED) != 0) {
@@ -887,7 +887,7 @@ public class PluginsView extends ViewPart implements IPluginModelListener {
/**
* Returns the <code>IShowInSource</code> for this view.
- * @return the <code>IShowInSource</code>
+ * @return the <code>IShowInSource</code>
*/
protected IShowInSource getShowInSource() {
return new IShowInSource() {
@@ -915,7 +915,7 @@ public class PluginsView extends ViewPart implements IPluginModelListener {
/**
* Returns the <code>IShowInTargetList</code> for this view.
- * @return the <code>IShowInTargetList</code>
+ * @return the <code>IShowInTargetList</code>
*/
protected IShowInTargetList getShowInTargetList() {
return new IShowInTargetList() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BaseWizardSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BaseWizardSelectionPage.java
index 34a56d9944..d58ac0c1f0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BaseWizardSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BaseWizardSelectionPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProviderHistoryUtil.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProviderHistoryUtil.java
index 68720c9ef1..1c10bcfce1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProviderHistoryUtil.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProviderHistoryUtil.java
@@ -14,10 +14,10 @@ import org.eclipse.jface.dialogs.IDialogSettings;
import org.eclipse.swt.widgets.Combo;
/**
- * Provides global access to the saved list of bundle providers. Provides helper methods
+ * Provides global access to the saved list of bundle providers. Provides helper methods
* to load and save provider names from and to combo boxes. The bundle provider combo
* is used in the plug-in, feature, fragment, and feature patch wizards.
- *
+ *
* @since 3.8
*/
public class BundleProviderHistoryUtil {
@@ -28,7 +28,7 @@ public class BundleProviderHistoryUtil {
/**
* Loads a list of providers into the provided combo control from the provided dialog settings
- *
+ *
* @param combo The combo control to modify
* @param settings The dialog settings to look up the list in
*/
@@ -50,7 +50,7 @@ public class BundleProviderHistoryUtil {
* If the combo text is not in the list of history items yet, it will be
* added. The combo text will be the most recent history value (saved first).
* </p>
- *
+ *
* @param combo The combo to get the list/text from
* @param settings The dialog settings to save the list into
*/
@@ -64,11 +64,11 @@ public class BundleProviderHistoryUtil {
return;
}
int indexOfText = combo.indexOf(text);
- // If the item was already in the list, remove it now
+ // If the item was already in the list, remove it now
if (indexOfText != -1) {
combo.remove(indexOfText);
}
- // And always add the entered text as the most recent one to the top of
+ // And always add the entered text as the most recent one to the top of
// the list
combo.add(text, 0);
String[] items = combo.getItems();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/Category.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/Category.java
index ecb652a32f..d302443827 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/Category.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/Category.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IDefaultValueConsumer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IDefaultValueConsumer.java
index ccced4fa79..0b647245e3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IDefaultValueConsumer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IDefaultValueConsumer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IProjectProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IProjectProvider.java
index f80ffc5a94..bde74ac7cd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IProjectProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/IProjectProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,7 +25,7 @@ public interface IProjectProvider {
/**
* Returns the new plug-in project handle. This method will cause project
* creation if not created already.
- *
+ *
* @return the handle of the new plug-in project
*/
IProject getProject();
@@ -33,7 +33,7 @@ public interface IProjectProvider {
/**
* Returns the name of the plug-in project that will be created. This method
* can be called at any time without forcing the project resource creation.
- *
+ *
* @return new project name
*/
String getProjectName();
@@ -42,7 +42,7 @@ public interface IProjectProvider {
* Returns an absolute path of the new plug-in project that will be created.
* This method can be called at any time without forcing the project
* resource creation.
- *
+ *
* @return absolute project location path
*/
IPath getLocationPath();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/PDEWizardNewFileCreationPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/PDEWizardNewFileCreationPage.java
index dbffa0c059..c580926016 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/PDEWizardNewFileCreationPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/PDEWizardNewFileCreationPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RenameDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RenameDialog.java
index 8613054bd8..c9904a35a3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RenameDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RenameDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java
index 6f48506764..6e82099abd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/RequiredPluginsContainerPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/ResizableWizardDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/ResizableWizardDialog.java
index 9bb637d888..b4dd4d58bb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/ResizableWizardDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/ResizableWizardDialog.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionComparator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionComparator.java
index e4eb0a7551..7c7a4f26b3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionComparator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionComparator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionElement.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionElement.java
index 655005d572..16833cbf4e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionElement.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardCollectionElement.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardListSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardListSelectionPage.java
index 6e6e7d9608..8ce2f44f30 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardListSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardListSelectionPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -72,7 +72,7 @@ public abstract class WizardListSelectionPage extends BaseWizardSelectionPage im
SashForm sashForm = new SashForm(container, SWT.HORIZONTAL);
gd = new GridData(GridData.FILL_BOTH);
// limit the width of the sash form to avoid the wizard
- // opening very wide. This is just preferred size -
+ // opening very wide. This is just preferred size -
// it can be made bigger by the wizard
// See bug #83356
gd.widthHint = 300;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardNode.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardNode.java
index 4d956ddaea..402ec8720f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardNode.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardTreeSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardTreeSelectionPage.java
index 5768de69ce..51933da2cb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardTreeSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/WizardTreeSelectionPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/CategoryDefinitionWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/CategoryDefinitionWizardPage.java
index d558016ef5..078a7a4513 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/CategoryDefinitionWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/CategoryDefinitionWizardPage.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryCreationOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryCreationOperation.java
index 1470befea2..b5d70c7485 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryCreationOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryCreationOperation.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryDefinitionWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryDefinitionWizard.java
index 5b1d22dba7..9dbc9589f7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryDefinitionWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/category/NewCategoryDefinitionWizard.java
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
* Copyright (c) 2009, 2015 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/AbstractExportWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/AbstractExportWizardPage.java
index 4fa6f763bc..1fece2d637 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/AbstractExportWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/AbstractExportWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/BaseExportWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/BaseExportWizard.java
index 2bc2f2c857..2057aa692e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/BaseExportWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/BaseExportWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java
index b8aab9b51d..95bd9dccd9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ExportOptionsTab.java
@@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 274368
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 274368
*******************************************************************************/
package org.eclipse.pde.internal.ui.wizards.exports;
@@ -109,7 +109,7 @@ public class ExportOptionsTab extends AbstractExportTab {
}
/**
- * Provides an opportunity for subclasses to add additional options
+ * Provides an opportunity for subclasses to add additional options
* to the composite.
* @param comp
*/
@@ -319,7 +319,7 @@ public class ExportOptionsTab extends AbstractExportTab {
* Provides the destination tab the ability to disable the JAR shape
* and metadata generation options when the export will be installed
* into the current running platform.
- *
+ *
* @param enabled whether to enable or disable the controls
*/
protected void setEnabledForInstall(boolean enabled) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureDestinationTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureDestinationTab.java
index ea8a49faea..2c6b3ae63c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureDestinationTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureDestinationTab.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizard.java
index eba5474733..8da89c4e98 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizard.java
@@ -88,7 +88,7 @@ public class FeatureExportWizard extends AntGeneratingExportWizard {
info.useJarFormat = true;
info.exportMetadata = true;
if (info.qualifier == null) {
- // Set the date explicitly since the time can change before the install job runs
+ // Set the date explicitly since the time can change before the install job runs
info.qualifier = QualifierReplacer.getDateQualifier();
}
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizardPage.java
index 6135b7a3d2..29df8e2985 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureExportWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JARSigningTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JARSigningTab.java
index ba5668453b..61aeabdc90 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JARSigningTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JARSigningTab.java
@@ -26,7 +26,7 @@ public class JARSigningTab {
private static final String S_SIGN_JARS = "signJAR"; //$NON-NLS-1$
private static final String S_KEYSTORE = "keystore"; //$NON-NLS-1$
- private static final String S_KEYPASS = "keypass"; //$NON-NLS-1$
+ private static final String S_KEYPASS = "keypass"; //$NON-NLS-1$
private static final String S_ALIAS = "alias"; //$NON-NLS-1$
private static final String S_PASSWORD = "password"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JNLPTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JNLPTab.java
index 47e48aa96a..62389f49ab 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JNLPTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/JNLPTab.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java
index 736d96a148..0c19f679a3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/PluginExportWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductConfigurationSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductConfigurationSection.java
index 1915a3f164..f433934299 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductConfigurationSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductConfigurationSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java
index 846f9fda68..23381d8a19 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizard.java
@@ -131,11 +131,11 @@ public class ProductExportWizard extends BaseExportWizard {
try {
fProductModel.load();
if (!fProductModel.isLoaded()) {
- MessageDialog.openError(getContainer().getShell(), PDEUIMessages.ProductExportWizard_error, PDEUIMessages.ProductExportWizard_corrupt); //
+ MessageDialog.openError(getContainer().getShell(), PDEUIMessages.ProductExportWizard_error, PDEUIMessages.ProductExportWizard_corrupt); //
return false;
}
} catch (CoreException e) {
- MessageDialog.openError(getContainer().getShell(), PDEUIMessages.ProductExportWizard_error, PDEUIMessages.ProductExportWizard_corrupt); //
+ MessageDialog.openError(getContainer().getShell(), PDEUIMessages.ProductExportWizard_error, PDEUIMessages.ProductExportWizard_corrupt); //
return false;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizardPage.java
index 8c9b6cbc70..a8c7fcf486 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/ProductExportWizardPage.java
@@ -29,7 +29,7 @@ public class ProductExportWizardPage extends AbstractExportWizardPage {
private static final String S_SYNC_PRODUCT = "syncProduct"; //$NON-NLS-1$
private static final String S_EXPORT_SOURCE = "exportSource"; //$NON-NLS-1$
- private static final String S_EXPORT_SOURCE_FORMAT = "exportSourceFormat"; //$NON-NLS-1$
+ private static final String S_EXPORT_SOURCE_FORMAT = "exportSourceFormat"; //$NON-NLS-1$
private static final String S_ALLOW_BINARY_CYCLES = "allowBinaryCycles"; //$NON-NLS-1$
private static final String S_MULTI_PLATFORM = "multiplatform"; //$NON-NLS-1$
private static final String S_EXPORT_METADATA = "p2metadata"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizard.java
index 670fbacea8..35e182aea1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizard.java
@@ -27,7 +27,7 @@ import org.eclipse.ui.IWorkbench;
/**
* Wizard to export a target definition to a directory on the file system
- *
+ *
* @see ExportTargetJob
*/
public class TargetDefinitionExportWizard extends Wizard implements IExportWizard {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizardPage.java
index 22b0011779..22580b5c01 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/TargetDefinitionExportWizardPage.java
@@ -45,7 +45,7 @@ public class TargetDefinitionExportWizardPage extends WizardPage {
private static final String SETTINGS_LOCATION_2 = "location2"; //$NON-NLS-1$
/**
- * Dialog settings key for the third most recent location
+ * Dialog settings key for the third most recent location
*/
private static final String SETTINGS_LOCATION_3 = "location3"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/BaseExtensionPointMainPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/BaseExtensionPointMainPage.java
index 17176b0414..9400f28cc1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/BaseExtensionPointMainPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/BaseExtensionPointMainPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorSelectionPage.java
index 5cff2bdd78..738e43aab6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorSelectionPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorWizard.java
index e3e9f7ad63..09a139370c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionEditorWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionTreeSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionTreeSelectionPage.java
index a3d0c63498..3da5dfc81b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionTreeSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/ExtensionTreeSelectionPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointMainPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointMainPage.java
index 8b5bac842a..66b97bad3e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointMainPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointMainPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointWizard.java
index 762eabb395..7b0aa65e2b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionPointWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionRegistryReader.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionRegistryReader.java
index 94ad78b5f2..3404bbc07f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionRegistryReader.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionRegistryReader.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionWizard.java
index 5e7a1b8d46..a29f1eaa80 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewExtensionWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java
index d23816605c..487975b6dd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileMainPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileWizard.java
index ef291d02e9..85f691693b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/NewSchemaFileWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
index 42fd52ab59..55273ec121 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/extension/PointSelectionPage.java
@@ -202,7 +202,7 @@ public class PointSelectionPage extends BaseWizardSelectionPage {
}
public PointSelectionPage(IProject project, IPluginModelBase model, WizardCollectionElement element, WizardCollectionElement templates, NewExtensionWizard wizard) {
- super("pointSelectionPage", PDEUIMessages.NewExtensionWizard_PointSelectionPage_title); //$NON-NLS-1$
+ super("pointSelectionPage", PDEUIMessages.NewExtensionWizard_PointSelectionPage_title); //$NON-NLS-1$
this.fModel = model;
this.fWizardCollection = element;
this.fTemplateCollection = templates;
@@ -453,7 +453,7 @@ public class PointSelectionPage extends BaseWizardSelectionPage {
extension.setPoint(point);
fModel.getPluginBase().add(extension);
- // Recursively auto-insert required child elements and attributes
+ // Recursively auto-insert required child elements and attributes
// respecting multiplicity
ISchemaElement schemaElement = null;
// Get the extension's schema
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractCreateFeatureOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractCreateFeatureOperation.java
index 900bdded82..f2ed56787d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractCreateFeatureOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractCreateFeatureOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractFeatureSpecPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractFeatureSpecPage.java
index 4dad97ed12..fcb100c719 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractFeatureSpecPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractFeatureSpecPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractNewFeatureWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractNewFeatureWizard.java
index d8c41d0564..580e11332b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractNewFeatureWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/AbstractNewFeatureWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/BasePluginListPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/BasePluginListPage.java
index 3d2d2c30a9..4d2697aa04 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/BasePluginListPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/BasePluginListPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/CreateFeaturePatchOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/CreateFeaturePatchOperation.java
index 7bf73475cd..d4780fb872 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/CreateFeaturePatchOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/CreateFeaturePatchOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/FeatureData.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/FeatureData.java
index c183ce1a6c..c544464bcb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/FeatureData.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/FeatureData.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeaturePatchWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeaturePatchWizard.java
index 0dfc1279f5..57d3048b75 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeaturePatchWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeaturePatchWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeatureProjectWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeatureProjectWizard.java
index 102e5294a7..60e7c1d62e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeatureProjectWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/NewFeatureProjectWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/OpenProjectWizardAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/OpenProjectWizardAction.java
index dbb6c0f7a3..eb264d0a28 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/OpenProjectWizardAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/feature/OpenProjectWizardAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/AlternateSourceLocations.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/AlternateSourceLocations.java
index aa29e496c8..bc31fa78a6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/AlternateSourceLocations.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/AlternateSourceLocations.java
@@ -44,7 +44,7 @@ public class AlternateSourceLocations extends SourceLocationManager {
/**
* Constructs alternate source locations on the given plug-ins.
- *
+ *
* @param plugins models to consider as source locations
* @param rbs corresponding resolved bundles
*/
@@ -69,7 +69,7 @@ public class AlternateSourceLocations extends SourceLocationManager {
* Returns a list of source locations referencing root folders containing source.
* These are old-style source plug-ins that contain a sub-folder for each plug-in
* that source is provided for.
- *
+ *
* @return collection of old-style source locations that have been contributed via
* extension point
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BaseImportWizardSecondPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BaseImportWizardSecondPage.java
index 527daafd2e..470c06f2cc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BaseImportWizardSecondPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BaseImportWizardSecondPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -140,7 +140,7 @@ public abstract class BaseImportWizardSecondPage extends WizardPage implements I
* bundle that matches the name and version it returns. If there is a bundle with the
* correct name but no matching version, the highest version available will be returned.
* If no match could be found this method returns <code>null</code>
- *
+ *
* @param id id of the bundle to find
* @param version version of the bundle to find, may be <code>null</code>
* @return the best matching bundle or <code>null</code>
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BinaryProjectFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BinaryProjectFilter.java
index 68d706a7c2..e5fa171af6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BinaryProjectFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/BinaryProjectFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ public class BinaryProjectFilter extends ViewerFilter {
/**
* Returns <code>false</code> if the given element is a binary plug-in/feature project,
* and <code>true</code> otherwise.
- *
+ *
* @see org.eclipse.jface.viewers.ViewerFilter#select(org.eclipse.jface.viewers.Viewer, java.lang.Object, java.lang.Object)
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/ExternalPluginLibrariesFilter.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/ExternalPluginLibrariesFilter.java
index 139cea2807..062b6f4147 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/ExternalPluginLibrariesFilter.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/ExternalPluginLibrariesFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Peter Friese <peter.friese@gentleware.com> - bug 194694
@@ -22,7 +22,7 @@ public class ExternalPluginLibrariesFilter extends ViewerFilter {
/**
* Returns <code>false</code> if the given element is the External Plugin Libraries project,
* and <code>true</code> otherwise.
- *
+ *
* @see org.eclipse.jface.viewers.ViewerFilter#select(org.eclipse.jface.viewers.Viewer, java.lang.Object, java.lang.Object)
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportOperation.java
index b2124e9c6c..e774cdc4ce 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -52,7 +52,7 @@ public class FeatureImportOperation implements IWorkspaceRunnable {
private IReplaceQuery fReplaceQuery;
/**
- *
+ *
* @param models
* @param targetPath a parent of external project or null
* @param replaceQuery
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizard.java
index 7a8839142a..0f341f8bdb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -92,7 +92,7 @@ public class FeatureImportWizard extends Wizard implements IImportWizard {
}
/**
- *
+ *
* @return IPath or null
*/
private IPath computeTargetPath() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizardPage.java
index 383cdce5f1..c1c12627c5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/FeatureImportWizardPage.java
@@ -47,7 +47,7 @@ import org.eclipse.ui.progress.UIJob;
/**
* Wizard page used when importing features. Allows the user to choose a location (Default or a folder) to load features from
* then select one or more features to import into the workspace.
- *
+ *
* @see FeatureImportWizard
*/
public class FeatureImportWizardPage extends WizardPage {
@@ -224,10 +224,10 @@ public class FeatureImportWizardPage extends WizardPage {
/**
* Called whenever the location or another aspect of the container has changed
- * in the UI. Will schedule a UIJob to verify and resolve the container
+ * in the UI. Will schedule a UIJob to verify and resolve the container
* reporting any problems to the user. If a previous job is running or sleeping
* it will be cancelled.
- *
+ *
* @param delay a delay to add to the job scheduling
*/
protected void locationChanged(long delay) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/OverwriteProjectsSelectionDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/OverwriteProjectsSelectionDialog.java
index 4655a67679..0213808979 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/OverwriteProjectsSelectionDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/OverwriteProjectsSelectionDialog.java
@@ -30,10 +30,10 @@ import org.eclipse.ui.ide.IDE;
import org.osgi.framework.Version;
/**
- * This dialog expects a list of plug-in projects. It displays a filtered list to help
+ * This dialog expects a list of plug-in projects. It displays a filtered list to help
* select the projects to be deleted during the import process.
* The returned results are the list of projects that shall be deleted.
- *
+ *
* @see PluginImportWizardDetailedPage
* @see PluginImportOperation
* @since 3.6
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportFinishDialog.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportFinishDialog.java
index 3fcbeb3c00..a4998b9d83 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportFinishDialog.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportFinishDialog.java
@@ -21,8 +21,8 @@ import org.eclipse.swt.widgets.*;
import org.eclipse.ui.PlatformUI;
/**
- * This is a simple info dialog capable to display list of given plugins. The list should
- * contain elements recognizable by {@link PDELabelProvider}.
+ * This is a simple info dialog capable to display list of given plugins. The list should
+ * contain elements recognizable by {@link PDELabelProvider}.
*/
public class PluginImportFinishDialog extends TitleAreaDialog {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportHelper.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportHelper.java
index 30b8eebd4a..f7dcdb030e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportHelper.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportHelper.java
@@ -28,7 +28,7 @@ public class PluginImportHelper {
/**
* Imports the contents of a zip file or folder, extracting the necessary files and
- * putting them in the specified destination.
+ * putting them in the specified destination.
* @param source the file or folder to import from, should either be the root of the zip file or the File representing the folder
* @param dstPath
* @param provider
@@ -129,12 +129,12 @@ public class PluginImportHelper {
/**
* Searches the given archive file for java source folders. Imports the files in the
- * source folders to the specified destination unless the folder is in the list of
- * folders to exclude.
+ * source folders to the specified destination unless the folder is in the list of
+ * folders to exclude.
* @param file archive file to search for source in
* @param excludeFolders list of IPaths describing folders to ignore while searching
* @param dstPath full path to destination to put the extracted source
- * @param collectedPackages will be updated with the set of packages the extracted source belongs to, if <code>null</code> this step will be skipped
+ * @param collectedPackages will be updated with the set of packages the extracted source belongs to, if <code>null</code> this step will be skipped
* @param monitor progress monitor
* @throws CoreException if there is a problem extracting source from the zip
*/
@@ -168,7 +168,7 @@ public class PluginImportHelper {
* the package path.
* <p>
* This method uses only the directory structure to determine package structure.
- * </p>
+ * </p>
* @param provider file structure provider for the files (either folder or a zip)
* @param javaFiles list of files in the file structure to search through
* @param prefixPath a path that one or more of the files may have at the start of their path, the prefix is removed before adding to the package list, can be <code>null</code>
@@ -273,10 +273,10 @@ public class PluginImportHelper {
/**
* Collects all items that are not .class files or signing files, uses the provided map to split
* up entries into multiple destinations
- *
+ *
* @param provider import provider
* @param element element to start search at
- * @param packageLocations pre-populated map of package names to a destination folder
+ * @param packageLocations pre-populated map of package names to a destination folder
* @param collected map to collect a file list (maps destination folder to a list of files
*/
public static void collectBinaryFiles(IImportStructureProvider provider, Object element, Map<IPath, IPath> packageLocations, Map<IPath, List<Object>> collected) {
@@ -324,12 +324,12 @@ public class PluginImportHelper {
}
/**
- * Searches the content from the provider for non java files that should be imported from a
+ * Searches the content from the provider for non java files that should be imported from a
* source bundle. Source folders containing java files are ignores. The META-INF folder is
* ignored. The OSGI-INF folder is ignored to skip source bundle localization.
- *
+ *
* Note: It would be more accurate to skip localization by reading the localization header of the bundle
- *
+ *
* @param provider import provider to search
* @param element root element to search in the provider
* @param collected list of children that should be imported
@@ -359,7 +359,7 @@ public class PluginImportHelper {
/**
* Recursively searches the given folder/zip structure for all non-class files.
- *
+ *
* @param provider zip/folder structure provider
* @param element element within the structure to search
* @param collected collection for gathering file list
@@ -470,11 +470,11 @@ public class PluginImportHelper {
}
/**
- * Recursively searches the children of the given element inside of a zip file.
+ * Recursively searches the children of the given element inside of a zip file.
* If the folder path is in the set of folders to ignore, the folder will be skipped.
* All files found, except for .class files, will be added. The given list will be
* updated with the source files.
- *
+ *
* @param provider zip provider
* @param element current element inside the zip
* @param ignoreFolders list of IPath folder paths to skip while searching
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportLabelProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportLabelProvider.java
index 1402c091c9..b976023eb6 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportLabelProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportLabelProvider.java
@@ -18,9 +18,9 @@ import org.osgi.framework.Version;
/**
* Label provider for lists of plug-ins in the plug-in import wizard. Uses images
- * from the PDELabelProvider, but uses a styled string for the text to colour the
+ * from the PDELabelProvider, but uses a styled string for the text to colour the
* versions in a different colour.
- *
+ *
* @since 3.6
*/
public class PluginImportLabelProvider extends StyledCellLabelProvider implements ILabelProvider {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
index 3b61953986..f6f0d333bc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
@@ -53,7 +53,7 @@ import org.osgi.framework.BundleException;
/**
* Imports one or more plug-ins into the workspace. There are three different
* ways to import a plugin: as binary, as binary with linked source,
- * and as source.
+ * and as source.
*/
@SuppressWarnings("restriction")
// The IBundleImporter API is currently provisional
@@ -117,7 +117,7 @@ public class PluginImportOperation extends WorkspaceJob {
* Sets a source location manager to use to find source attachments. This should
* be specified when importing plug-ins that are not from the active target platform
* so source attachments can be found.
- *
+ *
* @param alternate source location manager.
*/
public void setAlternateSource(SourceLocationManager alternate) {
@@ -127,7 +127,7 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* This custom message box class is used for warning the user about the projects that did not get imported.
* see bug 337730
- *
+ *
* This class should get removed when Bug 346078 is fixed.
*
*/
@@ -141,7 +141,7 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Creates a warning message dialog. The message area will contain the scrollable
* text box that will show the list of the projects supplied.
- *
+ *
* @param warningMessage
* the warning message to be shown on the dialog.
* @param namesOfNotImportedProjects
@@ -269,7 +269,7 @@ public class PluginImportOperation extends WorkspaceJob {
* If there are existing projects in the workspace with the same symbolic name, open a dialog
* asking the user if they would like to delete those projects. The projects are deleted before
* the import continues so the individual imports can do a simple search for an allowed plug-in name.
- *
+ *
* @param status the multi-status used to report problems
* @param monitor progress monitor, must not be <code>null</code>
*/
@@ -405,7 +405,7 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* This method starts the import of a specific plugin. Checks if the execution
- * environment is supported and also checks if the project already exists and
+ * environment is supported and also checks if the project already exists and
* needs to be replaced.
* @param model model representing the plugin to import
* @param instructions instructions for how to import from repository
@@ -553,7 +553,7 @@ public class PluginImportOperation extends WorkspaceJob {
// Extract the source, track build entries and package locations
WorkspaceBuildModel buildModel = new WorkspaceBuildModel(PDEProject.getBuildProperties(project));
- Map<IPath, IPath> packageLocations = new HashMap<>(); // maps package path to a src folder
+ Map<IPath, IPath> packageLocations = new HashMap<>(); // maps package path to a src folder
boolean sourceFound = extractSourceFolders(project, model, buildModel, packageLocations, new SubProgressMonitor(monitor, 1));
// If no source was found previously, check if there was a source folder (src) inside the binary plug-in
if (!sourceFound) {
@@ -617,10 +617,10 @@ public class PluginImportOperation extends WorkspaceJob {
}
/**
- * Creates the project to add to the workspace. If the project already exists in
+ * Creates the project to add to the workspace. If the project already exists in
* the workspace ask the user if it is ok to overwrite. Will return <code>null</code>
* if no project could be created for the import (i.e. the user chooses to not overwrite).
- *
+ *
* @param model plug-in being imported
* @param monitor progress monitor
* @return the project to use or <code>null</code> if no project could be created/overwritten
@@ -695,7 +695,7 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Returns true if it is safe to delete the project. It is not safe to delete if
* one of its libraries is locked by a running launch configuration.
- *
+ *
* @param project project to test
* @param monitor progress monitor
* @return true is it is safe to delete the project, false otherwise
@@ -771,7 +771,7 @@ public class PluginImportOperation extends WorkspaceJob {
* a location other than the active target platform. In that case we want to use source from the import location
* if available. If this method returns <code>null</code> no seperate source feature/bundle could be found. There
* may still be source stored internally in the plug-in.
- *
+ *
* @return the most relevant source manager than contains source for the plug-in or <code>null</code> if no separate source could be found
*/
private SourceLocationManager getSourceManager(IPluginModelBase model) {
@@ -884,11 +884,11 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Looks up the source locations for the plug-in and imports the source for each library. Each source root is
* extracted to a source folder in the project and a build model containing the source entries is returned.
- *
+ *
* @param project destination project
* @param model plug-in being imported
* @param buildModel a workspace build model that entries for each created source folder will be added to
- * @param packageLocations map that will be updated with package locations (package path to a source foldeR)
+ * @param packageLocations map that will be updated with package locations (package path to a source foldeR)
* @param monitor progress monitor
* @return whether a source location was found
* @throws CoreException if there is a problem extracting the source or creating a build entry
@@ -964,13 +964,13 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Looks inside the binary plug-in to see if source was packaged inside of a 'src' directory. If found, the build model and
* package locations are updated with the appropriate information. This method does not actually import the source as
- * that is handled when the binary plug-in is extracted.
- *
+ * that is handled when the binary plug-in is extracted.
+ *
* @param model plug-in model being imported
* @param buildModel build model to update if source is found
* @param packageLocations package location map (package path to destination) to update if source is found
* @return true if source was found inside the binary plug-in, false otherwise
- *
+ *
* @throws CoreException
* @throws ZipException
* @throws IOException
@@ -1013,10 +1013,10 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Adds a set of packages to the package location map. For each package in the given set
- * an entry will be added to the map pointing to the destination. In additional, any parent
+ * an entry will be added to the map pointing to the destination. In additional, any parent
* package fragments that do not have entries in the map will be added (also pointing to the
* destination path).
- *
+ *
* @param packages set of packages to add to the map
* @param destination the destination directory that the packages belong to
* @param packageLocations the map to add the entries to
@@ -1079,7 +1079,7 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Imports files from the plug-in that are necessary to make the created project a plug-in project.
- * Specifically the manifest and related file are extracted.
+ * Specifically the manifest and related file are extracted.
* @param project
* @param model
* @param monitor
@@ -1179,7 +1179,7 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Creates a model for an existing manifest file, replacing the classpath entry with the
* new location of the referenced library. Also removes any extra entries such as signing
- * headers.
+ * headers.
* @param project
* @param base
*/
@@ -1258,10 +1258,10 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Gets the list of libraries from the model and returns an array of their expanded
* names. Will add the default library name if no libraries are specified.
- *
+ *
* <p>If run in dev mode (target workbench), and the plug-in is in the host workspace
* the library names will be replaced with 'bin/'. See bug 294005.</p>
- *
+ *
* @param model
* @return list of library names
*/
@@ -1277,7 +1277,7 @@ public class PluginImportOperation extends WorkspaceJob {
}
/**
- * Returns the standard source directory name for a library name.
+ * Returns the standard source directory name for a library name.
* Used to get the source root name for a library as well as the
* standard destination name.
* @param libraryName
@@ -1299,7 +1299,7 @@ public class PluginImportOperation extends WorkspaceJob {
/**
* Sets the import descriptions to use when importing from a repository.
- *
+ *
* @param descriptions map of {@link IBundleImporter} to arrays of {@link BundleImportDescription}.
*/
public void setImportDescriptions(Map<IBundleImporter, ScmUrlImportDescription[]> descriptions) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizard.java
index c4c20248b3..eb5240abb9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -162,16 +162,16 @@ public class PluginImportWizard extends Wizard implements IImportWizard, IPageCh
/**
* Performs the import.
- *
+ *
* @param importType one of the import operation types
* @param models models being imported
* @param forceAutobuild whether to force a build after the import
- * @param launchedConfiguration if there is a launched target currently running
+ * @param launchedConfiguration if there is a launched target currently running
* @param alternateSource used to locate source attachments or <code>null</code> if default
* source locations should be used (from active target platform).
* @param importerToDescriptions map of bundle importers to import descriptions if importing
* from a repository, else <code>null</code>
- *
+ *
*/
public static void doImportOperation(int importType, IPluginModelBase[] models, boolean forceAutobuild, boolean launchedConfiguration, SourceLocationManager alternateSource, Map<IBundleImporter, ScmUrlImportDescription[]> importerToDescriptions) {
PluginImportOperation job = new PluginImportOperation(models, importType, forceAutobuild);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardDetailedPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardDetailedPage.java
index 36eda0e2a1..8c87a132b3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardDetailedPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardDetailedPage.java
@@ -121,7 +121,7 @@ public class PluginImportWizardDetailedPage extends BaseImportWizardSecondPage {
/**
* This filter is used to remove older plug-ins from view
- *
+ *
*/
private class VersionFilter extends ViewerFilter {
private HashMap<String, Version> versions = new HashMap<>();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardExpressPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardExpressPage.java
index 37e1311c4f..f7582e8b30 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardExpressPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardExpressPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
index 05b23c85bb..c7913f5bdf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
@@ -202,7 +202,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Updates enabled state of the radio buttons/controls used to select the source
* of the import.
- *
+ *
* @param source one of the source constants
*/
private void updateSourceGroup(int source) {
@@ -257,7 +257,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns the target platform service or <code>null</code> if none.
- *
+ *
* @return target platform service or <code>null</code>
*/
private ITargetPlatformService getTargetPlatformService() {
@@ -427,7 +427,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns alternate source locations to use when importing, or <code>null</code>
* if default locations are to be used.
- *
+ *
* @return alternate source locations or <code>null</code>
*/
public SourceLocationManager getAlternateSourceLocations() {
@@ -462,7 +462,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns a constant indicating what the import is performed on.
- *
+ *
* @return source of import
*/
private int getImportOrigin() {
@@ -515,7 +515,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Resolves the plug-ins at the given the base location. Uses plug-ins directory if present.
- *
+ *
* @param location
*/
private void resolveArbitraryLocation(String location) {
@@ -536,7 +536,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Resolves the plug-in locations for a target definition.
- *
+ *
* @param target target definition
* @param type import operation type
*/
@@ -655,7 +655,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns whether the contributed pages are complete.
- *
+ *
* @return whether the contributed pages are complete
*/
boolean arePagesComplete() {
@@ -671,7 +671,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Finishes contributed pages.
- *
+ *
* @return whether finish was successful
*/
boolean finishPages() {
@@ -687,7 +687,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns a map of importers to their bundle import descriptions to process.
- *
+ *
* @return map of bundle import descriptions to process, by importers
*/
Map<IBundleImporter, ScmUrlImportDescription[]> getImportDescriptions() {
@@ -709,7 +709,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns the next page to display or <code>null</code> if none.
- *
+ *
* @param page current page
* @return next page or <code>null</code>
*/
@@ -746,7 +746,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns the previous page to display or <code>null</code> if none.
- *
+ *
* @param page current page
* @return previous page or <code>null</code>
*/
@@ -797,7 +797,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns the selected target definition or <code>null</code>
* if there are none.
- *
+ *
* @return selected target definition or <code>null</code>
*/
private ITargetDefinition getTargetDefinition() {
@@ -826,7 +826,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Returns an object representing what will be imported.
- *
+ *
* @return source of the import
*/
public Object getImportSource() {
@@ -842,7 +842,7 @@ public class PluginImportWizardFirstPage extends WizardPage {
/**
* Notifies the contributed bundle import pages of the bundles to import.
- *
+ *
* @param models the models selected for import
*/
public void configureBundleImportPages(IPluginModelBase[] models) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
index 247a65c598..be4df21ec8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
@@ -26,7 +26,7 @@ import org.eclipse.team.ui.TeamUI;
/**
* Wizard to import plug-ins from a repository.
- *
+ *
* @since 3.6
*/
@SuppressWarnings("restriction")
@@ -47,7 +47,7 @@ public class RepositoryImportWizard extends Wizard {
/**
* Map of import delegates to import descriptions.
- *
+ *
* @param importMap
*/
public RepositoryImportWizard(Map<?, ?> importMap) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/AbstractFieldData.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/AbstractFieldData.java
index 375ef22e1f..28ed346ab1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/AbstractFieldData.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/AbstractFieldData.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Gary Duprex <Gary.Duprex@aspectstools.com> - bug 179213
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java
index 1e3b060d94..cea04e7111 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java
@@ -191,7 +191,7 @@ public class FragmentContentPage extends ContentPage {
fEEChoice = new Combo(container, SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER);
fEEChoice.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
- // Gather EEs
+ // Gather EEs
IExecutionEnvironment[] exeEnvs = VMUtil.getExecutionEnvironments();
TreeSet<String> availableEEs = new TreeSet<>();
for (int i = 0; i < exeEnvs.length; i++) {
@@ -199,7 +199,7 @@ public class FragmentContentPage extends ContentPage {
}
availableEEs.add(NO_EXECUTION_ENVIRONMENT);
- // Set data
+ // Set data
fEEChoice.setItems(availableEEs.toArray(new String[availableEEs.size() - 1]));
fEEChoice.addSelectionListener(new SelectionAdapter() {
@Override
@@ -228,7 +228,7 @@ public class FragmentContentPage extends ContentPage {
@Override
public void handleEvent(Event event) {
PreferencesUtil.createPreferenceDialogOn(getShell(), "org.eclipse.jdt.debug.ui.jreProfiles", //$NON-NLS-1$
- new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
+ new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
}
});
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentFieldData.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentFieldData.java
index ed289041d5..6b9bf62fe3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentFieldData.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentFieldData.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/LibraryPluginJarsPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/LibraryPluginJarsPage.java
index 739bc3d1a3..ca85b2f539 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/LibraryPluginJarsPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/LibraryPluginJarsPage.java
@@ -143,7 +143,7 @@ public class LibraryPluginJarsPage extends WizardPage {
}
});
// should not sort, bug 98401
- //fTableViewer.setSorter(new ViewerSorter());
+ //fTableViewer.setSorter(new ViewerSorter());
data = new GridData(GridData.FILL_BOTH);
fTableViewer.getControl().setLayoutData(data);
fTableViewer.setInput(fJarPaths);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java
index bccdefca92..ce1d3f4a59 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginCreationPage.java
@@ -191,7 +191,7 @@ public class NewLibraryPluginCreationPage extends WizardNewProjectCreationPage {
fEEChoice = new Combo(container, SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER);
fEEChoice.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
- // Gather EEs
+ // Gather EEs
IExecutionEnvironment[] exeEnvs = VMUtil.getExecutionEnvironments();
TreeSet<String> availableEEs = new TreeSet<>();
for (int i = 0; i < exeEnvs.length; i++) {
@@ -199,7 +199,7 @@ public class NewLibraryPluginCreationPage extends WizardNewProjectCreationPage {
}
availableEEs.add(NO_EXECUTION_ENVIRONMENT);
- // Set data
+ // Set data
fEEChoice.setItems(availableEEs.toArray(new String[availableEEs.size() - 1]));
fEEChoice.addSelectionListener(new SelectionAdapter() {
@Override
@@ -228,7 +228,7 @@ public class NewLibraryPluginCreationPage extends WizardNewProjectCreationPage {
@Override
public void handleEvent(Event event) {
PreferencesUtil.createPreferenceDialogOn(getShell(), "org.eclipse.jdt.debug.ui.jreProfiles", //$NON-NLS-1$
- new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
+ new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
}
});
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginProjectWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginProjectWizard.java
index 49f70e0a9a..3a6a36efd1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginProjectWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewLibraryPluginProjectWizard.java
@@ -67,7 +67,7 @@ public class NewLibraryPluginProjectWizard extends NewWizard implements IExecuta
@Override
public void addPages() {
- fJarsPage = new LibraryPluginJarsPage("jars", fPluginData, fInitialJarPaths); //$NON-NLS-1$
+ fJarsPage = new LibraryPluginJarsPage("jars", fPluginData, fInitialJarPaths); //$NON-NLS-1$
fMainPage = new NewLibraryPluginCreationPage("main", fPluginData, getSelection()); //$NON-NLS-1$
fUpdatePage = new NewLibraryPluginCreationUpdateRefPage(fPluginData, fInitialJarPaths, fInitialSelection);
String pname = getDefaultValue(DEF_PROJECT_NAME);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java
index fd34325e54..aed9e78747 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java
@@ -69,8 +69,8 @@ public class NewProjectCreationOperation extends WorkspaceModifyOperation {
/**
* Function used to modify Manifest just before it is written out (after all project artifacts have been created.
- *
- * @throws CoreException
+ *
+ * @throws CoreException
*/
protected void adjustManifests(IProgressMonitor monitor, IProject project, IPluginBase bundle) throws CoreException {
// if libraries are exported, compute export package (173393)
@@ -135,10 +135,10 @@ public class NewProjectCreationOperation extends WorkspaceModifyOperation {
}
/**
- * @throws CoreException
- * @throws JavaModelException
- * @throws InvocationTargetException
- * @throws InterruptedException
+ * @throws CoreException
+ * @throws JavaModelException
+ * @throws InvocationTargetException
+ * @throws InterruptedException
*/
protected void createContents(IProgressMonitor monitor, IProject project) throws CoreException, JavaModelException, InvocationTargetException, InterruptedException {
}
@@ -448,7 +448,7 @@ public class NewProjectCreationOperation extends WorkspaceModifyOperation {
/**
* Attempts to select the given file in the active workbench part and open the file
* in its default editor. Uses asyncExec to join with the UI thread.
- *
+ *
* @param file file to open the editor on
*/
private void openFile(final IFile file) {
@@ -500,7 +500,7 @@ public class NewProjectCreationOperation extends WorkspaceModifyOperation {
* @param values a {@link Set} containing packages names as {@link String}s
* @param version a {@link String} representing the version to set on the package, <code>null</code> allowed.
* @return a {@link String} representing the given packages, with the exported version set correctly.<br>
- * If there's only one package and version is not null, package is exported with that version number.
+ * If there's only one package and version is not null, package is exported with that version number.
*/
protected String getCommaValuesFromPackagesSet(Set<String> values, String version) {
StringBuffer buffer = new StringBuffer();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/OpenProjectWizardAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/OpenProjectWizardAction.java
index c0d441ac03..2af70fa210 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/OpenProjectWizardAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/OpenProjectWizardAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginClassCodeGenerator.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginClassCodeGenerator.java
index 9291940db2..1ea420e35d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginClassCodeGenerator.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginClassCodeGenerator.java
@@ -149,7 +149,7 @@ public class PluginClassCodeGenerator {
writer.println("\t * @return the image descriptor"); //$NON-NLS-1$
writer.println("\t */"); //$NON-NLS-1$
writer.println("\tpublic static ImageDescriptor getImageDescriptor(String path) {"); //$NON-NLS-1$
- writer.println("\t\treturn imageDescriptorFromPlugin(PLUGIN_ID, path);"); //$NON-NLS-1$
+ writer.println("\t\treturn imageDescriptorFromPlugin(PLUGIN_ID, path);"); //$NON-NLS-1$
writer.println("\t}"); //$NON-NLS-1$
}
writer.println("}"); //$NON-NLS-1$
@@ -187,7 +187,7 @@ public class PluginClassCodeGenerator {
writer.println("\t\t" + className + ".context = null;"); //$NON-NLS-1$ //$NON-NLS-2$
writer.println("\t}"); //$NON-NLS-1$
writer.println();
- writer.println("}"); //$NON-NLS-1$
+ writer.println("}"); //$NON-NLS-1$
}
public IPluginReference[] getDependencies() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginContentPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginContentPage.java
index cc90bbbd87..37290cb17f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginContentPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/PluginContentPage.java
@@ -142,7 +142,7 @@ public class PluginContentPage extends ContentPage {
fEEChoice = new Combo(container, SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER);
fEEChoice.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
- // Gather EEs
+ // Gather EEs
IExecutionEnvironment[] exeEnvs = VMUtil.getExecutionEnvironments();
TreeSet<String> availableEEs = new TreeSet<>();
for (int i = 0; i < exeEnvs.length; i++) {
@@ -150,7 +150,7 @@ public class PluginContentPage extends ContentPage {
}
availableEEs.add(NO_EXECUTION_ENVIRONMENT);
- // Set data
+ // Set data
fEEChoice.setItems(availableEEs.toArray(new String[availableEEs.size() - 1]));
fEEChoice.addSelectionListener(new SelectionAdapter() {
@Override
@@ -179,7 +179,7 @@ public class PluginContentPage extends ContentPage {
@Override
public void handleEvent(Event event) {
PreferencesUtil.createPreferenceDialogOn(getShell(), "org.eclipse.jdt.debug.ui.jreProfiles", //$NON-NLS-1$
- new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
+ new String[] {"org.eclipse.jdt.debug.ui.jreProfiles"}, null).open(); //$NON-NLS-1$
}
});
}
@@ -249,7 +249,7 @@ public class PluginContentPage extends ContentPage {
}
/**
- * Creates the RCP questions
+ * Creates the RCP questions
* @param parent
* @param horizontalSpan
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java
index 88ace351da..c1c853493d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseManifestOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseProductCreationOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseProductCreationOperation.java
index d39bc3068c..6f2b4da396 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseProductCreationOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/BaseProductCreationOperation.java
@@ -166,7 +166,7 @@ public class BaseProductCreationOperation extends WorkspaceModifyOperation {
pplugin.setId(model.getPluginBase().getId());
pplugins[i] = pplugin;
- // create plug-in configuration model
+ // create plug-in configuration model
String sl = plugins.get(model);
if (!model.isFragmentModel() && !sl.equals("default:default")) { //$NON-NLS-1$
IPluginConfiguration configuration = factory.createPluginConfiguration();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ISplashHandlerConstants.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ISplashHandlerConstants.java
index d8fde9733e..25583469d0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ISplashHandlerConstants.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ISplashHandlerConstants.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileAction.java
index b2b3c5b036..8a9cd13e3f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileWizard.java
index 7ee5d64335..fda56b06f8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/NewProductFileWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
index 2009b3fd2c..68d33fc976 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionOperation.java
@@ -81,7 +81,7 @@ public class ProductDefinitionOperation extends BaseManifestOperation {
protected String createTargetPackage() {
// Package name addition to create a location for containing
- // any classes required by the splash handlers.
+ // any classes required by the splash handlers.
String packageName = getFormattedPackageName(fPluginId);
// Unqualifed
if (packageName.length() == 0) {
@@ -347,8 +347,8 @@ public class ProductDefinitionOperation extends BaseManifestOperation {
if (value != null && value.length() > 0) {
element = parent.getModel().getFactory().createElement(parent);
element.setName("property"); //$NON-NLS-1$
- element.setAttribute("name", name); //$NON-NLS-1$
- element.setAttribute("value", value); //$NON-NLS-1$
+ element.setAttribute("name", name); //$NON-NLS-1$
+ element.setAttribute("value", value); //$NON-NLS-1$
}
return element;
}
@@ -458,7 +458,7 @@ public class ProductDefinitionOperation extends BaseManifestOperation {
private void modifyExistingFile(IFile file, IProgressMonitor monitor) throws CoreException {
IStatus status = PDEPlugin.getWorkspace().validateEdit(new IFile[] {file}, getShell());
if (status.getSeverity() != IStatus.OK)
- throw new CoreException(new Status(IStatus.ERROR, "org.eclipse.pde.ui", IStatus.ERROR, NLS.bind(PDEUIMessages.ProductDefinitionOperation_readOnly, fPluginId), null)); //$NON-NLS-1$
+ throw new CoreException(new Status(IStatus.ERROR, "org.eclipse.pde.ui", IStatus.ERROR, NLS.bind(PDEUIMessages.ProductDefinitionOperation_readOnly, fPluginId), null)); //$NON-NLS-1$
ModelModification mod = new ModelModification(file) {
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionWizard.java
index fb515c3205..2e265f505a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitionWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java
index 27894d8d5c..e77cc4f0e9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductDefinitonWizardPage.java
@@ -103,7 +103,7 @@ public class ProductDefinitonWizardPage extends WizardPage implements IHyperlink
GridData gd = new GridData(GridData.FILL_HORIZONTAL);
gd.horizontalSpan = 2;
- if (!productNameDefined()) {
+ if (!productNameDefined()) {
label = new Label(group, SWT.NONE);
label.setText(PDEUIMessages.ProductDefinitonWizardPage_productName);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizardPage.java
index 7d52d2c031..21ed7139e8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFileWizardPage.java
@@ -40,7 +40,7 @@ public class ProductFileWizardPage extends PDEWizardNewFileCreationPage {
public final static int USE_PRODUCT = 1;
public final static int USE_LAUNCH_CONFIG = 2;
- private static final String F_FILE_EXTENSION = "product"; //$NON-NLS-1$
+ private static final String F_FILE_EXTENSION = "product"; //$NON-NLS-1$
private Button fBasicButton;
private Button fProductButton;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromConfigOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromConfigOperation.java
index 92064e6257..a4b64e4a5c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromConfigOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromConfigOperation.java
@@ -29,7 +29,7 @@ import org.eclipse.pde.launching.IPDELauncherConstants;
/**
* This operation generates a product configuration filling in fields based on information
- * stored a launch configuration. Product, application, JRE, and config information is
+ * stored a launch configuration. Product, application, JRE, and config information is
* collected from the launch config.
*/
public class ProductFromConfigOperation extends BaseProductCreationOperation {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromExtensionOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromExtensionOperation.java
index 0e1afa70a2..b8ab49cd8e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromExtensionOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductFromExtensionOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java
index d52f030a0b..b9f4247b90 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroOperation.java
@@ -139,7 +139,7 @@ public class ProductIntroOperation extends BaseManifestOperation implements IVar
private void modifyExistingFile(IFile file, IProgressMonitor monitor) throws CoreException {
IStatus status = PDEPlugin.getWorkspace().validateEdit(new IFile[] {file}, fShell);
if (status.getSeverity() != IStatus.OK)
- throw new CoreException(new Status(IStatus.ERROR, "org.eclipse.pde.ui", IStatus.ERROR, NLS.bind(PDEUIMessages.ProductDefinitionOperation_readOnly, fPluginId), null)); //$NON-NLS-1$
+ throw new CoreException(new Status(IStatus.ERROR, "org.eclipse.pde.ui", IStatus.ERROR, NLS.bind(PDEUIMessages.ProductDefinitionOperation_readOnly, fPluginId), null)); //$NON-NLS-1$
ModelModification mod = new ModelModification(file) {
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroWizardPage.java
index b7003ce049..917510a28d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/ProductIntroWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/RemoveSplashHandlerBindingAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/RemoveSplashHandlerBindingAction.java
index f61c0a1ddf..eefb020025 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/RemoveSplashHandlerBindingAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/RemoveSplashHandlerBindingAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -110,16 +110,16 @@ public class RemoveSplashHandlerBindingAction extends Action implements ISplashH
IPluginElement element = productBindingElements[i];
// Get the product ID attribute
IPluginAttribute productIDAttribute = element.getAttribute(F_ATTRIBUTE_PRODUCT_ID);
- // Remove any product binding element that does not define a
- // product ID
+ // Remove any product binding element that does not define a
+ // product ID
if ((productIDAttribute == null) || (PDETextHelper.isDefined(productIDAttribute.getValue()) == false)) {
extension.remove(element);
continue;
}
// Get the splash ID attribute
IPluginAttribute splashIDAttribute = element.getAttribute(F_ATTRIBUTE_SPLASH_ID);
- // Remove any product binding element that does not define a
- // splash ID
+ // Remove any product binding element that does not define a
+ // splash ID
if ((splashIDAttribute == null) || (PDETextHelper.isDefined(splashIDAttribute.getValue()) == false)) {
extension.remove(element);
continue;
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/TextEditUtilities.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/TextEditUtilities.java
index db882070a2..a82b5370bb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/TextEditUtilities.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/TextEditUtilities.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashHandlerAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashHandlerAction.java
index 8fc1b7c624..e31aaa5b80 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashHandlerAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashHandlerAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -86,7 +86,7 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
}
/**
- *
+ *
*/
public void reset() {
fModel = null;
@@ -241,7 +241,7 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
// Point
extension.setPoint(F_SPLASH_HANDLERS_EXTENSION);
// NO id
- // NO name
+ // NO name
// Create the extension's children
createExtensionChildrenSplashHandlers(extension);
@@ -261,7 +261,7 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
// Ensure element was defined and add it to the extension
if (splashHandlerElement != null) {
// Extension uses the first element only when choosing a splash
- // handler. Always set as the first extension element to
+ // handler. Always set as the first extension element to
// override any previous elements
extension.add(0, splashHandlerElement);
}
@@ -273,7 +273,7 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
// Ensure element was defined and add it to the extension
if (productBindingElement != null) {
// Extension uses the first element only when choosing a splash
- // handler. Always set as the first extension element to
+ // handler. Always set as the first extension element to
// override any previous elements
extension.add(1, productBindingElement);
}
@@ -327,12 +327,12 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
}
// Find a matching pre-generated product binding element
IPluginElement productBindingElement = findProductBindingElement(extension);
- // Remove any product binding elements bound to the target product but
+ // Remove any product binding elements bound to the target product but
// NOT bound to the target splash ID (if any elements are found)
// The splash handler extension provider uses the first product
// binding it finds in the extension.
- // By removing all product bindings bound to a single product, we can
- // override an existing splash handler with another existing
+ // By removing all product bindings bound to a single product, we can
+ // override an existing splash handler with another existing
// splash handler.
removeMatchingProductBindingElements(extension);
// Check to see if one was found
@@ -364,13 +364,13 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
IPluginAttribute productIDAttribute = element.getAttribute(F_ATTRIBUTE_PRODUCT_ID);
// (1) Remove any product binding that has an undefined
// product ID or splash ID
- // (2) Remove any product binding bound to the target
+ // (2) Remove any product binding bound to the target
// product ID but NOT bound to the target splash ID
if ((productIDAttribute == null) || (PDETextHelper.isDefined(productIDAttribute.getValue()) == false) || (splashIDAttribute == null) || (PDETextHelper.isDefined(splashIDAttribute.getValue()) == false)) {
- // Remove product binding element
+ // Remove product binding element
extension.remove(element);
} else if (productIDAttribute.getValue().equals(fFieldProductID) && (splashIDAttribute.getValue().equals(fFieldSplashID) == false)) {
- // Remove product binding element
+ // Remove product binding element
extension.remove(element);
}
}
@@ -393,7 +393,7 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
if (element.getName().equals(F_ELEMENT_SPLASH_HANDLER)) {
// Get the id attribute
IPluginAttribute idAttribute = element.getAttribute(F_ATTRIBUTE_ID);
- // Check for the generated ID
+ // Check for the generated ID
if ((idAttribute != null) && PDETextHelper.isDefined(idAttribute.getValue()) && idAttribute.getValue().equals(fFieldID)) {
// Matching element found
return element;
@@ -443,7 +443,7 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
if (element.getName().equals(F_ELEMENT_PRODUCT_BINDING)) {
// Get the id attribute
IPluginAttribute splashIDAttribute = element.getAttribute(F_ATTRIBUTE_SPLASH_ID);
- // Check for the generated ID
+ // Check for the generated ID
if ((splashIDAttribute != null) && PDETextHelper.isDefined(splashIDAttribute.getValue()) && splashIDAttribute.getValue().equals(fFieldSplashID)) {
// Matching element found
return element;
@@ -462,7 +462,7 @@ public class UpdateSplashHandlerAction extends Action implements ISplashHandlerC
// Point
extension.setPoint(fullExtensionPointID);
// NO id
- // NO name
+ // NO name
// Create the extension's children
createExtensionChildrenSplash(extension);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
index 117d0f0d2c..2a67b8a807 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/UpdateSplashProgressOperation.java
@@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 274107
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 274107
*******************************************************************************/
package org.eclipse.pde.internal.ui.wizards.product;
@@ -139,7 +139,7 @@ public class UpdateSplashProgressOperation implements IWorkspaceRunnable {
// Operation: Remove progress
// The preference customization property does not exist
// NO-OP
- // Note: If plugin_customization.ini exists in the root of the
+ // Note: If plugin_customization.ini exists in the root of the
// plug-in, this is the default file name in the default location
// Its values will be loaded.
// Therefore, since it is possible for a the show progress on
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationOperation.java
index b43dd07127..225a7e27aa 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -134,7 +134,7 @@ public class NewSiteProjectCreationOperation extends WorkspaceModifyOperation {
writer.println(" xmlFile.load(\"site.xml\");"); //$NON-NLS-1$
writer.println(" stylesheet.load(\"" + fWebLocation + "/site.xsl\");"); //$NON-NLS-1$ //$NON-NLS-2$
writer.println(" } else {"); //$NON-NLS-1$
- writer.println(" alert(\"" + PDEUIMessages.SiteHTML_loadError + "\");"); //$NON-NLS-1$ //$NON-NLS-2$
+ writer.println(" alert(\"" + PDEUIMessages.SiteHTML_loadError + "\");"); //$NON-NLS-1$ //$NON-NLS-2$
writer.println(" }"); //$NON-NLS-1$
writer.println(" xmlFile.addEventListener(\"load\", transform, false);"); //$NON-NLS-1$
writer.println(" stylesheet.addEventListener(\"load\", transform, false);"); //$NON-NLS-1$
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationPage.java
index 3c0cbe9e54..f156826ac0 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectCreationPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectWizard.java
index c3eeaed5b3..2244b3701e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/NewSiteProjectWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/OpenProjectWizardAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/OpenProjectWizardAction.java
index 16c58c2f1e..b1a5e391fc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/OpenProjectWizardAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/site/OpenProjectWizardAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetDefinitionWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetDefinitionWizard.java
index e001110673..fac0268351 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetDefinitionWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetDefinitionWizard.java
@@ -20,7 +20,7 @@ import org.eclipse.pde.internal.ui.PDEPlugin;
/**
* Wizard to edit a target definition, creates a working copy to edit. Any changes are
- * not saved by this wizard and must be done by the client. The edited target
+ * not saved by this wizard and must be done by the client. The edited target
* can be accessed using {@link #getTargetDefinition()}
*/
public class EditTargetDefinitionWizard extends Wizard {
@@ -32,9 +32,9 @@ public class EditTargetDefinitionWizard extends Wizard {
/**
* Constructs a wizard to edit the given definition.
- *
+ *
* @param definition target definition being edited
- * @param createWorkingCopy if true, a copy of the definition will be created to edit, if false the definition will be edited directly
+ * @param createWorkingCopy if true, a copy of the definition will be created to edit, if false the definition will be edited directly
*/
public EditTargetDefinitionWizard(ITargetDefinition definition, boolean createWorkingCopy) {
setTargetDefinition(definition, createWorkingCopy);
@@ -43,7 +43,7 @@ public class EditTargetDefinitionWizard extends Wizard {
@Override
public boolean performFinish() {
- // Do nothing, edited target is available
+ // Do nothing, edited target is available
return true;
}
@@ -56,7 +56,7 @@ public class EditTargetDefinitionWizard extends Wizard {
/**
* Sets the target definition to be edited. Will delegate to pages to
* refresh controls if already created.
- *
+ *
* @param definition target definition
* @param createWorkingCopy if true, a copy of the definition will be created to edit, if false the definition will be edited directly
*/
@@ -90,7 +90,7 @@ public class EditTargetDefinitionWizard extends Wizard {
/**
* Returns the target definition being edited
- *
+ *
* @return target definition
*/
public ITargetDefinition getTargetDefinition() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetNode.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetNode.java
index 057121e947..522a01139d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetNode.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/EditTargetNode.java
@@ -55,7 +55,7 @@ public class EditTargetNode implements IWizardNode {
/**
* Sets the target being edited.
- *
+ *
* @param definition
*/
public void setTargetDefinition(ITargetDefinition definition) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/MoveTargetDefinitionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/MoveTargetDefinitionPage.java
index 0ca9f981d8..b706efd49c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/MoveTargetDefinitionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/MoveTargetDefinitionPage.java
@@ -22,7 +22,7 @@ import org.eclipse.ui.PlatformUI;
/**
* Defines the Page to get the location where the new target file has to be created
- *
+ *
* @since 3.5
*/
public class MoveTargetDefinitionPage extends PDEWizardNewFileCreationPage {
@@ -45,7 +45,7 @@ public class MoveTargetDefinitionPage extends PDEWizardNewFileCreationPage {
/**
* The list of filenames that are not allowed
- *
+ *
* @param fFilterList <code>Collection</code> of filenames as <code>IPath</code>
*/
protected void setFilter(Collection<?> filterFileList) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/NewTargetDefinitionWizard2.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/NewTargetDefinitionWizard2.java
index d503350f14..4c96ece0c1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/NewTargetDefinitionWizard2.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/NewTargetDefinitionWizard2.java
@@ -18,7 +18,7 @@ import org.eclipse.pde.internal.ui.PDEUIMessages;
/**
* Target definition wizard used to create a new target definition from
- * the new target platform preference page.
+ * the new target platform preference page.
*/
public class NewTargetDefinitionWizard2 extends Wizard {
@@ -51,7 +51,7 @@ public class NewTargetDefinitionWizard2 extends Wizard {
/**
* Returns the target definition created by this wizard.
- *
+ *
* @return target definition or <code>null</code> if none
*/
public ITargetDefinition getTargetDefinition() {
@@ -60,7 +60,7 @@ public class NewTargetDefinitionWizard2 extends Wizard {
/**
* Sets the target being edited.
- *
+ *
* @param definition target
*/
public void setTargetDefinition(ITargetDefinition definition) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetCreationPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetCreationPage.java
index 1602be15fa..76bf088ba2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetCreationPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetCreationPage.java
@@ -54,7 +54,7 @@ public class TargetCreationPage extends WizardSelectionPage {
/**
* Returns the target service or <code>null</code> if none.
- *
+ *
* @return target service or <code>null</code>
*/
protected ITargetPlatformService getTargetService() {
@@ -172,9 +172,9 @@ public class TargetCreationPage extends WizardSelectionPage {
/**
* Applies basic target settings to the given target definition.
- *
+ *
* @param definition
- * @throws CoreException
+ * @throws CoreException
*/
private void populateBasicTarget(ITargetDefinition definition) throws CoreException {
ITargetPlatformService service = getTargetService();
@@ -186,9 +186,9 @@ public class TargetCreationPage extends WizardSelectionPage {
/**
* Populates the given definition from current target platform settings.
- *
+ *
* @param definition
- * @throws CoreException
+ * @throws CoreException
*/
private void populateFromCurrentTargetPlatform(ITargetDefinition definition) throws CoreException {
ITargetPlatformService service = getTargetService();
@@ -200,7 +200,7 @@ public class TargetCreationPage extends WizardSelectionPage {
/**
* Populates the given definition from the specified target template.
- *
+ *
* @param definition
* @param id target extension identifier
* @exception CoreException if unable to complete
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionContentPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionContentPage.java
index d41125582f..dad1be2200 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionContentPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionContentPage.java
@@ -93,7 +93,7 @@ public class TargetDefinitionContentPage extends TargetDefinitionPage {
/**
* Wrappers the default progress monitor to avoid opening a dialog if the
- * operation is blocked. Instead the blocked message is set as a subtask.
+ * operation is blocked. Instead the blocked message is set as a subtask.
* See bug 276904 [Progress] WizardDialog opens second dialog when blocked
*/
class ResolutionProgressMonitor extends ProgressMonitorWrapper {
@@ -384,7 +384,7 @@ public class TargetDefinitionContentPage extends TargetDefinitionPage {
/**
* Returns the given string or <code>null</code> if the string is empty.
* Used when setting a value in the target definition.
- *
+ *
* @param value
* @return trimmed value or <code>null</code>
*/
@@ -571,9 +571,9 @@ public class TargetDefinitionContentPage extends TargetDefinitionPage {
/**
* Provide a listener for the Add VM Arguments button.
- * The listener invokes the <code>VMArgumentsSelectionDialog</code> and
+ * The listener invokes the <code>VMArgumentsSelectionDialog</code> and
* updates the selected VM Arguments back in the VM Arguments Text Box
- *
+ *
* @param textControl
* @return <code>SelectionListener</code> for the Add VM Arguments button
*/
@@ -598,9 +598,9 @@ public class TargetDefinitionContentPage extends TargetDefinitionPage {
/**
* Provide a listener for the Variables button.
- * The listener invokes the <code>StringVariableSelectionDialog</code> and
+ * The listener invokes the <code>StringVariableSelectionDialog</code> and
* updates the selected Variables back in the VM Arguments Text Box
- *
+ *
* @param textControl
* @return <code>SelectionListener</code> for the Variables button
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionPage.java
index 16b43b619e..6352e6c8d5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/target/TargetDefinitionPage.java
@@ -33,7 +33,7 @@ public abstract class TargetDefinitionPage extends WizardPage {
/**
* Returns the target being edited.
- *
+ *
* @return target definition or <code>null</code>
*/
public ITargetDefinition getTargetDefinition() {
@@ -50,7 +50,7 @@ public abstract class TargetDefinitionPage extends WizardPage {
/**
* Returns the target service or <code>null</code> if none.
- *
+ *
* @return target service or <code>null</code>
*/
protected static ITargetPlatformService getTargetService() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/ControlStack.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/ControlStack.java
index 38cd2d55f7..a4eca616fc 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/ControlStack.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/ControlStack.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewExtensionTemplateWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewExtensionTemplateWizard.java
index 09e447b0cb..3c5c3b22be 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewExtensionTemplateWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewExtensionTemplateWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -23,15 +23,15 @@ import org.eclipse.pde.ui.templates.ITemplateSection;
import org.eclipse.ui.actions.WorkspaceModifyOperation;
/**
- * This wizard should be used as a base class for
- * wizards that provide new plug-in templates.
+ * This wizard should be used as a base class for
+ * wizards that provide new plug-in templates.
* These wizards are loaded during new plug-in or fragment
* creation and are used to provide initial
* content (Java classes, directory structure and
* extensions).
* <p>
* This plug-in will be passed on to the templates to generate additional
- * content. After all templates have executed,
+ * content. After all templates have executed,
* the wizard will use the collected list of required
* plug-ins to set up Java buildpath so that all the
* generated Java classes can be resolved during the build.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewPluginTemplateChoiceWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewPluginTemplateChoiceWizard.java
index 153f836e15..019067458c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewPluginTemplateChoiceWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/NewPluginTemplateChoiceWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/PreprocessorParser.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/PreprocessorParser.java
index 0cfa3c5320..3910789cdf 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/PreprocessorParser.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/PreprocessorParser.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/TemplateSelectionPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/TemplateSelectionPage.java
index 3623b908a7..bcd04ff88e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/TemplateSelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/templates/TemplateSelectionPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertPreferencesWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertPreferencesWizard.java
index 6148427fa8..fa7bceca33 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertPreferencesWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertPreferencesWizard.java
@@ -26,7 +26,7 @@ import org.eclipse.pde.internal.ui.*;
/**
* A wizard that can be used to convert preferences specified in an Eclipse Preferences File (.epf)
- * to a format used in a plugin_customization.ini file.
+ * to a format used in a plugin_customization.ini file.
*
* @since 4.5
*/
@@ -37,18 +37,18 @@ public class ConvertPreferencesWizard extends Wizard {
private boolean fOverwrite;
/**
- * Create a wizard to convert preferences specified in an Eclipse Preferences File (.epf)
+ * Create a wizard to convert preferences specified in an Eclipse Preferences File (.epf)
* to a format used in a plugin_customization.ini file.
- *
+ *
* @param pluginCustomizationFilePath a String describing a fully qualified workspace path
* to the plugin customization file that will receive the converted values. If the value does not
* describe an existing file or is <code>null</code>, the wizard will open in an error state.
- *
+ *
* @param preferencesFilePath a String describing the fully qualified file system path to the Eclipse
* Preferences File (.epf) whose values will be converted for use in the plugin customization
* file. If the value does not describe an existing file or is <code>null</code>, the wizard will
* open in an error state.
- *
+ *
* @param overwrite a boolean indicating whether the converted values should overwrite all
* values in the plugin customization file or be merged with the existing values in the
* plugin customization file.
@@ -166,7 +166,7 @@ public class ConvertPreferencesWizard extends Wizard {
while (keys.hasMoreElements()) {
Object key = keys.nextElement();
Object value = properties.get(key);
- out.append(key + "=" + value); //$NON-NLS-1$
+ out.append(key + "=" + value); //$NON-NLS-1$
out.append('\n');
}
// now write the (possibly merged) values from the string builder to the file
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectToPluginOperation.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectToPluginOperation.java
index 095b4ece28..b7308781b5 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectToPluginOperation.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectToPluginOperation.java
@@ -55,7 +55,7 @@ public class ConvertProjectToPluginOperation extends WorkspaceModifyOperation {
/**
* Workspace operation to convert the specified project into a plug-in
* project.
- *
+ *
* @param theProjectsToConvert The project to be converted.
* @param enableApiAnalysis Whether to set up API Tooling analysis on the projects
*/
@@ -66,7 +66,7 @@ public class ConvertProjectToPluginOperation extends WorkspaceModifyOperation {
/**
* Convert a normal java project into a plug-in project.
- *
+ *
* @param monitor
* Progress monitor
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectsAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectsAction.java
index 732316cd07..86dab9287d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectsAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectsAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -40,7 +40,7 @@ public class ConvertProjectsAction implements IObjectActionDelegate {
public void run(IAction action) {
IProject[] unconverted = getUnconvertedProjects();
if (unconverted.length == 0) {
- MessageDialog.openInformation(this.getDisplay().getActiveShell(), PDEUIMessages.ConvertProjectsAction_find, PDEUIMessages.ConvertProjectsAction_none); //
+ MessageDialog.openInformation(this.getDisplay().getActiveShell(), PDEUIMessages.ConvertProjectsAction_find, PDEUIMessages.ConvertProjectsAction_none); //
return;
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectWizard.java
index d6c5faa4c6..a72e222d7e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java
index 99a4a67a3b..b8066727a9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertedProjectsPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Les Jones <lesojones@gamil.com> - bug 205361
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ExtensionPointMappings.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ExtensionPointMappings.java
index 5c08c096d7..57724d5e49 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ExtensionPointMappings.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ExtensionPointMappings.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
index c825346ba6..f6a4c19616 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifest.java
@@ -112,7 +112,7 @@ public class OrganizeManifest implements IOrganizeManifestsSettings {
}
}
- // Remove packages that don't exist
+ // Remove packages that don't exist
if (removeUnresolved)
for (int i = 0; i < currentPkgs.length; i++)
if (!packages.contains(currentPkgs[i].getName()))
@@ -382,8 +382,8 @@ public class OrganizeManifest implements IOrganizeManifestsSettings {
* Finds all resource paths ending with a valid icon file extension and creates
* a text edit operation in <code>multiEdit</code> for each one that is not prefixed by an
* $nl$ segment.
- *
- * @param model -
+ *
+ * @param model -
*/
public static void prefixIconPaths(IPluginModelBase model) {
if (model == null)
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsAction.java
index f63dbbea23..7da69da819 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -42,9 +42,9 @@ public class OrganizeManifestsAction extends AbstractHandler {
/**
* Runs the organize manifest operation for projects in the provided selection.
* Public to allow editors to call this action
- *
+ *
* TODO This could be done better using the ICommandService
- *
+ *
* @param selection selection to run organize manifest operation on
*/
public void runOrganizeManfestsAction(ISelection selection) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsWizard.java
index 0fcd50e83d..11a281e30e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/OrganizeManifestsWizard.java
@@ -56,7 +56,7 @@ public class OrganizeManifestsWizard extends RefactoringWizard {
/**
* Collects a list of projects that have a build.properties with the custom=true property
* as the organize manifest processor may not handle it well.
- *
+ *
* @param elements the elements the refactoring is applying to, usually IProjects
* @return a list of IProjects that have the custom build property set, possibly empty
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizard.java
index 633154006f..41eedc4ca8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizardPage.java
index 5060e112a6..a34d0b5352 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateBuildpathWizardPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathAction.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathAction.java
index 2d1938d502..71cc4e7368 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathAction.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathJob.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathJob.java
index 4b882935ec..ffb438358c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathJob.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/UpdateClasspathJob.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBasePluginWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBasePluginWizard.java
index b62580962b..cc59b792e1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBasePluginWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBasePluginWizard.java
@@ -17,7 +17,7 @@ import org.eclipse.jface.wizard.IWizard;
* are plugged into one of PDE extension points. This interface is not intended
* to be implemented directly - clients implement other interfaces that
* extend this interface.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 1.0
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBundleContentWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBundleContentWizard.java
index 8baec07abf..f9dc159421 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBundleContentWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IBundleContentWizard.java
@@ -13,14 +13,14 @@ package org.eclipse.pde.ui;
/**
* Classes that implement this interface are contributed via the extension point
* <code>org.eclipse.pde.ui.pluginContent</code>. The expectation is that
- * classes also extend JFace Wizard class. This wizard must be used when plug-in
- * dependencies are to be specified via the Import-Package header of a manifest.mf.
- * The role of this wizard is to provide additional plug-in content after the
- * project and the critical plug-in project files have been created.
- * The wizard is nested in the overall 'New' wizard and can contribute one or
- * more pages that allow users to configure how this content will be generated.
- * A typical implementation of this interface would be a template wizard that
- * populates the plug-in project with content that can be useful right away
+ * classes also extend JFace Wizard class. This wizard must be used when plug-in
+ * dependencies are to be specified via the Import-Package header of a manifest.mf.
+ * The role of this wizard is to provide additional plug-in content after the
+ * project and the critical plug-in project files have been created.
+ * The wizard is nested in the overall 'New' wizard and can contribute one or
+ * more pages that allow users to configure how this content will be generated.
+ * A typical implementation of this interface would be a template wizard that
+ * populates the plug-in project with content that can be useful right away
* (for example, a view or an editor extension).
* <p>
* Due to the call order of the method <code>performFinish</code> in nested
@@ -31,18 +31,18 @@ package org.eclipse.pde.ui;
* defined in this interface. This version of the method passes all the context
* required for the content generation and is called AFTER the project and vital
* plug-in files have been already created.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 3.2
*/
public interface IBundleContentWizard extends IPluginContentWizard {
/**
- * Returns names of packages that are required by this wizard.
- * This information will be used to compose the Import-Package header of
- * the manifest.mf being generated, so that the plug-in compiles without
+ * Returns names of packages that are required by this wizard.
+ * This information will be used to compose the Import-Package header of
+ * the manifest.mf being generated, so that the plug-in compiles without
* errors in the first build after creation.
- *
+ *
* @return an array of package names required by this wizard
*/
String[] getImportPackages();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionEditorWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionEditorWizard.java
index 2f272a0375..1679c74aa1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionEditorWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionEditorWizard.java
@@ -20,7 +20,7 @@ import org.eclipse.pde.core.plugin.IPluginModelBase;
* <samp>org.eclipse.pde.ui.newExtension </samp> extension point and want to
* register wizards for custom editing of the selected extensions and extension
* elements in the plug-in manifest wizard.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 3.0
*/
@@ -39,7 +39,7 @@ public interface IExtensionEditorWizard extends IBasePluginWizard {
* model APIs. The setters on the APIs will cause the model to be dirty and
* make the editor dirty as well. Saving the editor will commit the changes
* made by the wizard to the edited file.
- *
+ *
* @param project
* the plug-in project resource where the new code and resources
* should go
@@ -49,7 +49,7 @@ public interface IExtensionEditorWizard extends IBasePluginWizard {
* @param selection
* the currently selected extension or extension element in the
* manifest editor extension tree
- *
+ *
*/
public void init(IProject project, IPluginModelBase pluginModel, IStructuredSelection selection);
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionWizard.java
index a3bd36ac3d..9384997af3 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IExtensionWizard.java
@@ -17,7 +17,7 @@ import org.eclipse.pde.core.plugin.IPluginModelBase;
* An interface for extension wizards. Clients should implement this interface
* if they are plugging into PDE using <samp>org.eclipse.pde.ui.newExtension
* </samp> extension point.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
*/
@@ -33,7 +33,7 @@ public interface IExtensionWizard extends IBasePluginWizard {
* <p>
* Although the wizard is launched to create an extension, there is no
* reason a wizard cannot create several at once.
- *
+ *
* @param project
* the plug-in project resource where the new code and resources
* should go
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFieldData.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFieldData.java
index 6bf343cfb9..86ae835629 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFieldData.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFieldData.java
@@ -15,7 +15,7 @@ package org.eclipse.pde.ui;
* captured in the 'New Plug-in Project' wizard pages as entered by the user.
* The information is the provided to other consumers when generating content so
* that the content can be configured/customized according to the data.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
@@ -23,56 +23,56 @@ package org.eclipse.pde.ui;
public interface IFieldData {
/**
* Plug-in identifier field.
- *
+ *
* @return plug-in identifier as entered in the wizard
*/
String getId();
/**
* Plug-in version field.
- *
+ *
* @return plug-in version as entered in the wizard
*/
String getVersion();
/**
* Plug-in name field
- *
+ *
* @return plug-in name as entered in the wizard
*/
String getName();
/**
* Plug-in provider field
- *
+ *
* @return plug-in provider as entered in the wizard
*/
String getProvider();
/**
* Plug-in library field
- *
+ *
* @return the name of the initial Java library
*/
String getLibraryName();
/**
* Source folder field
- *
+ *
* @return the name of the Java source folder
*/
String getSourceFolderName();
/**
* Output folder field
- *
+ *
* @return the name of the Java output folder
*/
String getOutputFolderName();
/**
* Legacy selection
- *
+ *
* @return <code>true</code> if the plug-in is created for use with
* products based on Eclipse before release 3.0, <code>false</code>
* if the plug-in is compatible with Eclipse 3.0.
@@ -81,7 +81,7 @@ public interface IFieldData {
/**
* OSGi bundle selection
- *
+ *
* @return <code>true</code> if the plug-in has structure as expected by
* OSGi framework in Eclipse 3.0 runtime, <code>false</code> if
* the plug-in has standard pre-3.0 layout.
@@ -90,7 +90,7 @@ public interface IFieldData {
/**
* Simple project selection
- *
+ *
* @return <code>true</code> if the plug-in should have no Java code and
* nature, <code>false</code> otherwise.
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFragmentFieldData.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFragmentFieldData.java
index 857b5fea48..6ace894a00 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFragmentFieldData.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IFragmentFieldData.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.ui;
* In addition to field data from the 'New Project' wizard pages, this interface
* provides choices made by the user that are unique to creating a new fragment
* project.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 3.0
@@ -22,24 +22,24 @@ package org.eclipse.pde.ui;
public interface IFragmentFieldData extends IFieldData {
/**
* Referenced plug-in id field
- *
+ *
* @return the id of the fragment's plug-in
*/
String getPluginId();
/**
* Referenced plug-in version field
- *
+ *
* @return the version of the fragment's plug-in
*/
String getPluginVersion();
/**
* Referenced plug-in version match choice
- *
+ *
* @return the rule for matching the version of the referenced plug-in that
* can be one of the values defined in <code>IMatchRules</code>
- *
+ *
*/
int getMatch();
}
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginContentWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginContentWizard.java
index a4dce0e45f..cb7dcc1ee9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginContentWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginContentWizard.java
@@ -34,7 +34,7 @@ import org.eclipse.pde.core.plugin.IPluginReference;
* defined in this interface. This version of the method passes all the context
* required for the content generation and is called AFTER the project and vital
* plug-in files have been already created.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 3.0
*/
@@ -42,7 +42,7 @@ public interface IPluginContentWizard extends IBasePluginWizard {
/**
* Initializes the wizard with the data collected from the parent wizard
* pages. The data can be used to customize the generated content.
- *
+ *
* @param data
* all the information collected in the parent wizard that can be
* used in configuring the generated content
@@ -55,7 +55,7 @@ public interface IPluginContentWizard extends IBasePluginWizard {
* must report it by returning a reference to that plug-in. This information
* will be used to compose a correct list of plug-in dependencies so that
* the plug-in compiles without errors in the first build after creation.
- *
+ *
* @param schemaVersion
* version of the plug-in manifest, or <samp>null </samp> if
* older manifest (prior to 3.0) has been created. Depending on
@@ -73,7 +73,7 @@ public interface IPluginContentWizard extends IBasePluginWizard {
* variable as-is, it is legal to use all wild cards also legal in
* <code>build.properties</code>,
* such as "*.png".
- *
+ *
* @return an array of new file and folder names
*/
String[] getNewFiles();
@@ -85,7 +85,7 @@ public interface IPluginContentWizard extends IBasePluginWizard {
* addition, this method provides progress monitor so that the execution of
* the content wizard can be reported as a part of the overall new project
* creation operation.
- *
+ *
* @param project
* the newly created plug-in project handle
* @param model
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginFieldData.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginFieldData.java
index ad025ab945..40e75a9b95 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginFieldData.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IPluginFieldData.java
@@ -14,7 +14,7 @@ package org.eclipse.pde.ui;
* In addition to field data from the 'New Project' wizard pages, this interface
* provides choices made by the user that are unique to creating a new plug-in
* project.
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 3.0
@@ -22,14 +22,14 @@ package org.eclipse.pde.ui;
public interface IPluginFieldData extends IFieldData {
/**
* The class name field.
- *
+ *
* @return the name of the plug-in class
*/
String getClassname();
/**
* UI plug-in selection.
- *
+ *
* @return <code>true</code> if the plug-in contains UI code and
* extensions, <code>false</code> otherwise.
*/
@@ -37,7 +37,7 @@ public interface IPluginFieldData extends IFieldData {
/**
* Plug-in class generation selection.
- *
+ *
* @return <code>true</code> if the plug-in class is to be generated by
* the plug-in wizard, <code>false</code> otherwise.
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IProvisionerWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IProvisionerWizard.java
index aec402c9bd..aa740b4f62 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IProvisionerWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/IProvisionerWizard.java
@@ -14,11 +14,11 @@ import java.io.File;
import org.eclipse.pde.ui.target.ITargetLocationWizard;
/**
- * This interface represents a wizard which will be used to add plug-ins to
+ * This interface represents a wizard which will be used to add plug-ins to
* the Target Platform. Typically, it maps to one wizard page, but more
* complex sections may span several pages. Also note that in the very simple
* cases it may not contribute any wizard pages.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @deprecated Use org.eclipse.pde.ui.targetLocationProviders extension with {@link ITargetLocationWizard} instead
* @since 3.3
@@ -32,8 +32,8 @@ public interface IProvisionerWizard extends IBasePluginWizard {
* the Target Platform. If a location contains a "plugins" subdirectory,
* the subdirectory will be searched for plug-ins. Otherwise, the location
* itself will be searched for new plug-ins.
- *
- * @return an array of Files which represent the locations to search for
+ *
+ * @return an array of Files which represent the locations to search for
* new plug-ins.
*/
public File[] getLocations();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLaunchShortcut.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLaunchShortcut.java
index e7e81cb7a3..2159672f8c 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLaunchShortcut.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLaunchShortcut.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -33,10 +33,10 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
/**
* Launches the application in the specified mode, or does nothing if the user canceled
* the launch when offered to select one of several available launch configurations.
- *
- * @param mode
+ *
+ * @param mode
* mode of launch (run, debug or profile)
- *
+ *
* @see org.eclipse.debug.core.ILaunchManager
*/
protected void launch(String mode) {
@@ -56,9 +56,9 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
* one will be launched</li>
* </ul>
* </p>
- * @param mode
+ * @param mode
* mode of launch (run, debug or profile)
- *
+ *
* @return a launch configuration to run or <code>null</code> if launch is canceled
*/
protected ILaunchConfiguration findLaunchConfiguration(String mode) {
@@ -77,7 +77,7 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
/**
* Returns a list of existing launch configurations that are suitable to launch to selected
* application or framework.
- *
+ *
* @return an array of launch configurations
*/
private ILaunchConfiguration[] getLaunchConfigurations() {
@@ -98,10 +98,10 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
/**
* Display to the user a list of matching existing launch configurations and return the user's selection.
- *
- * @param configs
+ *
+ * @param configs
* an array of matching existing launch configurations
- * @param mode
+ * @param mode
* mode of launch
* @return
* the launch configuration selected by the user or <code>null</code> if Cancel was pressed
@@ -124,8 +124,8 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
/**
* Create, initialize and return a new launch configuration of the given type
- *
- * @return a new, properly-initialized launch configuration
+ *
+ * @return a new, properly-initialized launch configuration
*/
private ILaunchConfiguration createNewConfiguration() {
try {
@@ -145,7 +145,7 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
/**
* Returns the name assigned to the new launch configuration
- *
+ *
* @return a name for the new launch configuration
*/
protected String getName(ILaunchConfigurationType type) {
@@ -155,10 +155,10 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
/**
* Initialize launch attributes on the new launch configuration.
* Must be overridden by subclasses.
- *
- * @param wc
+ *
+ * @param wc
* the launch configuration working copy to be initialize
- *
+ *
* @see IPDELauncherConstants
*/
protected abstract void initializeConfiguration(ILaunchConfigurationWorkingCopy wc);
@@ -166,20 +166,20 @@ public abstract class AbstractLaunchShortcut implements ILaunchShortcut {
/**
* Returns the launch configuration type name.
* Must be overridden by subclasses
- *
+ *
* @return the launch configuration type name
*/
protected abstract String getLaunchConfigurationTypeName();
/**
* Determines whether a given launch configuration is a good match given the current application or framework
- * being launched. This method must be overridden by subclasses. Its purpose is to add criteria on
+ * being launched. This method must be overridden by subclasses. Its purpose is to add criteria on
* what makes a good match or not.
- *
- * @param configuration
+ *
+ * @param configuration
* the launch configuration being evaluated
* @return
- * <code>true</code> if the launch configuration is a good match for the application or
+ * <code>true</code> if the launch configuration is a good match for the application or
* framework being launched, <code>false</code> otherwise.
*/
protected abstract boolean isGoodMatch(ILaunchConfiguration configuration);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLauncherTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLauncherTab.java
index 8613aa6b15..91780fbd00 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLauncherTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractLauncherTab.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -29,7 +29,7 @@ public abstract class AbstractLauncherTab extends AbstractLaunchConfigurationTab
/**
* Creates an empty label and hence a space in the tab
- *
+ *
* @param parent the parent of the label
* @param span the span of the label
* @deprecated
@@ -44,7 +44,7 @@ public abstract class AbstractLauncherTab extends AbstractLaunchConfigurationTab
/**
* Returns whether the tab contains valid entries
- *
+ *
* @return <code>true</code> if the tab is valid, <code>false</code> otherwise
* @see org.eclipse.debug.ui.ILaunchConfigurationTab#isValid(org.eclipse.debug.core.ILaunchConfiguration)
*/
@@ -63,7 +63,7 @@ public abstract class AbstractLauncherTab extends AbstractLaunchConfigurationTab
/**
* Validates the page and updates the buttons and message of the launch configuration dialog.
- *
+ *
* @see org.eclipse.debug.ui.AbstractLaunchConfigurationTab#updateLaunchConfigurationDialog()
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
index a1d6e3556d..966ede26d4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfiguration.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java
index 1216ccf68c..ab1abbca0e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/AbstractPDELaunchConfigurationTabGroup.java
@@ -34,7 +34,7 @@ import org.eclipse.swt.widgets.Display;
* This class is not intended to be subclassed by clients.
* </p>
* @since 3.3
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public abstract class AbstractPDELaunchConfigurationTabGroup extends AbstractLaunchConfigurationTabGroup {
@@ -43,7 +43,7 @@ public abstract class AbstractPDELaunchConfigurationTabGroup extends AbstractLau
* The tab group delegates to all tabs in the group.
* Prior to the delegation, it migrates all pre-3.2 launch configurations
* to make them 3.2-compliant.
- *
+ *
* @see org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup#initializeFrom(org.eclipse.debug.core.ILaunchConfiguration)
*/
@Override
@@ -68,11 +68,11 @@ public abstract class AbstractPDELaunchConfigurationTabGroup extends AbstractLau
/**
* Checks if the launch configuration is 3.2-compliant and migrates it if it's not.
- *
- * @param wc
+ *
+ * @param wc
* the launch configuration to be migrated if it's not 3.2-compliant
* @throws CoreException
- * a CoreException is thrown if there was an error retrieving launch
+ * a CoreException is thrown if there was an error retrieving launch
* configuration attributes
*/
private void checkBackwardCompatibility(ILaunchConfigurationWorkingCopy wc) throws CoreException {
@@ -107,18 +107,18 @@ public abstract class AbstractPDELaunchConfigurationTabGroup extends AbstractLau
/**
* Delegates to all tabs to set defaults.
- * It then sets program and VM arguments based on values on the
+ * It then sets program and VM arguments based on values on the
* <b>Plug-in Development > Target Platform > Launching Arguments</b> preference page.
- *
+ *
* @see org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup#setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
*/
@Override
public void setDefaults(ILaunchConfigurationWorkingCopy configuration) {
super.setDefaults(configuration);
if (TargetPlatformHelper.usesNewApplicationModel())
- configuration.setAttribute(IPDEConstants.LAUNCHER_PDE_VERSION, "3.3"); //$NON-NLS-1$
+ configuration.setAttribute(IPDEConstants.LAUNCHER_PDE_VERSION, "3.3"); //$NON-NLS-1$
else if (TargetPlatformHelper.getTargetVersion() >= 3.2)
- configuration.setAttribute(IPDEConstants.LAUNCHER_PDE_VERSION, "3.2a"); //$NON-NLS-1$
+ configuration.setAttribute(IPDEConstants.LAUNCHER_PDE_VERSION, "3.2a"); //$NON-NLS-1$
configuration.setAttribute(IJavaLaunchConfigurationConstants.ATTR_SOURCE_PATH_PROVIDER, PDESourcePathProvider.ID);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/BundlesTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/BundlesTab.java
index 4e0b977e29..c1eb190c5f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/BundlesTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/BundlesTab.java
@@ -30,7 +30,7 @@ import org.eclipse.ui.PlatformUI;
* This class may be instantiated, but it is not intended to be subclassed by clients.
* </p>
* @since 3.3
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class BundlesTab extends AbstractLauncherTab {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/ConfigurationTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/ConfigurationTab.java
index 8a151aa8c9..92daee8a1d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/ConfigurationTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/ConfigurationTab.java
@@ -30,7 +30,7 @@ import org.eclipse.ui.PlatformUI;
* This class may be instantiated, but it is not intended to be subclassed by clients.
* </p>
* @since 3.2
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class ConfigurationTab extends AbstractLauncherTab implements IPDELauncherConstants {
@@ -43,7 +43,7 @@ public class ConfigurationTab extends AbstractLauncherTab implements IPDELaunche
/**
* Constructor. Equivalent to ConfigurationTab(false).
- *
+ *
* @see #ConfigurationTab(boolean)
*/
public ConfigurationTab() {
@@ -52,7 +52,7 @@ public class ConfigurationTab extends AbstractLauncherTab implements IPDELaunche
/**
* Constructor
- *
+ *
* @param isJUnitConfig a flag to indicate if the tab is to be used with a Plug-in JUnit launch configuration.
*/
public ConfigurationTab(boolean isJUnitConfig) {
@@ -124,7 +124,7 @@ public class ConfigurationTab extends AbstractLauncherTab implements IPDELaunche
/**
* Validates the page and flags an error if the configuration area
* location or the configuration template location does not exist.
- *
+ *
* @see org.eclipse.pde.ui.launcher.AbstractLauncherTab#validateTab()
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java
index a9c4b48843..d0f586e8c8 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseApplicationLaunchConfiguration.java
@@ -210,9 +210,9 @@ public class EclipseApplicationLaunchConfiguration extends AbstractPDELaunchConf
}
/**
- * Clears the workspace prior to launching if the workspace exists and the option to
+ * Clears the workspace prior to launching if the workspace exists and the option to
* clear it is turned on. Also clears the configuration area if that option is chosen.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
index 2a29e2b31c..b65bc34819 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLaunchShortcut.java
@@ -176,10 +176,10 @@ public class EclipseLaunchShortcut extends AbstractLaunchShortcut {
/**
* Returns a boolean value indicating whether the launch configuration is a good match for
* the application or product to launch.
- *
- * @param configuration
+ *
+ * @param configuration
* the launch configuration being evaluated
- *
+ *
* @return <code>true</coded> if the launch configuration is suitable for the application
* or product to launch with, <code>false</code> otherwise.
*/
@@ -211,7 +211,7 @@ public class EclipseLaunchShortcut extends AbstractLaunchShortcut {
* Once an application is chosen, the plug-in is searched to see if there is a product
* bound to this application. If a product is found, the product is launched instead, since
* a product provides a richer branded experience.
- *
+ *
* @since 3.3
*/
@Override
@@ -263,7 +263,7 @@ public class EclipseLaunchShortcut extends AbstractLaunchShortcut {
/**
* Returns the Eclipse application configuration type ID as declared in the plugin.xml
- *
+ *
* @return the Eclipse application configuration type ID
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLauncherTabGroup.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLauncherTabGroup.java
index b47486a0ae..73efc8f54d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLauncherTabGroup.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EclipseLauncherTabGroup.java
@@ -42,10 +42,10 @@ public class EclipseLauncherTabGroup extends AbstractPDELaunchConfigurationTabGr
if (!(configuration.getAttribute(IPDEUIConstants.GENERATED_CONFIG, false)))
return;
ILaunchConfiguration original = configuration.getOriginal();
- // peformApply is called when opening the launch dialog the first time. In this case the user has not modified the configuration so we should
+ // peformApply is called when opening the launch dialog the first time. In this case the user has not modified the configuration so we should
// keep the GENERATED_CONFIG flag. To check to see if this is the case, we need to see if an attribute used to initialize the launch config
- // is present in the original copy. We do this by querying the config twice, with different default values. If the values == eachother, we
- // we know the value is present. Since generated configs don't contain DOCLEARLOG, we know if DOCLEARLOG is present in the original copy the
+ // is present in the original copy. We do this by querying the config twice, with different default values. If the values == eachother, we
+ // we know the value is present. Since generated configs don't contain DOCLEARLOG, we know if DOCLEARLOG is present in the original copy the
// perform apply so save the initialization values has already been run and this is a user modification.
if (original != null) {
boolean firstQuery = original.getAttribute(IPDEConstants.DOCLEARLOG, false);
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java
index e0d464a9eb..7c5e844262 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxLaunchConfiguration.java
@@ -181,7 +181,7 @@ public class EquinoxLaunchConfiguration extends AbstractPDELaunchConfiguration {
/**
* Clears the configuration area if the area exists and that option is selected.
- *
+ *
* @param configuration
* the launch configuration
* @param monitor
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxPluginsTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxPluginsTab.java
index 179e122ddb..bb39001645 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxPluginsTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxPluginsTab.java
@@ -25,7 +25,7 @@ public class EquinoxPluginsTab extends BundlesTab {
/**
* Returns the default start level for the launch configuration
- *
+ *
* @return the default start level
*/
public int getDefaultStartLevel() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxSettingsTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxSettingsTab.java
index 17134fae4d..c8b137ce26 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxSettingsTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/EquinoxSettingsTab.java
@@ -11,7 +11,7 @@
package org.eclipse.pde.ui.launcher;
/**
- * A launch configuration tab that displays and edits the VM install
+ * A launch configuration tab that displays and edits the VM install
* launch configuration attributes.
* <p>
* This class may be instantiated. This class is not intended to be subclassed.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/IPDELauncherConstants.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/IPDELauncherConstants.java
index 121ea86eeb..7c0ea76327 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/IPDELauncherConstants.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/IPDELauncherConstants.java
@@ -16,7 +16,7 @@ package org.eclipse.pde.ui.launcher;
* Constant definitions only; not to be implemented.
* </p>
* @since 3.2
- *
+ *
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @deprecated use {@link org.eclipse.pde.launching.IPDELauncherConstants} instead.
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java
index 8b0ab3f0ae..521b4792e9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitWorkbenchLaunchShortcut.java
@@ -44,7 +44,7 @@ public class JUnitWorkbenchLaunchShortcut extends JUnitLaunchShortcut {
String configName = configuration.getName();
if (TargetPlatformHelper.usesNewApplicationModel())
- configuration.setAttribute(IPDEConstants.LAUNCHER_PDE_VERSION, "3.3"); //$NON-NLS-1$
+ configuration.setAttribute(IPDEConstants.LAUNCHER_PDE_VERSION, "3.3"); //$NON-NLS-1$
else if (TargetPlatformHelper.getTargetVersion() >= 3.2)
configuration.setAttribute(IPDEConstants.LAUNCHER_PDE_VERSION, "3.2a"); //$NON-NLS-1$
configuration.setAttribute(IPDELauncherConstants.LOCATION, LaunchArgumentsHelper.getDefaultWorkspaceLocation(configName, true));
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/MainTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/MainTab.java
index e35dfbbfed..48596a98fe 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/MainTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/MainTab.java
@@ -32,7 +32,7 @@ import org.eclipse.ui.PlatformUI;
* This class may be instantiated. This class is not intended to be subclassed by clients.
* </p>
* @since 3.2
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class MainTab extends AbstractLauncherTab implements IPDELauncherConstants {
@@ -106,10 +106,10 @@ public class MainTab extends AbstractLauncherTab implements IPDELauncherConstant
/**
* Applies the given data to this page.
- *
+ *
* @param data the data to apply
* @since 3.7
- *
+ *
* @noreference This method is not intended to be referenced by clients.
*/
public void applyData(Object data) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLaunchConfigurationInitializer.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLaunchConfigurationInitializer.java
index efa9c9a5e8..8f923630b7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLaunchConfigurationInitializer.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLaunchConfigurationInitializer.java
@@ -11,13 +11,13 @@
package org.eclipse.pde.ui.launcher;
/**
- * Initializes launch configuration attributes for newly-created OSGi Framework
+ * Initializes launch configuration attributes for newly-created OSGi Framework
* launch configurations
- *
+ *
* <p>
* Clients may instantiate or subclass this class
* </p>
- *
+ *
* @since 3.3
* @deprecated use {@link org.eclipse.pde.launching.OSGiLaunchConfigurationInitializer} instead.
* @see org.eclipse.pde.launching.OSGiLaunchConfigurationInitializer
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLauncherTabGroup.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLauncherTabGroup.java
index 717a0e72bf..2b0d457de2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLauncherTabGroup.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiLauncherTabGroup.java
@@ -41,7 +41,7 @@ public class OSGiLauncherTabGroup extends AbstractLaunchConfigurationTabGroup {
* more defaults on the launch configuration.
* Refer to the <code>org.eclipse.pde.core.osgiFrameworks</code> extension point for more details
* on OSGi frameworks.
- *
+ *
* @see org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup#setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiSettingsTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiSettingsTab.java
index 83d93be2d0..13fb53988d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiSettingsTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/OSGiSettingsTab.java
@@ -27,13 +27,13 @@ import org.eclipse.swt.widgets.Composite;
import org.eclipse.ui.PlatformUI;
/**
- * A launch configuration tab that displays and edits the VM install
+ * A launch configuration tab that displays and edits the VM install
* launch configuration attributes.
* <p>
* This class may be instantiated. This class is not intended to be subclassed.
* </p>
* @since 3.3
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class OSGiSettingsTab extends AbstractLauncherTab {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PDESourcePathProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PDESourcePathProvider.java
index ef4fc7f3f4..91193cd9cd 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PDESourcePathProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PDESourcePathProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginJUnitMainTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginJUnitMainTab.java
index 85272db0f7..5e25dfb239 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginJUnitMainTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginJUnitMainTab.java
@@ -24,7 +24,7 @@ import org.eclipse.pde.launching.IPDELauncherConstants;
* This class may be instantiated. This class is not intended to be subclassed by clients.
* </p>
* @since 3.2
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class PluginJUnitMainTab extends MainTab {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginsTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginsTab.java
index 38aa1515af..75ba5ed5fb 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginsTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/PluginsTab.java
@@ -31,7 +31,7 @@ import org.eclipse.ui.PlatformUI;
* This class may be instantiated. This class is not intended to be subclassed by clients.
* </p>
* @since 3.2
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class PluginsTab extends AbstractLauncherTab {
@@ -69,7 +69,7 @@ public class PluginsTab extends AbstractLauncherTab {
/**
* Constructor. Equivalent to PluginsTab(true).
- *
+ *
* @see #PluginsTab(boolean)
*
*/
@@ -81,8 +81,8 @@ public class PluginsTab extends AbstractLauncherTab {
/**
* Constructor
- *
- * @param showFeatures a flag indicating if the tab should present the feature-based
+ *
+ * @param showFeatures a flag indicating if the tab should present the feature-based
* self-hosting option.
* @deprecated As of 3.6 the feature-based workspace launch option is no longer available, so there is no need to set this flag
*/
@@ -208,7 +208,7 @@ public class PluginsTab extends AbstractLauncherTab {
/**
* Validates the tab. If the feature option is chosen, and the workspace is not correctly set up,
* the error message is set.
- *
+ *
* @see org.eclipse.pde.ui.launcher.AbstractLauncherTab#validateTab()
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TestTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TestTab.java
index 4c78493559..bae948c7f2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TestTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TestTab.java
@@ -26,10 +26,10 @@ import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.widgets.*;
/**
- * The launch configuration tab for JUnit Plug-in Tests. This tab enhances the
- * {@link JUnitLaunchConfigurationTab} to allow for tests to (optionally)
+ * The launch configuration tab for JUnit Plug-in Tests. This tab enhances the
+ * {@link JUnitLaunchConfigurationTab} to allow for tests to (optionally)
* run on a non-UI thread.
- *
+ *
* <p>
* This class may be instantiated but is not intended to be subclassed.
* </p>
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TracingTab.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TracingTab.java
index 475c121e2a..9304138fd2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TracingTab.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/TracingTab.java
@@ -30,7 +30,7 @@ import org.eclipse.ui.PlatformUI;
* This class may be instantiated. This class is not intended to be subclassed by clients.
* </p>
* @since 3.2
- *
+ *
* @noextend This class is not intended to be subclassed by clients.
*/
public class TracingTab extends AbstractLauncherTab {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationEditor.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationEditor.java
index 7c9aaf3b7a..5763f0e6de 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationEditor.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationEditor.java
@@ -16,17 +16,17 @@ import org.eclipse.pde.core.target.ITargetLocation;
/**
* Contributed target locations that want to support editing in the target wizard and editor must adapt
- * their {@link ITargetLocation} to this interface.
- *
+ * their {@link ITargetLocation} to this interface.
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 3.7
*/
public interface ITargetLocationEditor {
/**
- * Returns whether this target location can be edited by this editor. This method will be
+ * Returns whether this target location can be edited by this editor. This method will be
* called when a selection is made to determine if the edit button should be enabled.
- *
+ *
* @param target the target definition being edited
* @param targetLocation the target location to edit
* @return whether this editor can edit the target location
@@ -37,7 +37,7 @@ public interface ITargetLocationEditor {
* Returns a wizard that will be opened to edit the given target location. The wizard
* is responsible for modifying the target location and/or target. The target definition
* will be resolved if the wizard completes successfully.
- *
+ *
* @param target the target definition being edited
* @param targetLocation the target location to edit
* @return wizard to open for editing the target location
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationUpdater.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationUpdater.java
index 89d9b8562c..451ad561e9 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationUpdater.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationUpdater.java
@@ -17,8 +17,8 @@ import org.eclipse.pde.core.target.ITargetLocation;
/**
* Contributed target locations that want to support updating in the target wizard and editor must adapt
- * their {@link ITargetLocation} to this interface.
- *
+ * their {@link ITargetLocation} to this interface.
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 3.7
*/
@@ -27,7 +27,7 @@ public interface ITargetLocationUpdater {
/**
* Status code that can be set on an OK status returned by {@link #update(ITargetDefinition, ITargetLocation, IProgressMonitor)}
* <p>
- * If this status code is set, the target will not resolve the target after the update completes.
+ * If this status code is set, the target will not resolve the target after the update completes.
* </p>
*/
public static final int STATUS_CODE_NO_CHANGE = 101;
@@ -35,7 +35,7 @@ public interface ITargetLocationUpdater {
/**
* Returns whether this updater can update the given target location. This method will be called
* when a selection is made to determine if the update button should be enabled.
- *
+ *
* @param target the target definition being edited
* @param targetLocation the target location to update
* @return whether this update can update the given target location
@@ -49,7 +49,7 @@ public interface ITargetLocationUpdater {
* <p>
* This method may be called from a non-UI thread. A progress monitor is provided.
* </p>
- *
+ *
* @param target the target definition being edited
* @param targetLocation the target location to update
* @param monitor progress monitor
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationWizard.java
index fabf3961ed..61e83abf84 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/target/ITargetLocationWizard.java
@@ -21,7 +21,7 @@ import org.eclipse.pde.core.target.ITargetLocation;
* their wizards through the <code>org.eclipse.pde.ui.targetLocationProvisioners</code>
* extension point. Implementing classes must have a default constructor (zero
* arguments) for the class to be created from the extension.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 3.7
*/
@@ -29,9 +29,9 @@ public interface ITargetLocationWizard extends IWizard {
/**
* After the wizard is created this method will be called, providing this wizard with information
- * from the target definition the new location(s) will be added to. It is not recommended that
+ * from the target definition the new location(s) will be added to. It is not recommended that
* implementors modify the target as UI behaviour is not API (it may change between releases).
- *
+ *
* @param target the target definition this location is being added to
*/
public void setTarget(ITargetDefinition target);
@@ -39,7 +39,7 @@ public interface ITargetLocationWizard extends IWizard {
/**
* Returns an array of target locations to be added to the target definition. Will be
* called after the wizard is closed.
- *
+ *
* @return an array of target locations to add to the target definition
*/
public ITargetLocation[] getLocations();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractChoiceOption.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractChoiceOption.java
index 52b2f9db1d..b497b8dd17 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractChoiceOption.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractChoiceOption.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Les Jones <lesojones@gmail.com> - bug 208534
@@ -19,7 +19,7 @@ import org.eclipse.swt.widgets.Control;
/**
* Abstract implementation of the TemplateOption that allows users to choose a value from
* the fixed set of options.
- *
+ *
* @since 2.0
*/
public abstract class AbstractChoiceOption extends TemplateOption {
@@ -28,7 +28,7 @@ public abstract class AbstractChoiceOption extends TemplateOption {
/**
* Constructor for AbstractChoiceOption.
- *
+ *
* @param section
* the parent section.
* @param name
@@ -48,7 +48,7 @@ public abstract class AbstractChoiceOption extends TemplateOption {
/**
* Returns the string value of the current choice.
- *
+ *
* @return the current choice or <samp>null </samp> if not initialized.
*/
public String getChoice() {
@@ -58,7 +58,7 @@ public abstract class AbstractChoiceOption extends TemplateOption {
/**
* Implements the superclass method by passing the new value to the option's
* widget.
- *
+ *
* @param value
* the new value.
*/
@@ -70,13 +70,13 @@ public abstract class AbstractChoiceOption extends TemplateOption {
/**
* Implements the superclass method by passing the new value to the option's
* widget; updates to the combo can be supressed.
- *
+ *
* @param value
* the new value.
* @param updateControl
* true to have the Combo's displayed value updated too, false to
* indicate that this isn't necessary.
- *
+ *
* @since 3.4
*/
protected void setValue(Object value, boolean updateControl) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractNewPluginTemplateWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractNewPluginTemplateWizard.java
index cdb8e39f51..5c6d568066 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractNewPluginTemplateWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractNewPluginTemplateWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,7 +25,7 @@ import org.eclipse.pde.ui.IFieldData;
* implemented using PDE template support. The assumption is that one or more
* templates will be used to generate plug-in content. Dependencies, new files
* and wizard pages are all computed based on the templates.
- *
+ *
* @since 2.0
*/
public abstract class AbstractNewPluginTemplateWizard extends Wizard implements IBundleContentWizard {
@@ -49,7 +49,7 @@ public abstract class AbstractNewPluginTemplateWizard extends Wizard implements
/**
* Returns the field data passed to the wizard during the initialization.
- *
+ *
* @return the parent wizard field data
*/
public IFieldData getData() {
@@ -79,7 +79,7 @@ public abstract class AbstractNewPluginTemplateWizard extends Wizard implements
/**
* Implements the interface method by looping through template sections and
* executing them sequentially.
- *
+ *
* @param project
* the project
* @param model
@@ -111,7 +111,7 @@ public abstract class AbstractNewPluginTemplateWizard extends Wizard implements
/**
* Returns the template sections used in this wizard.
- *
+ *
* @return the array of template sections
*/
public abstract ITemplateSection[] getTemplateSections();
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java
index 95a3e1b8c4..bf931da41a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/AbstractTemplateSection.java
@@ -33,7 +33,7 @@ import org.eclipse.pde.internal.ui.wizards.templates.ControlStack;
* Common function for template sections. It is recommended to subclass this
* class rather than implementing ITemplateSection directly when providing
* extension templates.
- *
+ *
* @since 2.0
*/
@@ -55,7 +55,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* The key for the simple class name of a bundle activator (value="activator")
- *
+ *
* @since 3.3
*/
public static final String KEY_ACTIVATOR_SIMPLE = "activator"; //$NON-NLS-1$
@@ -81,7 +81,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* The default implementation of this method provides values of the
* following keys: <samp>pluginClass </samp>, <samp>pluginId </samp> and
* <samp>pluginName </samp>.
- *
+ *
* @see ITemplateSection#getReplacementString(String,String)
*/
@Override
@@ -155,7 +155,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* Returns the translated version of the resource string represented by the
* provided key.
- *
+ *
* @param key
* the key of the required resource string
* @return the translated version of the required resource string
@@ -177,7 +177,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* the best match of <samp>plugin.properties </samp> file for the current
* locale (in case of fragments, the file is <samp>fragment.properties
* </samp>).
- *
+ *
* @return resource bundle for plug-in properties file or <samp>null </samp>
* if not found.
*/
@@ -189,7 +189,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* Tests if wizard pages for this template section have been added.
- *
+ *
* @return <code>true</code> if wizard pages for this section have been
* added, <code>false</code> otherwise.
*/
@@ -201,7 +201,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* Marks that pages have been added to the wizard by this template. Call
* this method in 'addPages'.
- *
+ *
* @see #addPages(Wizard)
*/
protected void markPagesAdded() {
@@ -211,7 +211,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* The default implementation of the interface method. The returned value is
* 1.
- *
+ *
* @see ITemplateSection#getNumberOfWorkUnits()
*/
@Override
@@ -230,7 +230,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* implementation looks for source folders in the classpath of the target
* folders and picks the first one encountered. Subclasses may override this
* behaviour.
- *
+ *
* @param monitor
* progress monitor to use
* @return source folder that will be used to generate Java files or
@@ -263,7 +263,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* implementation uses template location as a root of the file templates.
* {@link #generateFiles(IProgressMonitor monitor, URL locationUrl)} on how
* the location gets processed.
- *
+ *
* @param monitor
* progress monitor to use to indicate generation progress
*/
@@ -285,7 +285,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* folder with the conditional generation and variable replacement for
* files. Variable replacement also includes file names.</li>
* </ul>
- *
+ *
* @since 3.3
* @param monitor
* progress monitor to use to indicate generation progress
@@ -348,7 +348,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* Tests if the folder found in the template location should be created in
* the target project. Subclasses may use this method to conditionally block
* the creation of entire directories (subject to user choices).
- *
+ *
* @param sourceFolder
* the folder that is tested
* @return <code>true</code> if the provided folder should be created in
@@ -363,7 +363,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* Tests if the file found in the template location should be created in the
* target project. Subclasses may use this method to conditionally block
* creation of the file (subject to user choices).
- *
+ *
* @param sourceFile
* the file found in the template location that needs to be
* created.
@@ -378,7 +378,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* Subclass must implement this method to add the required entries in the
* plug-in model.
- *
+ *
* @param monitor
* the progress monitor to be used
*/
@@ -388,7 +388,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* The default implementation of the interface method. It will generate
* required files found in the template location and then call
* <samp>updateModel </samp> to add the required manifest entires.
- *
+ *
* @see ITemplateSection#execute(IProject, IPluginModelBase,
* IProgressMonitor)
*/
@@ -403,7 +403,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* A utility method to create an extension object for the plug-in model from
* the provided extension point id.
- *
+ *
* @param pointId
* the identifier of the target extension point
* @param reuse
@@ -719,9 +719,9 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* <dd><samp>setManifestHeader(Constants.BUNDLE_LOCALIZATION,
* &quot;plugin&quot;)</samp></dd>
* </dl>
- *
+ *
* @see org.osgi.framework.Constants
- *
+ *
* @param name
* The name of the header to set
* @param value
@@ -743,7 +743,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* <samp>null</samp>. It's expected that this method will only be called by
* sub-classes during execution of the template (i.e. during the sub-class's
* <samp>updateModel(...)</samp> method).
- *
+ *
* @param name
* The name of the header to fetch
* @return The value of the manifest header, if available, otherwise
@@ -766,11 +766,11 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
* headers. This method will return <samp>false</samp> if the plug-in
* doesn't have a manifest (e.g. it's a v3.0 plug-in) or if the method is
* called before the model has been set on the template.
- *
+ *
* It's expected that this method will only be called by sub-classes during
* execution of the template (i.e. during the sub-class's
* <samp>updateModel(...)</samp> method).
- *
+ *
* @return <sampl>true</samp> if the plug-in has a manifest, <samp>false</samp>
* otherwise
* @since 3.4
@@ -785,7 +785,7 @@ public abstract class AbstractTemplateSection implements ITemplateSection, IVari
/**
* Try to get hold of the underlying bundle for the model, if applicable.
- *
+ *
* @return The bundle instance, or null if not a bundle or if the model
* isn't available.
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BaseOptionTemplateSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BaseOptionTemplateSection.java
index 5e280d179d..a2923c31d2 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BaseOptionTemplateSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BaseOptionTemplateSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Les Jones <lesojones@gmail.com> - bug 208531
@@ -29,7 +29,7 @@ import org.eclipse.pde.ui.IFieldData;
* <samp>OptionTemplateWizardPage </samp>. The later is capable of creating UI
* based on the list of options it was given, thus simplifying new template
* section creation.
- *
+ *
* @since 2.0
*/
@@ -38,7 +38,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Adds a boolean option with a provided name, label and initial value.
- *
+ *
* @param name
* the unique name of the option (can be used as a variable in
* conditional code emitting and variable substitution)
@@ -58,7 +58,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Adds a string option with a provided name, label and initial value.
- *
+ *
* @param name
* the unique name of the option (can be used as a variable in
* conditional code emitting and variable substitution)
@@ -79,7 +79,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Adds a choice option with a provided name, label, list of choices and the
* initial value (choice).
- *
+ *
* @param name
* the unique name of the option (can be used as a variable in
* conditional code emitting and variable substitution)
@@ -124,7 +124,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Adds a blank field with a default height to provide spacing.
- *
+ *
* @param pageIndex
* a zero-based index of a page where this option should appear
* @return the newly created option
@@ -137,9 +137,9 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Adds a blank field with a specific height to provide spacing.
- *
+ *
* @param height
- * specifies the height of the blank field in pixels
+ * specifies the height of the blank field in pixels
* @param pageIndex
* a zero-based index of a page where this option should appear
* @return the newly created option
@@ -153,7 +153,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Initializes the option with a given unique name with the provided value.
* The value will be set only if the option has not yet been initialized.
- *
+ *
* @param name
* option unique name
* @param value
@@ -172,7 +172,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
* Returns a string value of the option with a given name. The option with
* that name must exist and must be registered as a string option to begin
* with.
- *
+ *
* @param name
* the unique name of the option
* @return the string value of the option with a given name or <samp>null
@@ -201,7 +201,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
* Returns a boolean value of the option with a given name. The option with
* that name must exist and must be registered as a boolean option to begin
* with.
- *
+ *
* @param key
* the unique name of the option
* @return the boolean value of the option with a given name or <samp>null
@@ -220,7 +220,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
* depends on the option type, but the end-result should always be the same -
* users should not be able to modify values of disabled options. This
* method has no effect if the option with a given name is not found.
- *
+ *
* @param name
* the unique name of the option
* @param enabled
@@ -235,7 +235,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Returns the value of the option with a given name. The actual type of the
* returned object depends on the option type.
- *
+ *
* @param name
* the name of the option
* @return the current value of the option with a specified name or
@@ -261,7 +261,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
* instead during template execution. The same method will also be called
* when the template is created within the context of the plug-in manifest
* editor, because plug-in model already exists at that time.
- *
+ *
* @return <code>true</code> if this template depends on the data set in
* the parent wizard, <code>false</code> otherwise.
*/
@@ -278,7 +278,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
* <p>
* The method is called before the actual plug-in has been built.
* </p>
- *
+ *
* @param data
* plug-in data as defined in the common plug-in project wizard
* pages
@@ -297,7 +297,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
* part of new extension creation (inside the manifest editor). Either way,
* the plug-in properties in the model have been fully set and the model can
* be used to initialize options that cannot be initialized independently.
- *
+ *
* @param model
* the model of the plug-in manifest file.
*/
@@ -309,7 +309,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
* value have been changed by the user. The subclass can elect to validate
* the option on its own, or to also check validity of other options in
* relation to the new value of this one.
- *
+ *
* @param changed
* the option whose value has been changed by the user
*/
@@ -318,7 +318,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Expands variable substitution to include all string options defined in
* this template.
- *
+ *
* @see AbstractTemplateSection#getReplacementString(String, String)
*/
@Override
@@ -343,7 +343,7 @@ public abstract class BaseOptionTemplateSection extends AbstractTemplateSection
/**
* Registers the provided option and sets the initial value.
- *
+ *
* @param option
* the option to register
* @param value
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BlankField.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BlankField.java
index 5266c0e3af..a3859426f1 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BlankField.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BlankField.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,9 +15,9 @@ import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Label;
/**
- * This template option can be used to create blank space on the
+ * This template option can be used to create blank space on the
* template section wizard page.
- *
+ *
* @since 3.2
*/
public class BlankField extends TemplateOption {
@@ -34,8 +34,8 @@ public class BlankField extends TemplateOption {
private int fheight;
/**
- * The default constructor.
- *
+ * The default constructor.
+ *
* @param section
* the parent section
*/
@@ -45,8 +45,8 @@ public class BlankField extends TemplateOption {
}
/**
- * Overloaded constructor to specify the height of the blank field.
- *
+ * Overloaded constructor to specify the height of the blank field.
+ *
* @param section
* the parent section
* @param height
@@ -59,7 +59,7 @@ public class BlankField extends TemplateOption {
/**
* Creates a blank field using a label widget.
- *
+ *
* @param parent
* parent composite of the blank label
* @param span
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BooleanOption.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BooleanOption.java
index 8e0889de7e..e9c73e0be7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BooleanOption.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/BooleanOption.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.swt.widgets.Composite;
* This implementation of the TemplateOption can be used to represent options
* that are boolean choices. Option provides the appropriate visual presentation
* that allows users to set the boolean value of the option.
- *
+ *
* @since 2.0
*/
public class BooleanOption extends TemplateOption {
@@ -29,7 +29,7 @@ public class BooleanOption extends TemplateOption {
/**
* The constructor of the option.
- *
+ *
* @param section
* the parent section
* @param name
@@ -43,7 +43,7 @@ public class BooleanOption extends TemplateOption {
/**
* Returns the current state of the option.
- *
+ *
* @return true of the option is selected, false otherwise.
*/
public boolean isSelected() {
@@ -52,7 +52,7 @@ public class BooleanOption extends TemplateOption {
/**
* Changes the current state of the option to the provided state.
- *
+ *
* @param selected
* the new state of the option
*/
@@ -63,7 +63,7 @@ public class BooleanOption extends TemplateOption {
/**
* Implementation of the superclass method that updates the option's widget
* with the new value.
- *
+ *
* @param value
* the new option value
*/
@@ -77,7 +77,7 @@ public class BooleanOption extends TemplateOption {
/**
* Creates the boolean option control. Option reserves the right to modify
* the actual widget used as long as the user can modify its boolean state.
- *
+ *
* @param parent
* the parent composite of the option widget
* @param span
@@ -104,7 +104,7 @@ public class BooleanOption extends TemplateOption {
/**
* Implementatin of the superclass method that updates the option widget
* with the new enabled state.
- *
+ *
* @param enabled
* the new enabled state.
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ChoiceOption.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ChoiceOption.java
index 8b7daf83c8..8343ae206e 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ChoiceOption.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ChoiceOption.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -19,7 +19,7 @@ import org.eclipse.swt.widgets.*;
/**
* Implementation of the TemplateOption that allows users to choose a value from
* the fixed set of options.
- *
+ *
* @since 2.0
* @deprecated see {@link RadioChoiceOption} and {@link ComboChoiceOption}
*/
@@ -32,7 +32,7 @@ public class ChoiceOption extends TemplateOption {
/**
* Constructor for ChoiceOption.
- *
+ *
* @param section
* the parent section.
* @param name
@@ -89,7 +89,7 @@ public class ChoiceOption extends TemplateOption {
/**
* Returns the string value of the current choice.
- *
+ *
* @return the current choice or <samp>null </samp> if not initialized.
*/
public String getChoice() {
@@ -99,7 +99,7 @@ public class ChoiceOption extends TemplateOption {
/**
* Implements the superclass method by passing the new value to the option's
* widget.
- *
+ *
* @param value
* the new value.
*/
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ComboChoiceOption.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ComboChoiceOption.java
index 5f6d58c283..9ff001f037 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ComboChoiceOption.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ComboChoiceOption.java
@@ -19,7 +19,7 @@ import org.eclipse.swt.widgets.*;
/**
* Implementation of the AbstractTemplateOption that allows users to choose a value from
* the fixed set of options using a combo box.
- *
+ *
* @since 3.2
*/
public class ComboChoiceOption extends AbstractChoiceOption {
@@ -40,7 +40,7 @@ public class ComboChoiceOption extends AbstractChoiceOption {
* the list of choices from which the value can be chosen. Each
* array entry should be an array of size 2, where position 0
* will be interpeted as the choice unique name, and position 1
- * as the choice presentable label.
+ * as the choice presentable label.
*/
public ComboChoiceOption(BaseOptionTemplateSection section, String name, String label, String[][] choices) {
super(section, name, label, choices);
@@ -110,7 +110,7 @@ public class ComboChoiceOption extends AbstractChoiceOption {
/**
* Get the index (in the collection) of the choice
- *
+ *
* @param choice
* The key of the item
* @return The position in the list, or -1 if not found
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ITemplateSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ITemplateSection.java
index bdf80ce1c5..aeb48a4b08 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ITemplateSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/ITemplateSection.java
@@ -30,7 +30,7 @@ import org.eclipse.pde.core.plugin.IPluginReference;
* project wizard. When used as part of the new plug-in project wizard, it may
* appear alongside other templates and therefore should not do anything that
* prevents it.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
*/
@@ -43,14 +43,14 @@ public interface ITemplateSection {
* to treat the URL as a root directory and iterate using standard Java I/O
* classes. If template files are stored in a ZIP or JAR archive, the name
* of the archive must be part of the URL.
- *
+ *
* @return a template location URL
*/
public URL getTemplateLocation();
/**
* Returns a presentable label the section.
- *
+ *
* @return a template label
*/
public String getLabel();
@@ -59,7 +59,7 @@ public interface ITemplateSection {
* Returns a description of the section. The description should explain what
* extension will be used, what classes will be generated and how to test
* that the generated code works properly.
- *
+ *
* @return a template description
*/
public String getDescription();
@@ -70,7 +70,7 @@ public interface ITemplateSection {
* this method to obtain the replacement. If replacement is provided, it is
* substituted for the token (including the '$' characters). Otherwise, it
* is transfered as-is.
- *
+ *
* @param fileName
* the name of the file in which the key was found. You can use
* it to return different values for different files.
@@ -85,7 +85,7 @@ public interface ITemplateSection {
* Adds template-related pages to the wizard. A typical section
* implementation contributes one page, but complex sections may span
* several pages.
- *
+ *
* @param wizard
* the host wizard to add pages into
*/
@@ -93,8 +93,8 @@ public interface ITemplateSection {
/**
* Returns a wizard page at the provided index.
- *
- * @param pageIndex the index to get the page for
+ *
+ * @param pageIndex the index to get the page for
* @return wizard page index.
*/
public WizardPage getPage(int pageIndex);
@@ -108,7 +108,7 @@ public interface ITemplateSection {
/**
* Tests whether this template have had a chance to create its pages. This
* method returns true after 'addPages' has been called.
- *
+ *
* @return <samp>true </samp> if wizard pages have been created by this
* template.
*/
@@ -119,7 +119,7 @@ public interface ITemplateSection {
* Returns the number of work units that this template will consume during
* the execution. This number is used to calculate the total number of work
* units when initializing the progress indicator.
- *
+ *
* @return the number of work units
*/
public int getNumberOfWorkUnits();
@@ -130,19 +130,19 @@ public interface ITemplateSection {
* plug-ins. By providing this list, a template enables the template wizard
* to create the correct Java build path so that these classes and
* interfaces are correctly resolved.
- *
+ *
* @param schemaVersion
* version of the target manifest, or <samp>null </samp> if older
* manifest (prior to 3.0) will be created. Depending on the
* manifest version, the list of dependencies may vary.
- *
+ *
* @return an array of template dependencies
*/
public IPluginReference[] getDependencies(String schemaVersion);
/**
* Returns identifier of the extension point used in this section.
- *
+ *
* @return extension point id if this section contributes into an extension
* point or <samp>null </samp> if not applicable.
*/
@@ -151,7 +151,7 @@ public interface ITemplateSection {
/**
* Executes the template. As part of the execution, template may generate
* resources under the provided project, and/or modify the plug-in model.
- *
+ *
* @param project
* the workspace project that contains the plug-in
* @param model
@@ -171,13 +171,13 @@ public interface ITemplateSection {
* and other syntax rules applicable to this variable can be used in this
* method. For example:
* <p>
- *
+ *
* <pre>
* return new String[]{&quot;/icons/*.png&quot;};
* </pre>
- *
+ *
* </p>
- *
+ *
* @return an array of strings that fully describe the files and folders
* created by this template section as required by <code>
* bin.includes</code> variable in <code>build.properties</code>
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/IVariableProvider.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/IVariableProvider.java
index 63697c28a4..71daa0590d 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/IVariableProvider.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/IVariableProvider.java
@@ -14,14 +14,14 @@ package org.eclipse.pde.ui.templates;
* The classes that implement this interface are responsible for providing value
* of variables when asked. Variables are defined by templates and represent the
* current value of the template options set by the users.
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @since 2.0
*/
public interface IVariableProvider {
/**
* Returns the value of the variable with a given name.
- *
+ *
* @param variable
* the name of the variable
* @return the value of the specified variable
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginProjectFromTemplateWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginProjectFromTemplateWizard.java
index 65e22433a3..9e6127863a 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginProjectFromTemplateWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginProjectFromTemplateWizard.java
@@ -32,13 +32,13 @@ import org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard;
* method will create a wizard with the same UI components as the standard new plug-in
* project wizard. However, instead of asking the user to select a template, the template
* is predetermined. The template selection page will be skipped going directly to the
- * wizard associated with the template. In addition, if the template requires certain
+ * wizard associated with the template. In addition, if the template requires certain
* settings (determined by the flags set on the extension), the associated UI components
* will be disabled so that the user cannot change their value.
- *
+ *
* Other aspects of this wizard including the window title can be edited by overriding
* methods in the subclass.
- *
+ *
* @since 3.5
*/
public abstract class NewPluginProjectFromTemplateWizard extends NewWizard implements IExecutableExtension {
@@ -54,7 +54,7 @@ public abstract class NewPluginProjectFromTemplateWizard extends NewWizard imple
public static final String PLUGIN_POINT = "pluginContent"; //$NON-NLS-1$
/**
- * The extension element that contains the wizard class
+ * The extension element that contains the wizard class
*/
public static final String TAG_WIZARD = "wizard"; //$NON-NLS-1$
@@ -77,7 +77,7 @@ public abstract class NewPluginProjectFromTemplateWizard extends NewWizard imple
}
/**
- * Returns the string id of the template extension to use as the template for the
+ * Returns the string id of the template extension to use as the template for the
* new plug-in project wizard. Must not return <code>null</code>.
* @return string id of the template to use
*/
@@ -195,7 +195,7 @@ public abstract class NewPluginProjectFromTemplateWizard extends NewWizard imple
/**
* Creates a WizardElement representing the template extension to be used by this wizard.
- *
+ *
* @return element representing the template or <code>null</code> if the extension could not be loaded
*/
private WizardElement getTemplateWizard() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginTemplateWizard.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginTemplateWizard.java
index 10b34ed708..445955d416 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginTemplateWizard.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/NewPluginTemplateWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -19,7 +19,7 @@ package org.eclipse.pde.ui.templates;
* The list of templates is fixed. It must be known in advance so that the
* required wizard pages can be created. Upon finish, the template sections are
* executed in the order of creation.
- *
+ *
* @since 2.0
*/
public abstract class NewPluginTemplateWizard extends AbstractNewPluginTemplateWizard {
@@ -35,14 +35,14 @@ public abstract class NewPluginTemplateWizard extends AbstractNewPluginTemplateW
/**
* Subclasses are required to implement this method by creating templates
* that will appear in this wizard.
- *
+ *
* @return an array of template sections that will appear in this wizard.
*/
public abstract ITemplateSection[] createTemplateSections();
/**
* Returns templates that appear in this section.
- *
+ *
* @return an array of templates
*/
@Override
@@ -52,7 +52,7 @@ public abstract class NewPluginTemplateWizard extends AbstractNewPluginTemplateW
/**
* Implemented by asking templates in this wizard to contribute pages.
- *
+ *
*/
@Override
protected final void addAdditionalPages() {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateSection.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateSection.java
index a895a00b1e..52cd84d0d4 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateSection.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateSection.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,13 +21,13 @@ import org.eclipse.pde.internal.ui.PDEUIMessages;
/**
* This class adds some conventions to the class it is based on. For example, it
* expects to find the template content in the following location:
- *
+ *
* <pre>
- *
+ *
* [install location]/[templateDirectory]/[sectionId]
- *
+ *
* </pre>
- *
+ *
* where <code>templateDirectory</code> is expected to be 'templates_3.0' (to
* distinguish from template designed for earlier Eclipse versions), and
* <code>sectionId</code> is the unique identifier as reported by the template
@@ -35,8 +35,8 @@ import org.eclipse.pde.internal.ui.PDEUIMessages;
* <p>
* It also assumes that all wizard pages associated with this template will be
* based on <code>OptionTemplateWizardPage</code>.
- *
- *
+ *
+ *
* @since 2.0
*/
public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
@@ -61,7 +61,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* Returns the unique name of this section. This name will be used to
* construct name and description lookup keys, as well as the template file
* location in the contributing plug-in.
- *
+ *
* @return the unique section Id
* @see #getLabel()
* @see #getDescription()
@@ -72,7 +72,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Returns the directory where all the templates are located in the
* contributing plug-in.
- *
+ *
* @return "templates_[schemaVersion]" for code since Eclipse 3.0, or
* "templates" for pre-3.0 code.
*/
@@ -85,7 +85,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Returns the install URL of the plug-in that contributes this template.
- *
+ *
* @return the install URL of the contributing plug-in
*/
protected abstract URL getInstallURL();
@@ -95,7 +95,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* following path:
* <p>
* [install location]/[templateDirectory]/[sectionId]
- *
+ *
* @return the URL of the location where files to be emitted by this
* template are located.
*/
@@ -114,8 +114,8 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Returns the wizard page at the specified index. Pages must be created
* prior to calling this method.
- *
- * @param pageIndex the index to get the page for
+ *
+ * @param pageIndex the index to get the page for
* @return the wizard page at the specified index or <samp>null </samp> if
* invalid index.
* @see #createPage(int)
@@ -133,7 +133,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* be called before setPageCount(int). The page will be created with all the
* options registered for that page index. Therefore, make all the calls to
* addOption() before calling this method.
- *
+ *
* @param pageIndex
* a zero-based index of the page relative to this template. For
* example, if a template needs to have two pages, you have to
@@ -156,7 +156,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* be called before setPageCount(int). The page will be created with all the
* options registered for that page index. Therefore, make all the calls to
* addOption() before calling this method.
- *
+ *
* @param pageIndex
* a zero-based index of the page relative to this template. For
* example, if a template need to have two pages, you have to
@@ -180,7 +180,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Returns a number of pages that this template contributes to the wizard.
- *
+ *
* @return the number of pages
* @see #setPageCount(int)
*/
@@ -194,7 +194,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* called prior to adding pages and options in order to initialize the
* template. Once the method has been called, you can call methods that
* accept page index in the range [0..count-1].
- *
+ *
* @param count
* number of pages that this template will contribute to the
* template wizard
@@ -208,7 +208,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Returns options that belong to the page with the given index.
- *
+ *
* @param pageIndex
* 0-based index of the template page
* @return @see #setPageCount(int)
@@ -223,7 +223,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Returns options that are added to the provided wizard page.
- *
+ *
* @param page
* wizard page that hosts required options
* @return array of options added to the provided wizard page
@@ -240,7 +240,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Returns the zero-based index of a page that hosts the the given option.
- *
+ *
* @param option
* template option for which a page index is being requested
* @return zero-based index of a page that hosts the option or -1 if none of
@@ -260,7 +260,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* obtained by creating a lookup key using the following rule:
* "template.[section-id].name". This key is used to locate the label in the
* plugin.properties file of the plug-in that contributed this template.
- *
+ *
* @return the translated label of this template
*/
@Override
@@ -275,7 +275,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* rule: "template.[section-id].desc". This key is used to locate the label
* in the plugin.properties file of the plug-in that contributed this
* template.
- *
+ *
* @return the translated description of this template
*/
@Override
@@ -289,7 +289,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
* option is required and is currently not set. The flagging is done by
* setting the page incomplete and setting the error message that uses
* option's message label.
- *
+ *
* @param option
* the option that is required and currently not set
*/
@@ -335,7 +335,7 @@ public abstract class OptionTemplateSection extends BaseOptionTemplateSection {
/**
* Validate options given a template option
- *
+ *
* @param source the template option to validate
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateWizardPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateWizardPage.java
index fbdf57f1ab..dfa6387d9f 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateWizardPage.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/OptionTemplateWizardPage.java
@@ -24,7 +24,7 @@ import org.eclipse.ui.PlatformUI;
* the list of template options. The options will be created in the order they
* are added to the list. When the page is made visible, options that require
* late initialization will be given a chance to initialize.
- *
+ *
* @since 2.0
*/
@@ -35,7 +35,7 @@ public class OptionTemplateWizardPage extends WizardPage {
/**
* The constructor.
- *
+ *
* @param section
* the section that is contributing this page
* @param options
@@ -53,7 +53,7 @@ public class OptionTemplateWizardPage extends WizardPage {
/**
* Creates the page control by creating individual options in the order
* subject to their position in the list.'
- *
+ *
* @param composite
*/
@Override
@@ -78,7 +78,7 @@ public class OptionTemplateWizardPage extends WizardPage {
/**
* Initializes the options that require late initialization when the page is
* made visible.
- *
+ *
* @param visible
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/PluginReference.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/PluginReference.java
index 6294e8464e..be02ec98f7 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/PluginReference.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/PluginReference.java
@@ -22,7 +22,7 @@ import org.eclipse.pde.core.plugin.IPluginReference;
* </p>
* @see IPluginReference
* @since 3.4
- *
+ *
* @noextend This class is not intended to be sub-classed by clients.
*/
public class PluginReference implements IPluginReference {
@@ -32,9 +32,9 @@ public class PluginReference implements IPluginReference {
private int match = IMatchRules.NONE;
/**
- *
+ *
* Constructs a plug-in reference to be used in the PDE template framework
- *
+ *
* @param id
* the id of the plug-in
* @param version
@@ -49,7 +49,7 @@ public class PluginReference implements IPluginReference {
}
/*
- * @see IPluginReference#equals(Object)
+ * @see IPluginReference#equals(Object)
*/
@Override
public boolean equals(Object object) {
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/RadioChoiceOption.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/RadioChoiceOption.java
index d1b86fb6df..4154f3325b 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/RadioChoiceOption.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/RadioChoiceOption.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,7 +20,7 @@ import org.eclipse.swt.widgets.*;
/**
* Implementation of the AbstractTemplateOption that allows users to choose a value from
* the fixed set of options using radio buttons.
- *
+ *
* @since 3.2
*/
public class RadioChoiceOption extends AbstractChoiceOption {
@@ -31,7 +31,7 @@ public class RadioChoiceOption extends AbstractChoiceOption {
/**
* Constructor for RadioChoiceOption.
* Number of choices must be 2, otherwise an assertion will fail.
- *
+ *
* @param section
* the parent section.
* @param name
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/StringOption.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/StringOption.java
index a1f86c5430..7bafd7a030 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/StringOption.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/StringOption.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -19,7 +19,7 @@ import org.eclipse.swt.widgets.*;
/**
* This template option can be used to collect string option from the user in
* the template section wizard page.
- *
+ *
* @since 2.0
*/
public class StringOption extends TemplateOption {
@@ -32,7 +32,7 @@ public class StringOption extends TemplateOption {
/**
* The constructor.
- *
+ *
* @param section
* the parent section
* @param name
@@ -62,7 +62,7 @@ public class StringOption extends TemplateOption {
/**
* A utility version of the <samp>getValue() </samp> method that converts
* the current value into the String object.
- *
+ *
* @return the string version of the current value.
*/
public String getText() {
@@ -74,7 +74,7 @@ public class StringOption extends TemplateOption {
/**
* A utility version of the <samp>setValue </samp> method that accepts
* String objects.
- *
+ *
* @param newText
* the new text value of the option
* @see #setValue(Object)
@@ -86,7 +86,7 @@ public class StringOption extends TemplateOption {
/**
* Implements the superclass method by passing the string value of the new
* value to the widget
- *
+ *
* @param value
* the new option value
*/
@@ -103,7 +103,7 @@ public class StringOption extends TemplateOption {
/**
* Creates the string option control.
- *
+ *
* @param parent
* parent composite of the string option widget
* @param span
@@ -133,7 +133,7 @@ public class StringOption extends TemplateOption {
/**
* A string option is empty if its text field contains no text.
- *
+ *
* @return true if there is no text in the text field.
*/
@Override
@@ -144,7 +144,7 @@ public class StringOption extends TemplateOption {
/**
* Implements the superclass method by passing the enabled state to the
* option's widget.
- *
+ *
* @param enabled
*/
@Override
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateField.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateField.java
index f207df4014..5cac967f90 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateField.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateField.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ import org.eclipse.swt.widgets.Label;
* section, there is no 1/1 mapping between the field and the substitution value
* that can be used in the template files. In general, a subclass of this class
* can generate any SWT control in the provided composite.
- *
+ *
* @since 2.0
*/
public abstract class TemplateField {
@@ -30,7 +30,7 @@ public abstract class TemplateField {
/**
* The constructor for the field.
- *
+ *
* @param section
* the section that owns this field
* @param label
@@ -43,7 +43,7 @@ public abstract class TemplateField {
/**
* Returns the field label.
- *
+ *
* @return field label
*/
public String getLabel() {
@@ -52,7 +52,7 @@ public abstract class TemplateField {
/**
* Changes the label of this field.
- *
+ *
* @param label
* the new label of this field.
*/
@@ -62,7 +62,7 @@ public abstract class TemplateField {
/**
* Returns the template section that owns this option field.
- *
+ *
* @return parent template section
*/
public BaseOptionTemplateSection getSection() {
@@ -71,7 +71,7 @@ public abstract class TemplateField {
/**
* Factory method that creates the label in the provided parent.
- *
+ *
* @param parent
* the parent composite to create the label in
* @param span
@@ -87,7 +87,7 @@ public abstract class TemplateField {
/**
* Subclasses must implement this method to create the control of the
* template field.
- *
+ *
* @param parent
* the parent composite the control should be created in
* @param span
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateOption.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateOption.java
index b563ff300d..32e2f2ce35 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateOption.java
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/TemplateOption.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -15,7 +15,7 @@ package org.eclipse.pde.ui.templates;
* value that can be changed. The value of the option is automatically available
* to the template files - can be accessed by substitution (e.g. $value_name$)
* or as part of conditional code generation (e.g. if value_name).
- *
+ *
* @since 2.0
*/
public abstract class TemplateOption extends TemplateField {
@@ -26,7 +26,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Creates a new option for the provided template section.
- *
+ *
* @param section
* the parent template section
* @param name
@@ -41,7 +41,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Returns the unique name of this option
- *
+ *
* @return option name
*/
public String getName() {
@@ -50,7 +50,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Changes the unique name of this option
- *
+ *
* @param name
* the new option name
*/
@@ -60,7 +60,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Returns the value of this option.
- *
+ *
* @return the current value
*/
public Object getValue() {
@@ -70,7 +70,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Returns whether this option is currently empty. The actual semantics of
* the result depends on the implementing option.
- *
+ *
* @return <samp>true </samp> if option is empty, </samp> false otherwise.
*/
public boolean isEmpty() {
@@ -81,7 +81,7 @@ public abstract class TemplateOption extends TemplateField {
* Marks this option as required. Required options must be set by the user.
* An option that is empty and is marked required will be flagged as an
* error in the wizard.
- *
+ *
* @param required
* the new value of the property
* @see #isEmpty
@@ -92,7 +92,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Returns whether this option is required (cannot be empty)
- *
+ *
* @return <samp>true </samp> if this option is required, <samp>false
* </samp> otherwise.
*/
@@ -102,7 +102,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Sets the new value of this option.
- *
+ *
* @param value
* the new value
*/
@@ -113,7 +113,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Returns whether this option is enabled. The actual presentation of
* enabled state depends on the implementing option.
- *
+ *
* @return <samp>true </samp> if option is enabled and can be modified.
*/
public boolean isEnabled() {
@@ -123,7 +123,7 @@ public abstract class TemplateOption extends TemplateField {
/**
* Sets the enabled state of this option. The action presentation of the
* enabled state depends on the implementing option.
- *
+ *
* @param enabled
* the new enabled state
*/
@@ -135,8 +135,8 @@ public abstract class TemplateOption extends TemplateField {
* Returns the label of this option that can be presented in the messages to
* the user. The default implementation trims the 'label' property from
* mnemonics and from the trailing column.
- *
- * @return the label to show to the user
+ *
+ * @return the label to show to the user
*/
public String getMessageLabel() {
String label = getLabel();
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ProjectNamesPage.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ProjectNamesPage.java
index 70c78cc2e2..313eabc1dd 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ProjectNamesPage.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ProjectNamesPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -69,10 +69,10 @@ public class ProjectNamesPage extends WizardPage {
}
// create entries
if (projects.length == 1) {
- createEntry(PDEUIMessages.ProjectNamesPage_projectName, projects[0].getAttribute("name")); //$NON-NLS-1$
+ createEntry(PDEUIMessages.ProjectNamesPage_projectName, projects[0].getAttribute("name")); //$NON-NLS-1$
} else {
for (int i = 0; i < projects.length; i++) {
- String label = NLS.bind(PDEUIMessages.ProjectNamesPage_multiProjectName, "" + (i + 1)); //$NON-NLS-1$
+ String label = NLS.bind(PDEUIMessages.ProjectNamesPage_multiProjectName, "" + (i + 1)); //$NON-NLS-1$
createEntry(label, projects[i].getAttribute("name")); //$NON-NLS-1$
}
}
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ReviewPage.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ReviewPage.java
index 0d1a09a776..808486a693 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ReviewPage.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ReviewPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -54,9 +54,9 @@ public class ReviewPage extends WizardPage {
setMessage(null);
IConfigurationElement[] desc = selection.getChildren("description"); //$NON-NLS-1$
if (desc.length == 1)
- buf.append(NLS.bind(PDEUIMessages.ReviewPage_descContent, (new String[] {selection.getAttribute("name"), desc[0].getValue()}))); //$NON-NLS-1$
+ buf.append(NLS.bind(PDEUIMessages.ReviewPage_descContent, (new String[] {selection.getAttribute("name"), desc[0].getValue()}))); //$NON-NLS-1$
else
- buf.append(NLS.bind(PDEUIMessages.ReviewPage_content, selection.getAttribute("name"))); //$NON-NLS-1$
+ buf.append(NLS.bind(PDEUIMessages.ReviewPage_content, selection.getAttribute("name"))); //$NON-NLS-1$
} else {
setMessage(PDEUIMessages.ReviewPage_noSampleFound, IMessageProvider.WARNING);
}
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleEditor.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleEditor.java
index 59b87a0fc4..ce56bf3a4f 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleEditor.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleEditor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -73,7 +73,7 @@ public class SampleEditor extends EditorPart {
}
/**
- *
+ *
*/
public SampleEditor() {
defaultShortcut = new EclipseLaunchShortcut();
@@ -103,7 +103,7 @@ public class SampleEditor extends EditorPart {
descText = toolkit.createFormText(form.getBody(), true);
descText.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
String desc = properties.getProperty("description"); //$NON-NLS-1$
- String content = NLS.bind(PDEUIMessages.SampleEditor_desc, (desc != null ? desc : "")); //$NON-NLS-1$
+ String content = NLS.bind(PDEUIMessages.SampleEditor_desc, (desc != null ? desc : "")); //$NON-NLS-1$
descText.setText(content, true, false);
final String helpURL = properties.getProperty("helpHref"); //$NON-NLS-1$
if (helpURL != null) {
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleOperation.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleOperation.java
index 1657de9126..ef40279c81 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleOperation.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleOperation.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -42,7 +42,7 @@ public class SampleOperation implements IRunnableWithProgress {
private IProject[] createdProjects;
/**
- *
+ *
*/
public SampleOperation(IConfigurationElement sample, String[] projectNames, IOverwriteQuery query) {
this.sample = sample;
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleStandbyContent.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleStandbyContent.java
index bb3761a7e6..5c32f5a33d 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleStandbyContent.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleStandbyContent.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -51,7 +51,7 @@ public class SampleStandbyContent implements IStandbyContentPart {
private static String MEMENTO_SAMPLE_ID_ATT = "sampleId"; //$NON-NLS-1$
/**
- *
+ *
*/
public SampleStandbyContent() {
defaultShortcut = new EclipseLaunchShortcut();
@@ -232,7 +232,7 @@ public class SampleStandbyContent implements IStandbyContentPart {
IConfigurationElement[] descConfig = sample != null ? sample.getChildren("description") : null; //$NON-NLS-1$
if (descConfig != null && descConfig.length == 1) {
String desc = descConfig[0].getValue();
- String content = NLS.bind(PDEUIMessages.SampleStandbyContent_desc, (desc != null ? desc : "")); //$NON-NLS-1$
+ String content = NLS.bind(PDEUIMessages.SampleStandbyContent_desc, (desc != null ? desc : "")); //$NON-NLS-1$
helpURL = descConfig[0].getAttribute("helpHref"); //$NON-NLS-1$
moreLink.setVisible(helpURL != null);
descText.setText(content, true, false);
@@ -262,7 +262,7 @@ public class SampleStandbyContent implements IStandbyContentPart {
/**
* Tries to create the last content part viewed, based on sample id.
- *
+ *
* @param memento
*/
private String getCachedInput(IMemento memento) {
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java
index 0dc7169a0e..aaf13ca185 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -63,7 +63,7 @@ public class SampleWizard extends Wizard implements INewWizard, IExecutableExten
/**
* The default constructor.
- *
+ *
*/
public SampleWizard() {
PDEPlugin.getDefault().getLabelProvider().connect(this);
@@ -86,7 +86,7 @@ public class SampleWizard extends Wizard implements INewWizard, IExecutableExten
}
/**
- *
+ *
*/
@Override
public void addPages() {
@@ -98,7 +98,7 @@ public class SampleWizard extends Wizard implements INewWizard, IExecutableExten
}
/**
- *
+ *
*/
@Override
public boolean performFinish() {
@@ -193,7 +193,7 @@ public class SampleWizard extends Wizard implements INewWizard, IExecutableExten
}
/**
- *
+ *
*/
@Override
public void setInitializationData(IConfigurationElement config, String propertyName, Object data) throws CoreException {
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SelectionPage.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SelectionPage.java
index ee87d29b78..7379d7669f 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SelectionPage.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SelectionPage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
index 7d9af7b8cd..2d6dce31f2 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -50,7 +50,7 @@ public class ShowSampleAction extends Action implements IIntroAction {
private ProvisioningUI provUI;
/**
- *
+ *
*/
public ShowSampleAction() {
provUI = ProvisioningUI.getDefaultUI();
@@ -126,7 +126,7 @@ public class ShowSampleAction extends Action implements IIntroAction {
/**
* Ensure the sample feature is present. If not present, attempt to install it.
- *
+ *
* @return <code>true</code> if the sample features are present, and
* <code>false</code> otherwise.
*/
diff --git a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowTargetPlatformAction.java b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowTargetPlatformAction.java
index 61313112d7..98cfb09500 100644
--- a/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowTargetPlatformAction.java
+++ b/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowTargetPlatformAction.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/IHelpContextIds.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/IHelpContextIds.java
index 8551321bca..eb0856191b 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/IHelpContextIds.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/IHelpContextIds.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/Messages.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/Messages.java
index e0d620707b..02e546adc3 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/Messages.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/Messages.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentColumnEditingSupport.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentColumnEditingSupport.java
index b6e6919cb3..3fcbb90890 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentColumnEditingSupport.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentColumnEditingSupport.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* SAP - ongoing enhancements
@@ -26,7 +26,7 @@ public class TracingComponentColumnEditingSupport extends EditingSupport {
/**
* Construct a new {@link TracingComponentColumnEditingSupport} for the specified index.
- *
+ *
* @param viewer
* The viewer to add this editing support
* @param index
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentComparator.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentComparator.java
index 5a2da787a4..f9bb860e3b 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentComparator.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentComparator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ public class TracingComponentComparator extends ViewerComparator {
/**
* Either the first or second object are null - so compare them to ensure they are put in the right order.
- *
+ *
* @param object1
* The first object to compare
* @param object2
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentTreeViewer.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentTreeViewer.java
index 5dccdf082d..bae2dde284 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentTreeViewer.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentTreeViewer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -24,7 +24,7 @@ public class TracingComponentTreeViewer extends FilteredTree {
/**
* Create a new {@link TracingComponentTreeViewer} instance
- *
+ *
* @param parent
* The parent composite
*/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentViewerFilter.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentViewerFilter.java
index 5f3d940ae3..0ad5aa0329 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentViewerFilter.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentViewerFilter.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -44,7 +44,7 @@ public class TracingComponentViewerFilter extends PatternFilter {
}
/*
- * Force the array of {@link TracingComponentDebugOption} and their children to be visible.
+ * Force the array of {@link TracingComponentDebugOption} and their children to be visible.
*/
private void forceVisibleDebugOptions(final TracingComponentDebugOption[] options) {
@@ -58,7 +58,7 @@ public class TracingComponentViewerFilter extends PatternFilter {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.ui.dialogs.PatternFilter#isElementVisible(org.eclipse.jface.viewers.Viewer, java.lang.Object)
*/
@Override
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingDoubleClickListener.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingDoubleClickListener.java
index 896a348b4c..64daf1a6a5 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingDoubleClickListener.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingDoubleClickListener.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingPreferencePage.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingPreferencePage.java
index becf1ca700..60f6972fcd 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingPreferencePage.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingPreferencePage.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* SAP - ongoing enhancements
@@ -94,7 +94,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/** A {@link Button} for 'Standard output stream:' */
protected Button standardOutputStreamButton;
-
+
/**
* Constructor for {@link TracingPreferencePage}
*/
@@ -146,7 +146,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* A utility method to dispose a widget.
- *
+ *
* @param widget
* The widget to dispose
*/
@@ -186,7 +186,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* Add a section for a check button to be displayed like "[] Enable Tracing"
- *
+ *
* @param parent
* The parent composite
*/
@@ -226,7 +226,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* Create a viewer for the list of debug options that are traceable in the product.
- *
+ *
* @param parent
* The parent composite
*/
@@ -282,7 +282,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* Create a section for displaying the tracing file options (i.e. maximum size of each file, number of historical
* files, etc).
- *
+ *
* @param parent
* The parent composite
*/
@@ -352,7 +352,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
tracingFileMaxCountLabel = new Label(detailsComp, SWT.NONE);
tracingFileMaxCountLabel.setText(Messages.tracingFileMaxCountLabel);
- // put horizontal indentation
+ // put horizontal indentation
GridData gridData = new GridData();
gridData.horizontalIndent = 20;
tracingFileMaxCountLabel.setLayoutData(gridData);
@@ -422,7 +422,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
* called after all the UI elements have been constructed.
*/
protected void setUIValuesFromPreferences() {
- // If in debug mode, tracing defaults to disabled
+ // If in debug mode, tracing defaults to disabled
if (!DebugOptionsHandler.isLaunchInDebugMode()) {
// acquire the preferences service
boolean tracingEnabled = PreferenceHandler.isTracingEnabled();
@@ -456,7 +456,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* Retrieve the input
- *
+ *
* @param ev
* @return input
*/
@@ -475,7 +475,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* Verify that the user input is a valid int field
- *
+ *
* @param input
* The user supplied input
* @param errorMessage
@@ -506,7 +506,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* This method is used to react to the enablement button ('Enable Tracing') state changing.
- *
+ *
* @param updateModel
* Should the model be modified for this call? or should only the enablement state of the UI widgets be
* modified?
@@ -685,7 +685,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
}
return result;
}
-
+
/**
* Save the property page preferences.
*/
@@ -737,7 +737,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* The {@link TreeViewer} for the tracing page
- *
+ *
* @return The {@link TreeViewer} for the tracing page
*/
private TreeViewer getViewer() {
@@ -746,7 +746,7 @@ public class TracingPreferencePage extends PreferencePage implements IWorkbenchP
/**
* Accessor for the {@link Tree} of the {@link CheckboxTreeViewer}
- *
+ *
* @return The {@link Tree} of the {@link CheckboxTreeViewer}
*/
private Tree getViewerTree() {
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingStartupMonitor.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingStartupMonitor.java
index ebb4530e4c..0155a3ddc8 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingStartupMonitor.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingStartupMonitor.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingUIActivator.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingUIActivator.java
index 5669ac1f7a..a74c457c13 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingUIActivator.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingUIActivator.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -35,7 +35,7 @@ public class TracingUIActivator extends Plugin {
/**
* Returns the shared instance
- *
+ *
* @return the shared instance
*/
public static TracingUIActivator getDefault() {
@@ -80,7 +80,7 @@ public class TracingUIActivator extends Plugin {
/**
* Log the specified {@link Exception} to the workspace logging file.
- *
+ *
* @param ex
* The {@link Exception} to log
*/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/AbstractTracingNode.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/AbstractTracingNode.java
index 1d6d0d61da..f43c2e2371 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/AbstractTracingNode.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/AbstractTracingNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/ModifiedDebugOptions.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/ModifiedDebugOptions.java
index f5c1c1cb87..b114cbb22e 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/ModifiedDebugOptions.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/ModifiedDebugOptions.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -29,7 +29,7 @@ public class ModifiedDebugOptions {
/**
* Accessor for an array of the {@link TracingComponentDebugOption} items that were selected to be added on the
* tracing preference page.
- *
+ *
* @return An array of the {@link TracingComponentDebugOption} items that were selected to be added on the tracing
* preference page
*/
@@ -40,7 +40,7 @@ public class ModifiedDebugOptions {
/**
* Accessor for an array of the {@link TracingComponentDebugOption} items that were selected to be removed on the
* tracing preference page.
- *
+ *
* @return An array of the {@link TracingComponentDebugOption} items that were selected to be removed on the tracing
* preference page
*/
@@ -50,7 +50,7 @@ public class ModifiedDebugOptions {
/**
* Adds a new {@link TracingComponentDebugOption} to the list of debug options to add
- *
+ *
* @param option
* The {@link TracingComponentDebugOption} option to add
*/
@@ -68,7 +68,7 @@ public class ModifiedDebugOptions {
/**
* Adds a new {@link TracingComponentDebugOption} to the list of debug options to remove
- *
+ *
* @param option
* The {@link TracingComponentDebugOption} option to add
*/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingCollections.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingCollections.java
index 0619f7524c..d06148098a 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingCollections.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingCollections.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -36,7 +36,7 @@ public class TracingCollections {
/**
* Accessor for the singleton instance of the {@link TracingCollections}
- *
+ *
* @return Return the single instance of the {@link TracingCollections}
*/
public static TracingCollections getInstance() {
@@ -49,7 +49,7 @@ public class TracingCollections {
/**
* Accessor for the modified options model
- *
+ *
* @return Return the <code>ModifiedDebugOptions</code> model
*/
public ModifiedDebugOptions getModifiedDebugOptions() {
@@ -58,7 +58,7 @@ public class TracingCollections {
/**
* Store a {@link TracingComponentDebugOption} element if it has not already been stored.
- *
+ *
* @param newDebugOption
* The {@link TracingComponentDebugOption} to add to the collection.
*/
@@ -79,7 +79,7 @@ public class TracingCollections {
/**
* Access the list of debug options that contain the specified option-path value.
- *
+ *
* @param optionPath
* The name of the option-path.
* @return An array of stored {@link TracingComponentDebugOption} elements that contain the option-path value.
@@ -98,7 +98,7 @@ public class TracingCollections {
/**
* Access a {@link TracingComponent} from the internal collection. If a {@link TracingComponent} does not exist based on
* the content in the {@link IConfigurationElement} then a new {@link TracingComponent} will be created and stored.
- *
+ *
* @param element
* The {@link IConfigurationElement} for a 'tracingComponent' extension.
* @return Returns a {@link TracingComponent} object based on the information in the specified
@@ -134,7 +134,7 @@ public class TracingCollections {
* path and the value of the {@link Properties} is the debug option value. If the debug options for a specific
* {@link Bundle} have not been accessed then it will attempt to read in all of the entries defined in the .options
* file for this bundle.
- *
+ *
* @param bundle
* The {@link Bundle} to access the debug options defined for it.
* @return A {@link Properties} of debug options where the key of the {@link Properties} is the debug option path
@@ -156,7 +156,7 @@ public class TracingCollections {
/**
* Set the consumed state of the specified {@link Bundle}.
- *
+ *
* @param bundle
* The {@link Bundle} to set the consumed state on.
* @param consumed
@@ -170,7 +170,7 @@ public class TracingCollections {
/**
* Accessor to find out if a specific bundle has been consumed by a tracing component.
- *
+ *
* @param bundle
* The {@link Bundle} to check.
* @return Returns true if this bundle has been previous consumed by another tracing component. Otherwise, false is
@@ -189,7 +189,7 @@ public class TracingCollections {
/**
* Store that the specified {@link Bundle} has been added to the specified {@link TracingComponent}.
- *
+ *
* @param component
* The {@link TracingComponent} that includes the specified {@link Bundle}.
* @param bundle
@@ -208,7 +208,7 @@ public class TracingCollections {
/**
* Accessor for an array of {@link TracingComponent} objects that contain the specified {@link Bundle}.
- *
+ *
* @param bundle
* The {@link Bundle} used to locate the {@link TracingComponent} that include it.
* @return An array of {@link TracingComponent} objects that contain the specified {@link Bundle}.
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponent.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponent.java
index be623b5410..760faf891f 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponent.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponent.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,7 +25,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* Constructor for a new {@link TracingComponent}
- *
+ *
* @param element
* A non-null configuration element
*/
@@ -171,7 +171,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* Add a set of bundles that match the specified name to the list of bundles.
- *
+ *
* @param name
* A name of a bundle to add. It could be a regular expression.
*/
@@ -207,7 +207,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* Add the bundles found in the specified {@link IConfigurationElement} instance to this {@link TracingComponent}.
- *
+ *
* @param element
* A non-null {@link IConfigurationElement} instance of the 'tracingComponent'
*/
@@ -226,7 +226,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* Add a set of bundles that match the specified name to the list of bundles.
- *
+ *
* @param name
* A name of a bundle to add. It could be a regular expression.
* @param isConsumed
@@ -241,7 +241,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* Removes a specific bundle from from the list of bundles
- *
+ *
* @param bundle
* A {@link Bundle} to remove from the set of bundles belonging to this {@link TracingComponent}
*/
@@ -253,7 +253,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* A {@link TracingComponent} is consumed if it contributes no bundles.
- *
+ *
* @return Returns true if this {@link TracingComponent} contains no bundles; Otherwise, false is returned.
*/
public boolean isConsumed() {
@@ -262,7 +262,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* Accessor for the id value for this {@link TracingComponent}
- *
+ *
* @return The id value for this {@link TracingComponent}
*/
public String getId() {
@@ -272,7 +272,7 @@ public class TracingComponent extends AbstractTracingNode {
/**
* Accessor for an array of the {@link Bundle} objects for which this {@link TracingComponent} provides tracing
* options.
- *
+ *
* @return A {@link Bundle} array
*/
public Bundle[] getBundles() {
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponentDebugOption.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponentDebugOption.java
index 6918557507..2ae5e3f66e 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponentDebugOption.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingComponentDebugOption.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -23,7 +23,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
* Construct a new {@link TracingComponentDebugOption} that does not have a parent node set. A parent node is
* required for all {@link TracingComponentDebugOption} instances but can be set at a later time via
* {@link TracingComponentDebugOption#setParent(TracingNode)}.
- *
+ *
* @param path
* A non-null path for this debug option
* @param value
@@ -35,7 +35,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
/**
* Constructor for a new {@link TracingComponentDebugOption} for a specific parent node.
- *
+ *
* @param parentNode
* The parent {@link TracingNode} for this {@link TracingComponentDebugOption}
* @param path
@@ -72,7 +72,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
/*
* (non-Javadoc)
- *
+ *
* @see java.lang.Object#hashCode()
*/
@Override
@@ -86,7 +86,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
/*
* (non-Javadoc)
- *
+ *
* @see java.lang.Object#equals(java.lang.Object)
*/
@Override
@@ -148,7 +148,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
/**
* Accessor to the debug option path (i.e. bundle/option-path) of this {@link TracingComponentDebugOption}
- *
+ *
* @return the debug option path (i.e. bundle/option-path) of this {@link TracingComponentDebugOption}
*/
public String getOptionPath() {
@@ -157,7 +157,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
/**
* Accessor to the debug option value of this {@link TracingComponentDebugOption}
- *
+ *
* @return the debug option value of this {@link TracingComponentDebugOption}
*/
public String getOptionPathValue() {
@@ -166,7 +166,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
/**
* Set the new option-path value
- *
+ *
* @param newValue
* A non-null new {@link String} value of the option-path
*/
@@ -177,7 +177,7 @@ public class TracingComponentDebugOption extends AbstractTracingNode {
/**
* Set the new option-path value to the specified boolean value
- *
+ *
* @param newValue
* A new boolean value of the option-path
*/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingNode.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingNode.java
index 2c449ec1cc..4c2f5f6da0 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingNode.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/TracingNode.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,21 +20,21 @@ public interface TracingNode {
/**
* Accessor to the label for this tree node
- *
+ *
* @return Returns the label for this tree node.
*/
public String getLabel();
/**
* Accessor for an array of {@link TracingNode} child nodes for this tree node.
- *
+ *
* @return Returns an array of {@link TracingNode} child nodes for this tree node.
*/
public TracingNode[] getChildren();
/**
* Accessor for the parent object of this tree node.
- *
+ *
* @return Returns the parent {@link TracingNode} for this tree node or <code>null</code> if this tree node is the
* root of the tree.
*/
@@ -42,7 +42,7 @@ public interface TracingNode {
/**
* Setter for the label for this tree node
- *
+ *
* @param newLabel
* The new text for this tree node to display
*/
@@ -50,7 +50,7 @@ public interface TracingNode {
/**
* Setter for the parent node of this tree node
- *
+ *
* @param newParent
* The new parent {@link TracingNode} for this tree node.
*/
@@ -58,7 +58,7 @@ public interface TracingNode {
/**
* Add a new {@link TracingNode} child node to this tree node.
- *
+ *
* @param newNode
* The new {@link TracingNode} node to add as a child to this tree node.
*/
@@ -66,14 +66,14 @@ public interface TracingNode {
/**
* Does this tree node have any child nodes?
- *
+ *
* @return Returns <code>true</code> if this tree node has child nodes; Otherwise, <code>false</code> is returned.
*/
public boolean hasChildren();
/**
* Is the tracing value for this node enabled in the {@link DebugOptions}
- *
+ *
* @return Returns true if this tracing value is set in the {@link DebugOptions}; Otherwise, false is returned.
*/
public boolean isEnabled();
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentColumnLabelProvider.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentColumnLabelProvider.java
index d114203bed..fc1e560086 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentColumnLabelProvider.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentColumnLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -20,7 +20,7 @@ public class TracingComponentColumnLabelProvider extends ColumnLabelProvider {
/**
* Construct a new {@link TracingComponentColumnLabelProvider} for the specified index.
- *
+ *
* @param index
* The column index. One of either {@link TracingConstants#LABEL_COLUMN_INDEX} for the label column or
* {@link TracingConstants#VALUE_COLUMN_INDEX} for the value column.
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentContentProvider.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentContentProvider.java
index 9bbbfceffb..2fff37814b 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentContentProvider.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentContentProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentLabelProvider.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentLabelProvider.java
index 482169d3c6..91a48fdbdd 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentLabelProvider.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/providers/TracingComponentLabelProvider.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -31,7 +31,7 @@ public class TracingComponentLabelProvider extends LabelProvider {
/**
* Access the label text for the specified element at the specified column index in the tree viewer
- *
+ *
* @param columnIndex
* The column index. One of either {@link TracingConstants#LABEL_COLUMN_INDEX} or
* {@link TracingConstants#VALUE_COLUMN_INDEX}
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/DebugOptionsHandler.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/DebugOptionsHandler.java
index f07d03ab1c..d62fed3100 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/DebugOptionsHandler.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/DebugOptionsHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -21,7 +21,7 @@ public class DebugOptionsHandler {
/**
* Accessor for the product's DebugOptions
- *
+ *
* @return The DebugOptions object for the product
*/
@SuppressWarnings({"unchecked", "rawtypes"})
@@ -35,7 +35,7 @@ public class DebugOptionsHandler {
/**
* Accessor for determining if tracing for the product is enabled
- *
+ *
* @return Returns true of tracing is enabled for this product; Otherwise false.
*/
public static boolean isTracingEnabled() {
@@ -44,7 +44,7 @@ public class DebugOptionsHandler {
/**
* Enable or Disable platform debugging
- *
+ *
* @param value
* The value to enable or disable platform debugging. If it is set to true then platform debugging is
* enabled.
@@ -63,7 +63,7 @@ public class DebugOptionsHandler {
/**
* Sets the flag indicated the current debug options were set from trace files rather than preferences.
* This method should be called when the trace plug-in is activated.
- *
+ *
* @param mode whether current options were set from trace files
*/
public static void setLaunchInDebugMode(boolean mode) {
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/PreferenceHandler.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/PreferenceHandler.java
index 6b51b4111d..6bfe5d92bb 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/PreferenceHandler.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/PreferenceHandler.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -29,7 +29,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Accessor for the preference store for this bundle
- *
+ *
* @return The {@link IEclipsePreferences} preference node at the instance scope for this bundle or null if it does
* not exist.
*/
@@ -40,7 +40,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Access the current persisted {@link TracingConstants#PREFERENCE_ENTRIES_IDENTIFIER} entry in the preferences as
* {@link Map}.
- *
+ *
* @return A {@link Map} containing the currently persisted {@link TracingConstants#PREFERENCE_ENTRIES_IDENTIFIER}
* preferences.
*/
@@ -67,7 +67,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
prefValues.put(TracingConstants.PREFERENCE_MAX_FILE_COUNT_IDENTIFIER, Integer.toString(10));
// see org.eclipse.osgi.framework.debug.EclipseDebugTrace#DEFAULT_TRACE_FILE_SIZE
prefValues.put(TracingConstants.PREFERENCE_MAX_FILE_SIZE_IDENTIFIER, Integer.toString(1000));
- prefValues.put(TracingConstants.PREFERENCE_OUTPUT_STANDARD_STREAM, Boolean.toString(false));
+ prefValues.put(TracingConstants.PREFERENCE_OUTPUT_STANDARD_STREAM, Boolean.toString(false));
// no trace entries
prefValues.put(TracingConstants.PREFERENCE_ENTRIES_IDENTIFIER, TracingConstants.EMPTY_STRING);
savePreferences(prefValues);
@@ -75,7 +75,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Flush the preference store to disk.
- *
+ *
* @param entries
* A {@link Map} of entries to persist to the preferences. The key of the {@link Map} is the key of the
* preference and the value of the {@link Map} is the value for this key in the preferences.
@@ -99,7 +99,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Is tracing enabled in the preferences store
- *
+ *
* @return <code>true</code> if tracing is enabled in the preferences; Otherwise, <code>false</code> is returned.
*/
public static boolean isTracingEnabled() {
@@ -111,7 +111,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Accessor for the maximum file count in the preference store
- *
+ *
* @return The maximum file count in the preference store or the value 10 if it's not defined.
*/
public static int getMaxFileCount() {
@@ -123,7 +123,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Accessor for the maximum file size in the preference store
- *
+ *
* @return The maximum file size in the preference store or the value 1000 if it's not defined.
*/
public static int getMaxFileSize() {
@@ -135,7 +135,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Accessor for the file path in the preference store
- *
+ *
* @return The file path in the preference store or the default value if it's not defined.
*/
public static String getFilePath() {
@@ -147,7 +147,7 @@ public class PreferenceHandler extends AbstractPreferenceInitializer {
/**
* Accessor for the output to standard output stream selection in the preference store
- *
+ *
* @return The output to standard output stream selection in the preference store or the default value if it's not defined.
*/
public static String getOutputToStandardStream() {
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingConstants.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingConstants.java
index 3e9b770bf7..f4fa5f5020 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingConstants.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingConstants.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingInitializer.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingInitializer.java
index 572ee70f31..2cd808bb92 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingInitializer.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingInitializer.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -18,6 +18,6 @@ import org.eclipse.osgi.service.debug.DebugOptions;
public class TracingInitializer {
// Empty service component to trigger the bundle loading
- // TracingUIActivator.startup sets options from the preferences
+ // TracingUIActivator.startup sets options from the preferences
}
diff --git a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingUtils.java b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingUtils.java
index 06273613c6..c42b6e0809 100644
--- a/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingUtils.java
+++ b/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/utils/TracingUtils.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -25,7 +25,7 @@ public class TracingUtils {
/**
* Returns true if the specified {@link String} is a boolean value of 'true' or 'false'.
- *
+ *
* @param value
* A {@link String} to check if it is the value 'true' or 'false'.
* @return Returns true if the specified {@link String} is the value 'true' or 'false'; Otherwise false is returned.
@@ -36,7 +36,7 @@ public class TracingUtils {
/**
* Convert a {@link TracingComponentDebugOption} to a {@link String} for persistence.
- *
+ *
* @param debugOption
* The {@link TracingComponentDebugOption} to convert to a string representation.
* @return A {@link String} representing the {@link TracingComponentDebugOption}.
@@ -55,7 +55,7 @@ public class TracingUtils {
/**
* Convert a {@link String} representing the persisted preference into a {@link TracingComponentDebugOption}.
- *
+ *
* @param debugOptionAsString
* The {@link String} representation of the persisted {@link TracingComponentDebugOption}.
* @return A {@link TracingComponentDebugOption} with no parent set or <code>null</code> if debugOptionAsString is
@@ -77,7 +77,7 @@ public class TracingUtils {
/**
* Convert a {@link String} representing the persisted preference into a {@link Map} object.
- *
+ *
* @param debugOptions
* The input {@link String} containing many encoded key=value pairs.
* @return A {@link Map} object containing the key=value pairs in the encoded debug options {@link String}
@@ -98,7 +98,7 @@ public class TracingUtils {
/**
* Locates the .options file in the specified bundle and loads in the entries via {@link Properties} object.
- *
+ *
* @param bundle
* The {@link Bundle} to access the debug options defined for it.
* @return Returns a {@link Properties} object containing the various options from the specified bundles .options
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/AbstractEntry.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/AbstractEntry.java
index e943926ff1..8c9b3813f7 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/AbstractEntry.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/AbstractEntry.java
@@ -32,7 +32,7 @@ public abstract class AbstractEntry extends PlatformObject implements IWorkbench
/**
* Adds the specified child entry to the listing of children.
* If the specified child is <code>null</code>, no work is done
- *
+ *
* @param child
*/
public void addChild(AbstractEntry child) {
@@ -58,7 +58,7 @@ public abstract class AbstractEntry extends PlatformObject implements IWorkbench
/**
* @return the size of the child array
- *
+ *
* TODO rename to getChildCount(), or something more meaningful
*/
public int size() {
@@ -96,7 +96,7 @@ public abstract class AbstractEntry extends PlatformObject implements IWorkbench
/**
* removes all of the children specified in the given listing
- *
+ *
* @param list the list of children to remove
*/
public void removeChildren(List list) {
@@ -112,7 +112,7 @@ public abstract class AbstractEntry extends PlatformObject implements IWorkbench
/**
* Writes this entry information into the given {@link PrintWriter}
- *
+ *
* @param writer
*/
public abstract void write(PrintWriter writer);
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/EventDetailsDialog.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/EventDetailsDialog.java
index 3c54e0921b..e7a90a0fb6 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/EventDetailsDialog.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/EventDetailsDialog.java
@@ -90,7 +90,7 @@ public class EventDetailsDialog extends TrayDialog {
private DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT);
/**
- *
+ *
* @param parentShell shell in which dialog is displayed
* @param selection entry initially selected and to be displayed
* @param provider viewer
@@ -173,7 +173,7 @@ public class EventDetailsDialog extends TrayDialog {
} else {
a = 100; // Details section needs about 100
c = 100; // Text area gets 100
- b = height - a - c; // Stack trace should take up majority of room
+ b = height - a - c; // Stack trace should take up majority of room
}
sashWeights = new int[] {a, b, c};
}
@@ -195,7 +195,7 @@ public class EventDetailsDialog extends TrayDialog {
public void create() {
super.create();
- // dialog location
+ // dialog location
if (dialogLocation != null)
getShell().setLocation(dialogLocation);
@@ -721,7 +721,7 @@ public class EventDetailsDialog extends TrayDialog {
/**
* Loads filters from preferences.
* @return filters from preferences or empty array
- *
+ *
* @since 3.4
*/
private String[] getFilters() {
@@ -748,7 +748,7 @@ public class EventDetailsDialog extends TrayDialog {
* Filters stack trace.
* Every stack trace line is compared against all patterns.
* If line contains any of pattern strings, it's excluded from output.
- *
+ *
* @returns filtered stack trace
* @since 3.4
*/
@@ -790,7 +790,7 @@ public class EventDetailsDialog extends TrayDialog {
/**
* Returns the dialog settings object used to share state
* between several event detail dialogs.
- *
+ *
* @return the dialog settings to be used
*/
private IDialogSettings getDialogSettings() {
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Group.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Group.java
index db9175d256..419f429362 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Group.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Group.java
@@ -4,11 +4,11 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Jacek Pospychala <jacek.pospychala@pl.ibm.com> - bugs 202583, 207344
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 218648
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 218648
*******************************************************************************/
package org.eclipse.ui.internal.views.log;
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/IHelpContextIds.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/IHelpContextIds.java
index 68864e5803..6035aae98a 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/IHelpContextIds.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/IHelpContextIds.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ILogFileProvider.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ILogFileProvider.java
index 0b9d03b894..dcc76a15a1 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ILogFileProvider.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ILogFileProvider.java
@@ -19,7 +19,7 @@ public interface ILogFileProvider {
/**
* Returns a Map of java.io.File log files indexed by String names.
- *
+ *
* @return Map of java.io.File log files index by String names.
* @since 3.4
*/
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ImportLogAction.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ImportLogAction.java
index 820a152ffb..063f7fbf90 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ImportLogAction.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/ImportLogAction.java
@@ -121,7 +121,7 @@ public class ImportLogAction extends Action implements IMenuCreator {
/**
* Returns whether menu should be updated or not. Menu should be updated
- * if either number of actions or any of actions has been changed.
+ * if either number of actions or any of actions has been changed.
* @return true if menu should be updated, false otherwise
*/
private boolean menuUpdateNeeded(Menu menu) {
@@ -178,7 +178,7 @@ public class ImportLogAction extends Action implements IMenuCreator {
/**
* Builds menu of ImportLogAction actions from log files provided by LogFilesManager.
- *
+ *
* @see IMenuCreator#getMenu(Control)
*/
private void createMenuItems(Menu menu) {
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogFilesManager.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogFilesManager.java
index 9c2af440ae..069da00d52 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogFilesManager.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogFilesManager.java
@@ -22,7 +22,7 @@ public class LogFilesManager {
/**
* Adds log file provider.
- * Has no effect if an identical provider is already registered.
+ * Has no effect if an identical provider is already registered.
*/
public static void addLogFileProvider(ILogFileProvider provider) {
if (!logFileProviders.contains(provider)) {
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogReader.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogReader.java
index 39086f6850..887fc04062 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogReader.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogReader.java
@@ -212,7 +212,7 @@ class LogReader {
/**
* Adds entry to the list if it's not filtered. Removes entries exceeding the count limit.
- *
+ *
* @param entry
* @param entries
* @param memento
@@ -233,7 +233,7 @@ class LogReader {
/**
* Returns whether given entry is logged (true) or filtered (false).
- *
+ *
* @param entry
* @param memento
* @return is entry logged or filtered
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogSession.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogSession.java
index 46c38350b0..564ee93189 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogSession.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogSession.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
* Jacek Pospychala <jacek.pospychala@pl.ibm.com> - bugs 202583, 207344
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 218648
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 218648
*******************************************************************************/
package org.eclipse.ui.internal.views.log;
@@ -24,7 +24,7 @@ public class LogSession extends Group {
/**
* Describes the !SESSION header name
- *
+ *
* @since 3.5
*/
public static final String SESSION = "!SESSION"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogView.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogView.java
index e3cb7b8185..5d03da8d73 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogView.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/LogView.java
@@ -58,9 +58,9 @@ public class LogView extends ViewPart implements ILogListener {
public static final String P_LOG_INFO = "info"; //$NON-NLS-1$
public static final String P_LOG_OK = "ok"; //$NON-NLS-1$
- /**
+ /**
* Maximum tail size of the log file in Mega Bytes (1024 * 1024 Bytes) considers the last XYZ MB of the log file to create log entries.
- * This value should be increased if the size of the sub elements of the last (most recent) log entry in the log file exceeds the maximum tail size.
+ * This value should be increased if the size of the sub elements of the last (most recent) log entry in the log file exceeds the maximum tail size.
**/
public static final String P_LOG_MAX_TAIL_SIZE = "maxLogTailSize"; //$NON-NLS-1$
public static final String P_LOG_LIMIT = "limit"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Messages.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Messages.java
index fced2f50da..923f56c184 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Messages.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/Messages.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
* Jacek Pospychala <jacek.pospychala@pl.ibm.com> - bugs 202583, 207344
- * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 218648
+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 218648
*******************************************************************************/
package org.eclipse.ui.internal.views.log;
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenIDELogFileAction.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenIDELogFileAction.java
index 069018b1b3..bfe65ccde8 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenIDELogFileAction.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenIDELogFileAction.java
@@ -19,9 +19,9 @@ import org.eclipse.ui.*;
import org.eclipse.ui.ide.IDE;
/*
- * This action is used to Open the Log File from the LogView if both org.eclipse.ui.ide and
+ * This action is used to Open the Log File from the LogView if both org.eclipse.ui.ide and
* org.eclipse.core.filesystem are available. If both plugins are resolved, we will open
- * the log file through the IDE's file association preferences. Otherwise,
+ * the log file through the IDE's file association preferences. Otherwise,
* LogView.getOpenLogJob() is called to open the file.
*/
public class OpenIDELogFileAction extends Action {
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenLogDialog.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenLogDialog.java
index ae5c3302da..a22186d493 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenLogDialog.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/OpenLogDialog.java
@@ -100,7 +100,7 @@ public final class OpenLogDialog extends TrayDialog {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.jface.dialogs.Dialog#buttonPressed(int)
*/
protected void buttonPressed(int buttonId) {
@@ -114,7 +114,7 @@ public final class OpenLogDialog extends TrayDialog {
//--------------- configuration handling --------------
/**
* Stores the current state in the dialog settings.
- *
+ *
* @since 2.0
*/
private void storeSettings() {
@@ -124,7 +124,7 @@ public final class OpenLogDialog extends TrayDialog {
/**
* Returns the dialog settings object used to share state between several
* event detail dialogs.
- *
+ *
* @return the dialog settings to be used
*/
private IDialogSettings getDialogSettings() {
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/SharedImages.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/SharedImages.java
index d417d5fa0f..deb49debd1 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/SharedImages.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/SharedImages.java
@@ -28,7 +28,7 @@ public final class SharedImages {
/* Event Details */
public static final String DESC_PREV_EVENT = PATH_EVENTS + "event_prev.gif"; //$NON-NLS-1$
- public static final String DESC_NEXT_EVENT = PATH_EVENTS + "event_next.gif"; //$NON-NLS-1$
+ public static final String DESC_NEXT_EVENT = PATH_EVENTS + "event_next.gif"; //$NON-NLS-1$
public static final String DESC_CLEAR = PATH_LCL + "clear.gif"; //$NON-NLS-1$
public static final String DESC_CLEAR_DISABLED = PATH_LCL_DISABLED + "clear.gif"; //$NON-NLS-1$
diff --git a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/TailInputStream.java b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/TailInputStream.java
index 1f0e50b3ff..3bf7e682ba 100644
--- a/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/TailInputStream.java
+++ b/ui/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/TailInputStream.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/

Back to the top