Page 1 of 1

A tool that can analysis the source code of my java card program

Posted: Tue Sep 15, 2015 8:23 am
by Tarantino
As we all know, java card has some common issues.
e.g.
1- memory usage issues
2- wrong usage of "new"
3- issues about comparisons of signed bytes
...
Do anybody know a tool that can analysis the source code of my java card program to solve these issues ?

Re: A tool that can analysis the source code of my java card program

Posted: Wed Nov 04, 2015 3:10 am
by UNKNwYSHSA
As i know, here's no tool for these issues.
You can try Java Static Code Analysis tool.