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 89671 - Make implementAllAbstractMethods() method public by API
Summary: Make implementAllAbstractMethods() method public by API
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks: 90909
  Show dependency tree
 
Reported: 2006-11-20 13:51 UTC by Radko Najman
Modified: 2009-02-03 10:55 UTC (History)
4 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radko Najman 2006-11-20 13:51:16 UTC
Please make
org.netbeans.modules.editor.java.AbstractMethodImplGenerator.implementAllAbstractMethods(...)
method accessible by an API to the other modules. This method is implemented in
Java Editor module and it is also used in Java Hints. Another module where we
need this functionality is JSP/Servlet module (Web Application Listener wizard).
Right now we can do it only by copy/paste or by adding a dependency on Java
Editor which we don't want to do.

Thank you in advance...
Comment 1 Radko Najman 2007-01-17 09:23:40 UTC
Changing to defect because it block me in finishing issue #90909.
Comment 2 Jan Lahoda 2007-02-14 13:14:37 UTC
Should be probably part of the GeneratorUtilities.
Comment 3 Petr Hrebejk 2007-03-07 18:03:49 UTC
No, even if it blocks your bug this is by far not a defect. Sorry.
Comment 4 Radko Najman 2007-03-07 18:20:40 UTC
In fact it does not block my bug, it blocks my Retouche migration. I think it is
definitively a defect if I cannot finish Retouche migration because of this
issue. Currently the only solution is to copy/paste the mentioned code and I
believe you will agree that it is not the right way.
Comment 5 Petr Hrebejk 2007-03-07 18:24:45 UTC
You say:

1) "I cannot finish Retouche migration because of this"
2) "Currently the only solution is to copy/paste the mentioned code"

Where 2) really makes 1) look not being true :-). Therefore this is not a defect.

This is not to say that Copy and Paste is nice.
Comment 6 Petr Jiricka 2007-03-08 08:31:03 UTC
I don't really care whether this is a defect or enhancement but I request that
this is implemented, please. Thanks.
Comment 7 Radko Najman 2007-05-16 08:47:24 UTC
Any progress?
Comment 8 Radko Najman 2007-06-07 12:32:23 UTC
Haloooooo, what's the decision?
Comment 9 Jiri Prox 2008-04-11 00:53:02 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 10 Rastislav Komara 2009-02-03 10:55:21 UTC
Overtake.