26 June 2023

Umlet 15.1 supports UML class generation from java code

Umlet 15.1 now generates UML class diagrams from code. 

You can give it a file or directory and will generate class elements in a grid like diagram with no relations.

The generation stops if Umlet encounters an enum, which is a bit of a bummer, but still this can give your a nice headstart if you already have some code.

This release is (maybe even more importantly) also reported to solve a nasty bug that crashed Umlet 15.0 on some actions.

1 April 2023

itsme network error (netwerk fout)

 I consistently started getting network error when logging in to the itsme identification app.

There is no information on the error in the FAQ and youi cannot reach customer support by phone.

It appears I simply had to upgrade the app in the play store, so they must have rolled out a server changes that is incompatible with older version recently.

22 March 2023

identifier cases (updated)

  • ALL_CAPS or TRUMP_CASE
  • PascalCase or UpperCamelCase
  • camelCase or dromedaryCase or lowerCamelCase
  • kebab-case
  • snake_case