Martin Hartmann

Results 2 issues of Martin Hartmann

The shortcut key to does not work when using a temporary file (not saving it). If I `Ctrl + Enter` just a blank line is inserted. If I remap the...

bug

Say I have have an interface `Authentication` and it gets implemented by `SharedSecret` and `CredentialMac`. ``` interface Authentication {} /** @XmlRoot("SharedSecret") */ class SharedSecret implements Authentication {} /** @XmlRoot("CredentialMac") */...

question