Comment by taspeotis Comment by taspeotis 3 days ago 2 replies Copy Link View on Hacker News Which release did they add the URL class that checks for equality by connecting to the internet? 10/10
Copy Link __float 3 days ago Next Collapse Comment - That mis-feature has been present since Java 1.0, so (as with checked exceptions mentioned above) it's not entirely within the scope of this post. Reply View | 0 replies
Copy Link mrkeen 2 days ago Prev Collapse Comment - Bitten hard by this one. I kept a set of Urls to scan. Not all my Urls made it into the set because of IP address equality. Reply View | 0 replies
That mis-feature has been present since Java 1.0, so (as with checked exceptions mentioned above) it's not entirely within the scope of this post.