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

"Replace + ..."-Hint applied to non-assignment creates an empty line #3

Closed
markiewb opened this issue Jul 15, 2013 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@markiewb
Copy link
Owner

//hint applied to
"a"+3+"B";
//will result in 
;

//but
String b="a"+3+"B";// works
//--> String b=MessageFormat.format("a{0}B", 3);
@ghost ghost assigned markiewb Jul 15, 2013
@markiewb markiewb added this to the 1.4.1 milestone Mar 8, 2015
@markiewb markiewb changed the title Hint applied to non-assignment creates an empty line "Replace + ..."-Hint applied to non-assignment creates an empty line Mar 8, 2015
markiewb added a commit that referenced this issue Mar 8, 2015
@markiewb markiewb closed this as completed Mar 8, 2015
@markiewb markiewb modified the milestones: 1.4.1, 1.5.0 Mar 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant