Suchitainf

Results 20 comments of Suchitainf

Hi @bric3 thanks for your review. Looks like we need to redesign this rule because 15 min is too much time in itself to calculate rule results. I tried Stream::parallelStream...

> It was easy problem. **Authenticated SMTP** setting was turned off. > Needs only these parameters in Java > > `properties.put("mail.smtp.host", "smtp.office365.com"); properties.put("mail.smtp.starttls.enable", "true"); properties.put("mail.smtp.auth", "true"); properties.put("mail.smtp.port", "587"); properties.put("mail.debug", "true");`...

> Is https://bugs.openjdk.org/browse/JMC-7879 a duplicate of https://bugs.openjdk.org/browse/JMC-7248? > > It looks like this PR is #248 with some of the review comments addressed, should the former PR be closed in...

@Gunde @bric3 I have tried to implement all the review comments. Please re-review the PR and let me know if there is something which is still need to be corrected.

@bric3 We need to show the names of top 5 classes which were loaded maximum times without being unloaded. So the ordering matters here. That's why I have skipped that...

> > @bric3 We need to show the names of top 5 classes which were loaded maximum times without being unloaded. So the ordering matters here. That's why I have...

@bric3 I have tried two intermediate data structures but both implementations are giving wrong results. Approach 1: private final List processingList = Collections.synchronizedList(new ArrayList()); //Creation of intermediate data structure List...

This PR is with respect to an issue raised by one of our customers where Class Leak Rule is taking 60-90 minutes to evaluate the results. The issue was raised...

The changes are done as part of 7879 ticket. Hence, closing this draft PR.