Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 CyclicBarrier 类 await() 来同步同时处理不同文档的不同线程。但是,此函数似乎在大多数文档输入中返回 Null 指针异常。有人可以帮我避免这个例外吗?
null如果您没有使用带有超时的版本并作为时间单位给出,我认为该方法没有理由抛出 NullPointerException 。
null
您确定 NullPointerException 来自此方法吗?查看堆栈跟踪(或将其粘贴到问题中,如果您无法解释它)。