qore icon indicating copy to clipboard operation
qore copied to clipboard

module-jni: some special Java classes are created with $ chars in the Qore class name

Open davidnich opened this issue 6 years ago • 0 comments

care needs to be taken that existing working code does not break - ex:

BasicProperties props = create_object("AMQP$BasicProperties__Builder").messageId("some-id").build();

davidnich avatar Apr 06 '18 17:04 davidnich