-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9, 2.9.1, 2.9.2, 3.0, 3.0.1
-
Fix Version/s: 4.0-ALPHA
-
Component/s: modules/analysis
-
Labels:None
-
Lucene Fields:New
The methods that operate and modify the internal maps of AttributeSource should be final, which is a backwards break. But anybody that overrides such methods simply creates a buggy AS either case.
I want to makeall impls final (in general the class should be final at all, but it is made for extension in TokenStream). So its important that the implementations are final!