You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Albert Flex (Jira)" <ji...@apache.org> on 2021/03/02 16:52:00 UTC

[jira] [Created] (NETBEANS-5398) Gradle Not Work Correctly

Albert Flex created NETBEANS-5398:
-------------------------------------

             Summary: Gradle Not Work Correctly
                 Key: NETBEANS-5398
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5398
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Gradle
    Affects Versions: 12.2
            Reporter: Albert Flex
            Assignee: Laszlo Kishalmi
             Fix For: 12.3
         Attachments: 截图_2021-03-03_00-49-10.png, 截图_2021-03-03_00-50-53.png

There is an exception when setting the distribution address of gradle. Although the interface display has been changed, it is still not set successfully after restart. An exception was reported in the log.

 

java.lang.NullPointerException
 at org.netbeans.modules.gradle.options.SettingsPanel.applyValues(SettingsPanel.java:768)
 at org.netbeans.modules.gradle.options.GradleOptionsController.applyChanges(GradleOptionsController.java:53)
 at org.netbeans.modules.options.TabbedController.applyChanges(TabbedController.java:111)
 at org.netbeans.modules.options.CategoryModel$Category.applyChanges(CategoryModel.java:379)
 at org.netbeans.modules.options.CategoryModel$Category.access$1100(CategoryModel.java:302)
 at org.netbeans.modules.options.CategoryModel.save(CategoryModel.java:198)
 at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:294)
 at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:278)
 at org.netbeans.modules.options.OptionsDisplayerImpl$OptionsPanelListener$3.run(OptionsDisplayerImpl.java:514)
 at org.netbeans.modules.progress.ui.RunOffEDTImpl$3.run(RunOffEDTImpl.java:252)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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