Message12182

Author alanb
Recipients alanb, amak, darjus, fwierzbicki, jeff.allen, mr, rpan, sfelts, zyasoft
Date 2018-11-22.07:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542873508.74.0.788709270274.issue2362@psf.upfronthosting.co.za>
In-reply-to
Content
The class file version was rev'ed in Java SE 9, 10 and 11 so you will need to upgrade ASM.

For "accessibility information" then you will, at some point, need to also understand module membership too. An easy start would be to only index the packages that are exported to all modules. That information is in the module-info.class that newer releases of ASM can parse.
History
Date User Action Args
2018-11-22 07:58:28alanbsetmessageid: <1542873508.74.0.788709270274.issue2362@psf.upfronthosting.co.za>
2018-11-22 07:58:28alanbsetrecipients: + alanb, fwierzbicki, amak, zyasoft, jeff.allen, darjus, rpan, sfelts, mr
2018-11-22 07:58:28alanblinkissue2362 messages
2018-11-22 07:58:28alanbcreate