Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-06-27Bug 574416 - 4.21 Y-Build: Y20210623-0320 - Comparator Errors FoundSravan Kumar Lakkimsetti1-1/+1
Change-Id: I9d60bb755f895f21ede6fb302d5f509b772245a2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/182496 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-04-10Use JLS_Latest in swt tools.Alexander Kurtakov1-1/+1
Change-Id: Ic6f64d431f212c8398815a34d446703de1a04cae
2021-03-15Bug 571962 - Merge common and common_j2se source foldersAlexander Kurtakov1-2/+0
J2ME support is long gone so merging everything in common simplifies project structure. Change-Id: I9619953bf61daa53ae7f8354500803375330bd82 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2021-01-12Stop using deprecated AST JLS versionAlexander Kurtakov1-1/+1
Change-Id: I87017191a733d6b715f799f598be4972ffbd9ca1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-07-25Switch AST to JLS 11 in swt.tools.Alexander Kurtakov1-1/+1
Preliminary step for when SWT moves to Java 11. Change-Id: If79e61772a690c3aeb22ec310a8804a1c8887e0f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-12-11Use jdk 5 for-each loopCarsten Hammer1-4/+4
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: If8f4e897bf119d129d690f82ec3db7782e7a82b0 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-05-19Bug 547304 - [cleanup] Fix wrong line delimitersPaul Pazderski1-507/+507
This updates all Java files with wrong or mixed line delimiters to use Unix style delimiters. The change includes only whitespace formatting and no code changes. Change-Id: I4cf29fcedaaa5ee7efc0fb68e6b22aecb17812ce
2019-04-23Bug 462665 - Remove references to Carbon in SWT Java code and commentsLars Vogel1-4/+3
Change-Id: I5f6a558564239e64db2aae3c504df604ebb884bb Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-16Bug 534783 – SWT tools isn't rebuilding natives after foreach patchLeo Ufimtsev1-1/+1
Revert "For each conversion in swt.tools." This reverts commit 9a92da14a27e579409c00ff3eefd197eac4209da. https://bugs.eclipse.org/bugs/show_bug.cgi?id=534783 Change-Id: I464b41bdc9bdd125b1f56b501e226fb89ceca310 Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
2018-04-27For each conversion in swt.tools.Alexander Kurtakov1-1/+1
Change-Id: I9b24de33ba07df5717bb32326392f24555d5c88d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-27Bug 525262 - Use foreach in swt.tools Alexander Kurtakov1-3/+2
Change-Id: If4ecc910b831382381c9a265b589febfb2544f15 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-15Bug 522210 - Resolved inefficient use of keySet iteratorI20170915-1030Karsten Thoms1-8/+9
Change-Id: I79571322f6af34ebab6ef25d6ee0df7fe5a1d5b9 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-06-27Bug 518542: Remove XULRunner related code from SWT source repositoryAlexander Kurtakov1-4/+1
Remove mozilla generation from swt.tools so it no longer fails with NPE when Mozilla sources are removed. Change-Id: Idc704da81862662b85cced93a5c1319d0f236a9b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-26Bug 501877 - Remove cde bindingsAlexander Kurtakov1-1/+0
* Delete the binding. * Remove support for building it from build scripts. * Cleanup swt.tools to not care for cde binding * Simplify Program class to be GIO only. Change-Id: I7fb77788933f6535b2281f15d75413256b48d11e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-20Bug 501816 - Remove gnome bindings Alexander Kurtakov1-1/+0
Remove all references from build and tools files. Change-Id: I5726f0a31117aa458da357fbb3709ac6d1788588 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-02Bug 490861 - Replace new Integer() with Integer.valueOf() in rest ofLars Vogel1-2/+2
org.eclipse.swt repo This one is for tools Change-Id: I63f76c054ed09fb8c8c76fdad174f93788f8ccbd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-11-26Bug 476514 - Update swt.tools to Java 1.7Alexander Kurtakov1-6/+2
Use try-with-resources. Change-Id: Ic69389dcf720aab32df58e97f585793bd4911fc8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-09-03Bug 476514 - Update swt.tools to Java 1.7Alexander Kurtakov1-5/+5
Bump BREE and remove redundant type arguments. Change-Id: I92148ce12a7d2581290d87fc92d05263ffcff39c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-04-10Bug 464209 - Remove references to Dojo and Flex in SWT code and commentsLars Vogel1-3/+3
Change-Id: I1b45875eb44371e6b6a4fd75f337e66f0066e93f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-04-09Bug 462666 - Remove references to Photon in SWT code and comments Lars Vogel1-7/+4
Change-Id: I68a8b79c32413067be38ba17ed89eea8d4f6639f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-04-09Bug 464231 - Remove Eclipse SWT/emulated/imeLars Vogel1-1/+0
Change-Id: Ie0c25f729ad9c1c06edb59e2a8b653160cbcf8dd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-04-09Bug 464208 - Remove Eclipse SWT/emulated/trayLars Vogel1-2/+0
Change-Id: I7e0b42e19d5185136d37baac46aa2cee7f9e7300 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-04-09Bug 464205 - Remove Eclipse SWT/emulated/graphics Lars Vogel1-1/+0
Change-Id: I8a6110919e05f95d9f0a9db16d0c2e66ec8f2734 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-04-08Bug 464202 - Remove Eclipse SWT/ emulated/textlayout Lars Vogel1-2/+0
Change-Id: I7dac5764cc45424f1e03afd8855031764c3c8c25 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-03-26Bug 462667 - Remove references to Motif in SWT code and comments Lars Vogel1-17/+14
Change-Id: Id36b8c65d626a0f89aaffc91f7e6bb5bd1d97465 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-03-23Bug 455263 - Retire Eclipse SWT/wpfLars Vogel1-8/+5
Change-Id: I0ad6de583f8fc71d329466e3c6e484f7a54eda0f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-01-15Bug 457622 - Move swt.tools to JLS8Alexander Kurtakov1-1/+1
swt.tools shouldn't use the deprecated JLS4 but the new JLS8 (aka Java 1.8 source level). As this is used only for parsing it allows potential use of Java 1.8 though nothing will use it for now. Change-Id: I3c18f621b8a0502214b0a1e9e234adb8983802e4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-12-02Remove Unnecessary @SuppressWarnings in tools project and set theLakshmi Shanmugam1-2/+0
preference to match eclipse build
2013-11-27swt.tools: Suppress warnings.Alexander Kurtakov1-27/+29
Warnings for using rawtypes and deprecated fields and methods are suppressed where not possible to fix. Change-Id: I003e1c66aa1c05149457f0d2aabec137617ffdd8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-26Bump swt.tools to 1.5 BREE.Alexander Kurtakov1-0/+8
* Compiler warnings changed. * Add missing @Override. Change-Id: I3214aa6aafe00318545d0c437d9f5f9d2990c72d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-10-22Add back API consistency check to Javadoc BasherBogdan Gheorghe1-1/+73
2013-10-22remove unused code from javadoc basherSilenio Quarti1-2/+0
2013-10-17Bug 409353 - JavadocBasher should only change commentsBogdan Gheorghe1-0/+455

    Back to the top