Actions
Bug #5868
closedSome weird behavior when morpho deletes a network data package with data file
Start date:
02/14/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5868
Description
Here are the steps to produce the issue:
1. Use the new data package wizard and entity wizard to generate a data package.
2. Save it to network.
3. Go to File|Delete to delete the data package.
4. Morpho shows up a warning panel without any information.
5. The morpho frame does show up (It should disappear).
6. Morpho search on the network can't find the data package. It means that the data package does be removed.
When morpho delete a data package without data object, it works.
Updated by Jing Tao almost 12 years ago
The problem is there is no null check for the id. If an id is null, the anotherId.equal(id) will have NullPointerException.
Actions