Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #648


Ignore:
Timestamp:
05/26/09 12:46:09 (15 years ago)
Author:
swagner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #648

    • Property Status changed from new to assigned
  • Ticket #648 – Description

    initial v1  
    11Consider the following scenario:
    22
    3 Plugin A is available but not installed.
    4 Plugin B is installed.
    5 Plugin A depends on Plugin B.
     3 * Plugin A is available but not installed.
     4 * Plugin B is installed.
     5 * Plugin A depends on Plugin B.
    66
    77In this case, if plugin B is removed, the Plugin Infrastructure throws a null reference exception, as it tries to remove plugin A. It is not checked, if the plugins involved in an remove action are really installed.