Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13Bug 559097 - Compile warnings in I20200113-0130Y20200114-0045I20200113-1800Paul Pazderski1-0/+1
Change-Id: I9dd25d7fe0d02a13f9cd3466756ada5a1b8a901f Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationI20190616-1800I20190615-1800I20190614-1800Paul Pazderski1-3/+3
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I95f385f1587b72776aee5d955b66e82539dedc3c
2019-03-20Remove useless non-javadoc see comments.Alexander Kurtakov17-128/+0
Handled by Override annotation. Change-Id: Icd0334c0b57bb3021693117877a9af5fcda571d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-21Bug 535802 - EPL-2.0 for platform.debug examplesLars Vogel20-60/+120
Commands used for this conversion: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I615256f41b17ed5f99020a17ccf37e0cc8a0f331
2018-05-03Use StringBuilder instead of StringBuffer in debug examplesLars Vogel2-4/+4
Change-Id: I638c69c33868c22b89d4212ceaa764f99d516380 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-03-29Bug 533055 - Remove redundant type argumentsI20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000Alexander Kurtakov1-5/+2
Change-Id: I6f62094af1b4ad2c679e78cc635641918f958fb4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-08Bug 522027 - Remove trailing whitespace fromLars Vogel18-77/+77
org.eclipse.debug.examples.ui Change-Id: Ic480731879760c66cf4691a38940c7f134fd61b5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert1-16/+18
IAdaptable#getAdapter(..)
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie20-12/+60
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie8-33/+34
2009-10-27Bug 293426 - Compiler warnings in I20091027-0100Darin Wright1-3/+1
2009-09-21Bug 286310 - Checkbox support for Flexible Hierachy viewDarin Wright8-13/+157
2008-03-11Added example step over handlerCurtis Windatt2-1/+53
2008-02-27extra columnsDarin Wright3-13/+44
2008-02-26Midi example - track content in variables viewDarin Wright5-0/+263
2008-02-20*** empty log message ***Darin Wright3-4/+10
2008-02-01clock slider/controlDarin Wright3-6/+29
2008-01-31clock updateDarin Wright2-0/+68
2008-01-31install launch proxy in debug viewDarin Wright1-0/+7
2008-01-30Bug 217025 - Compiler warnings in I20080129-0800 (debug example ui)Darin Wright2-2/+10
2008-01-28initial release of additional MIDI exampleDarin Wright12-0/+681

    Back to the top