Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Improvements For Compiler Result Presentation

This is trivial to change, but I still prefer to get errors separated from 
all other values.
So we could have four columns:
    1         |              2                 |                  3    |   
            4
Errors   | Other warnings   |   Forbidden accesses |     Discouraged 
accesses

Olivier




Daniel Megert <daniel_megert@xxxxxxxxxx> 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2007-02-27 04:45
Please respond to
"Eclipse platform release engineering list." 
<platform-releng-dev@xxxxxxxxxxx>


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[platform-releng-dev] Improvements For Compiler Result Presentation







Hi,

it's great that the forbidden and discouraged warnings are now separated.
However, in my opinion the results (e.g.
http://download.eclipse.org/downloads/drops/N20070226-0010/testResults.php
)
are currently still a bit hard to read. I suggest the following
improvements:
- make a first section that only contains the 'Errors' and 'Warnings'
(without access restrictions)
- make a second section which shows the access violations
- the access violation output is too compact and hard to read, e.g. "5119
(0/5119)"). I suggest to use two columns: 'Forbidden Access' and
'Discouraged Access'
- in the detailed log output I'd like to have the forbidden access
separated

Thanks,
Dani

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev




Back to the top