We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue contains classification of supported and unsupported features in Java Analyzer.
Add
Sub
Mul
Div
Rem
Shl
Shr
Ushr
Or
And
Xor
Eq
Neq
Ge
Gt
Le
Lt
Cmp
Cmpg
Cmpl
Neg
NullPointerException
IndexOutOfBoundsException
NegativeArraySizeException
ArithmeticException
float
double
int
long
instance of
UTypeStream
JcInterpreter
char
short
JcTest
ULValue
this
JcTestResolver
UMemoryBase
callStack.isNotEmpty()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue contains classification of supported and unsupported features in Java Analyzer.
Features
Objects
Operators
Add
/Sub
/Mul
/Div
/Rem
Shl
/Shr
/Ushr
Or
/And
/Xor
/Eq
/Neq
/Ge
/Gt
/Le
/Lt
Cmp
/Cmpg
/Cmpl
Neg
Control flow
Functions
Arrays
Statics
Exceptions
NullPointerException
IndexOutOfBoundsException
NegativeArraySizeException
ArithmeticException
Invokes
Types
float
/double
toint
/long
int
/long
tofloat
/double
instance of
. Added in Support of complex type constraints #41UTypeStream
s and casts inJcInterpreter
#34Approximations
Other issues
char
,short
, etc. See this. Fixed in Support ofUTypeStream
s and casts inJcInterpreter
#34JcTest
ULValue
s forthis
and localsJcTestResolver
UMemoryBase
nowcallStack.isNotEmpty()
JcTestResolver
The text was updated successfully, but these errors were encountered: