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

Cleanups #23973

Merged
merged 12 commits into from
Jun 8, 2022
Merged

Cleanups #23973

merged 12 commits into from
Jun 8, 2022

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Jun 7, 2022

  • resources, formatting, loops, javadoc, ...
  • classloaders, containers, archives, ...

@dmatej dmatej requested a review from arjantijms June 7, 2022 22:05
@dmatej dmatej changed the title Cleanups - resources, formatting, loops, javadoc, classloaders, containers, archives Cleanups Jun 7, 2022
dmatej added 12 commits June 8, 2022 15:17
- generics, stringbuffers, formatting
- generics, stringbuffers, formatting, cycles
- generics, stringbuffers, formatting, deprecated methods
- bit of optimization
- debug removed (unused)
- delegate is true by default, synced
- logic around isDelegateFirstResource simplified (probably will be revisited
  for Faces TCK)
- Eclipse warnings are correct technically, but in the real world args[0] is
  probably always ok in those places.
- the Vector of Strings was used just to check for name collisions,
  set is better
- before this PR it was commented out
- it shouldn't be here at all because it was closing what wasn't open by this
  method However this package is full of side-effects and should be reimplemented.
- Eclipse warnings are correct technically, but in the real world args[0] is
  probably always ok in those places.
- EJBLocalHomeInvocationHandler and EJBHomeInvocationHandler are very similar
@dmatej dmatej force-pushed the cleanups-resources-formatting branch from f3d7b60 to 2978b54 Compare June 8, 2022 14:38
@dmatej dmatej self-assigned this Jun 8, 2022
@dmatej dmatej added this to the 7.0.0 milestone Jun 8, 2022
@arjantijms arjantijms merged commit b985f04 into eclipse-ee4j:master Jun 8, 2022
@dmatej dmatej deleted the cleanups-resources-formatting branch June 8, 2022 16:01
@pzygielo pzygielo linked an issue Jun 9, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible NPEx due to missing return
3 participants