You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flag wrapping for getInstalledPackagesReflect (#613)
According to the Java Language Specification [JLS §15.25.2](https://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.25.2):
> Otherwise, binary numeric promotion (§5.6.2) is applied to the operand types, and the type of the conditional expression is the promoted type of the second and third operands.
This commit fixes a bug introduced in #603.
0 commit comments