Skip to content

Primitives should not be boxed just for Strign conversion#345

Closed
apupier wants to merge 1 commit intoapache:masterfrom
apupier:PrimitivesShouldNotBeboxedJustForStringConversion
Closed

Primitives should not be boxed just for Strign conversion#345
apupier wants to merge 1 commit intoapache:masterfrom
apupier:PrimitivesShouldNotBeboxedJustForStringConversion

Conversation

@apupier
Copy link
Copy Markdown
Contributor

@apupier apupier commented Sep 5, 2017

Signed-off-by: Aurélien Pupier apupier@redhat.com

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@jbonofre
Copy link
Copy Markdown
Member

jbonofre commented Sep 5, 2017

R: @jbonofre

} else if (c == 127) {
if (vt100_mode_backspace) {
o += (char) 8;
o += Integer.toString(8);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a String whereas we cast to char.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes but the char is then autocasted to String. I think that we can get rid of this step, isn't it?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, it's just a personal note for the merge ;)

@asfgit asfgit closed this in aaa3ed7 Sep 6, 2017
ffang added a commit to ffang/karaf-1 that referenced this pull request Sep 10, 2019
[KARAF-6362][karaf-maven-plugin] client goal:only one command in scri…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants