Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin - Fixed error reporting formatting in BIRT Exception ($NO-RB$) and an error message in OSGi launcher

- Summary:

 

Fixed error reporting formatting in BIRT Exception and an error message in OSGi launcher


- Bugzilla Bug (s) Resolved: None

- Description:

Current error reporting always shows $NO-RB$ (for no resource bundle) if the string was not localized at the exception code level. This has no meaning to the end-user, and the error message can in fact be localized before being passed to BirtException.

 

Solution: Simply remove the $NO-RB$ prefix in those cases.

Also fixed an OSGi error message that was creating an object from a string (resulting in the object address to be printed instead of the string content).


- Tests Description  : Unit tests, rendering tests

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:

"/org.eclipse.birt.core/src/org/eclipse/birt/core/exception/BirtException.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/framework/osgi/OSGILauncher.java"


- Files Added:

 

- Files Deleted

 

 


Back to the top