Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

how hard will it be to work out a script, that update the namespace automatically? it would even be possible to do that in the bytecode level I think.

I think Eclipse Foundation is f*cked, not by Oracle but its bureaucracy, and inability to reinvent itself.



> how hard will it be to work out a script, that update the namespace automatically? it would even be possible to do that in the bytecode level I think.

Java has reflection, so classes can be loaded by name at runtime (and the name might have come from a XML file somewhere, or be the result of string concatenation); also, the name of a class can be easily obtained so code can depend on that (for instance, a logging configuration XML file). That's before considering that some libraries generate classes on the fly (by dynamically generating and loading bytecode, which include class names).




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: