|
From: <la...@na...> - 2017-03-29 19:42:09
|
Hi Manny, It should already be in GitHub, here: https://github.com/mars-sim/mars-sim-tools/tree/master/transition - Lars manny kung skrev den 2017-03-28 23:05: > Hi Lars, > > Can you post your tool in GH ? It's nice showing how many files on each category. > > I do notice GH has a color tool built-in (right below the description) to tell the % breakdown of the type of languages used but they are different. > > * Java 79.6% [2] > * HTML 10.0% [3] > * JavaScript 8.9% [4] > * CSS 1.5% [5] > * Roff 0.0% [6] > * Groovy 0.0% [7] > > On Thu, Jul 7, 2016 at 5:10 AM, <la...@na...> wrote: > >> Hi Manny >> >> I just reran the little tool I made: >> >> ----------------------------------- >> >> Total files with Java code : 1202 >> Total files importing UI APIs : 525 >> Files importing Swing : 367 (69.9047619048 [1] %) >> Files importing JavaFX: 158 (30.0952380952 %) >> Files importing both : 52 (9.90476190476 %) >> >> ----------------------------------- >> >> 70% of our Java classes in the repository use Swing in one form or another. >> >> But I think this mostly has to do with the old MarsProject, Like the old SplashWindow and such. >> >> Since we decided that all future development is going to be in the MarsProjectFX build, can we not remove these things? >> >> What do you think? We're not working on the Swing version anymore and it muddles up the project I think. >> >> - Lars Links: ------ [1] tel:(904)%20761-9048 [2] https://github.com/mars-sim/mars-sim/search?l=java [3] https://github.com/mars-sim/mars-sim/search?l=html [4] https://github.com/mars-sim/mars-sim/search?l=javascript [5] https://github.com/mars-sim/mars-sim/search?l=css [6] https://github.com/mars-sim/mars-sim/search?l=roff [7] https://github.com/mars-sim/mars-sim/search?l=groovy |