Skip to content

Import order is wrong #107

Description

@ariel777

Now:

import com.model.Ethernet;
import com.model.Id;
import com.model.Ethernet.B;
import com.model.Ethernet.PortS;
import com.model.Ethernet.PortT;

Should be:

import com.model.Ethernet;
import com.model.Ethernet.B;
import com.model.Ethernet.PortS;
import com.model.Ethernet.PortT;
import com.model.Id;

Version

Current version: 15.8.132.637.1
15.8 (2016-07-16) - Another import order fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions