CMPUT301F13T02 / ChooseYourAdventure

BSD 3-Clause "New" or "Revised" License
1 stars 7 forks source link

#67 Resolved all warnings, excluded test project from main project #193

Closed klindenbach closed 10 years ago

klindenbach commented 10 years ago

This was mostly import statements.

Ben pointed out to me the other day that Eclipse has a shortcut for resolving imports: Ctrl+Shift+O, so there's no reason for this stuff to crop up other than laziness.

It's worth noting, I added a rule to the main project that will exclude the test project from being considered as one of its resources. This makes it look better / less confusing, but it also resolves some warnings that were only appearing in the embedded version of ChooseYourAdventureTest but not the imported version.

klindenbach commented 10 years ago

Eclipse files now look like:

screen shot 2013-11-18 at 6 41 04 pm

It shouldn't require any changes by anybody to their Eclipse settings, but it will resolve the perceived weirdness