JComponent label = mainFrame.getGuiLayout().getSourceViewComponent();
if (label != null) {
URL u = null;
if (bug != null) {
Cloud plugin = mainFrame.getBugCollection().getCloud();
if (plugin.supportsSourceLinks()) {
u = plugin.getSourceLink(bug);
}
}
if (u != null) {
addLink(label, u);