Hacker News new | ask | show | jobs
by quelltext 2794 days ago
Wait, how is the code in the first link passing definite assignment analysis checks for `params`? The Java compiler is intentionally very restrictive about this (even if by means of more elaborate analysis definite assignment could be proven).
1 comments

My hunch is that it doesn't, so the fix was actually wrong.

The file here has the necessary initialization for params for this to work: https://github.com/GeoWebCache/geowebcache/blob/master/geowe...