[Bug 353080] Re: Netbeans IDE 6.5 don't autocomplete import statement
Confirming this issue. Deleting the var/cache doesn't help. Cripples the IDE. Seems to happen with Sun's jvm and not the default openJDK. (openJDK barfs up the font sizes) Installing from the netbeans website (6.5.1) resolves the issue. -- Netbeans IDE 6.5 don't autocomplete import statement https://bugs.launchpad.net/bugs/353080 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 337323] [NEW] equals(Object ) on Tuple3d not defined
Public bug reported: The vecmath Tuple3d class doesn't define equals correctly. the method missing (from the GPL2'd java3d vecmath) is public boolean equals(Object t1) { try { Tuple3d t2 = (Tuple3d) t1; return(this.x == t2.x && this.y == t2.y && this.z == t2.z); } catch (ClassCastException e1) {return false;} catch (NullPointerException e2) {return false;} } boolean equals (Tuple3d) isn't enough! public class NewClass { public static void main (String[] args) { Vector3d v = new Vector3d(1,2,3); Point3d p = new Point3d(1,2,3); System.out.println( v.equals( (Object)p)); System.out.println( v.equals( (Object)new Point3d(1,2,3))== v.equals( p )); } } Should consider replacing this package with the official vecmath package now it's been GPL'd? https://vecmath.dev.java.net/ ** Affects: vecmath1.2 (Ubuntu) Importance: Undecided Status: New -- equals(Object ) on Tuple3d not defined https://bugs.launchpad.net/bugs/337323 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 430430] Re: [KARMIC] sony vaio brightness buttons do not function
no luck with smartdimmer. xxx:~$ smartdimmer -s 15 init_nvclock() failed! xxx:~$ don't know which option to use in nvidia-settings -- [KARMIC] sony vaio brightness buttons do not function https://bugs.launchpad.net/bugs/430430 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1769405] Re: In GTK+ Look-And-Feel, Slider Controls Have No Visible Handle
This affects me. Aere has given a great description - is there any more information I can provide? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769405 Title: In GTK+ Look-And-Feel, Slider Controls Have No Visible Handle To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1769405/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 137514] Re: sshfs locks up randomly
I can confirm this in 10.04. So I use sshfs to connect by ubuntu box to a server at work. When I'm on the lan it works well, and doesn't hang. At home (over cable), it hangs after half an hour or so (possibly of inactive use). Nautilus freezes without any feedback as to what has died. -- sshfs locks up randomly https://bugs.launchpad.net/bugs/137514 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs