Issue Type: Enhancement Enhancement
Affects Versions: 2.0.1.Final, 1.1.13.Final
Assignee: Jozef Hartinger
Created: 13/Jul/13 12:45 AM
Description:

IDE's generally support automatic links of stacktraces.
This can be leveraged when reporting an error in known class.

For example this

Exception in thread "main" org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [EmfProperties] with qualifiers [@QEmfProperties] at injection point [[field] @QEmfProperties @Inject private org.jboss.weld.environment.se.jpa.EntityManagerStoreImpl.emfProperties]
	at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:311)
	at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:280)


could be improved to

WELD-001408 Unsatisfied dependencies for type 
    [EmfProperties] with qualifiers [@QEmfProperties] at injection point:
        at org.jboss.weld.environment.se.jpa.EntityManagerStoreImpl(EntityManagerStoreImpl:1)
    [field] @QEmfProperties @Inject private org.jboss.weld.environment.se.jpa.EntityManagerStoreImpl.emfProperties
Stacktrace:
	at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:311)
	at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:280)

Still better to have a file link without a line number than nothing.

Project: Weld
Priority: Major Major
Reporter: Ondrej Zizka
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

Reply via email to