up vote 0 down vote favorite
1
share [g+] share [fb]

I am trying to convert my C# code to design (Reverese Engineering) using StarUML. I got the error while performing the Reverse engineering

"Error occurred in the process of reverse engineering. message : Catastrophic failure".

After the error, the application crashed.

Could anyone suggest a solution for this please?

link|improve this question

25% accept rate
feedback

4 Answers

One of the problems with staruml is that apparently it does not support generics and when a file has the "<", a parser error occurs

link|improve this answer
feedback

I'm not familiar with StarUML in particular, although there are a couple of ways that it could be going about the process of documenting your assemblies. The most likely method is .Net reflection.

Lots of applications struggle with the more recent C# optimisations.

The best application for reflecting code back out is Reflector, and there are plug-ins that will generate UML for you.

link|improve this answer
feedback

It seems like a parser error of StarUML. You may try other UML software such as ModelMaker for C#.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.