|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
[others] plugin! plugin!Hi,
Very glade to see nb6.0 has been released. But to put it on my daily work, two plugins which I'd been expecting are not ready yet. 1. Codecoverage for nb6.0 2. SQE. So, what is yours? Regards, Tetsu |
|
|
Re: [others] plugin! plugin!Hi,
I plan to have codecoverage plugin finally updated by the Christmas holidays. The currently available Beta should work fine anyway. Sorry, did not have any time earlier because of NB 6 release :) thanks, Mikhail tetsu.soh@... wrote: > Hi, > > Very glade to see nb6.0 has been released. > But to put it on my daily work, two plugins which I'd been expecting are > not ready yet. > 1. Codecoverage for nb6.0 > 2. SQE. > > So, what is yours? > > Regards, > Tetsu |
|
|
Re: [others] plugin! plugin!Hello Tetsu,
as for the SQE plugin take a look here: https://grizzly.dev.java.net/tutorials/sqe-nb6-tutorial/index.html Hope this helps, -Jirka Mikhail Kondratyev wrote: > Hi, > > I plan to have codecoverage plugin finally updated by the Christmas > holidays. The currently available Beta should work fine anyway. > > Sorry, did not have any time earlier because of NB 6 release :) > > thanks, Mikhail > > tetsu.soh@... wrote: > >> Hi, >> >> Very glade to see nb6.0 has been released. >> But to put it on my daily work, two plugins which I'd been expecting are >> not ready yet. >> 1. Codecoverage for nb6.0 >> 2. SQE. >> >> So, what is yours? >> >> Regards, >> Tetsu |
|
|
Re: [others] plugin! plugin!Hi,
Thank you for the info and your great plugin. I hope next release can integrate it. It is a must-have plugin for all Java programmer. Regards, Tetsu Mikhail.Kondratyev@... wrote on 2007/12/04 19:10:03: > Hi, > I plan to have codecoverage plugin finally updated by the Christmas > holidays. The currently available Beta should work fine anyway. > Sorry, did not have any time earlier because of NB 6 release :) > thanks, Mikhail > tetsu.soh@... wrote: > > Hi, > > > > Very glade to see nb6.0 has been released. > > But to put it on my daily work, two plugins which I'd been expecting are > > not ready yet. > > 1. Codecoverage for nb6.0 > > 2. SQE. > > > > So, what is yours? > > > > Regards, > > Tetsu |
|
|
Re: [others] plugin! plugin!Hi,
Thank you for your information. But I found FindBugs cannot use. Everytime I try to invoke it, nb give me the following exception. java.io.IOException: No classes found to analyze in D:\Projects\netbeans_projects\NetbeansTest\build\classes *log4j-1.2.15.jar *junit-3.8.2.jar *junit-4.1.jar *resources.jar *rt.jar *jsse.jar *jce.jar *charsets.jar at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:191) at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.executeFindBugs(FindBugsSession.java:243) at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.computeResult(FindBugsSession.java:81) at org.nbheaven.sqe.codedefects.resultui.action.AbstractRunSingleSQEAction$Processor.execute(AbstractRunSingleSQEAction.java:109) at org.nbheaven.sqe.codedefects.resultui.action.AbstractRunSingleSQEAction.performAction(AbstractRunSingleSQEAction.java:50) at org.openide.util.actions.NodeAction.performAction(NodeAction.java:289) at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:118) at org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.actionPerformed(ActionsBridge.java:111) at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:104) at org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:52) at org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.doRun(ActionsBridge.java:102) at org.netbeans.modules.openide.util.ActionsBridge$1.run(ActionsBridge.java:71) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986) Regards, Tetsu. Jiri.Kovalsky@... wrote on 2007/12/05 04:19:43: > Hello Tetsu, > as for the SQE plugin take a look here: > https://grizzly.dev.java.net/tutorials/sqe-nb6-tutorial/index.html > Hope this helps, > -Jirka > Mikhail Kondratyev wrote: > > Hi, > > > > I plan to have codecoverage plugin finally updated by the Christmas > > holidays. The currently available Beta should work fine anyway. > > > > Sorry, did not have any time earlier because of NB 6 release :) > > > > thanks, Mikhail > > > > tetsu.soh@... wrote: > > > >> Hi, > >> > >> Very glade to see nb6.0 has been released. > >> But to put it on my daily work, two plugins which I'd been expecting > >> not ready yet. > >> 1. Codecoverage for nb6.0 > >> 2. SQE. > >> > >> So, what is yours? > >> > >> Regards, > >> Tetsu |
|
|
Re: [others] plugin! plugin!Hi Mikhail,
When I use nb with Maven type project, every time when I try to open the "Properties" of the project in context menu, nb throw the following exception: java.lang.NullPointerException at org.netbeans.modules.coverage.config.ProjectPropertiesReader.loadProjectProperties(ProjectPropertiesReader.java:72) at org.netbeans.modules.coverage.config.Config.getInstanceForProject(Config.java:52) at org.netbeans.modules.coverage.utils.ModuleActivityModes.isModuleActive(ModuleActivityModes.java:50) at org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems.getActions(ProjectMenuAction.java:149) at org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems.setSelected(ProjectMenuAction.java:118) at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1175) at javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:101) at javax.swing.plaf.basic.BasicMenuUI$Handler.mouseEntered(BasicMenuUI.java:496) at javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:348) at com.sun.java.swing.plaf.windows.WindowsMenuUI$WindowsMouseInputHandler.mouseEntered(WindowsMenuUI.java:237) at java.awt.Component.processMouseEvent(Component.java:6047) at javax.swing.JComponent.processMouseEvent(JComponent.java:3265) at java.awt.Component.processEvent(Component.java:5803) at java.awt.Container.processEvent(Container.java:2058) at java.awt.Component.dispatchEventImpl(Component.java:4410) at java.awt.Container.dispatchEventImpl(Container.java:2116) at java.awt.Component.dispatchEvent(Component.java:4240) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322) at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4111) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3968) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916) at java.awt.Container.dispatchEventImpl(Container.java:2102) at java.awt.Window.dispatchEventImpl(Window.java:2429) at java.awt.Component.dispatchEvent(Component.java:4240) [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) With other type of project, I never got this issue. Hope you can fix this problem when coverage release. Regards, Tetsu Mikhail.Kondratyev@... wrote on 2007/12/04 19:10:03: > Hi, > I plan to have codecoverage plugin finally updated by the Christmas > holidays. The currently available Beta should work fine anyway. > Sorry, did not have any time earlier because of NB 6 release :) > thanks, Mikhail > tetsu.soh@... wrote: > > Hi, > > > > Very glade to see nb6.0 has been released. > > But to put it on my daily work, two plugins which I'd been expecting are > > not ready yet. > > 1. Codecoverage for nb6.0 > > 2. SQE. > > > > So, what is yours? > > > > Regards, > > Tetsu |
|
|
Re: [others] plugin! plugin!Hi,
Thanks, I will look into this. thanks, Mikhail tetsu.soh@... wrote: > Hi Mikhail, > > When I use nb with Maven type project, every time when I try to open the > "Properties" of the project in context menu, > nb throw the following exception: > > java.lang.NullPointerException > at > org.netbeans.modules.coverage.config.ProjectPropertiesReader.loadProjectProperties(ProjectPropertiesReader.java:72) > at > org.netbeans.modules.coverage.config.Config.getInstanceForProject(Config.java:52) > at > org.netbeans.modules.coverage.utils.ModuleActivityModes.isModuleActive(ModuleActivityModes.java:50) > at > org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems.getActions(ProjectMenuAction.java:149) > at > org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems.setSelected(ProjectMenuAction.java:118) > at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1175) > at > javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:101) > at > javax.swing.plaf.basic.BasicMenuUI$Handler.mouseEntered(BasicMenuUI.java:496) > at > javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:348) > at > com.sun.java.swing.plaf.windows.WindowsMenuUI$WindowsMouseInputHandler.mouseEntered(WindowsMenuUI.java:237) > at java.awt.Component.processMouseEvent(Component.java:6047) > at javax.swing.JComponent.processMouseEvent(JComponent.java:3265) > at java.awt.Component.processEvent(Component.java:5803) > at java.awt.Container.processEvent(Container.java:2058) > at java.awt.Component.dispatchEventImpl(Component.java:4410) > at java.awt.Container.dispatchEventImpl(Container.java:2116) > at java.awt.Component.dispatchEvent(Component.java:4240) > at > java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322) > at > java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4111) > at > java.awt.LightweightDispatcher.processMouseEvent(Container.java:3968) > at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916) > at java.awt.Container.dispatchEventImpl(Container.java:2102) > at java.awt.Window.dispatchEventImpl(Window.java:2429) > at java.awt.Component.dispatchEvent(Component.java:4240) > [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) > at > java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) > at > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) > > > With other type of project, I never got this issue. > Hope you can fix this problem when coverage release. > > Regards, > Tetsu > > Mikhail.Kondratyev@... wrote on 2007/12/04 19:10:03: > >> Hi, > >> I plan to have codecoverage plugin finally updated by the Christmas >> holidays. The currently available Beta should work fine anyway. > >> Sorry, did not have any time earlier because of NB 6 release :) > >> thanks, Mikhail > >> tetsu.soh@... wrote: >>> Hi, >>> >>> Very glade to see nb6.0 has been released. >>> But to put it on my daily work, two plugins which I'd been expecting > are >>> not ready yet. >>> 1. Codecoverage for nb6.0 >>> 2. SQE. >>> >>> So, what is yours? >>> >>> Regards, >>> Tetsu |
|
|
Re: [others] plugin! plugin!Hi,
We have tested the plugin and it works fine with 6.00 I have fixed the maven project bug and updated the plugin on codecoverage.netbeans.org You can also install the plugin from the codecoverage update center. URL is http://codecoverage.netbeans.org/downloads/updates/updates.xml We have started the process of publishing the plugin on NB 6.0 Beta Update center Also, I plan to finish some new features (mainly integrated coverage reports for (projects/packages/classes) by the end of the year. thanks, Mikhail tetsu.soh@... wrote: > Hi Mikhail, > > When I use nb with Maven type project, every time when I try to open the > "Properties" of the project in context menu, > nb throw the following exception: > > java.lang.NullPointerException > at > org.netbeans.modules.coverage.config.ProjectPropertiesReader.loadProjectProperties(ProjectPropertiesReader.java:72) > at > org.netbeans.modules.coverage.config.Config.getInstanceForProject(Config.java:52) > at > org.netbeans.modules.coverage.utils.ModuleActivityModes.isModuleActive(ModuleActivityModes.java:50) > at > org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems.getActions(ProjectMenuAction.java:149) > at > org.netbeans.modules.coverage.ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems.setSelected(ProjectMenuAction.java:118) > at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1175) > at > javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:101) > at > javax.swing.plaf.basic.BasicMenuUI$Handler.mouseEntered(BasicMenuUI.java:496) > at > javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.java:348) > at > com.sun.java.swing.plaf.windows.WindowsMenuUI$WindowsMouseInputHandler.mouseEntered(WindowsMenuUI.java:237) > at java.awt.Component.processMouseEvent(Component.java:6047) > at javax.swing.JComponent.processMouseEvent(JComponent.java:3265) > at java.awt.Component.processEvent(Component.java:5803) > at java.awt.Container.processEvent(Container.java:2058) > at java.awt.Component.dispatchEventImpl(Component.java:4410) > at java.awt.Container.dispatchEventImpl(Container.java:2116) > at java.awt.Component.dispatchEvent(Component.java:4240) > at > java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322) > at > java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4111) > at > java.awt.LightweightDispatcher.processMouseEvent(Container.java:3968) > at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916) > at java.awt.Container.dispatchEventImpl(Container.java:2102) > at java.awt.Window.dispatchEventImpl(Window.java:2429) > at java.awt.Component.dispatchEvent(Component.java:4240) > [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) > at > java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) > at > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) > > > With other type of project, I never got this issue. > Hope you can fix this problem when coverage release. > > Regards, > Tetsu > > Mikhail.Kondratyev@... wrote on 2007/12/04 19:10:03: > >> Hi, > >> I plan to have codecoverage plugin finally updated by the Christmas >> holidays. The currently available Beta should work fine anyway. > >> Sorry, did not have any time earlier because of NB 6 release :) > >> thanks, Mikhail > >> tetsu.soh@... wrote: >>> Hi, >>> >>> Very glade to see nb6.0 has been released. >>> But to put it on my daily work, two plugins which I'd been expecting > are >>> not ready yet. >>> 1. Codecoverage for nb6.0 >>> 2. SQE. >>> >>> So, what is yours? >>> >>> Regards, >>> Tetsu |
|
|
Re: [others] plugin! plugin!Hi Mikhail,
Great news! I will take it as my New Year's present! Thank you for your quick response and great work! Tetsu Mikhail.Kondratyev@... wrote on 2007/12/08 01:23:36: > Hi, > We have tested the plugin and it works fine with 6.00 > I have fixed the maven project bug and updated the plugin on > codecoverage.netbeans.org You can also install the plugin from the > codecoverage update center. URL is > http://codecoverage.netbeans.org/downloads/updates/updates.xml > We have started the process of publishing the plugin on NB 6.0 Beta > Update center > Also, I plan to finish some new features (mainly integrated coverage > reports for (projects/packages/classes) by the end of the year. > thanks, Mikhail > > tetsu.soh@... wrote: > > Hi Mikhail, > > > > When I use nb with Maven type project, every time when I try to open the > > "Properties" of the project in context menu, > > nb throw the following exception: > > > > java.lang.NullPointerException > > at > > org.netbeans.modules.coverage.config.ProjectPropertiesReader. > loadProjectProperties(ProjectPropertiesReader.java:72) > > at > > org.netbeans.modules.coverage.config.Config. > getInstanceForProject(Config.java:52) > > at > > org.netbeans.modules.coverage.utils.ModuleActivityModes. > isModuleActive(ModuleActivityModes.java:50) > > at > > org.netbeans.modules.coverage. > ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems. > getActions(ProjectMenuAction.java:149) > > at > > org.netbeans.modules.coverage. > ProjectMenuAction$ProjectContextAwareMenuAction$ProjectMenuItems. > setSelected(ProjectMenuAction.java:118) > > at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1175) > > at > > javax.swing.MenuSelectionManager. > setSelectedPath(MenuSelectionManager.java:101) > > at > > javax.swing.plaf.basic.BasicMenuUI$Handler. > mouseEntered(BasicMenuUI.java:496) > > at > > javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler. > mouseEntered(BasicMenuUI.java:348) > > at > > com.sun.java.swing.plaf.windows. > > > at java.awt.Component.processMouseEvent(Component.java:6047) > > at javax.swing.JComponent.processMouseEvent(JComponent.java:3265) > > at java.awt.Component.processEvent(Component.java:5803) > > at java.awt.Container.processEvent(Container.java:2058) > > at java.awt.Component.dispatchEventImpl(Component.java:4410) > > at java.awt.Container.dispatchEventImpl(Container.java:2116) > > at java.awt.Component.dispatchEvent(Component.java:4240) > > at > > java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322) > > at > > java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4111) > > at > > java.awt.LightweightDispatcher.processMouseEvent(Container.java:3968) > > at > > at java.awt.Container.dispatchEventImpl(Container.java:2102) > > at java.awt.Window.dispatchEventImpl(Window.java:2429) > > at java.awt.Component.dispatchEvent(Component.java:4240) > > [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) > > at > > java.awt.EventDispatchThread. > pumpOneEventForFilters(EventDispatchThread.java:273) > > at > > java.awt.EventDispatchThread. > pumpEventsForFilter(EventDispatchThread.java:183) > > at > > java.awt.EventDispatchThread. > pumpEventsForHierarchy(EventDispatchThread.java:173) > > at > > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) > > at > > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) > > at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) > > > > > > With other type of project, I never got this issue. > > Hope you can fix this problem when coverage release. > > > > Regards, > > Tetsu > > > > Mikhail.Kondratyev@... wrote on 2007/12/04 19:10:03: > > > >> Hi, > > > >> I plan to have codecoverage plugin finally updated by the Christmas > >> holidays. The currently available Beta should work fine anyway. > > > >> Sorry, did not have any time earlier because of NB 6 release :) > > > >> thanks, Mikhail > > > >> tetsu.soh@... wrote: > >>> Hi, > >>> > >>> Very glade to see nb6.0 has been released. > >>> But to put it on my daily work, two plugins which I'd been expecting > > are > >>> not ready yet. > >>> 1. Codecoverage for nb6.0 > >>> 2. SQE. > >>> > >>> So, what is yours? > >>> > >>> Regards, > >>> Tetsu |
| Free Forum Powered by Nabble | Forum Help |