hyperscan-java icon indicating copy to clipboard operation
hyperscan-java copied to clipboard

ExpressionFlag class is not getting resolved in 5.4.11-3.0.0

Open jeevarajan opened this issue 1 year ago • 2 comments

When I try to make use of ExpressionFlag, it is not available for import. I could see that enum class in jar file but unable to use it.

Expression exp = new Expression(regex2, EnumSet.of(ExpressionFlag.NO_FLAG))

jeevarajan avatar May 22 '24 16:05 jeevarajan

I use the same hyperscan-java version but cannot reproduce the described issue: I can import and use the class as usual.

cspurk avatar Nov 15 '24 15:11 cspurk

Can you provide me with some code to reproduce the issue or attach/publish a sample project?

gliwka avatar Apr 01 '25 01:04 gliwka