Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-18Bug 533751 - Direct use of IStructuredSelectionAlexander Kurtakov2-2/+2
Instead of getSelection and cast. Remove useless @see comments in touched files too. Change-Id: I60d49967e9e56ccaf047817a1ac25d9add2075da Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-29Bug 533055 - Remove redundant type argumentsI20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000Alexander Kurtakov5-72/+21
Change-Id: I6f62094af1b4ad2c679e78cc635641918f958fb4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-23Bug 529991 - [sonar] Resolve "Write to static field from instance meth."I20180129-2000I20180129-0605I20180129-0540I20180128-2000I20180127-1500I20180127-0150I20180126-2040René Purrio1-2/+2
Change-Id: I67ca78f5b45d1538610a81ce68344dd75a526935 Signed-off-by: René Purrio <rpurrio@itemis.de>
2017-12-20Bug 527185 - Platform Debug should use SWT.SHEET with File and DirectoryI20171220-2000Sarika Sinha2-5/+5
Dialog Change-Id: Ia53d282ed416eb09856af7d3dce2475b8326e048
2017-09-15Revert "Revert "Bug 522027 - Remove trailing whitespace from ↵I20170917-2000I20170916-1500I20170915-2000Lars Vogel9-55/+55
org.eclipse.ui.externaltools"" This reverts commit 526712fe7f83cfe453c4d752d7628775ef7f67ab. Change-Id: I70f4f5a6313c45870dae8614d52df8f0c5589620
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from ↵Lars Vogel9-55/+55
org.eclipse.ui.externaltools" This reverts commit 597f63f236bb78f7dd63a019735a9fd53d5361ea. Change-Id: Id5f826090359188cc01972d112751250b898b945
2017-09-08Bug 522027 - Remove trailing whitespace fromLars Vogel9-55/+55
org.eclipse.ui.externaltools Change-Id: If3f4e9728209c38e5dfb55d67f8976b10de43f28 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-09-03Bug 474074 - Replace new Boolean with Boolean.valueOfI20150908-0800Alex Blewitt1-5/+3
Using `new Boolean()` results in the creation of a new object on the heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available. Java 1.4 added a `Boolean.valueOf()` which can be used in place of `new Boolean()` but which will use the existing flyweight values instead. Globally change `new Boolean(...)` to `Boolean.valueOf(...)` and replace `new Boolean(...).booleanValue()` to `Boolean.parseBoolean(...)`. Change-Id: I95bed6f2af0293c20d1ac7076ca151b85d1f962d Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2014-03-27Bug 430127 - [Graphics] Use png files instead of gif files inI20140402-0100I20140401-1500I20140401-0800Lars Vogel2-7/+9
org.eclipse.ui.externaltools Change-Id: I3268191251938c21ada7a9599d48c0d726a11867 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
2013-12-05Fixed: ImageDescriptorRegistry.hookDisplay() can cause SWT Invalid thread accessI20131231-0800I20131224-0800I20131217-0800I20131212-1600I20131211-2000I20131211-0800I20131210-2000I20131210-0800I20131209-2000I20131209-0800I20131208-2000Dani Megert1-5/+15
For details see bug 417765, comment 3.
2013-09-06Bug 416691 - NPE for Launch without launch configurationI20131001-0800I20130924-1130I20130924-0800I20130918-2000I20130918-0800I20130917-2000I20130917-0800I20130916-2330I20130916-2000I20130916-0900I20130915-2000I20130914-1900I20130914-1500I20130913-2000I20130912-2000I20130911-2000I20130910-2000I20130910-0800I20130909-2000I20130908-2000I20130906-2000Mike Rennie1-10/+11
Change-Id: I6d7e7272c6e5fa774ca6e1efdf480e8593c65ef6
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie21-478/+592
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie1-0/+1
2013-02-13Bug 399618 - org.eclipse.ui.externaltools 1.5 Compilation problemv20130213-163202I20130220-0922I20130219-1600I20130219-0800I20130214-2011Mike Rennie1-19/+25
2012-10-02Bug 386820 - Double-clicking on a disabled builder in Builders Propertyv20121002-163042Mike Rennie1-10/+18
page leads to a DebugException
2011-08-22Bug 346082 - Restoring defaults on external tools preference page does not ↵Michael Rennie1-2/+3
work correctly
2011-06-29Bug 345223 - Ant and External tool tabs refer to Java help topicsMichael Rennie3-5/+28
2011-05-05Copyright updatesMichael Rennie1-1/+1
2011-02-11Bug 114563 - [launching] [builders] Ant Builder doesn't build with Target ↵Michael Rennie1-19/+8
set to <default>
2011-02-07Bug 302296 - Please update to Ant 1.8.2v20110207Michael Rennie4-15/+13
2011-01-24Bug 114563 - [launching] [builders] Ant Builder doesn't build with Target ↵Michael Rennie1-8/+19
set to <default>
2010-11-17Bug 330440 - External tools launch config dialog does not handle Ctrl+Enter ↵Michael Rennie1-1/+11
in Arguments field
2010-02-01Bug 301183 - [compatibility] bring back external tool messagesDarin Wright2-2/+14
2009-11-24 Bug 296007 - Follow-up to deprecated ↵Michael Rennie2-3/+3
ILaunchManager#generateUniqueLaunchConfigurationNameFrom(String)
2009-10-21Bug 292942 - compatibility for internal use of Ant/Ext tool codeDarin Wright8-7/+264
2009-10-08Bug 264338 - External tool builder fails in headless mode because of ↵Darin Wright25-1332/+207
dependencies to UI
2009-02-03Bug 218074 button label truncations on External Tools Builders config dialogMichael Rennie1-17/+25
2008-11-24Bug 253100 'Builders' property page should remember it has warned the userMichael Rennie1-6/+16
2008-09-23Bug 236980 [launching] Support ILaunchConfigurations on EFS (copyright + ↵Michael Rennie1-1/+1
sincetags)
2008-09-22Bug 236980 - [launching] Support ILaunchConfigurations on EFSDarin Wright1-1/+1
2007-07-30Bug 165371 - Add 'Build' tab and functionality to program external toolsDarin Swanson7-13/+474
2007-04-17copyright updateDarin Swanson2-2/+2
2007-04-16Bug 179837 - Some external tool builders not running, then NPEDarin Swanson1-1/+2
2007-04-16formattingDarin Swanson1-2/+2
2007-03-19Bug 175186 - Add a build variable for showing changeset (patch included)Darin Swanson2-4/+154
2007-02-23Bug 138007 - system_path macro should support common extensions in WindowsDarin Swanson1-2/+16
2007-01-28copyright updateDarin Swanson2-4/+4
2006-10-19Bug 155510 - Project properties->Builders: Cancel doesn't work properly.Darin Swanson1-3/+6
2006-10-19move to comparatorDarin Swanson2-14/+13
2006-10-19move to runtime assertDarin Swanson1-1/+1
2006-04-18Bug 135765 - need to adopt ICU4J APIsDarin Swanson5-16/+17
2006-04-11copyright updateDarin Swanson4-8/+8
2006-04-10Bug 135765 - need to adopt ICU4J APIsDarin Swanson5-5/+5
2006-03-23copyright updateDarin Swanson2-4/+4
2006-02-22javadoc cleanupDarin Swanson2-2/+2
2006-02-07correctly bail on the exceptionDarin Swanson1-1/+2
2006-02-03spellingDarin Swanson1-2/+2
2006-01-18Bug 104416 - Common tab missing on Ant Build for Java Project Properties ↵Darin Swanson3-7/+236
Builders
2006-01-17Copyright updateDarin Swanson1-2/+2
2006-01-10Bug 111427 - Adding a builder with .project read-onlyDarin Swanson1-9/+14

Back to the top