Skip to content

different name than ProcessBuilder #439

@maxandersen

Description

@maxandersen

discussed in #418 reusing ProcessBuilder name is not great.

In particular when you write code like this:

void main() {
    var pb = new ProcessBuilder("ls", "-l");
}

You get no error because ProcessBuilder is in java.lang and it is now quite tedious because the IDE will not help you import it.

How about ProcBuilder or ExecBuilder ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions