Skip to content

Conversation

@carstenartur
Copy link
Contributor

any instances of members being declared protected in classes that are
declared final. Such members may be declared private or package-visible
instead.

Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there are issues, see https://ci.hibernate.org/blue/organizations/jenkins/hibernate-search/detail/PR-2063/1/pipeline :

[ERROR] /mnt/jenkins-workdir/workspace/hibernate-search_PR-2063/backend/lucene/src/main/java/org/hibernate/search/backend/lucene/types/predicate/impl/LuceneGeoPointFieldPredicateBuilderFactory.java:[86,46] getConverter() in org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointFieldPredicateBuilderFactory cannot override getConverter() in org.hibernate.search.backend.lucene.types.predicate.impl.AbstractLuceneFieldPredicateBuilderFactory

I'd recommend running the build before you submit a PR, at least just the compiling/static checks, without the tests:

mvn clean install -DskipTests

any instances of members being declared protected in classes that are
declared final. Such members may be declared private or package-visible
instead.
@carstenartur carstenartur force-pushed the protectedmemberinfinalclass branch from 4df7535 to 2dc8a36 Compare September 12, 2019 17:43
@yrodiere
Copy link
Member

I will revert the change about BindingUsingPropertyMarkerAccessIT, because the particular class you changed was specifically about testing protected fields.

@yrodiere
Copy link
Member

Removed the bit about BindingUsingPropertyMarkerAccessIT, added the ticket number to the commit message, and merged to master.
Thanks!

@yrodiere yrodiere closed this Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants