[Uml-user] Newbie questions
Eric Pailleau
eric at numlog.fr
Wed Feb 16 04:42:21 UTC 2005
Rhys Campbell wrote:
> Just getting a grip of Umbrello and I have a couple of
> questions. I very much like the code generation
> facility but would like to modify what it does. For
> java for some reason it insists on including..
>
> import int;
> import String;
>
> Can I stop this?
cat file | grep -v '^import' > file
>
> Also I prefer to line my brackets up like
>
> class myClass
> {
> Blah;
> }
>
> Rather than
>
> class myClass {
> Blah;
> }
>
cat file | sed -e "s/{$/\n{/" > file
More information about the umbrello
mailing list