Closed yjydmlh closed 6 years ago
决策流在加载空的资源文件的时候会报空指针异常
类ResourceLibraryBuilder,第47行代码,加上如下校验:
if (!builder.support(root) || !root.hasContent()) { continue; } 内容为空的资源文件就不加载
if (!builder.support(root) || !root.hasContent()) { continue; }
请贴上完整异常!
决策流在加载空的资源文件的时候会报空指针异常
类ResourceLibraryBuilder,第47行代码,加上如下校验:
if (!builder.support(root) || !root.hasContent()) { continue; }
内容为空的资源文件就不加载