Skip to content

Git compatibility: Spoon ignores files added as resources if they don't end in .java #84

@slarse

Description

@slarse

When Git runs a merge, it names the files .merge_file_blabla, and Spoon does not recognize these as proper Java files. A quick-fix would be to e.g. .merge_file_blabla to .merge_file_blabla.java, but that will cause a platform dependence. Not sure what the best solution is here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions