Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/manifold-systems/manifold/issues/551
- some java.awt classes, such as Component, internally use classes that are somehow not accessible using manifold's normal reflection scheme. For instance, an inner class extends sun.java2d.pipe.hw.ExtendedBufferCapabilities. This class is not accessible despite using reflection to open sun.java2d.pipe.hw to all in the java.awt module. As a temporary measure code gen has changed to ignore classes like this since they tend not to be relevant in generated stub classes.
- Loading branch information