Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc3
-
Fix Version/s: 1.1-beta-1
-
Component/s: None
-
Labels:None
-
Environment:v. 1.0-rc3
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b51)
-
Number of attachments :
Description
println new org.apache.maven.project.Project().toString() == null;
prints "true". This violates Java specs, toString() is not allowed to return null.