diff options
author | Benoit Maggi | 2018-06-01 08:08:28 +0000 |
---|---|---|
committer | Quentin Le Menez | 2018-06-01 09:33:22 +0000 |
commit | c39d2473c9c273c84cae8fd1208d49bb4c4a5695 (patch) | |
tree | e6983b779e98564c9d848272cb11bd2bedc34587 /tests/junit/framework | |
parent | ef46a8f6f3acb600bc62e0eda549fba86f20eb4b (diff) | |
download | org.eclipse.papyrus-c39d2473c9c273c84cae8fd1208d49bb4c4a5695.tar.gz org.eclipse.papyrus-c39d2473c9c273c84cae8fd1208d49bb4c4a5695.tar.xz org.eclipse.papyrus-c39d2473c9c273c84cae8fd1208d49bb4c4a5695.zip |
Bug 528895 - [Quality] Field modifier should follow convention order
- use correct order for field modifier
- add missing header
- replace C<>line by Celine
Change-Id: I2608484da46215dbd65a1e85d47d0aa7706feb58
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'tests/junit/framework')
-rwxr-xr-x | tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java index 765d46ef28a..fbe5f28b9a8 100755 --- a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java +++ b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java @@ -238,7 +238,7 @@ public class BundlesTests extends AbstractPapyrusTest { "org.eclipse.uml2.uml.validation", "org.eclipse.uml2.uml.editor"))); //$NON-NLS-1$ //$NON-NLS-2$ } - public final static String REGEX_PACKAGE_WORD = "\\w(?:\\w|\\d)*";// match a //$NON-NLS-1$ + public static final String REGEX_PACKAGE_WORD = "\\w(?:\\w|\\d)*";// match a //$NON-NLS-1$ // package // name |