Skip to content
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

Rename lowercase Java Programs and also change the class name inside that Java program #1

Open
AbhilashG97 opened this issue Oct 14, 2017 · 9 comments

Comments

@AbhilashG97
Copy link
Owner

AbhilashG97 commented Oct 14, 2017

Currently, there are a few Java programs with incorrect file and class name. The name of the Java program and also its class name needs to be changed to its correct syntactical format. Those java files are present inside the Miscellaneous 📁 :

Changes Excepted


program.java to Program.java

Class name and the constructors associated with class (if present) also needs to be changed,

public class className{ } to public class ClassName{ }


@Chiranjeeb2410
Copy link
Contributor

Sending PR

@AbhilashG97
Copy link
Owner Author

@Chiranjeeb2410 , Go ahead

@AbhilashG97
Copy link
Owner Author

Issue is not completely resolved, pull requests fixing the issue would be much appreciated.

@TheShashank
Copy link

This is also for files that are not in camel case, correct? I'm working on it.
So would yale.java become Yale.java?
Sent a couple PRs. Please check.

@TheShashank
Copy link

Also, there is ice.java and Ice.java.

@AbhilashG97 AbhilashG97 changed the title Rename lowercase Java Programs and also change the class name of that Java program Rename lowercase Java Programs and also change the class name inside that Java program Oct 20, 2017
@TheShashank
Copy link

@AbhilashG97 can you accept the open PRs?

@AbhilashG97
Copy link
Owner Author

@TheShashank, I will merge the pull requests soon.

@mazsam
Copy link

mazsam commented Oct 26, 2017

@AbhilashG97 sir, can you accept the PR ?
#13

@AbhilashG97
Copy link
Owner Author

AbhilashG97 commented Oct 12, 2018

This issue is still open, anyone can send a pull request which resolves this issue.
🍉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants