[java] deleted the deprecated FormEncodedData#14688
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
/help "In what year has the FormEncodedData been used the last time, beside unit tests?" |
Question:In what year has the FormEncodedData been used the last time, beside unit tests? Answer:Based on the provided documentation, there is no specific information about when FormEncodedData was last used outside of unit tests. The documentation does not contain any references to FormEncodedData or its usage history. To accurately answer this question, we would need access to the project's codebase and commit history, which is not available in the given documentation. Relevant Sources: |
|
I think this should be fine to remove. Thank you @joerg1985! |
User description
Description
This PR will delete the deprecated FormEncodedData and the related unittests.
I assume this has not been used for years, so this can be removed.
Types of changes
Checklist
PR Type
Enhancement, Tests
Description
FormEncodedDataclass from the codebase, which was marked for removal.FormEncodedDataclass, which tested form-encoded data handling.Changes walkthrough 📝
FormEncodedData.java
Remove deprecated `FormEncodedData` classjava/src/org/openqa/selenium/remote/http/FormEncodedData.java
FormEncodedDataclass.FormEncodedDataTest.java
Remove tests for deprecated `FormEncodedData` classjava/test/org/openqa/selenium/remote/http/FormEncodedDataTest.java
FormEncodedData.