对于我们的项目标签面板插件,我们使用AvatarService
来显示已分配用户的头像问题。直到6.3.9它工作正常,但现在升级到6.4.1后它似乎打破并抛出空指针异常。
我从AvatarService
类的构造函数中获取TabPanel
并将其传递给params中的velocity。
但是当加载选项卡面板时,我在页面的来源中收到此错误:
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getAvatarUrlNoPermCheck' in class com.atlassian.jira.avatar.AvatarServiceImpl threw exception java.lang.NullPointerException at shared/Panel.vm.
可能有什么不对?请帮忙