Opened 18 years ago

Closed 17 years ago

Last modified 17 years ago

#409 closed defect (fixed)

Possible NullPointerException in Base1PluginExecutor

Reported by: Nicklas Nordborg Owned by: Johan Enell
Priority: major Milestone: BASE 2.1
Component: coreplugins Version:
Keywords: Cc:

Description

The following code throws NullPointerException if 'f' is null.

556: if (f == null && !f.isRemoved())
557: {
558:    return jobParameters;
559: }

Change History (2)

comment:1 by Johan Enell, 17 years ago

Resolution: fixed
Status: newclosed

(In [2832]) Fixes #409

comment:2 by Johan Enell, 17 years ago

(In [2834]) Base1executer will teminate if it cant find any configfile. fixes #409

Note: See TracTickets for help on using tickets.