Leap second handling in Windows timestamps

2023-05-13 Thread andreas
my current level of experience and permissions allow me to contribute directly to the JDK codebase. Still, I hope this code can provide some direction towards refining the handling of Windows timestamps. Kind regards, Andreas private static Instant fileTimeToInstant(long fileTime) { if (fileTi

Re: Task for an aspiring JDK contributor

2022-11-18 Thread Andreas Røsdal
> > 1. Renamed the internal ArrayList to something like ArrayWrappingList > 2. Overrode add > > then the stack trace could be enough (or better than the status quo) > > jshell> Arrays.asList(1, 2, 3).add(4); > | Exception java.lang.UnsupportedOperationException > |

Re: Task for an aspiring JDK contributor

2022-11-18 Thread Andreas Røsdal
bs-dev in bugs.openjdk.org that you are aware of that you would like me to help you implement? Thanks for considering my request. Regards, Andreas On Fri, Nov 18, 2022 at 5:51 PM Daniel Fuchs wrote: > Hi Andreas, > > First of all, congratulations for seeking advice before working on