1c56d0f015d087137573f132a26a1cb6f70155e3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testProvider() : void renamed to public testProtobufFieldIndexingMetadata() : void in class org.infinispan.query.remote.impl.ProtobufFieldIndexingMetadataTest | From | To | |
Inline Method | 1 | ||
Inline Method private getFullFieldName(fieldName String) : String inlined to private addFieldToDocument(fieldName String, type Type, value Object, fieldMapping FieldMapping) : void in class org.infinispan.query.remote.impl.indexing.IndexingTagHandler | From | To | |
Rename Variable | 4 | ||
Rename Variable fieldLevelAnalyzer2 : String to fieldLevelAnalyzerAttribute : String in method public create(descriptor Descriptor, annotation AnnotationElement.Annotation) : IndexingMetadata in class org.infinispan.query.remote.impl.indexing.IndexingMetadataCreator | From | To | |
Rename Variable fieldPrefix : String to fullFieldName : String in method private addFieldToDocument(fieldName String, type Type, value Object, fieldMapping FieldMapping) : void in class org.infinispan.query.remote.impl.indexing.IndexingTagHandler | From | To | |
Rename Variable fn : String to fullFieldName : String in method private addFieldToDocument(fieldName String, type Type, value Object, fieldMapping FieldMapping) : void in class org.infinispan.query.remote.impl.indexing.IndexingTagHandler | From | To | |
Rename Variable fieldLevelAnalyzerAnnotation2 : AnnotationElement.Annotation to fieldLevelAnalyzerAnnotationAttribute : AnnotationElement.Annotation in method public create(descriptor Descriptor, annotation AnnotationElement.Annotation) : IndexingMetadata in class org.infinispan.query.remote.impl.indexing.IndexingMetadataCreator | From | To | |
Move Attribute | 1 | ||
Move Attribute public NULL_TOKEN_CODEC : NullMarkerCodec from class org.infinispan.query.remote.impl.QueryFacadeImpl to private NULL_TOKEN_CODEC : NullMarkerCodec from class org.infinispan.query.remote.impl.indexing.IndexingTagHandler | From | To | |
Extract Variable | 2 | ||
Extract Variable indexedBoolean : String in method private addFieldToDocument(fieldName String, type Type, value Object, fieldMapping FieldMapping) : void from class org.infinispan.query.remote.impl.indexing.IndexingTagHandler | From | To | |
Extract Variable indexedString : String in method private addFieldToDocument(fieldName String, type Type, value Object, fieldMapping FieldMapping) : void from class org.infinispan.query.remote.impl.indexing.IndexingTagHandler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type messageContext : MessageContext<MessageContext> to messageContext : MessageContext<? extends MessageContext> in class org.infinispan.query.remote.impl.indexing.IndexingTagHandler | From | To | |
Extract Method | 1 | ||
Extract Method protected makeCacheQuery(filterParsingResult FilterParsingResult<TypeMetadata>, luceneQuery Query) : CacheQuery<?> extracted from protected buildLuceneQuery(filterParsingResult FilterParsingResult<TypeMetadata>, namedParameters Map<String,Object>, startOffset long, maxResults int) : CacheQuery<E> in class org.infinispan.query.dsl.embedded.impl.QueryEngine | From | To |