157158159160161162163
* an expensive operation since it would trigger the regeneration of * @throws CoreException */ protected void cleanJapidviews() throws CoreException { IResource japids = getJapidViewsResource(); japids.accept(new JapidCleanVisitor()); }