Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Bug 407542 - Check for and remove unused NLS strings in DebugI20130509-2000I20130508-2000Curtis Windatt2-35/+2
2013-04-02[nobug] Set PDE POM check pref to errorI20130416-0800I20130409-0900I20130409-0800Mike Rennie1-0/+1
2013-04-02Bug 395441 - An IAE exception from WorkspaceRoot breaks launch historyMike Rennie1-15/+17
2013-04-01[nobug] provide project-specific API Tools settingsI20130402-0800Mike Rennie1-0/+97
2013-03-27Force qualifier update files are unnecessaryCurtis Windatt1-2/+0
2013-03-27Bug 403964 - Update Platform Debug parent versionCurtis Windatt2-4/+4
2013-03-20[nobug] decrease severity of compatible JRE checkMike Rennie2-2/+2
2013-02-25Bug 399451 - Some projects have incorrect encoding setv20130225-190314Mike Rennie1-0/+2
2013-02-25update copyright to include "and others"Mike Rennie1-1/+1
2013-02-25[nobug] update copyrightMike Rennie1-10/+10
2013-02-25Bug 401699 - Typo in example code of launchDelegates.exsdRobin Stocker1-29/+33
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsMike Rennie1-2/+2
2013-02-13Reverted fix for bug 156134: debug.core should not re-exportv20130213-085300Dani Megert1-1/+1
2013-02-06Bug 156134 - debug.core should reexport dependencies whose API isv20130206-164052Mike Rennie2-13/+15
2012-12-18[nobug] remove extraneous doc folders and filesv20121218-204702I20121218-1600Mike Rennie5-140/+0
2012-12-10Bug 396099 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-205647I20121211-0800I20121210-2000Thanh Ha1-1/+1
2012-10-25Bug 387504 comment 13: Bugs in program argument parsing (compared to command ...v20121025-124248Markus Keller1-28/+0
2012-09-28Bug 387504: Bugs in program argument parsing (compared to command line)v20120928-144435Markus Keller1-1/+1
2012-09-26Bug 387504: Bugs in program argument parsing (compared to command line)Markus Keller1-1/+1
2012-09-05Bug 387504 - Bugs in program argument parsing (compared to command line)v20120905-155951Markus Keller1-99/+256
2012-07-24[nobug] x-friend JDT debug UI for internal variable resolver usev20120724-175634Mike Rennie1-1/+1
2012-07-12Bug 384844 - Add a current time variable and resolver v20120712-022927I20120717-0800Curtis Windatt5-5/+66
2012-07-12Bug 285720 - [debug view] Add working directory + environment to processv20120712-020330Mike Rennie2-4/+27
2012-07-05Improved switch statement checkingv20120705-111912Dani Megert1-1/+1
2012-05-21Add poms for Tycho buildv20120521-2012I20120529-2100I20120529-1900I20120528-2100I20120528-1900I20120527-2100I20120527-1900I20120526-1900I20120525-1900I20120525-1400I20120524-2300I20120524-2100I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900Igor Fedorenko1-0/+25
2012-05-15Fix Copyrights.Pawel Piech1-1/+1
2012-04-12[nobug] fix missing NLS warnings + make NLS setting an errorv20120412-1718Mike Rennie1-122/+122
2012-04-12[nobug] synchronize PDE compiler settings + adjust JavaDoc processingv20120412-1646Mike Rennie3-10/+30
2012-03-28Fixed bug 371687: Deadlocks on workspace startupv20120328-1140Dani Megert3-15/+32
2012-03-19Bug 374268 - Use the DebugTrace object to print to trace filesv20120319-1845Mike Rennie3-11/+43
2012-02-29Bug 280602 - [launch] Updatev20120229-2138Mike Rennie1-1/+19
2012-02-15Bug 370604 - Use new dynamic tracing optionsv20120215-2211Mike Rennie2-32/+44
2011-12-15Report incompatible environment as 'Error'v20111215-1438Dani Megert1-1/+1
2011-11-15Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111115-2020Mike Rennie3-17/+19
2011-11-04Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111107-1153Pawel Piech2-7/+19
2011-10-06Bug 360127 - Set new text file line delimiter to Unix to prevent conflictsv20111006-1618cwindatt1-0/+2
2011-09-28Fixed .gitignorev20110928-1228Dani Megert1-1/+0
2011-08-08Bug 352315 - NPE in BreakpointManager.removeBreakpointListener() during shutdownMichael Rennie1-3/+3
2011-07-08Bug 295828 - [source lookup] NPE in ContainerSourceContainer with (invalid) l...Pawel Piech1-13/+16
2011-07-07[nobug] fix Javadoc warnings and add API problem filters for known API usage ...Michael Rennie1-1/+1
2011-07-06[nobug] fix all of the Javadoc warningsMichael Rennie36-772/+826
2011-05-18Removed "(Obsolete)" from title.Dani Megert1-2/+2
2011-05-05Copyright updatesMichael Rennie1-1/+1
2011-03-30Removed unused build notes, as we no longer update or use themMichael Rennie11-6117/+0
2011-02-02Report error if there's no strictly matching JRE for the EE.Dani Megert1-2/+2
2011-01-20Fixed deprecation warning.Dani Megert1-415/+417
2011-01-20Enabled Javadoc warnings and disabled to treat non-fatal errors like fatal ones.Dani Megert1-6/+13
2011-01-13Fixed bug 334007: Breakpoint undo should not automatically register a breakpointDani Megert2-16/+41
2011-01-10Fixed bug 154784: [breakpoints] Undo support for deleting and toggling (off) ...Dani Megert1-14/+39
2011-01-06Bug 332410 - StringIndexOutOfBoundsException when loading launch configuratio...Michael Rennie1-3/+4

Back to the top