Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-19This commit was manufactured by cvs2svn to create tag 'v20080519'.v20080519rsrinivasan169-19334/+0
2008-05-13Fix for pmc_approved: https://bugs.eclipse.org/bugs/show_bug.cgi?id=202697cbateman1-2/+2
2008-05-02Fix Copyright headerrsrinivasan28-0/+280
2008-04-30[193369] Javadoc Package infosgkessler7-0/+119
2008-04-23Fix NPE in meta-data loading when an invalid source file is specified.cbateman4-17/+45
2008-04-23Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=223374.cbateman1-1/+13
2008-04-22Changes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=224998 and https://...cbateman1-1/+23
2008-04-16Part of:cbateman2-2/+30
2008-04-16Refactored out ImmutableLifecycleListener to allow a shared lifecycle listene...cbateman2-104/+164
2008-04-16Allow coercion to object on assignment.cbateman1-4/+4
2008-03-25Step one of https://bugs.eclipse.org/bugs/show_bug.cgi?id=202697. Add prefer...cbateman3-32/+198
2008-03-25Rename strategy composite.cbateman1-2/+6
2008-03-16Fixed a comment.cbateman1-1/+1
2008-03-13Added dispose protection.cbateman1-2/+10
2008-03-10Refactoring to support new view handlers:cbateman13-84/+887
2008-02-15Provide functionality to allow MD to write refs (in converted HTML) to resour...itrimble2-0/+47
2008-02-12Large checkin for alternative handling and dt view construction.cbateman9-0/+416
2008-02-01Eliminate warningsgkessler2-2/+3
2008-02-01Big checkin:gkessler15-80/+183
2008-01-29Add no API disclaimer.cbateman1-0/+2
2008-01-29Add new AttributeIdentifier companion to TagIdentifier.cbateman1-0/+68
2008-01-22Progress on design time view handler.cbateman1-16/+63
2008-01-22Changed listener liist to CopyOnWrite.cbateman1-40/+23
2007-12-12More cleanupgkessler4-6/+5
2007-12-12Cleanup after Cam reviewgkessler1-0/+2
2007-12-12A few updates after Cam's reviewgkessler3-3/+4
2007-12-07Large set of changes mostly related to: [206100] Enhancements to the WPE Pro...gkessler9-12/+135
2007-12-07Patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=212225.cbateman1-1/+15
2007-11-21Patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=198984 with formatti...cbateman2-151/+222
2007-11-05Removed unnecessary SuppressWarnings.cbateman1-1/+0
2007-10-08Fixed discouraged access and unused import build warnings.cbateman4-10/+6
2007-10-01Fixed Javadoc warnings and suppressed internal deprecation warnings.cbateman4-16/+43
2007-09-24Fixed minor issue found by FindBugs: now using entrySet instead of keySet ite...cbateman1-5/+4
2007-09-24Fixed issue found by FindBugs: possible NPE due an incomplete null check on t...cbateman1-11/+19
2007-09-17Switch off test tracking in the lifecycle listener.cbateman1-1/+1
2007-09-17Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=203145. Changes the w...cbateman4-61/+283
2007-09-14Reduce the severity on invalid type and no getter for varaible property from ...cbateman1-2/+2
2007-09-12PMC approved patch2 for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480.cbateman1-12/+24
2007-09-10[202537] Failing JUnit tests on Linux Build machinegkessler2-81/+20
2007-09-10Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480.cbateman3-0/+342
2007-09-05fix for failing JSF JUnits wrt resourceBundles on linux build machine. Prob...gkessler5-22/+27
2007-09-05(Possibly) temporary check-in to diagnose build issue with resource bundles. ...gkessler4-11/+19
2007-08-27Partial fix for critical part of https://bugs.eclipse.org/bugs/show_bug.cgi?i...cbateman1-0/+4
2007-08-24Minor optimization: change new Number to Number.valueOf idiom to reduce unnec...cbateman4-12/+12
2007-08-21Fix to make hashCode and equals work correctly to contract.cbateman1-2/+5
2007-08-01JUnits for coverage in MD and JSF Lib Reg areas.gkessler6-30/+45
2007-07-17Added type variable coverage.cbateman1-3/+17
2007-07-05Added wildcard capture support to type resolver.cbateman1-6/+37
2007-06-15Patch for pmc_approved bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=192734cbateman4-0/+8
2007-06-12[Bug 191564] Design flaw in metadata 'include-entity-group' functionalitygkessler3-40/+45

Back to the top