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