En bastante código base puedes ver comentarios que indican cosas como:
// Workaround for defect 'xxx', (See bug 1434594 on Sun's bugparade)
Tengo algunas preguntas, pero todas están relacionadas.
¿Está bien poner el enlace a las preguntas de SO en los comentarios de un programa?
// We're now mapping from the "sorted-on column" to original indices.
//
// There's apparently no easy way to do this in Java, so we're
// re-inventing a wheel.
//
// (see why here, in SO question: http://stackoverflow.com/questions/951848)
¿Lo haces?
¿Y cuáles son los inconvenientes de hacerlo? (ver mi primer comentario por un terrible inconveniente)