Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Improvement of a JDT plugin
  • From: Maxime Maurin <maxime.maurin@xxxxxxxxxxx>
  • Date: Mon, 22 Jun 2020 08:12:47 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=all4tec.net; dmarc=pass action=none header.from=all4tec.net; dkim=pass header.d=all4tec.net; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=asrZKQy+jM4Hn4NDDMSuBJEpV4kXtVc5mh0EL9aORJY=; b=Z5N6jQ1O0i9jlaZTGTvvQjdB8RwPBv5Pe/O7XfcvQUPg0rOsv5nnivOKJHlP43FwPLd17evWTQXcC/tNPz5TR1k3vFzgDKy0umE0BWaB8PuYwAG6zzeikfit0qXSQuS6e4/z4FeW6qbEiIHeOVmHyzxrti4Ck8ZJho445HtjcGLApGYTGlklf6vc/UlswyUkrS3GJzzRO/ZwOnQWagB6pIhYWYNOPjuB8Vl424O77nxhqv79WS0hHllx/FcwJFf5cMQD295tEOMKIMwZX9TRM0flFFePelsnKx3uSxxcXIs4hhn9KYZecWgK65deKr7fSIlOB8AT8d9xXX3bj2DM2g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nQ+JWi9P2YzsChUggxLITrBa4vS4YtJ+pB8i9rBGDXTjqk5usB85qRSBQjy+4SLxe+2FI8Sb2FSQxMjNF69NCEl9caX0/nt2Eo6mDYNG6IvXj153b+XR9psvmS6dOJdTN25B1ElENH9vM+WeXyeg6decrKyqwPJ73xhcVs7Bieztp1g65S+/k1oIT/G2TALa91ajTnRHCXTeS3PkP/2JyiVogcHNUipMRd3iSayOZo1E8FatSf+LJHFKEiAbiZDbE6SQRzic0EyscjC4iJDsTGoaaL0pEPA0jfqPZ2A79/COHtQwJQ+j3S67+qXnQHF/oheJuIAxjbZR4xa/gb3iww==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWRkTegSspZXoHY0qQYFr7+3nFuA==
  • Thread-topic: Improvement of a JDT plugin

Hi,

My name is Maxime Maurin and I am currently on an internship at ALL4TEC, in France. My objective is to improve the development tools used by the company so they can adapt to their needs. One of their requests was to improve a feature of Eclipse. It is currently possible to generate Javadoc comments for functions (such as getters and setters). It is possible, using templates, to use variables to display the name of the function, the type of parameters or even their name.

The company All4TEC wanted to add a new variable to display the name of the variable related to the setter by separating each word by a space. The name of the variable being written in camelCase format, it was preferable for the company's projects to generate comments with the name of the variable much more readable. I imported the Eclipse project (org.eclipse.jdt in this case) and made some modifications to make it possible.

I am sure other people will be interested by this feature, but I currently don’t know how to contribute to the project easily. Maybe one of you, as official contributor, can integrate it in the main Git repository ?

Thank you for taking the time to read me.
Yours sincerely,

Maxime MAURIN

Back to the top