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.
InetAddressInetAddressワイルドカードIP0.0.0.0で取得する静的メソッドまたはコンストラクターを提供しません。唯一の方法はInetAddress.getByName("0.0.0.0")
InetAddress
InetAddress.getByName("0.0.0.0")
しかし、PMDはAvoidUsingHardCodedIP、ハードコードされたIPを渡す場合に提供します。InetAddressIPをハードコーディングせずにワイルドカードIPを使用する方法はありますか?
AvoidUsingHardCodedIP