Some parameters are not being parsed correctly, mainly when they are fully qualified names (maybe this has something to do with #59 ?)
Rules such as these (for Forbidden clause) are not working as well:
FORBIDDEN
PBEKeySpec(char[]) => c1;
PBEKeySpec(char[],byte[],int) => c1;
Maybe we should take a look at the FormalParams rule
Some parameters are not being parsed correctly, mainly when they are fully qualified names (maybe this has something to do with #59 ?)
Rules such as these (for Forbidden clause) are not working as well:
Maybe we should take a look at the FormalParams rule