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

NETBEANS-3580] : Fixed Debug Expression Lambda #2055

Merged

Conversation

singh-akhilesh
Copy link
Contributor

@lkishalmi lkishalmi added this to the 12.0 milestone Apr 9, 2020
.stream()
.collect(groupingBy(loc->loc.method().toString(),
LinkedHashMap::new,
collectingAndThen(minBy(Comparator.comparingDouble(Location::codeIndex)),
Copy link
Contributor

Choose a reason for hiding this comment

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

It's better to use Comparator.comparingLong

Copy link
Contributor Author

Choose a reason for hiding this comment

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

comments addressed.

Copy link

@arusinha arusinha Apr 28, 2020

Choose a reason for hiding this comment

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

Please squash the commits before merging

@arvindaprameya
Copy link

+1 Approved, thanks for fixing this Akhilesh

@singh-akhilesh singh-akhilesh force-pushed the lambda-debug-breakpoint-netbeans-3580 branch from 3748327 to 61e57e8 Compare April 28, 2020 12:58
@arusinha arusinha merged commit 794f30a into apache:master Apr 29, 2020
@singh-akhilesh
Copy link
Contributor Author

@ebarboni Please consider this PR to release 12.0

@neilcsmith-net
Copy link
Member

The consideration should happen before merging - we're in freeze - if it's in master it's in 12.0!

@arusinha
Copy link

My mistake, I shouldn't had merged. I will tag Eric from next PR onward if I found it necessary for 12.0 and will not merge

@ebarboni
Copy link
Contributor

No stress. Mistake happens, Would be nice to have a kind reminder on the github ui but ..

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.

None yet

7 participants