mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
10 lines
552 B
HTML
10 lines
552 B
HTML
<html>
|
|
<body>
|
|
Detects <code>package</code> statements that do not correspond to the project directory structure.
|
|
Also, reports classes without <code>package</code> statements if the class is not located directly in
|
|
source root directory.
|
|
<p>While it's not strictly mandated by Java language, it's good practise to keep classes
|
|
from package <code>com.example.myapp</code> inside a <code>com/example/myapp</code> directory directly under
|
|
a source root. Failure to do this may confuse code readers and make some tools work incorrectly.</p>
|
|
</body>
|
|
</html> |