-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaming JSerializFilePicker to JSerializedFilePicker #905
base: develop
Are you sure you want to change the base?
Renaming JSerializFilePicker to JSerializedFilePicker #905
Conversation
@manumafe98 Thanks for making a pull request! However, please note that we have a very specific form that must be filled out whenever a PR is made. It should appear when you attempt to issue the PR using Github. Please view some of the other PR's for the PC2 project to get an idea of how to fill out the form. Again, thanks for your interest in contributing. |
@johnbrvc I updated the PR with the asked information, if you can give me a hand on how to test this change! |
Nominally, you should completely build the project and sub-projects, and run all the junit tests. There are Ant "build.xml" options to do this. For this case, though, I just let the workflow run and it should run all the tests and report the results. |
Great, thanks for the information! |
I propose that we remove the JSerializFilePickerToJSerializedFilePicker [sic] class/module completely from the project since it is not referenced anywhere else, and hasn't been for quite some time. |
Okey, then i will update the branch to remove it! |
Yes. You need a 1.8 JDK to build and run the JUnits. |
Great! I guess also I should install an older version of Eclipse, do you recommend me someone in particular? Thanks for all your help |
Some of use Eclipse 2021-12 since it still supports Java 1.8 fully. |
Hi @johnbrvc again thanks for your help, I've downloaded that eclipse version
And when I open the project this happens to me
|
Sounds like you are not building in java 8 (1.8) compatibility mode. It's a setting somewhere in java build options. |
pull request
The goal was to rename the class:
JSerializFilePicker
toJSerializedFilePicker
Issue which the PR addresses
Fixes #887
Environment in which the PR was developed (OS, IDE, Java version, etc.)
Windows 10, IntrelliJ IDEA2023.3.2, JDK 21
Precise steps for testing the PR (i.e., how to demonstrate that it works correctly)