Node:Rebuilding the Methods, Previous:Customizing the display, Up:The Methods buffer
In almost all cases there is NO need to manually rebuild the method-buffer, because it is always done automatically if necessary. But nevertheless there exist a few rare scenarios where a complete manual rebuild can be necessary. Here is one example:
Depending on the semantic-version: If an elisp-file is parsed which contains a defun X in the middle where the closing ) is missing, then semantic parses only until this defun X is reached and you will get an incomplete ECB-method buffer. In such a case you must complete the defun X and then completely reparse the elisp-file and rebuild the ECB method buffer!
A complete manually rebuild is done by ecb-rebuild-methods-buffer
.