warnings about:
- unsused/unread variables
- redundant import statements
- static methods called via an object rather than the class itself ( Are
these methods really suppose to be static ?)
- serialisable classed which do not declare a serialVersionUID
- generics which are not parameterised (raw types). For instance ArrayList
= new ArrayList() should be ArrayList<String> list = new
ArrayList<String>()
Bart Kiers
None
None
Public
|
Date: 2009-10-15 15:00 Cleaned up the code: |
| Filename | Description | Download |
|---|---|---|
| log.gcj | compilation log | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-10-15 15:00 | bkiers |
| close_date | - | 2009-10-15 15:00 | bkiers |
| allow_comments | 1 | 2009-10-15 15:00 | bkiers |
| resolution_id | None | 2009-10-15 15:00 | bkiers |
| assigned_to | nobody | 2009-10-02 07:57 | blohman |
| summary | warnings when compiling with Apache Harmony / GNU gcj | 2009-09-03 10:48 | dav_m |
| File Deleted | 341589: | 2009-09-03 10:47 | dav_m |
| File Added | 341591: log.gcj | 2009-09-03 10:45 | dav_m |
| File Added | 341589: log.harmony | 2009-09-03 10:44 | dav_m |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use