Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Heuristic for shrinking error messages did not work well

A newer patch got posted with the latest implementation for shortening
error messages. Please give it a try and let us know what you think about
it.

Using this patch you will enjoy more readable problem messages.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/patches/org.eclipse.jdt.core_2.0.0.zip

----- Forwarded by Philippe Mulet/SNZ/OTI on 07/29/2002 01:19 PM -----
                                                                                                                           
                      "Philippe Mulet"                                                                                     
                      <Philippe_Mulet@oti        To:       jdt-core-dev@xxxxxxxxxxx                                        
                      .com>                      cc:                                                                       
                      Sent by:                   Subject:  [jdt-core-dev] Heuristic for shrinking error messages did not   
                      jdt-core-dev-admin@         work well                                                                
                      eclipse.org                                                                                          
                                                                                                                           
                                                                                                                           
                      07/26/2002 06:56 PM                                                                                  
                      Please respond to                                                                                    
                      jdt-core-dev                                                                                         
                                                                                                                           
                                                                                                                           




There were a couple places where it was too naive (e.g. type imports were
loosing their package prefix, ...).

I had thus to replace it with the "real" implementation, passing along 2
sets of problem arguments (arguments for bookkeeping, arguments for
display).

Changes are released in HEAD, please raise issues caused by these changes.



_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev





Back to the top