Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28Bug 502209 - Revert changes to project settingsI20161101-0800Thomas Watson1-7/+1
Change-Id: I3dee0b085f6835bf7ff978f9553ae30197023cd0 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-27Bug 502209 - Reflection used for URL handler support breaks on Java 9Thomas Watson1-1/+7
Change-Id: I8069523103f1e3966feb9856e2a1100eda6b02b2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-29Bug 502425 - Move Equinox Framework up to Java 7Thomas Watson1-3/+3
Change-Id: I2dd55f8926f6d3fe4c15c664b0cc839545711bc1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-04-15Bug 464057: 3 warnings in official buildMarkus Keller1-2/+3
Change-Id: Ia8335c330a203526713c50acbb9a9441b85c3162 Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
2013-10-23Bug 418663 - [osgi] Get rid of compile warnings in official buildJohn Ross1-2/+21
Update jdt core prefs to org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled. Remove @SuppressWarnings annotations. Parameterize Collections.empty*** methods rather than using Collections.EMPTY_*** fields. Fix synthetic accessor method warnings. Fix hiding field warnings. Fix non-externalized string literal warnings. Suppress wanrings in pom for external source. Update copyrights. Remove J2SE-1.5 as a BREE. Remove the associated workaround from the pom. This is no longer necessary now that the org.eclipse.equinox.weaving.hook system bundle fragment was moved up to JavaSE-1.6 as part of the same bug. Set org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled to prevent workspace warnings due to having to remove "unnecessary" @SupressWarnings annotations because of the "unused' warning suppression in the pom. Note that the "unused" warning suppression in the pom leaves a workspace warning in ClasspathEntry. The @SuppressWarnings annotation had to be removed but we do not wish to ignore warnings for unused private members.
2012-06-07Move the container impl to org.eclipse.osgiThomas Watson1-4/+3
2011-02-17Bug 337434 - Javadoc warnings in N201102162000Thomas Watson1-3/+12
2010-09-08bug 324774: Update the framework source code for genericsBJ Hargrave1-4/+4
2010-08-06Bug 322007 - Update OSGi APIs to use genericsv20100806a-postGenericsThomas Watson1-17/+12
2010-07-16Fix warnings.v20100716Thomas Watson1-2/+2
2010-05-03Javadoc fixes.v20100503Thomas Watson1-3/+11
2009-02-24Bug 265999Thomas Watson1-2/+19
Using I20090224-0800 build osgi has compile errors
2008-07-31Bug 242799 [osgi R4.2] implement changes to conditional permission admin RFC 120Thomas Watson1-3/+3
2008-07-24Bug 133048 URLStreamHandlerProxy does not delegate new Java 5 method: ↵Thomas Watson1-5/+3
openConnection(URL u, Proxy p);
2007-08-21update preference settings to latest core template. Invalid javadoc is set ↵Thomas Watson1-2/+5
to warning until jdt bug is fixed for the Filter javadoc.
2007-02-26Updated shared Core compiler settings for formatting.DJ Houghton1-1/+252
2005-05-20Bug 76767 - Refine the exports on all pluginsDJ Houghton1-50/+62
2004-10-01Sharing compiler settings.DJ Houghton1-0/+65

    Back to the top