3
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 21, 2024 — May 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
don't report if the non var args parm is similar to the would be varargs parm More... about 15 years ago
if it's already a vararg, don't report duh! More... about 15 years ago
don't report multi array parmed methods More... about 15 years ago
new detector UVA More... about 15 years ago
oops, inverted logic More... about 15 years ago
npe check More... about 15 years ago
don't rely on getNextOpCode as it's fairly new More... about 15 years ago
fix html More... about 15 years ago
document PCAIL and WOC More... about 15 years ago
handle PUTSTATIC, GETSTATIC More... about 15 years ago
improve WOC handling of collections that are fields More... about 15 years ago
add check for code that does IINC in MRC More... about 15 years ago
PCAIL More... about 15 years ago
report field WOC -- altho probably not as likely to catch as the allocation has to preceed the other uses. More... about 15 years ago
add test for field collections More... about 15 years ago
add a test for when a 'write' method returns a value that is looked at More... about 15 years ago
add another fp with putting a WOC into an array element More... about 15 years ago
initial checkin, new WOC detector More... about 15 years ago
typo s/b java/awt/Component More... about 15 years ago
add check for calling java.lang.reflect.Array methods on non arrays More... about 15 years ago
add test case for calling java.lang.reflect.Array methods on non arrays More... about 15 years ago
don't report when two allocations are stored in the same reg More... about 15 years ago
add fp based on two assigns to the same reg More... about 15 years ago
don't report throws of new Exceptions with no parms More... about 15 years ago
revert -- getting assertion errors More... about 15 years ago
add test for throw fp More... about 15 years ago
more tests More... about 15 years ago
naming More... about 15 years ago
updates to MDM by Jean-Noel Rouvignac, Thanks! More... about 15 years ago
updates to MDM by Jean-Noel Rouvignac, Thanks! More... about 15 years ago