AnantLabs / gmodel

Automatically exported from code.google.com/p/gmodel
0 stars 0 forks source link

Removal of all remaining dependencies from code outside the kernel on org.gmodel.innershell.G #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
N/A

What is the expected output? 
No dependencies of any code outside the kernel on org.gmodel.innershell.G

This is not a functional defect but a structural defect:

Non kernel code may only reference the public org.gmodel.G API
Additionally, only (de)derialisation code may also reference the 
org.gmodel.core.api.GCore API.

What do you see instead?
For example the DeserializationMapper class references 
org.gmodel.innershell.reuseSemanticIdentity(final Identity semanticIdentity)

Original issue reported on code.google.com by jorn.bet...@gmail.com on 11 Sep 2011 at 7:47

GoogleCodeExporter commented 9 years ago
These changes have all been done. 

Chul, please validate the (de)serialiser and then close this issue.

Original comment by jorn.bet...@gmail.com on 4 Oct 2011 at 2:17

GoogleCodeExporter commented 9 years ago

Original comment by jorn.bet...@gmail.com on 3 Nov 2011 at 11:45