aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 09e57d8a728580a4d552101b02ee5fb29f659b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
name: Bug report
about: Let us know about a bug in lombok
title: ''
labels: ''
assignees: ''

---

**Things you should NOT report here**

* Please do not report any problems with the intellij plugin here; file these with the [intellij lombok plugin github repo](https://github.com/mplushnikov/lombok-intellij-plugin/issues)

* Please do not report any security vulnerabilities you found in lombok itself here. Instead, let us know privately via [Tidelift security contact](https://tidelift.com/security) so we can coordinate a plan to release a fix responsibly.

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior, preferably in the form of the smallest java source file you can make that will show the problem when compiled with `javac -cp lombok.jar ExampleFile.java` or as sole java file in a fresh new eclipse project.

If this is not possible, give us enough to reproduce the problem. If you have stack traces or error messages please include all of them, and include screen shots if that will help explain the problem.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Version info (please complete the following information):**
 - Lombok version
 - Platform (javac or eclipse, and if so, what is the output of `javac -version` / the version listed in the _about..._ dialog of eclipse.

**Additional context**
Add any other context about the problem here.