jakartaee / expression-language

Jakarta Expression Language
https://eclipse.org/ee4j/el
Other
67 stars 49 forks source link

Cleanup #53

Closed arjantijms closed 5 years ago

arjantijms commented 5 years ago

General cleanups similar to those being done for Servlet, JSP, Jaspic and Jacc among others. Fixes several Javadoc errors, IDE warnings, etc.

Note: not everything done, and the project structure is a bit odd still.

Signed-off-by: arjantijms arjan.tijms@gmail.com

vinayvishal commented 5 years ago

Shouldn't these changes be there in EE4J_8 branch as well?

arjantijms commented 5 years ago

Yes, absolutely. I’ll do a PR for the EE4J_8 branch after this one.

vinayvishal commented 5 years ago

Yes, absolutely. I’ll do a PR for the EE4J_8 branch after this one.

Ok. Will this PR contain the changes contributed as part of PR #54? If not, I can raise one. Also, I am in the process of building release pipeline for this project. Since release has to be done from EE4J_8 branch, I am waiting for these changes to appear there. I can focus on release pipeline for some other project in the interim.