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 21683 - Provide Issuezilla bug logging API for the IDE
Summary: Provide Issuezilla bug logging API for the IDE
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: sim (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on: 21689 21722 21892 23487 23550
Blocks: 21685 21681
  Show dependency tree
 
Reported: 2002-03-18 21:38 UTC by Terry Heatlie
Modified: 2002-05-15 17:58 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Terry Heatlie 2002-03-18 21:38:22 UTC
We should provide a way for user to log bugs against the IDE
into issuezilla from within the IDE.
Comment 1 Terry Heatlie 2002-04-26 05:37:10 UTC
I've started work on the code which constitutes the separate
module (as opposed to the SIM core enhancements).
Comment 2 Terry Heatlie 2002-05-15 17:58:09 UTC
Done.  The API consists of the class

org.netbeans.modules.sim.izbridge.IZSession

together with the form/cookie handling abilities of the SIM core.
Note that this is *exactly* a bug logging API.  Bug updating,
searching etc.  will come later.