This fixes an issue where nesting a WARN underneath an ERROR will cause the ERROR log message to turn yellow (the WARN color).  In the process of fixing this, I decided that Type's API needed a little bit of a face lift.  No one is really using the getParent() stuff, so it made sense to me to introduce an abstract concept of priority instead, because it makes the O(n) operations O(1).

Review by: bruce

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@421 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed