Bytecode with no references to source code

I noticed this binary bytecode included in the juce source code, but there are not references to the java code used to build it:

is it referenced somewhere in the codebase ?

1 Like

This came up when we were regenerating all of the bytecode in add88c3 to replace all of the com.roli.juce.* packages with com.rmsl.juce. We’ve now added back in a couple of missing Java files - the one you mentioned in your post as well as the SDK 21+ webview code.

1 Like

great thanks!