添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
紧张的热带鱼  ·  sockets - Pyzmq SUB ...·  2 年前    · 
读研的排球  ·  Error updating ...·  2 年前    · 
飞奔的篮球  ·  Python:游戏:扫雷 - ...·  2 年前    · 
安静的油条  ·  cocos2d-lua ...·  2 年前    · 

Hi there,
we have a valid business requirement to return null out of the method with Boolean return type (Java). In order to ignore a generated issue I used SuppressWarnings(“squid:S2447”). On the server a new issue got created: NP_BOOLEAN_RETURN_NULL. I tried //NOSONAR - a new issue got created: do not use NOSONAR.
So basically I have to use both SuppressWarnings and SuppressFBWarnings? What’s the point of this duplicate rule?
Tomasz