URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13453>

                 Summary: Possible NPE in gnu.java.awt.peer.gtk.GdkGraphics2D
                 Project: classpath
            Submitted by: daveho
            Submitted on: Sat 06/18/2005 at 20:57
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

In classpath-0.15:

In class gnu.java.awt.peer.gtk.GdkGraphics2D, at line 513,
there is an if statement, part of which allows for the
possibility of the variable "xform" being null.  However,
inside the body of the if statement, "xform" is dereferenced.

If xform really can't be null, the check can be eliminated.

Found by FindBugs, http://findbugs.sourceforge.net







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13453>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Commit-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-classpath

Reply via email to