commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #7940] Ambiguous/Invalid Expression


From: Michael Koch
Subject: [bugs #7940] Ambiguous/Invalid Expression
Date: Fri, 30 Apr 2004 03:11:27 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; de, address@hidden) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #7940] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Fri 04/30/04 at 07:11 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Commited. This fix will be in GNU classpath 0.09.






/**************************************************************************/
[bugs #7940] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7940>
Project: classpath
Submitted by: 0
On: Sun 02/29/04 at 05:36

Severity:  5 - Average
Resolution:  Fixed
Assigned to:  None
Status:  Closed
Platform Version:  None


Summary:  Ambiguous/Invalid Expression

Original Submission:  java/util/prefs/AbstractPreferences.java:121

Contains the following line:
  + parent == null ? "" : "not "
For clarity and or correctness a set of parenthesis should be added to properly 
isolate it from the surrounding context:
  + (parent == null ? "" : "not ")


Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 04/30/04 at 07:11         By: mkoch
Commited. This fix will be in GNU classpath 0.09.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7940>

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]