Skip to content

NetaNir/jsii-nested-get-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To reproduce the issue, build the module:

yarn build

Use from a Java application running Java >=9:

import software.neta.repro.MyConsturct;
import software.neta.repro.MyInnerConstruct;

public class ReproStack extends Stack {
    public ReproStack(final Construct scope, final String id) {
      this(scope, id, null);
      MyInnerConstruct repro = new MyConsturct(this, "MyName").getComplexProperty(); // This line will throw `ConcurrentModificationException`
   }
}

About

Repro for Jsii nested get issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published