StarChart-Labs / corona-ide

A exploratory project to build a lighter, simpler Java IDE - or learn trying!
Eclipse Public License 1.0
3 stars 1 forks source link

Application Representation and Service #17

Closed romeara closed 7 years ago

romeara commented 7 years ago

Create a service to read a representation of the current application. This allows future property storage, and use of the application instead of internal configuration in locations where application information is needed.

Switch datastore service to use application representation. This additionally allows for more consistent method signatures for operations on application data and the upcoming workspace and project data operations

codecov-io commented 7 years ago

Current coverage is 80.95% (diff: 82.75%)

Merging #17 into master will decrease coverage by 0.79%

@@             master        #17   diff @@
==========================================
  Files             5          7     +2   
  Lines           126        147    +21   
  Methods           0          0          
  Messages          0          0          
  Branches         20         23     +3   
==========================================
+ Hits            103        119    +16   
- Misses           12         16     +4   
- Partials         11         12     +1   

Powered by Codecov. Last update 8ccdef1...4cc2787