Ivo Šmíd

Results 23 comments of Ivo Šmíd

Currently I use STGroupString but when it imports (eg. import "/fuu.stg") other groups it loads it using stgroupfile which does IO ops.

I also cannot find relevant usecase of somebody want's to access synthetic members. I like 3rd opition - make it configurable and by default skip them :]

To be clear Enum.values() is not synthetis, but field $VALUES is ... see description here http://www.benf.org/other/cfr/how-are-enums-implemented.html . So If I understand it correctly, we do not have problem with call...

True. (Call of non-synthetic method .clone(), but on synthetic field $VALUES.) So question is if we want to skip all accesses to every synthetic member.

Ahh, I see. In RecordAccessHandler#handleMethodInstruction that RawAccessRecord does not have info on which field it has been called.

I am going to play with it a bit :] Do you think that this "contextual" information would be helpful for some future assertions in DSL?

@akozlova I have updated PR to lates master, removed remove-than-add-annotation fix with one add-annotation fix with support of previous annotation removal. edit: is it possible to see somewhere result of...

Hi, will it be possible to upload SBOM and not only generate it? My use-case is that I have GraalVM native build with SBOM generated during build time and currently...

I am getting same issue with different class. Problem is, as mentioned here, with closed classloader/classworld-realm after maven-plugin finished it's work. I dug little bit deeper and found that seems...

Sure, I will take a look and make changes.