mbien commented on code in PR #4205:
URL: https://github.com/apache/netbeans/pull/4205#discussion_r902877507


##########
java/java.disco/src/org/netbeans/modules/java/disco/QuickPkgSelection.java:
##########
@@ -57,6 +59,9 @@ public QuickPkgSelection(QuickPanel.QuickSelection quick) {
                     switch (OS.getOperatingSystem()) {
                         case WINDOWS:
                             return ArchiveType.MSI == p.getArchiveType() || 
ArchiveType.EXE == p.getArchiveType();
+                        case LINUX:

Review Comment:
   you mean the linux branch of the switch? yes, it will download an archive 
via quick panel no matter what the selected radio button option was. For linux 
installers the user would have to use the advanced panel. There are simply too 
many linux installer formats to be able to automatically pick one and then also 
correctly fire up the UI for that. Extracting always works.



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