Class MustCallNoCreatesMustCallForChecker

All Implemented Interfaces:
Processor, OptionConfiguration

@StubFiles({"JavaEE.astub","Reflection.astub"}) @SuppressWarningsPrefix({"mustcall","mustcallnocreatesmustcallfor"}) @SupportedOptions("noCreatesMustCallFor") public class MustCallNoCreatesMustCallForChecker extends MustCallChecker
This copy of the Must Call Checker is identical, except that it does not load the stub files that treat unconnected sockets as @MustCall({}). See SocketCreatesMustCallFor.astub.

The only difference is the contents of the @StubFiles annotation.

  • Constructor Details

    • MustCallNoCreatesMustCallForChecker

      public MustCallNoCreatesMustCallForChecker()