Opened 16 years ago
Closed 16 years ago
#173 closed defect (fixed)
uncatched NullPointerException in checker during layout after sbml import
Reported by: | rempel | Owned by: | promot |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.8.2 |
Component: | PromotGuiVizEdit | Version: | 0.8.1 |
Severity: | fatal | Keywords: | checker layout |
Cc: |
Description
Reproduceable test case: import sbml model:
/data/bio/werkzeuge/SBMLeditor-1.3.3/data/release_03December2008_sbmls/curated/BIOMD0000000011.xml
layout the model during layout usually 3x NPE from checker, which is not catched but propagates the exception into the AWT event queue
after layout no visible construction area (can be fixed with fit size or another layout)
Stacktrace:
Exception in thread "Checker" java.lang.NullPointerException?
at org.mpg.dcts.promot.vizedit.checker.CheckerNode?.checkDefaultValuesDynamic(CheckerNode?.java:239) at org.mpg.dcts.promot.vizedit.checker.CheckerNode?.check(CheckerNode?.java:65) at org.mpg.dcts.promot.vizedit.checker.ModuleGraphCheckController?$1.run(ModuleGraphCheckController?.java:115)
Change History (3)
comment:1 Changed 16 years ago by mirschel
comment:2 Changed 16 years ago by kolczyk
- Milestone set to Promot 0.8.2
- Version set to 0.8.1
comment:3 Changed 16 years ago by kolczyk
- Resolution set to fixed
- Status changed from new to closed
Problem appears also when open the sbml-model 'mapk_in_solution' or the compartment 'mapk_in_solution-cytoplasm' in editor (layouted or not layouted). Occurs once per open operation. Same stacktrace.