6PATyCb commented on issue #4732:
URL: https://github.com/apache/netbeans/issues/4732#issuecomment-1271754978

   > Base64 encoding would be better suited for this most likely, its more 
compact and doesn't have the dot problem.
   > edit: probably have to use Base32 due to case insensitivity of some file 
systems.
   
   You are right about probably length limitation. As alternative Base64/32 
might be better create one mapping file like `categories.map` with json or some 
another format that associates a category name with a category body file and 
all body files will be named by increment algorithm (category1.c, category2.c 
... categoryN.c)? Or another opinion - since all the categories required for 
the dashboard together we could read all the files ending in `.c` from the 
directory and recover the category names from their bodies. This will allow you 
not to think about encodings and file lengths.
   
   Also, we must not forget after fix with replace to another serialize format 
we receive new issue with backward capability of old saved files. 
   
   > You have to build netbeans once via command line 
(https://github.com/apache/netbeans#building-netbeans).
   After that, simply open the bugtracking module in NetBeans and you can build 
and test it like a normal project.
   
   Thanks for the advice, I'll try to do it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to