Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#458 closed defect (done)

HeuristicLab crashes when it tries to load plugins with missing attributes

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.0
Component: PluginInfrastructure Version: 3.2
Keywords: Cc:

Description

PluginInfrastructure throws InvalidPluginException but this class is not serializable which causes an unhandled SerializationException when the InvalidPluginException is thrown into the main AppDomain.

Change History (6)

comment:1 Changed 16 years ago by swagner

  • Milestone changed from 3.2 to Iteration 0

Milestone 3.2 deleted

comment:2 Changed 16 years ago by gkronber

  • Status changed from new to assigned

comment:3 Changed 16 years ago by gkronber

The actual problem is not serialization but that this exception is not handled correctly.

comment:4 Changed 16 years ago by gkronber

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed with r1395.

comment:5 Changed 14 years ago by swagner

  • Milestone changed from Iteration 2 to Current

Milestone Iteration 2 deleted

comment:12 Changed 14 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.