Re: Suggestion for reorganization of org.netbeans.modules.bugs
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <1035854685.17069.412.camel@proto> |
On Mon, 2002-10-28 at 11:25, lacht wrote: > I'd like to suggest that any classes that deal specifically with a bug > tracker implementation be moved into their own subdirectory (example: > org.netbeans.modules.bugs.issuezilla). I'm taking a very initial glance at > adding an interface to Scarab (scarab.tigris.org) now that the XML > export/import is close to working, and such compartmentalization would be > very useful (to me at least). TIA for consideration. Sure, it's a good idea; there were 5 classes dealing with Issuezilla so somebody trying to figure out what's infrastructure and what's engine-specific might have a hard time. Luckily the architecture for the bug module tried to be clear on this point so there's only a very thin API between the two. So separating them is very easy. I'll do it right now. -- Tor