Christian Brüggemann
Christian Brüggemann
Suffix functions wouldn't eliminate the need for native BigDecimal literals though, since there are BigDecimals that are not representable by doubles. We'd have to resort to non-typesafe strings for those.
Sorry to bother, did you have a chance to look at this yet? Thanks!
Hi @lonkle, sorry for the delay - my past week has been really busy. Here's what the feature looks like: Other buttons I think could be useful: - Quick Save:...
I think the temporary 'undo' buttons sound like a good solution :) > Likewise, you're also featured on the Trello roadmap if you look at the "Ready to be Merged"...
There actually seems to be no need to configure it for the two phases separately. I've had success just excluding the test sources path: ```xml -Xep:NullAway:ERROR -XepOpt:NullAway:AnnotatedPackages=[...] -XepExcludedPaths:.*/src/test/java/.* ```
I like this idea, but it looks like implementations of the `ImmutableCollection` interface don't have to be persistent. That being said, perhaps the concrete implementations should contain the word `Persistent`.
Option 3 sounds fair to me, especially since 1 and 2 really don't seem like feasible solutions. Would all of the current extensions to `Iterable/List/Set/Map` be made available separately and...
Having to choose between two imports every time I use collection-related methods and classes sounds unconvenient, in my opinion. Am Do., 5. Okt. 2017, 18:05 schrieb Stephen Fox : >...
I believe the problem is that Azure CDN maps HTTP to HTTP and HTTPS to HTTPS, i.e. when you access http://yourcdn.azureedge.net, it forwards to http://yourorigin.azureedge.net and when you access https://yourcdn.azureedge.net,...
I've (hopefully) resolved this issue in PR #295 :smiley: