Summary: | crash while importing java class or project | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | mgenhart <mgenhart> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Umbrello crashes every time when I try to import this class |
Description
mgenhart
2010-07-27 19:38:48 UTC
Created attachment 49545 [details]
Umbrello crashes every time when I try to import this class
I did dome more investigation. Is seems that Umbrello crashes while importing Java classes which contain methods with variable-length parameter definitions, e.g.: private static String formatMessage(long code, Object... args) { ... } *** This bug has been marked as a duplicate of bug 230770 *** |