markiewb/nb-additional-hints

Replace + does not support expressions in exceptions

markiewb opened this issue · 1 comments

ACTUAL:

throw new RuntimeException("type "+ type+" ");

will not be detected

Perhaps introduced by the fix of #3