-
Error during dispatching of java.awt.event.KeyEvent[KEY_PRESSED,keyCode=10,keyText=Enter,keyChar=Enter,keyLocation=KEY_LOCATION_STANDARD] on...
2007-08-30 16:53:13 UTC in JUnit Plugin for IntelliJ IDEA
-
I have a method template:
>>>>
@Test
public void ${METHOD_NAME}() throws Exception {
#if($TESTED_METHOD.Name.startsWith("set") && $TESTED_METHOD.Parameters.size() == 1)
${TESTED_METHOD.Parameters.get(0).Type} test = new ${TESTED_METHOD.Parameters.get(0).Type} ();
${TESTED_CLASS_VARIABLE_NAME}.${TESTED_METHOD.Name} (test);...
2007-08-30 16:35:44 UTC in JUnit Plugin for IntelliJ IDEA
-
trying to use ${TESTED_METHOD.Return} in a template for a method results in the the following be added to the source:
$
{
TESTED_METHOD.Return
}.
2007-08-30 16:10:10 UTC in JUnit Plugin for IntelliJ IDEA
-
I have my "Tested Class" pattern set to:
src/$DIRECTORY$/$CLASS$
I have my "Test Class" pattern set to:
tsrc/$DIRECTORY$/Test$CLASS$
If I am in a class, TestClass.java, and press ctrl-shift-T, it creates the test class properly, and in the right directory, TestTestClass.java. However, if I go to switch back to the "tested" class, by pressing ctrl-shit-T again, I get the following...
2007-08-30 15:25:30 UTC in JUnit Plugin for IntelliJ IDEA
-
Logged In: YES
user_id=411394
OS: Windows 2k
JDK: both 1.4.2 and 1.5
Sorry, but I've seen this happen in multiple releases of
1.5.x. I have never seen it scale properly. Though, I have
never run with anything prior to 1.4.2 either.
Hope that helps.
2006-01-06 02:55:24 UTC in JFreeChart
-
It seems that, if you make a graph too small, and
scaling is applied via an AffineTransform, the labels
and the tick marks may draw over top of the graph itself.
I will attach a screenshot (don't mind the colors, but
instead, look at the date labels at the bottom of the
graph)
This is simple to reproduce:
1) create a graph within an applet
2) run, and shrink the applet to a size...
2006-01-03 21:38:02 UTC in JFreeChart
-
Logged In: YES
user_id=411394
I forgot to log in before submitting this ... want to make
sure my name gets put on the bug, in case there are questions.
2005-11-11 17:36:01 UTC in JFreeChart
-
Really??? Don't you think it would be better to get other things implemented first, so that importing that information would be easier? Things like:
- Have duration be able to be represented in hours and/or days
- Have "weekends" or non-working days tied to resources, not the project. I could have 1 resource that can't work wednesdays, but all the others can
Don't you think...
2005-02-10 14:16:50 UTC in GanttProject
-
Hello. My name is Paul Ashford. I would like to help with this project, if I can.
It does not seem that you have a developer mailing list or forum. I have some questions about the code and the direction it is heading that I would like to ask, but am unsure if it should be brought up in the "Open Discussion" forum.
You can contact me via email at pashford_at_lizardland_dot_net.
2005-01-31 21:47:28 UTC in GanttProject
-
The installer seems to remove the link to libmail.so in /boot/
develop/lib/x86, but, after installing, does not restore the
link.
The "nice" thing, would be for it to restore the link, if the
develop directory exists.
The minimum, would be to document this in the readme ;-)
2003-04-24 04:14:36 UTC in BeOS Mail Daemon