makiam
makiam
Still not works for me I used this sample application: https://github.com/gradle/gradle/tree/master/subprojects/docs/src/samples/testing/jacoco/quickstart/groovy Also I see this exception in IDE log [exception.txt](https://github.com/kelemen/netbeans-gradle-project/files/2658426/exception.txt)
I using the latest Netbeans dev build. Means I clone repository and build NB from sources. I founв that exception is throwns when I set xml.enabled true. But *.dtd file...
See other Exception now: INFO [org.netbeans.gradle.project.coverage.GradleCoverageProvider]: Could not parse E:\Temp\quickstart\build\customJacocoReportDir\test\jacocoTestReport.xml java.lang.NullPointerException at java.net.URL.(URL.java:532) Caused: java.net.MalformedURLException at java.net.URL.(URL.java:627) at java.net.URL.(URL.java:490) at java.net.URL.(URL.java:439) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:620) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:1304) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:1270) at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:264) at...
FYI: test project repository: https://github.com/makiam/quickstart
It works now, Amazing. Thanks a lot!
BTW. Is it possible to customize class coverage view colors? I see the jacoco coverage plugin for NB ant based projects. It offer to customize such colors for covered/partial/not covered...
copy() function in general used to restore edited object values from Undo/Redo stack. As the camera's distToPane is not editable this fix has no good visible effect. (I just found...
At least for groovy script execution may be sandboxed with restricting some packages/classes. Imaginу we want to prohibit using JDialog class from groovy script. We add SecureASTCustomizer class to compiler...
About Buoy's BDialog mentioned above. By default it creates backing JDialog with DO_NOTHING_ON_CLOSE flag set. This prevents orphaned UI dialog from close even by hands
See no troubles with given script neither on Windows nor on my virtual Mac