Clicking on "ContextAwareAction", through following steps ends up at https://netbeans.apache.org/about/oracle-transition.html

1. bits.netbeans.org - click on "Apache NetBeans dev"
2. search for actionreg - click on "ActionRegistration"
3. just above the "since 7.26" - click on "context aware action"
   it goes to method returning ContextAwareAction
4. Click on "ContextAwareAction"
   is:
   
https://bits.netbeans.org/dev/javadoc/org-openide-util/org/openide/util/ContextAwareAction.html?is-external=true
   sb:
   
https://bits.netbeans.org/dev/javadoc/org-openide-util-ui/org/openide/util/ContextAwareAction.html

Observe: end up at transition page.

Looks like: "org-openide-util" should be "org-openide-util-ui

I took a look at Actions.java, but IDK...

-ernie

I replied, rather than a new message, because the original message was about the same interface and I can be easily amused.


On 22/09/28 5:35 AM, Eric Barboni wrote:
Nice finding
Seems that regexp is not parsing the interface 
linehttps://github.com/apache/netbeans/blob/b7cabc0cf7417fd494cf3f84cd6169bc4eadb75f/nbbuild/antsrc/org/netbeans/nbbuild/JavadocIndex.java#L115

A typical interface line looks like:
<li><a href="org/openide/ErrorManager.Annotation.html" title="interface in org.openide"><span 
class="interfaceName">ErrorManager.Annotation</span></a></li>

I try to edit the regexp but I did not succed to swallow the span element.

Start thinking using jsoup to do the job 😝 (but that's  because I'm not goot at 
regexp)

Regards
Eric

-----Message d'origine-----
De : Ernie Rael<[email protected]> Envoyé : samedi 24 septembre 2022 19:05
À :[email protected]
Objet : bits.netbeans.org doc search problem

I wanted to take a look at ContextAwareAction. But entering this in the search 
box has no results. Found it in the source, searched for imageutil from the 
same package, clicked AllClasses, found it there.

I think this has been an issue for a long time. Might have to do with 
"Interface".

ernie


---------------------------------------------------------------------
To unsubscribe, e-mail:[email protected]
For additional commands, e-mail:[email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





---------------------------------------------------------------------
To unsubscribe, e-mail:[email protected]
For additional commands, e-mail:[email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Reply via email to