The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
| Class | Bugs |
|---|---|
| ejava.examples.asyncmarket.ejb.AuctionMgmtEJB | 1 |
| ejava.examples.asyncmarket.ejb.SellerEJB | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| ejava.examples.asyncmarket.ejb.AuctionMgmtEJB.checkAuction() might ignore javax.jms.JMSException | BAD_PRACTICE | DE_MIGHT_IGNORE | 205 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| ejava.examples.asyncmarket.ejb.SellerEJB.sellProduct(String, AuctionItem) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead | PERFORMANCE | DM_NUMBER_CTOR | 95 | Medium |