bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22727] Ambiguous/Invalid Expression


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22727] Ambiguous/Invalid Expression
Date: 16 Oct 2005 01:26:49 -0000

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 ")


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-04-30 
07:11 -------
Commited. This fix will be in GNU classpath 0.09.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22727





reply via email to

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