Skip to content

Eclipse plugin someomes doesn't indent correctly until save #33

Closed
@philwebb

Description

@philwebb

I did extract variable on

	@Test
	public void convertFromStringToInetAddressWhenHostDoesNotExistShouldThrowException() {
		this.thrown.expect(ConversionFailedException.class);
		this.conversionService.convert("ireallydontexist.example.com", InetAddress.class);
	}

and got

	@Test
	public void convertFromStringToInetAddressWhenHostDoesNotExistShouldThrowException() {
		this.thrown.expect(ConversionFailedException.class);
		String missingDomain = "ireallydontexist.example.com";
this.conversionService.convert(missingDomain, InetAddress.class);
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions