|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

Yeah, but we don't know from the class name itself whether the class is in a file with the same name or not. So the best we can do is always print NameOfClass.java:1, even when NameOfClass.java doesn't even exist.
Yes, clicking through packages is definitely a pain. I'm using IDEA and always open files through CTRL-N and paste the name of the class.
This should really be handled by the IDE itself. Instead of only creating a link when it seeds Something.java:123, it should also create a link every time it sees a fully qualified class name in the output window (similar to how IDEA does this in XML files).