← Back to team overview

mugle-dev team mailing list archive

[Bug 731919] [NEW] Resolving Namespace Conflicts on imports

 

Public bug reported:

Due to the way login is handled by GAE, when ive started to implement the services for the Simple UI, it complains because im importing both:
au.edu.unimelb.csse.mugle.server.model.User;
com.google.appengine.api.users.User;

Is there a way to get around this without refactoring and renaming the
User class in our model package?

** Affects: mugle
     Importance: Undecided
         Status: New

** Description changed:

- Due to the way login is handled by GAE, when ive started to implement the services for the Simple UI, its complains because im importing both:
+ Due to the way login is handled by GAE, when ive started to implement the services for the Simple UI, it complains because im importing both:
  au.edu.unimelb.csse.mugle.server.model.User;
  com.google.appengine.api.users.User;
  
  Is there a way to get around this without refactoring and renaming the
  User class in our model package?

-- 
You received this bug notification because you are a member of MUGLE
Developers, which is subscribed to MUGLE.
https://bugs.launchpad.net/bugs/731919

Title:
  Resolving Namespace Conflicts on imports

Status in Melbourne University Game-based Learning Environment:
  New

Bug description:
  Due to the way login is handled by GAE, when ive started to implement the services for the Simple UI, it complains because im importing both:
  au.edu.unimelb.csse.mugle.server.model.User;
  com.google.appengine.api.users.User;

  Is there a way to get around this without refactoring and renaming the
  User class in our model package?



Follow ups

References