En bastante base de código puede ver comentarios que indican cosas como:
// Workaround for defect 'xxx', (See bug 1434594 on Sun's bugparade)
Así que tengo algunas preguntas, pero todas están relacionadas.
¿Está bien poner un enlace a las preguntas 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)
¿Tú lo haces?
¿Y cuáles son los inconvenientes al hacerlo? (ver mi primer comentario para un terrible inconveniente)