matthiasblaesing commented on code in PR #9307:
URL: https://github.com/apache/netbeans/pull/9307#discussion_r3040823025


##########
platform/openide.modules/src/org/openide/modules/Dependency.java:
##########
@@ -361,6 +365,39 @@ public static Set<Dependency> create(int type, String 
body) throws IllegalArgume
         return deps;
     }
 
+    /**

Review Comment:
   I assume using `Dependency#create` would be out of the question? If so, I 
tend to agree, that adding comments seems like a valid approach. It mimics the 
"Serialization" warning that ca be found in the swing classes, that explicitly 
declares, that serialized versions will not be compatible with future versions. 
I'd add that there is no guarantee for the used data format.



-- 
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