#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 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Note: See
TracTickets for help on using
tickets.
(In [2832]) Fixes #409