pomodoro4nb - plugin detail
Netbeans plugin for work with The Pomodoro Technique.
| Plugin owner: |
matvey |
| Website: |
https://github.com/cooker/pomodoro4nb |
| Added: |
2011-11-06 |
| Last updated: |
2012-01-07 |
| NetBeans Versions: |
7.0, 7.1 |
| License: |
GPLv3 |
| Category: |
Utilities |
| Size: |
0.05 MB |
| Downloaded: |
327 times |
| Rating: |
|
Verifications for NetBeans versions
Decisions of individual verifiers for pomodoro4nb plugin for NetBeans IDE 7.0
scottwd9 mcreps ent38 carlosqt cengizc |
|
senthilsource mmirilovic jpirek jkovalsky |
Commentsscottwd9: ubuntu11.10x64, jdk1.7u1 ent38: OK on WinXP SP3, NB7.0.1, JDK6u29 and 7u01 x86_32 carlosqt: Works on NB 7.0.1
Win7, Java 1.7.0, 64-bit
Decisions of individual verifiers for pomodoro4nb plugin for NetBeans IDE 7.1
mcreps carlosqt scottwd9 |
cengizc |
jpirek senthilsource mmirilovic ent38 jkovalsky |
Commentscarlosqt: Works on NB 7.1 RC1
Win7, Java 1.7.0, 64-bit cengizc: Renders IDE unusable after first restart.
Product Version: NetBeans IDE Dev (Build 201112021026)
Java: 1.7.0_01; Java HotSpot(TM) Client VM 21.1-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb) scottwd9: ubuntu11.10x64, jdk1.7u1
http://netbeans.org/bugzilla/show_bug.cgi?id=206041
|
Introduction
This plugin implement The Pomodoro Technique features in Netbeans IDE.
You can find more information about The Pomodoro Technique on the official site.
This module provides following possibilities:
- Configurable timer Track time while you working with task. You cant start/stop pomodoro using specified button.
- Task list manager Manage your tasks using special task manager. You can add new tasks and edit existing tasks and remove specified or all completed tasks and establish priority for tasks, etc..., using specified menu items or short cuts.
- Preferences You can configure module according to your taste.
Usages:
- Add one or more tasks to the task list and start the timer
- Work on the task until the pomodoro rings, then check your task list
- Take a short break
- Every 4 pomodoros take a longer break.
What's new in this version
1.0.1 version:
- Added short cuts to the context menu.
- Added new sound.
- Fixed some bugs.
|
[ You have to be logged in to be able to comment. ]
User Comments
CNR
Hi cengizc,
I can't reproduce these exceptions under my environment (Win7, Java 1.7.0_02-ea 64bit, Netbeans 7.1 RC).
Also, I found these bug reports:
https://netbeans.org/bugzilla/show_bug.cgi?id=203533
http://netbeans.org/bugzilla/show_bug.cgi?id=202534
I think, it occurs even without installation of my plugin.
UPDATE:
Also, I downloaded NetBeans Build 201112021026, but I can't reproduce exceptions listed above because I always observe ConcurrentModificationException on IDE startup. After this exception main menu corrupted and I can't invoke "Tools" or "Window" menu.
Posted by matvey on Dec 04, 2011
Exception and Error on IDE startup/shutdown
Hello matvey,
After installing the plugin and restarting the IDE once, IDE throws one exception on startup and one assert error on shutdown.
On IDE Startup
-------------------
java.lang.IllegalStateException: Module Netigso: C:\Program Files\NetBeans Dev 201112021026\ide\modules\org-eclipse-mylyn-commons-net.jar could not be installed but had no problems
at org.netbeans.core.startup.NbProblemDisplayer.problemMessagesForModules(NbProblemDisplayer.java:231)
at org.netbeans.core.startup.NbEvents.logged(NbEvents.java:188)
[catch] at org.netbeans.Events.log(Events.java:166)
at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:346)
at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:276)
at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:294)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:172)
at org.netbeans.core.startup.Main.start(Main.java:308)
at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
at java.lang.Thread.run(Thread.java:722)
On IDE Exit
--------------
java.lang.AssertionError: RootsListeners are already dormant
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsListeners.setListener(RepositoryUpdater.java:4914)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.stop(RepositoryUpdater.java:207)
at org.netbeans.modules.parsing.impl.Installer.closing(Installer.java:37)
at org.netbeans.core.startup.NbInstaller.closing(NbInstaller.java:667)
at org.netbeans.ModuleManager.shutDown(ModuleManager.java:1797)
at org.netbeans.core.startup.ModuleSystem.shutDown(ModuleSystem.java:316)
at org.netbeans.core.NbLifecycleManager.doExit(NbLifecycleManager.java:167)
at org.netbeans.core.NbLifecycleManager.access$000(NbLifecycleManager.java:75)
at org.netbeans.core.NbLifecycleManager$ExitActions.run(NbLifecycleManager.java:123)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
at java.awt.EventQueue.access$000(EventQueue.java:101)
at java.awt.EventQueue$3.run(EventQueue.java:666)
at java.awt.EventQueue$3.run(EventQueue.java:664)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:162)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Posted by cengizc on Dec 04, 2011
Fixed
Hi ent38,
Yes, you're right. I made a mistake and set incorrect configuration for plugin.
Plugin can be installed and uninstalled by plugin manager now.
I tested one on 7.0 and 7.0.1 Netbeans. Windows 7 (x64).
Thanks.
Posted by matvey on Nov 06, 2011
Cannot see in the list of installedp lugins
Hi,
after installation, I don't see the plugin in the list of installed plugins ?
Tested on NB7.0.1 and the latest Dev Build, on JDK 6 and 7, WinXP SP3 x86.
Have you configured the plugin to be shown in the plugins list ? (tip : "library" modules are not shown in the list).
This is the only one bug I've found.
Thx.
Posted by ent38 on Nov 06, 2011