Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-11-21Bug 507597 - Incompatible index should not be reported as errorI20161121-2000Sopot Cela1-4/+7
Change-Id: I7a4c2d888052ab080ca8101da0ec678d379fded5 Signed-off-by: Sopot Cela <scela@redhat.com>
2016-11-15Bug 466829 - Upgrade platform.ua to Lucene 6.1.0Y20161117-1000I20161117-2000I20161116-2000I20161115-2000Sopot Cela1-1/+4
Change back try-with-resources as it impacts the ability to read pre-built indexes. Change-Id: I8d318ceb943fed70c21499b74a22dafd8ef9a880 Signed-off-by: Sopot Cela <scela@redhat.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-11-09Bug 466829 - Upgrade platform.ua to Lucene 6.1.0I20161114-2000I20161114-0355I20161113-2000I20161112-2000I20161112-0405I20161111-2000I20161111-1220I20161111-0900I20161111-0740I20161111-0510Sopot Cela13-300/+219
Note that for exact analyzer use (wildcard and exact searches using quotes) the number of results will not match because of a bug in the old code. The files added under folders .../indexXYZ are needed for compatibility tests which I added. See PrebuiltIndexCompatibility.java changes. Change-Id: Id18cdb387ada7f2c30eecbe59b726d3bf6dd00c1 Signed-off-by: Sopot Cela <scela@redhat.com>
2016-10-31Warning fixes.Y20161103-1000I20161101-0800Alexander Kurtakov1-8/+6
Few more try-with-resources. Change-Id: Ifc92de32422ed7ea079a2f800bfa50a1e1fa1913 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-07-08Bug 497548 - Make use of StandardCharsetsI20160708-1700Alexander Kurtakov1-1/+2
All the various places defining and using different UTF-8 charset name constants is too error prone. Let's stick to StandardCharsets.UTF-8 which even saves the string lookup too. Change-Id: Idcb356d0293cd2d0d0148de4e1f2e131584d09c4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-30Bug 483368 - Replace usage of SubProgressMonitor with SubMonitor in ua Conrad Groth5-48/+37
Change-Id: Iad6d2733647d1f344922a527b057ee0cc41cf979 Signed-off-by: Conrad Groth <info@conrad-groth.de>
2016-06-30Bug 497049 - Move o.e.help.base to Java 8 Alexander Kurtakov5-58/+27
Bump BREE and version to reflect BREE change. Convert to lambdas where feasible. Change-Id: I77b293560ce3137325701e83068b911ac599b625 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-16Bug 491847 - Start using StandardCharsets Y20160421-1000I20160419-0800I20160417-1112Alexander Kurtakov4-8/+16
For bundles that are at Java 1.7+ level we can start using StandardCharsets to eliminate the need to handle UnsupportedEncodingExceoption, reduce risk of mistyping encoding, mark the strings as non-nls and etc. Change-Id: I57b45096b934ef4f1a99fad4bb88a8a9ce019005 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-07Bug 488210 - Generify org.eclipse.help pluginBrian de Alwis1-2/+1
Generify some of the remaining difficult pieces Change-Id: I69926e4dff5ee0ce33e81307535ada8c11a79b10
2016-03-03Bug 488210 - Generify org.eclipse.help pluginY20160303-0800I20160308-0800Alexander Kurtakov1-3/+3
Fix warnings in o.e.help.base caused by that. Change-Id: Idb341dfe33216aa8ba9dd795e7623cd01f41aaa9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-02-22Bug 488193 - Use try-with-resources in o.e.help.baseAlexander Kurtakov17-214/+97
Ensuring all resources are freed when no longer used is always good practice. This warning is enabled and after the move to Java 1.7 codebase has to be cleaned. Change-Id: I38103ad47605a48c9491f44d0bb492303324dae6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-22Fix minor typosBrian de Alwis1-2/+2
Change-Id: I433d5df1d4e4053a37e688db55e87c2311670f51
2016-01-21Fixes for bug 483340: ListenerList should be parameterizedDani Megert1-7/+4
2015-12-15Bug 484376 - Remove redundant type information from org.eclipse.help.baseI20151215-0800Alexander Kurtakov44-130/+130
Remove redundant type arguments. Change-Id: Iaf40975fd84920eacaffe1ca4cb5f45eee934f99 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-12-02Bug 483477 - Run "Fix Copyrights" on all plug-ins of platform.uaI20151213-2000I20151209-2300I20151209-2000I20151209-0800I20151208-2000I20151208-0800I20151207-2000I20151207-0800I20151206-2000I20151203-1230I20151203-0800Lars Vogel129-131/+131
Change-Id: Id7609d660eace6b8f9ac8a2f8bc02ce02b685842 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-12-02Bug 483443 - Remove unnecessary whitespace from org.eclipse.help.baseLars Vogel1-1/+1
Change-Id: Idd6b85462fbeb5c7308dd276c709405233dc2b6d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-12-02Bug 483445 - Update org.eclipse.help.base with annotationsLars Vogel86-3/+343
Change-Id: I5bf9e2ff949fd2fad38a00b04ce1068a9d268177 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-08-11Revert "Revert "Bug 474070 - Replace new Boolean with Boolean.valueOf""I20150818-0800I20150811-1400Lars Vogel1-2/+3
This reverts commit c2a47e222eadf0edfc5af0f1f0918e41e4015b15. Change-Id: I459446ae5f29ea06dcda26f9c86a758db71b0f05
2015-08-04Revert "Bug 474070 - Replace new Boolean with Boolean.valueOf"I20150805-2000I20150805-0800I20150804-2000Brian de Alwis1-3/+2
This reverts commit abe0ea1fcdc0b40864ec95993f4e1d887265ed2c. Change-Id: I93675d849ce41fb0768bf178c1b63f064fb0d654
2015-08-04Bug 474070 - Replace new Boolean with Boolean.valueOfAlex Blewitt1-2/+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()` with `Boolean.parseBoolean(...)` Bug: 474070 Change-Id: I673669144881f738006b8567e99e5760e851ad07 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-03-11fixed type safety problemsI20150316-0800I20150315-2000Markus Keller19-45/+51
2015-02-26Bug 460787 - Do not use deprecated Lucene 3.5 methods/classesAlexander Kurtakov4-18/+34
Moves from deprecated methods/classes to newer ones by simply redoing what the deprecated methods were doing in Lucene 3.5 itself using the newer APIs. This is preliminalry work for updating to Lucene 4.x/5.x where these deprecated ones are actually removed. Change-Id: I96937e00a251630a6927130efb88cc1652080cb9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-02-26Bug 460858 - Cleanup UA bundlesAlexander Kurtakov6-18/+30
Generify getAdapter calls. Change-Id: I7f80323413ef6110f0a2ac395027228162414771 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-02-26Bug 460858 - Cleanup UA bundlesAlexander Kurtakov1-6/+0
Remove unused imports. Change-Id: Idc54638b52de420d382ba7c947892f74597f8a25 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-02-26Bug 460916 - Clean whitespace issues in org.eclipse.help.base Lars Vogel123-968/+968
Change-Id: I59ae187eb170a8f452e8afb7bfff8db84f4da29d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2014-11-05Fixed bug 450171: Don't use SSL anymore to avoid POODLE attackI20141125-0800I20141118-0830I20141118-0800I20141111-0830I20141111-0800Dani Megert1-2/+3
2014-08-08Fixed bug 441407: [webapp][base] Bugs related to Search Scope for filtering ↵I20140826-0800I20140819-2200I20140819-1800I20140819-1200I20140819-0800I20140812-0800Yaroslav Nikolaiko1-2/+5
content in The Eclipse platform's help infocenter Signed-off-by: Yaroslav Nikolaiko <nikolaiko.yaroslav@gmail.com>
2014-04-07Bug 308035 - [Help] Help Contents gets "Connection Refused" when on VPNI20140506-2000I20140505-2000I20140504-2000I20140503-1500I20140502-2000I20140501-0200I20140430-2000I20140430-0800I20140429-2000I20140429-0800I20140428-2000I20140428-0800I20140427-2030I20140422-0800I20140415-0800I20140408-1645I20140408-1200I20140408-0800caustin15-30/+190
or behind authenticated proxy Change-Id: I7b243c4fe39c8c951f9e0f033c1197dd7d508e0e Signed-off-by: caustin <ChrisAustin@us.ibm.com>
2014-01-29Bug 426785 - [Help][Search] Querying help content while exiting EclipseI20140204-0800Paul Webster1-1/+1
may cause a deadlock preventing a proper shutdown Update versions and copyright
2014-01-29Bug 426785 - [Help][Search] Querying help content while exiting Eclipse mayHolger Voormann1-13/+17
cause a deadlock preventing a proper shutdown In org.eclipse.help.internal.search.SearchIndex deadlock removed: The method "close()" waits for all searches to finish. But the code to wait was enclosed by the same "synchronized (searches) {...}" as in "unregisterSearch(Thread t)", which must be called to finish a search. To avoid the deadlock the code to wait has been moved outside the "synchronized" block. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=426785 Signed-off-by: Holger Voormann <eclipse@voormann.de> Change-Id: Ib3ffbe4e7c75ad7b6bcb359cb8788650f2eabbf7
2013-10-09Bug 418443 - Help sets global HTTPS socket factory that accepts allI20131022-1300I20131022-0800I20131015-0800Chris Austin1-155/+42
certificates
2013-09-05Fixed JavadocI20131009-0430I20131008-2330I20131001-0800I20130924-1130I20130924-0800I20130918-2000I20130918-0800I20130917-2000I20130917-0800I20130916-2330I20130916-2000I20130916-0900I20130915-2000I20130914-1900I20130914-1500I20130913-2000I20130912-2000I20130911-2000I20130910-2000I20130910-0800I20130909-2000I20130908-2000I20130906-2000I20130905-2000Dani Megert1-4/+5
2013-06-20Fixed bug 408899: [Help] Extenders of help.base.activitySupport see a ↵Dani Megert2-14/+6
warning regarding "localScopeCheckbox" although that element is unused
2013-05-28Improved JavadocI20130602-2000I20130601-1500I20130531-2000I20130530-1430I20130529-2000I20130528-2000I20130528-1200Dani Megert2-4/+12
2013-05-14Updated copyright dateI20130514-2000Dani Megert5-5/+5
2012-10-26Fix issues for defect 392683 in Bugzilla.v20121026-192152I20121210-0800I20121209-2000I20121204-2230I20121204-1600I20121204-1000I20121204-0915I20121204-0800I20121127-0800I20121120-0800I20121113-0800I20121106-0800I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Eric Sirois1-0/+2
2012-08-29Removed unused importsv20120829-090244I20121024-1200I20121024-1130I20121023-0800I20121016-2240I20121016-0800I20121009-0800I20121002-0800I20120925-0800I20120920-1300I20120919-2000I20120919-0800I20120919-0330I20120918-2200I20120918-2000I20120918-0800I20120917-2000I20120917-0800I20120916-2000I20120911-1000I20120904-0800Dani Megert1-5/+10
2012-07-26Fixed various doc references to old lucene search participant APIv20120726-151126I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000I20120807-0800I20120806-2000I20120806-0800I20120805-2000I20120801-1800I20120731-0800John Arthorne1-4/+3
2012-07-24Bug 384216 - Clicking on help icon in preferences causes loss of unsaved ↵v20120724-171916John Arthorne3-4/+4
preference changes
2012-07-24Code cleanupJohn Arthorne1-16/+7
2012-07-24Bug 383582 - Lucene analyzers no longer have a default constructorJohn Arthorne2-28/+100
2012-07-24bug 340563 - fixed missing term lengthJohn Arthorne1-0/+1
2012-07-24Bug 340563 - [Help][Search] Update Lucene 2.9.1 to the latest versionJohn Arthorne3-7/+118
2012-07-24Bug 350103 - [Help] Remove extension point luceneSearchParticipantsJohn Arthorne6-775/+4
2012-07-24Bug 340563 - [Help][Search] Update Lucene 2.9.1 to the latest versionJohn Arthorne3-108/+3
2012-05-11Updated copyrightsv20120511-1420I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900I20120515-2300I20120515-2200I20120515-2145I20120515-2100I20120515-1900I20120514-2100I20120514-1900I20120513-2100I20120513-1900I20120513-1300I20120513-0740I20120512-2100I20120512-1940I20120512-1900I20120511-2330I20120511-2100I20120511-1900John Arthorne2-2/+2
2012-04-04Bug 376069 - Tolerate help running with Lucene 3.5John Arthorne1-19/+23
2011-10-13Part 3 of fix for Bug 359761 - [Help] Warnings for Generics showing inChris Goldthorpe1-2/+2
org.eclipse.help.base after switch to J2SE-1.5
2011-10-13Bug 360706 - [Help] Warnings about resources not closedChris Goldthorpe4-6/+42
2011-10-07Part 2 of fix for Bug 359761 - [Help] Warnings for Generics showing inChris Goldthorpe27-128/+129
org.eclipse.help.base after switch to J2SE-1.5

Back to the top