This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 27614 - BeanInfo is sometimes generated with descriptor information obtained from introspection regardless of user settings
Summary: BeanInfo is sometimes generated with descriptor information obtained from int...
Status: VERIFIED DUPLICATE of bug 29943
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 29596
  Show dependency tree
 
Reported: 2002-09-26 14:38 UTC by Jan Becicka
Modified: 2003-07-11 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2002-09-26 14:38:33 UTC
[200209250100]
It happens sometimes, but better chance to 
catch it is right after IDE starts up.

Steps to reproduce:
1. Select Bean Patterns node and invoke 
BeanInfo Editor.
2. Just to be sure, check Bean | Get From 
Introspection value (it is False)
3. Generate Bean Info: generated 
implementation uses introspection.
Comment 1 Svata Dedic 2003-01-08 11:21:12 UTC
Javadoc synchronization removed; see RFEs #29859 and #29860 for
features which will be inaccessible until the RFEs are implemented.

/cvs/java/src/org/netbeans/modules/java/codesync/ClassDependencyImpl.java,v
 <--  ClassDependencyImpl.java
new revision: 1.26; previous revision: 1.25
Comment 2 Jan Becicka 2003-01-08 16:01:08 UTC
This one is not fixed yet.
Your comment belongs to another bug ;-)
Comment 3 Svata Dedic 2003-01-09 16:38:29 UTC
Hele - I am not able to reproduce it right after the start, in the
middle of work or even during the first session when the IDE is
started with a clean userdir. Could you please re-check the bug in dev
sources ? 
If it still appears, please add precise reproduction steps.
Comment 4 Jan Becicka 2003-01-10 09:14:51 UTC
Hele, nefunguje to.
[200301100100] Clean user dir.
I've just generated beaninfo for examples.imageviewer.ImageViewer

This issue is not 100% reproducible, but 50% is still too much.

Moreover generated beaninfo has bad package: Templates.Classes!
Comment 5 Svata Dedic 2003-01-10 15:50:32 UTC

*** This issue has been marked as a duplicate of 29943 ***
Comment 6 Jan Becicka 2003-07-11 09:34:08 UTC
VERIFIED