Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003541 [Quercus] major random 06-01-09 07:49 09-10-09 12:39
Reporter johnsavior View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003541: java.lang.NullPointerException running Yii
Description in clone() method ObjectExtValue.java, you pass Env as "null" but in AbstractFunction.java in CallMethod you have Value oldThis = env.getThis();
so everytime that clone method is called you get a nullpointerexception.

public Value clone()
  {
    ObjectExtValue newObject = new ObjectExtValue(_quercusClass);

    for (Map.Entry<Value,Value> entry : entrySet()) {
      newObject.putThisField(null,
                 (StringValue) entry.getKey(),
                 entry.getValue());
    }

    return newObject;
  }
Additional Information
Attached Files

- Relationships

- Notes
(0004238)
nam
09-10-09 12:39

php/090r
php/390r
 

- Issue History
Date Modified Username Field Change
06-01-09 07:49 johnsavior New Issue
09-10-09 12:39 nam Status new => assigned
09-10-09 12:39 nam Assigned To  => nam
09-10-09 12:39 nam Status assigned => closed
09-10-09 12:39 nam Note Added: 0004238
09-10-09 12:39 nam Resolution open => fixed
09-10-09 12:39 nam Fixed in Version  => 4.0.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker