Re: [PR] Align toString methods in geo module [lucene]

2024-05-14 Thread via GitHub
tteofili merged PR #13302: URL: https://github.com/apache/lucene/pull/13302 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.ap

Re: [PR] Align toString methods in geo module [lucene]

2024-05-07 Thread via GitHub
github-actions[bot] commented on PR #13302: URL: https://github.com/apache/lucene/pull/13302#issuecomment-2099508168 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Align toString methods in geo module [lucene]

2024-04-21 Thread via GitHub
timgrein commented on code in PR #13302: URL: https://github.com/apache/lucene/pull/13302#discussion_r1573819261 ## lucene/core/src/java/org/apache/lucene/geo/XYPolygon.java: ## @@ -187,6 +187,7 @@ public boolean equals(Object obj) { @Override public String toString() {

Re: [PR] Align toString methods in geo module [lucene]

2024-04-17 Thread via GitHub
slow-J commented on code in PR #13302: URL: https://github.com/apache/lucene/pull/13302#discussion_r1569215690 ## lucene/core/src/java/org/apache/lucene/geo/XYPolygon.java: ## @@ -187,6 +187,7 @@ public boolean equals(Object obj) { @Override public String toString() {

[PR] Align toString methods in geo module [lucene]

2024-04-14 Thread via GitHub
timgrein opened a new pull request, #13302: URL: https://github.com/apache/lucene/pull/13302 ### Description Some `toString` methods in the `geo` module sometimes use uppercase or the class name. I've aligned them to use always the class name. -- This is an automated message from t