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

ConcurrentModificationException still present #290

Open
mmajcherczyk opened this issue Mar 17, 2021 · 2 comments
Open

ConcurrentModificationException still present #290

mmajcherczyk opened this issue Mar 17, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@mmajcherczyk
Copy link

version 5.0.7

java.util.ConcurrentModificationException at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1388) at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) at com.aventstack.extentreports.model.ReportStats.update(ReportStats.java:49) at com.aventstack.extentreports.model.Report.refresh(Report.java:50) at com.aventstack.extentreports.AbstractProcessor.onFlush(AbstractProcessor.java:82) at com.aventstack.extentreports.ExtentReports.flush(ExtentReports.java:284)

anshooarora added a commit that referenced this issue Mar 18, 2021
@anshooarora anshooarora reopened this Mar 18, 2021
@anshooarora anshooarora reopened this Mar 18, 2021
@anshooarora anshooarora added the bug Something isn't working label Mar 18, 2021
@anshooarora
Copy link
Member

Please check with 5.0.8-SNAPSHOT. My cli isn't running some of the new tests I've added but running in Eclipse caught these exceptions. Fixed in 2152160.

@mmajcherczyk
Copy link
Author

in v5.0.8 i still have it

java.util.ConcurrentModificationException
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1388)
	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
	at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
	at com.aventstack.extentreports.model.ReportStats.update(ReportStats.java:49)
	at com.aventstack.extentreports.model.Report.refresh(Report.java:52)
	at com.aventstack.extentreports.AbstractProcessor.onFlush(AbstractProcessor.java:82)
	at com.aventstack.extentreports.ExtentReports.flush(ExtentReports.java:284)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants