You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: remove virtual on a method that's being called from constructor (#797) - posted by la...@apache.org on 2023/04/06 05:52:22 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Remove virtual on a method that's being called from constructor in TernaryTree (#798) - posted by la...@apache.org on 2023/04/06 16:56:19 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: AbstractAnalysisFactory.Get non-virtual to avoid issues in constructors (#800) - posted by la...@apache.org on 2023/04/06 18:36:03 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual method call from constructor (#802) - posted by la...@apache.org on 2023/04/07 18:43:21 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual method call from constructor in OpenStringBuilder (#803) - posted by la...@apache.org on 2023/04/07 19:09:38 UTC, 0 replies.
- [lucenenet] branch master updated: TestTargetFramework.props + .editorconfig: Suppressed some warning noise from SonarCloud - posted by ni...@apache.org on 2023/04/07 19:23:50 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual designation as it's called from constructor (#804) - posted by la...@apache.org on 2023/04/07 19:38:06 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: create private method for calling from construtor (#805) - posted by la...@apache.org on 2023/04/08 03:46:03 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual call from the constructor (#806) - posted by la...@apache.org on 2023/04/08 04:13:41 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual call from the constructor (#807) - posted by la...@apache.org on 2023/04/08 04:30:54 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Fix/virtual calls from constructors for cell (#808) - posted by la...@apache.org on 2023/04/08 04:44:08 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual call from the constructor for RollingBuffer and related classes (#809) - posted by la...@apache.org on 2023/04/09 04:00:59 UTC, 0 replies.
- [lucenenet] branch master updated: Add docs (#810) - posted by la...@apache.org on 2023/04/09 04:20:12 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual call from the constructor for Sort (#813) - posted by la...@apache.org on 2023/04/09 12:58:24 UTC, 0 replies.
- [lucenenet] branch master updated (b8a437f95 -> f257b49d1) - posted by la...@apache.org on 2023/04/09 13:43:34 UTC, 0 replies.
- [lucenenet] branch master updated (3846ec41a -> b8a437f95) - posted by la...@apache.org on 2023/04/09 13:43:36 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual call from the constructor for ByteArrayDataOutput (#814) - posted by la...@apache.org on 2023/04/09 16:48:19 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Fix/virtual calls from constructors for AbstractBlockPackedWriter (#815) - posted by la...@apache.org on 2023/04/10 19:41:12 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: remove virtual call from the constructor for IndexSearcher (#818) - posted by la...@apache.org on 2023/04/11 03:27:07 UTC, 0 replies.
- [lucenenet] branch master updated (fb8265a71 -> 248280482) - posted by la...@apache.org on 2023/04/11 16:04:36 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Util.PriorityQueue: Refactored to remove the GetSentinelObject() virtual method that is called inside of the constructor and replaced it with ISentinelFactory. This also removes ambiguity since both "prepopulate" had to be specified as "true" in the constructor AND the GetSentinelObject() method had to be overridden for it to work. Now there is a single signal. Pass null to not populate. Pass a ISentinelFactory implementation to populate. - posted by ni...@apache.org on 2023/04/11 16:34:33 UTC, 0 replies.
- [lucenenet] branch master updated: Fix AssertionError in JapaneseTokenizer backtrace LUCENE-10059 (#777) - posted by ni...@apache.org on 2023/04/11 18:13:06 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Fix/virtual calls from constructors BlockTreeTerms reader and writer (#819) - posted by la...@apache.org on 2023/04/12 16:58:14 UTC, 0 replies.
- [lucenenet] branch master updated: add ignore attributes (#822) - posted by la...@apache.org on 2023/04/12 19:19:29 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Remove unnecessary index writer getting opened (#825) - posted by la...@apache.org on 2023/04/13 04:53:49 UTC, 0 replies.
- [lucenenet] branch master updated: add ignore attributes (#823) - posted by la...@apache.org on 2023/04/13 16:38:23 UTC, 0 replies.
- [lucenenet] branch master updated: Workaround for virtual call issue for WithinPrefixTreeFilter (#828) - posted by la...@apache.org on 2023/04/13 19:13:47 UTC, 0 replies.
- [lucenenet] branch master updated: Adjust QueryTemplateManager to allow subclasses avoid calling virtual methods from the constructors (#829) - posted by la...@apache.org on 2023/04/13 19:25:02 UTC, 0 replies.
- [lucenenet] branch master updated: ComposedQuery fix for virtual call being made from constructor (#831) - posted by la...@apache.org on 2023/04/13 19:31:16 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Benchmark workarounds for virtual methods called from constructors (#821) - posted by la...@apache.org on 2023/04/13 19:45:18 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: SrndTruncQuery fix for virtual call being made from constructor (#830) - posted by la...@apache.org on 2023/04/13 20:15:14 UTC, 0 replies.
- [lucenenet] branch master updated: Add ignore attributes for JaspellTernarySearchTrie (#824) - posted by la...@apache.org on 2023/04/13 20:15:57 UTC, 0 replies.
- [lucenenet] branch master updated: QueryParserTokenManager suppress sonar errors and add comment on constructors (#833) - posted by la...@apache.org on 2023/04/13 20:55:20 UTC, 0 replies.
- [lucenenet] branch master updated: AttributesImpl add suppress and comment on using constructors (#834) - posted by la...@apache.org on 2023/04/13 21:25:29 UTC, 0 replies.
- [lucenenet] branch master updated: Fix for virtual method call from the constructor fixes for ElementType (#835) - posted by la...@apache.org on 2023/04/14 17:00:19 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Util: Added ValuePriorityQueue to utilize stack allocations where possible (#826) - posted by ni...@apache.org on 2023/04/14 20:24:03 UTC, 0 replies.
- [lucenenet] branch master updated: IndexSearcher fix for virtual calls from constructor (part 2) (#837) - posted by ni...@apache.org on 2023/04/14 23:28:33 UTC, 0 replies.
- [lucenenet] branch master updated: Ported missing test: TestIndexWriterOnJRECrash (#786) - posted by ni...@apache.org on 2023/04/17 02:07:15 UTC, 0 replies.
- [lucenenet] branch master updated: Fix slow test: use different sleep method if resolution is low (#838) - posted by la...@apache.org on 2023/04/23 04:06:35 UTC, 0 replies.
- [lucenenet] branch revert-825-fix/virtual-calls-from-constructors-analyzinginfixsuggester created (now 6dc5e3849) - posted by ni...@apache.org on 2023/04/23 08:36:27 UTC, 0 replies.
- [lucenenet] 01/01: Revert "BUG: Remove unnecessary index writer getting opened (#825)" - posted by ni...@apache.org on 2023/04/23 08:36:28 UTC, 0 replies.
- [lucenenet] branch master updated: Revert "BUG: Remove unnecessary index writer getting opened (#825)" - posted by ni...@apache.org on 2023/04/23 08:47:43 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Util.RandomizedContext: Create a separate instance of Randomizer() for each thread initialized with the same seed. Fixes #843. - posted by ni...@apache.org on 2023/04/28 15:52:31 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: TestIndexWriterOnJRECrash: Removed using block to ensure that our original CheckIndex error bubbles up instead of any issue disposing (or double-disposing) the directory. - posted by ni...@apache.org on 2023/04/28 18:15:24 UTC, 0 replies.