Activity log for bug #353080

Date Who What changed Old value New value Message
2009-04-01 11:48:05 Tiago Hillebrandt bug added bug
2009-04-06 12:13:19 Tiago Hillebrandt attachment added screenshot.png http://launchpadlibrarian.net/24864919/screenshot.png
2009-04-06 12:58:56 Marek Slama bug watch added http://www.netbeans.org/issues/show_bug.cgi?id=162037
2009-04-10 13:02:19 David Stansby bug task added netbeans
2009-04-10 21:16:26 Bug Watch Updater netbeans: status Unknown Confirmed
2009-04-16 10:37:59 Richard Senior bug watch added http://www.netbeans.org/issues/show_bug.cgi?id=160498
2009-04-16 17:05:48 Bug Watch Updater netbeans: status Confirmed Invalid
2009-05-24 20:27:18 Marek Slama bug watch added http://www.netbeans.org/issues/show_bug.cgi?id=157028
2009-05-25 16:02:57 Yulia Novozhilova attachment added netbeans_6.5-0ubuntu2-0ubuntu3.debdiff http://launchpadlibrarian.net/27144376/netbeans_6.5-0ubuntu2-0ubuntu3.debdiff
2009-05-25 16:19:14 Emmet Hikory bug task added netbeans (Ubuntu Jaunty)
2009-05-25 16:19:14 Emmet Hikory bug task added netbeans (Ubuntu Karmic)
2009-05-25 16:20:12 Emmet Hikory netbeans (Ubuntu Karmic): status New In Progress
2009-05-25 16:20:12 Emmet Hikory netbeans (Ubuntu Karmic): assignee Yulia Novozhilova (yulia-novozhilova)
2009-05-25 16:26:21 Emmet Hikory netbeans (Ubuntu Jaunty): importance Undecided Medium
2009-05-25 16:26:21 Emmet Hikory netbeans (Ubuntu Jaunty): status New Triaged
2009-05-25 16:28:35 Yulia Novozhilova attachment added fix for karmic http://launchpadlibrarian.net/27145523/debdiff
2009-05-25 16:56:52 Emmet Hikory netbeans (Ubuntu Jaunty): assignee Yulia Novozhilova (yulia-novozhilova)
2009-05-25 17:00:07 Launchpad Janitor netbeans (Ubuntu Karmic): status In Progress Fix Released
2009-05-26 16:37:59 Yulia Novozhilova description Binary package hint: netbeans I tried to import a Sun Java package (java.io.Serializable) to my project, but when I press Ctrl+Space shortcut to autocomplete the statement his get only autocomplete to active project packages. If I enter the package name manually, it works. My environment variables are: JAVA_HOME="/usr/lib/jvm/java-6-sun/jre" export JAVA_HOME PATH="$JAVA_HOME/bin:$PATH" CLASSPATH="$JAVA_HOME/lib" export PATH CLASSPATH My Java Version: java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) Sorry for my bad English! Binary package hint: netbeans I tried to import a Sun Java package (java.io.Serializable) to my project, but when I press Ctrl+Space shortcut to autocomplete the statement his get only autocomplete to active project packages. If I enter the package name manually, it works. My environment variables are: JAVA_HOME="/usr/lib/jvm/java-6-sun/jre" export JAVA_HOME PATH="$JAVA_HOME/bin:$PATH" CLASSPATH="$JAVA_HOME/lib" export PATH CLASSPATH My Java Version: java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) This is a critical bug. Fix imports and code completion are affected. So this issue breaks usage of NB 6.5 packages in Jaunty. Developers have to remove NB packages and install the IDE from the netbeans.org site. The bug is caused by incompatibility between lucene-core 2.4.0 and netbeans (which is adjusted to use lucene-core 2.3.2). It has been addressed in development version by adding a patch "96-fix-lucene.patch" which corrects "java.source/src/org/netbeans/modules/java/source/usages/LuceneIndex.java" file in netbeans upstream. The patch is small. It updates close() method in order to avoid AlreadyClosedException which is thrown by lucene-core 2.4.0 and which breaks the things. Source package netbeans 6.5-0ubutu2 has been modified in karmic, so netbeans 6.5-0ubuntu3 contains the fix now. netbeans_6.5-0ubuntu3.debdiff for Jaunty is attached. TEST CASE: 1. install netbeans: sudo apt-get install netbeans=6.5-0ubuntu2 and run netbeans IDE (Applications -> Programming -> NetBeans IDE 6.5). Note: if you downgrade netbeans from 6.5-0ubuntu3 you should also remove your netbeans user dir (rm -rf ~/.netbeans/6.5) 2. Create a Java Application project (Menu File -> New Project ). 3. Type 'import ' and press Ctrl-Space, make sure you see in an autocomplete suggestion box only your project packages. Expected behavior: to see an autocomplete suggestion box with all java packages (javax, java, org, etc...) This fix is absolutely safe and will not cause any regression.
2009-05-26 16:38:32 Yulia Novozhilova attachment removed netbeans_6.5-0ubuntu2-0ubuntu3.debdiff http://launchpadlibrarian.net/27144376/netbeans_6.5-0ubuntu2-0ubuntu3.debdiff
2009-05-26 16:40:18 Yulia Novozhilova attachment added netbeans_6.5-0ubuntu3.debdiff http://launchpadlibrarian.net/27177022/netbeans_6.5-0ubuntu3.debdiff
2009-05-26 16:42:48 Yulia Novozhilova bug added subscriber MOTU Stable Release Updates
2009-05-27 16:09:42 Yulia Novozhilova attachment removed netbeans_6.5-0ubuntu3.debdiff http://launchpadlibrarian.net/27177022/netbeans_6.5-0ubuntu3.debdiff
2009-05-27 16:11:59 Yulia Novozhilova attachment added Updated debdiff for Jaunty http://launchpadlibrarian.net/27208567/netbeans_6.5-0ubuntu3.debdiff
2009-05-27 16:18:05 Yulia Novozhilova description Binary package hint: netbeans I tried to import a Sun Java package (java.io.Serializable) to my project, but when I press Ctrl+Space shortcut to autocomplete the statement his get only autocomplete to active project packages. If I enter the package name manually, it works. My environment variables are: JAVA_HOME="/usr/lib/jvm/java-6-sun/jre" export JAVA_HOME PATH="$JAVA_HOME/bin:$PATH" CLASSPATH="$JAVA_HOME/lib" export PATH CLASSPATH My Java Version: java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) This is a critical bug. Fix imports and code completion are affected. So this issue breaks usage of NB 6.5 packages in Jaunty. Developers have to remove NB packages and install the IDE from the netbeans.org site. The bug is caused by incompatibility between lucene-core 2.4.0 and netbeans (which is adjusted to use lucene-core 2.3.2). It has been addressed in development version by adding a patch "96-fix-lucene.patch" which corrects "java.source/src/org/netbeans/modules/java/source/usages/LuceneIndex.java" file in netbeans upstream. The patch is small. It updates close() method in order to avoid AlreadyClosedException which is thrown by lucene-core 2.4.0 and which breaks the things. Source package netbeans 6.5-0ubutu2 has been modified in karmic, so netbeans 6.5-0ubuntu3 contains the fix now. netbeans_6.5-0ubuntu3.debdiff for Jaunty is attached. TEST CASE: 1. install netbeans: sudo apt-get install netbeans=6.5-0ubuntu2 and run netbeans IDE (Applications -> Programming -> NetBeans IDE 6.5). Note: if you downgrade netbeans from 6.5-0ubuntu3 you should also remove your netbeans user dir (rm -rf ~/.netbeans/6.5) 2. Create a Java Application project (Menu File -> New Project ). 3. Type 'import ' and press Ctrl-Space, make sure you see in an autocomplete suggestion box only your project packages. Expected behavior: to see an autocomplete suggestion box with all java packages (javax, java, org, etc...) This fix is absolutely safe and will not cause any regression. Binary package hint: netbeans I tried to import a Sun Java package (java.io.Serializable) to my project, but when I press Ctrl+Space shortcut to autocomplete the statement his get only autocomplete to active project packages. If I enter the package name manually, it works. My environment variables are: JAVA_HOME="/usr/lib/jvm/java-6-sun/jre" export JAVA_HOME PATH="$JAVA_HOME/bin:$PATH" CLASSPATH="$JAVA_HOME/lib" export PATH CLASSPATH My Java Version: java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) This is a critical bug. Fix imports and code completion are affected. So this issue breaks usage of NB 6.5 packages in Jaunty. Developers have to remove NB packages and install the IDE from the netbeans.org site. The bug is caused by incompatibility between lucene-core 2.4.0 and netbeans (which is adjusted to use lucene-core 2.3.2). It has been addressed in development version by adding a patch "96-fix-lucene.patch" which corrects "java.source/src/org/netbeans/modules/java/source/usages/LuceneIndex.java" file in netbeans upstream. The patch is small. It updates close() method in order to avoid AlreadyClosedException which is thrown by lucene-core 2.4.0 and which breaks the things. Source package netbeans 6.5-0ubutu2 has been modified in karmic, so netbeans 6.5-0ubuntu3 contains the fix now. netbeans_6.5-0ubuntu3.debdiff for Jaunty is attached. TEST CASE: 1. install netbeans: sudo apt-get install netbeans=6.5-0ubuntu2 and run netbeans IDE (Applications -> Programming -> NetBeans IDE 6.5). Note: if you downgrade netbeans from 6.5-0ubuntu3 you should also remove your netbeans user dir (rm -rf ~/.netbeans/6.5) 2. Create a Java Application project (Menu File -> New Project -> Next -> Finish ). 3. Type 'import ' right under "package < package name>;" line and press Ctrl-Space, make sure you see only your project packages in an autocomplete suggestion box. Expected behavior: to see an autocomplete suggestion box with all java packages (javax, java, org, etc...) This fix is absolutely safe and will not cause any regression.
2009-06-05 09:24:30 Martin Pitt netbeans (Ubuntu Jaunty): status Triaged Fix Committed
2009-06-05 09:24:34 Martin Pitt tags verification-needed
2009-06-05 13:06:25 Martin Pitt tags verification-needed verification-done
2009-06-11 11:43:26 Launchpad Janitor netbeans (Ubuntu Jaunty): status Fix Committed Fix Released
2009-08-18 06:22:24 Launchpad Janitor branch linked lp:ubuntu/karmic/netbeans
2009-08-18 06:28:11 Launchpad Janitor branch linked lp:ubuntu/jaunty-proposed/netbeans