Renaming JSerializFilePicker to JSerializedFilePicker#905
Renaming JSerializFilePicker to JSerializedFilePicker#905manumafe98 wants to merge 2 commits intopc2ccs:developfrom
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:
JSerializFilePickertoJSerializedFilePickerIssue 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)