youseries / urule

URULE是一款基于RETE算法的纯Java规则引擎,提供规则集、决策表、决策树、评分卡,规则流等各种规则表现工具及基于网页的可视化设计器,可快速开发出各种复杂业务规则。
Apache License 2.0
1.84k stars 724 forks source link

决策流加载空资源文件的时候报错 #1

Closed yjydmlh closed 6 years ago

yjydmlh commented 7 years ago

决策流在加载空的资源文件的时候会报空指针异常

类ResourceLibraryBuilder,第47行代码,加上如下校验:

if (!builder.support(root) || !root.hasContent()) { continue; } 内容为空的资源文件就不加载

youseries commented 7 years ago

请贴上完整异常!