editorconfig-eclipse icon indicating copy to clipboard operation
editorconfig-eclipse copied to clipboard

Investigate null file references

Open ncjones opened this issue 9 years ago • 2 comments

See EditorActivationSelectionListener#selectionChanged. This issue is worked around in #10.

ncjones avatar Aug 04 '15 04:08 ncjones

@hyness What OS, Eclipse and Java versions were you using when you saw the null pointer exceptions?

You mentioned you were browsing mvn artifacts when you saw the issue. Were the Maven dependencies included via M2Eclipse?

ncjones avatar Aug 04 '15 05:08 ncjones

OSX 10.10.4 Mars Release (4.5.0) Build id: 20150621-1200 Java 1.8.0_45

Yes, I use the EE version of eclipse and use the included m2e for maven projects. m2e will download source for artifacts that have it. It seemed logical there would be no .editorconfig file for those types of java files

hyness avatar Aug 04 '15 14:08 hyness